site: remove font smoothing style

This commit is contained in:
afc163 2017-03-02 13:38:20 +08:00
parent 570e2ce1dc
commit c94a8d7ddc

View File

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