update default fonts
This commit is contained in:
parent
a98d1bfe04
commit
df4a7186e9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user