Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a8e2359

Browse files
committed
correct mono in tw config
1 parent daa9ef7 commit a8e2359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
fontFamily: {
6262
sans: ['var(--font-inter)'],
6363
display: ['var(--font-sora)'],
64-
mono: ['var(--font-ibm-plex-mono)'],
64+
mono: ['var(--font-jetbrains-mono)'],
6565
},
6666
boxShadow: {
6767
glow: '0 0 4px rgb(0 0 0 / 0.1)',

0 commit comments

Comments
 (0)