add mono fonts

This commit is contained in:
Josh Hawkins
2026-02-27 09:40:21 -06:00
parent c90a547ec9
commit 7d92fade91
+10
View File
@@ -25,6 +25,16 @@ module.exports = {
},
fontFamily: {
sans: ['"Inter"', "sans-serif"],
mono: [
"ui-monospace",
"SFMono-Regular",
"Menlo",
"Monaco",
"Consolas",
'"Liberation Mono"',
'"Courier New"',
"monospace",
],
},
extend: {
animation: {