incorrect font location fixed
This commit is contained in:
parent
a4a402ea8e
commit
ba5ed4756d
|
@ -1,4 +1,4 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Inter";
|
font-family: "Inter";
|
||||||
src: url("/assets/fonts/Inter-VariableFont_slnt\,wght.ttf");
|
src: url("./assets/fonts/Inter-VariableFont_slnt\,wght.ttf");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue