Add fallbacks if the custom font doesn't load. (#5)

This commit is contained in:
Samuel Breznjak 2025-01-27 08:22:34 +01:00 committed by GitHub
commit bd68d5c592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ body {
line-height: 1.5;
background-color: var(--bg);
color: var(--text);
font-family: ArialPixel;
font-family: ArialPixel, system-ui, sans-serif;
}
/* Scrollbars */

2
css/cs16.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -64,7 +64,7 @@ body {
line-height: 1.5;
background-color: var(--bg);
color: var(--text);
font-family: ArialPixel;
font-family: ArialPixel, system-ui, sans-serif;
}
/* Scrollbars */