Merge pull request #27 from krzychukula/patch-1

Nicer font
master
Zach Leatherman 2020-01-05 08:38:01 -06:00 committed by GitHub
commit 90f6a2f736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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