update default fonts

This commit is contained in:
Niklas Buschmann 2019-07-21 02:09:02 +02:00
parent a98d1bfe04
commit df4a7186e9

View File

@ -6,11 +6,12 @@
}
body {
font-family: system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
font-family: system-ui,-apple-system,"Helvetica Neue","Segoe UI",sans-serif;
font-size: 16px;
font-size: calc(0.8em + 0.25vw);
font-weight: 400;
line-height: 1.65;
color: #282828;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}