nevermind
This commit is contained in:
parent
0c6e9fb32c
commit
232575974a
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src: url("assets/woff2/iosevka-waffle-regular.woff2") format("woff2");
|
||||
src: url("/assets/woff2/iosevka-waffle-regular.woff2") format("woff2");
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
font-weight: 700;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src: url("assets/woff2/iosevka-waffle-bold.woff2") format("woff2");
|
||||
src: url("/assets/woff2/iosevka-waffle-bold.woff2") format("woff2");
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
|||
font-weight: 300;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src: url("assets/woff2/iosevka-waffle-light.woff2") format("woff2");
|
||||
src: url("/assets/woff2/iosevka-waffle-light.woff2") format("woff2");
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue