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