Skip to content

Commit 7c9c6e6

Browse files
authored
Update index.css
Signed-off-by: Aitor Alien <[email protected]>
1 parent 8de4522 commit 7c9c6e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
font-style: normal;
99
font-weight: 400;
1010
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');
11+
src: url('./fonts/Nasalization.woff2') format('woff2'),
12+
url('./fonts/Nasalization.woff') format('woff'),
13+
url('./fonts/Nasalization.otf') format('opentype');
1414
}
1515

1616
@layer base {

0 commit comments

Comments
 (0)