[Frontend] Removed -moz-osx-font-smoothing property

open #687
This commit is contained in:
Charles Hacskaylo
2016-02-18 13:24:06 -08:00
parent 95f1768fb7
commit 626cc502fb
3 changed files with 40 additions and 43 deletions

View File

@@ -46,7 +46,6 @@ a {
body, html {
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: $colorBodyBg;
color: $colorBodyFg;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;