Fix font family typo (!283, thanks alex-kinokon)
This commit is contained in:
parent
af76bbe0c1
commit
5cd981e937
|
@ -9,7 +9,7 @@ body {
|
||||||
background-color: var(--bg-color2);
|
background-color: var(--bg-color2);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: sistem-ui, sans-serif;
|
font-family: system-ui, sans-serif;
|
||||||
font: use-system-font;
|
font: use-system-font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue