Skip to content

Commit

Permalink
chore: reapply broken font
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Feb 4, 2025
1 parent 1f8622d commit cf80a09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const config = {
},
},
fontFamily: {
'sf-pro-display': ['var(--font-display)', ...fontFamily.sans],
'sf-pro-text': ['var(--font-text)', ...fontFamily.sans],
'sf-mono': ['var(--font-mono)', ...fontFamily.mono],
display: ['var(--font-display)', ...fontFamily.sans],
text: ['var(--font-text)', ...fontFamily.sans],
mono: ['var(--font-mono)', ...fontFamily.mono],
},
},
plugins: [
Expand Down

0 comments on commit cf80a09

Please sign in to comment.