Skip to content

Commit

Permalink
font config added to global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
erffon committed Nov 13, 2022
1 parent c175e13 commit 0cd98ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/font.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 100 900;
font-display: optional;
src: url(/fonts/Inter.ttf) format("ttf");
}
2 changes: 2 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
@tailwind components;
@tailwind utilities;


@import './font.css';

0 comments on commit 0cd98ca

Please sign in to comment.