website - add -moz-osx-font-smoothing for smooth firefox osx fonts

pull/8347/head
RJ Spiker 7 years ago
parent f2f544c434
commit b7561e3915

@ -7,6 +7,7 @@ html {
}
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
color: $body-font-color;
background-color: $white;

Loading…
Cancel
Save