add fallback font to satisfy codeQL

This commit is contained in:
kittentm 2026-03-18 21:59:50 +01:00
commit 18c30de30b
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91

View file

@ -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;
}