Skip to content

Commit 5b103d7

Browse files
committed
add font-mono variable
1 parent 4a20dd0 commit 5b103d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const config = {
1919
heading: "var(--font-inter)",
2020
body: "var(--font-inter)",
2121
monospace: "var(--font-mono)",
22+
mono: "var(--font-mono)",
2223
},
2324
fontSize: {
2425
"7xl": ["4rem", "1.1"], // [7xl, 6xs]

0 commit comments

Comments
 (0)