Skip to content

Commit

Permalink
Fixing fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
TyronNIKO committed Jul 10, 2024
1 parent 4fe497c commit 4d23ddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@font-face {
/* @font-face {
font-weight: 100 900;
font-style: normal;
font-family: 'Inter Tight';
Expand All @@ -9,5 +9,5 @@
font-style: italic;
font-family: 'Inter Tight';
src: url('../fonts/Inter_Tight/InterTight-Italic-VariableFont_wght.ttf') format('ttf');
}
/* @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap'); */
} */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

0 comments on commit 4d23ddb

Please sign in to comment.