Fixed font url in replay viewer

This commit is contained in:
nise.moe 2024-03-04 00:09:54 +01:00
parent bafe15f6ea
commit 18403550c3

View File

@ -3,7 +3,7 @@
font-style: normal;
font-display: swap;
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 {
@ -11,7 +11,7 @@
font-style: normal;
font-display: swap;
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 {