fix: font smoothing defaults

This commit is contained in:
Jacky Zhao 2024-02-02 01:01:04 -08:00
parent 2b57a68e1f
commit d11a0e71a8

View file

@ -7,6 +7,8 @@ html {
text-size-adjust: none; text-size-adjust: none;
overflow-x: hidden; overflow-x: hidden;
width: 100vw; width: 100vw;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} }
body, body,