fix: Fonts path
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-style: oblique italic 0deg 10deg;
|
font-style: oblique italic 0deg 10deg;
|
||||||
src: url("/fonts/inter.woff2?v=4.0") format("woff2");
|
src: url("./fonts/inter.woff2?v=4.0") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -11,7 +11,7 @@
|
|||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("/fonts/jetbrains-mono.woff2?v=2.304") format("woff2");
|
src: url("./fonts/jetbrains-mono.woff2?v=2.304") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -19,5 +19,5 @@
|
|||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
src: url("/fonts/jetbrains-mono-italic.woff2?v=2.304") format("woff2");
|
src: url("./fonts/jetbrains-mono-italic.woff2?v=2.304") format("woff2");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user