Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: fallback font
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Feb 11, 2024
1 parent 5140aab commit 5774e5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@
font-display: swap;
font-weight: 700;
}
html,body {font-family:"Geist",sans-serif;}
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
"accordion-up": "accordion-up 0.2s ease-out",
},
fontFamily: {
sans: ["Geist"],
sans: ['Geist','sans-serif'],
},
},
},
Expand Down

0 comments on commit 5774e5f

Please sign in to comment.