fix: Fonts path

This commit is contained in:
David Lapshin 2023-10-28 19:03:59 +03:00
parent 3a8597ab69
commit df308e89a9

View file

@ -3,7 +3,7 @@
font-weight: 100 900;
font-display: swap;
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 {
@ -11,7 +11,7 @@
font-weight: 100 900;
font-display: swap;
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 {
@ -19,5 +19,5 @@
font-weight: 100 900;
font-display: swap;
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");
}