website - add -moz-osx-font-smoothing for smooth firefox osx fonts (#6755)

pull/6445/head
RJ Spiker 2019-11-19 12:43:18 -07:00 committed by Mike Morris
parent 4f6c05dd76
commit f75b47d3a9
1 changed files with 1 additions and 0 deletions

View File

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