Merge pull request #42 from TxtDot/styling-fix

Styling: fonts
This commit is contained in:
Artemy Egorov 2023-08-29 19:20:24 +03:00 committed by GitHub
commit 7d1eeccf85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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