Skip to content

Commit

Permalink
Merge pull request #160 from boogah/woff-it
Browse files Browse the repository at this point in the history
Replace TTF files with WOFF2
  • Loading branch information
ckolderup authored Oct 22, 2023
2 parents 1741adb + a30c5ec commit 8a162e8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed public/PublicSans-Italic-VariableFont_wght.ttf
Binary file not shown.
Binary file added public/PublicSans-Italic-VariableFont_wght.woff2
Binary file not shown.
Binary file removed public/PublicSans-VariableFont_wght.ttf
Binary file not shown.
Binary file added public/PublicSans-VariableFont_wght.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@font-face {
font-family: 'Public Sans';
src: url('/PublicSans-VariableFont_wght.ttf');
src: url('/PublicSans-VariableFont_wght.woff2');
}

@font-face {
font-family: 'Public Sans';
font-style: italic;
src: url('/PublicSans-Italic-VariableFont_wght.ttf');
src: url('/PublicSans-Italic-VariableFont_wght.woff2');
}

:root {
Expand Down

0 comments on commit 8a162e8

Please sign in to comment.