From 18403550c3614ecf5f0b715ed6292651ea951df4 Mon Sep 17 00:00:00 2001 From: "nise.moe" Date: Mon, 4 Mar 2024 00:09:54 +0100 Subject: [PATCH] Fixed font url in replay viewer --- nise-replay-viewer/src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {