Skip to content

Commit

Permalink
fix: mono font
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Nov 4, 2024
1 parent 2b01bbd commit d0a6cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const config: Config = {
}
},
fontFamily: {
sans: ["var(--font-inter)", "sans-serif"]
sans: ["var(--font-inter)", "sans-serif"],
mono: ["monospace"]
},
extend: {
colors: {
Expand Down

0 comments on commit d0a6cc0

Please sign in to comment.