diff --git a/nise-replay-viewer/src/style.css b/nise-replay-viewer/src/style.css index 9128a9e..ab702c4 100644 --- a/nise-replay-viewer/src/style.css +++ b/nise-replay-viewer/src/style.css @@ -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 {