Skip to content

Commit 3d418a0

Browse files
committed
Fix fonts path
1 parent bae1735 commit 3d418a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
@font-face {
2121
font-family: 'Nohemi';
2222
src:
23-
url('../public/fonts/Nohemi-VF.ttf') format('woff2 supports variations'),
24-
url('../public/fonts/Nohemi-VF.ttf') format('woff-variations');
23+
url('../fonts/Nohemi-VF.ttf') format('woff2 supports variations'),
24+
url('../fonts/Nohemi-VF.ttf') format('woff-variations');
2525
font-weight: 100 900;
2626
font-style: normal;
2727
font-display: swap;

0 commit comments

Comments
 (0)