Browse Source
Merge pull request #27 from krzychukula/patch-1
Nicer font
upstream
Zach Leatherman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
css/index.css
|
|
@ -15,7 +15,7 @@ html, |
|
|
|
body { |
|
|
|
padding: 0; |
|
|
|
margin: 0; |
|
|
|
font-family: sans-serif; |
|
|
|
font-family: system-ui, sans-serif; |
|
|
|
color: var(--darkgray); |
|
|
|
background-color: var(--white); |
|
|
|
} |
|
|
|