We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de4522 commit 7c9c6e6Copy full SHA for 7c9c6e6
src/index.css
@@ -8,9 +8,9 @@
8
font-style: normal;
9
font-weight: 400;
10
font-display: swap;
11
- src: url('/fonts/Nasalization.woff2') format('woff2'),
12
- url('/fonts/Nasalization.woff') format('woff'),
13
- url('/fonts/Nasalization.otf') format('opentype');
+ src: url('./fonts/Nasalization.woff2') format('woff2'),
+ url('./fonts/Nasalization.woff') format('woff'),
+ url('./fonts/Nasalization.otf') format('opentype');
14
}
15
16
@layer base {
0 commit comments