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 a6ea271 commit 19e2119Copy full SHA for 19e2119
src/styles/global.css
@@ -3,9 +3,9 @@
3
@font-face {
4
font-family: "JetBrains Mono";
5
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");
+ url("/fonts/JetBrainsMono-Light.woff2") format("woff2"),
+ url("/fonts/JetBrainsMono-Regular.woff2") format("woff2"),
+ url("/fonts/JetBrainsMono-Thin.woff2") format("woff2");
9
font-weight: normal;
10
font-style: normal;
11
}
0 commit comments