Fixed font url in replay viewer
This commit is contained in:
parent
bafe15f6ea
commit
18403550c3
@ -3,7 +3,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(ia-quattro-400-normal.woff2) format('woff2');
|
src: url('https://replay.nise.moe/ia-quattro-400-normal.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -11,7 +11,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: url(ia-quattro-700-normal.woff2) format('woff2');
|
src: url('https://replay.nise.moe/ia-quattro-700-normal.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user