Skip to content

Commit 19e2119

Browse files
authored
fix: Corrected font paths in global.css to ensure proper loading (#9)
1 parent a6ea271 commit 19e2119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/global.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
@font-face {
44
font-family: "JetBrains Mono";
55
src:
6-
url("fonts/JetBrainsMono-Light.woff2") format("woff2"),
7-
url("fonts/JetBrainsMono-Regular.woff2") format("woff2"),
8-
url("fonts/JetBrainsMono-Thin.woff2") format("woff2");
6+
url("/fonts/JetBrainsMono-Light.woff2") format("woff2"),
7+
url("/fonts/JetBrainsMono-Regular.woff2") format("woff2"),
8+
url("/fonts/JetBrainsMono-Thin.woff2") format("woff2");
99
font-weight: normal;
1010
font-style: normal;
1111
}

0 commit comments

Comments
 (0)