Nicer font

Taken from: https://bitsofco.de/the-new-system-font-stack/
This commit is contained in:
Krzychu
2019-03-17 18:51:10 +01:00
committed by GitHub
parent bbad06deae
commit a498762b88

View File

@ -15,7 +15,7 @@ html,
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: var(--darkgray);
background-color: var(--white);
}