Skip to content

Commit

Permalink
Fix font error and replace with smaller size
Browse files Browse the repository at this point in the history
  • Loading branch information
technoph1le committed Feb 9, 2025
1 parent acf0f90 commit b44d5e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed public/fonts/SourceSans3-VariableFont_wght.ttf
Binary file not shown.
Binary file added public/fonts/SourceSans3-VariableFont_wght.woff2
Binary file not shown.
8 changes: 6 additions & 2 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
\*------------------------------------*/
@font-face {
font-family: "Source Sans 3";
src: url("/fonts/SourceSans3-VariableFont_wght.ttf");
src: url("/fonts/SourceSans3-VariableFont_wght.woff2") format("woff2");
font-weight: 200 900;
font-display: swap;
font-style: normal;
}

@font-face {
font-family: "Source Sans 3";
src: url("/fonts/SourceSans3-Italic-VariableFont_wght.ttf");
src: url("/fonts/SourceSans3-Italic-VariableFont_wght.woff2") format("woff2");
font-weight: 200 900;
font-display: swap;
font-style: italic;
}

Expand Down

0 comments on commit b44d5e7

Please sign in to comment.