Skip to content

Commit

Permalink
chore: use woff2 file instead of npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaBosak233 committed Sep 5, 2024
1 parent 01e22f3 commit 43609bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"format": "prettier --write ."
},
"dependencies": {
"@fontsource-variable/baloo-bhaijaan-2": "^5.0.21",
"chroma-js": "^3.0.0",
"install": "^0.13.0",
"luxon": "^3.5.0",
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/styles/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font-style: normal;
font-display: swap;
font-weight: 400 800;
src: url(@fontsource-variable/baloo-bhaijaan-2/files/baloo-bhaijaan-2-latin-wght-normal.woff2)
src: url("/fonts/baloo-bhaijaan-2-latin-wght-normal.woff2")
format("woff2-variations");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
Expand Down

0 comments on commit 43609bc

Please sign in to comment.