site: add smooth font render back

This commit is contained in:
afc163 2017-03-06 17:36:42 +08:00
parent c037abab6a
commit d55ff63587

View File

@ -1,3 +1,8 @@
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html,
body {
height: 100%;