Move font-smoothing to body

This commit is contained in:
Justin Edmund 2020-10-26 01:40:53 -07:00
parent bfd7e1c51d
commit 615b167531

View file

@ -7,6 +7,7 @@ html {
}
body {
-webkit-font-smoothing: antialiased;
font-family: system-ui, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 1.4rem;