From 18c30de30b93ebb498f36f05c713e429dd578eea Mon Sep 17 00:00:00 2001 From: KittenTM Date: Wed, 18 Mar 2026 21:59:50 +0100 Subject: [PATCH] add fallback font to satisfy codeQL --- equipment/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/equipment/styles.css b/equipment/styles.css index cb763f6..00b2368 100644 --- a/equipment/styles.css +++ b/equipment/styles.css @@ -205,7 +205,7 @@ body { top: 200px; width: 480px; text-align: center; - font-family: "Regular"; + font-family: "Regular", sans-serif; font-size: 58px; color: #fff; } @@ -226,7 +226,7 @@ body { .rank-grade { left: 265px; top: 480px; } .rank-text { - font-family: "Splatoon1"; + font-family: "Splatoon1", sans-serif; font-size: 130px; color: #fff; }