system-ui font

master
Krzysztof Kula 2020-01-05 15:36:31 +01:00
parent a498762b88
commit ddec7c43d7
1 changed files with 1 additions and 1 deletions

View File

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