add mono fonts

This commit is contained in:
Josh Hawkins 2026-02-08 18:50:24 -06:00
parent c90a547ec9
commit 7d92fade91

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: {