We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae1735 commit 3d418a0Copy full SHA for 3d418a0
src/styles/global.css
@@ -20,8 +20,8 @@
20
@font-face {
21
font-family: 'Nohemi';
22
src:
23
- url('../public/fonts/Nohemi-VF.ttf') format('woff2 supports variations'),
24
- url('../public/fonts/Nohemi-VF.ttf') format('woff-variations');
+ url('../fonts/Nohemi-VF.ttf') format('woff2 supports variations'),
+ url('../fonts/Nohemi-VF.ttf') format('woff-variations');
25
font-weight: 100 900;
26
font-style: normal;
27
font-display: swap;
0 commit comments