Move font-smoothing to body
This commit is contained in:
parent
bfd7e1c51d
commit
615b167531
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
font-family: system-ui, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
|
font-family: system-ui, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue