Fix font family typo (!283, thanks alex-kinokon)

This commit is contained in:
hackademix 2023-03-04 07:47:35 +01:00
parent af76bbe0c1
commit 5cd981e937
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ body {
background-color: var(--bg-color2);
color: var(--text-color);
font-size: 12px;
font-family: sistem-ui, sans-serif;
font-family: system-ui, sans-serif;
font: use-system-font;
}