Skip to content

Commit

Permalink
General Sans: ttf to woff2
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Nov 22, 2024
1 parent 9474ab9 commit 55968a6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const sansFont = localFont({
variable: "--sans-font",
src: [
{
path: "../fonts/GeneralSans-Variable.ttf",
path: "../fonts/GeneralSans-Variable.woff2",
style: "normal",
},
{
path: "../fonts/GeneralSans-VariableItalic.ttf",
path: "../fonts/GeneralSans-VariableItalic.woff2",
style: "italic",
},
],
Expand Down
Binary file removed fonts/GeneralSans-Variable.ttf
Binary file not shown.
Binary file added fonts/GeneralSans-Variable.woff2
Binary file not shown.
Binary file removed fonts/GeneralSans-VariableItalic.ttf
Binary file not shown.
Binary file added fonts/GeneralSans-VariableItalic.woff2
Binary file not shown.

0 comments on commit 55968a6

Please sign in to comment.