Fonts list

This commit is contained in:
DarkCat09 2023-08-29 20:14:54 +04:00
parent b748233f45
commit a11e451f0b
No known key found for this signature in database
GPG Key ID: 0A26CD5B3345D6E3

View File

@ -35,7 +35,7 @@ body {
background: var(--bg);
color: var(--fg);
font-family: system-ui, sans-serif;
font-family: 'Noto Sans', 'Cantarell', 'Roboto', system-ui, sans-serif;
font-size: 1.1rem;
}