update default fonts
This commit is contained in:
parent
a98d1bfe04
commit
df4a7186e9
@ -6,11 +6,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
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: 16px;
|
||||||
font-size: calc(0.8em + 0.25vw);
|
font-size: calc(0.8em + 0.25vw);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
|
color: #282828;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user