Skip to content

Commit

Permalink
Fix font file declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDogeBro committed Feb 8, 2024
1 parent 0685bba commit 7d8b483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/fonts.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,200;0,300;0,400;0,700;1,300;1,600&display=swap');
@font-face {
font-family: "D-DIN";
src: "public/fonts/D-DIN.otf";
font-family: 'D-DIN';
src: url('/fonts/D-DIN.otf') format('opentype');
}

0 comments on commit 7d8b483

Please sign in to comment.