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

This commit is contained in:
RJ Spiker 2019-11-07 13:10:59 -07:00
parent 7560c7fdef
commit 26b6f61682
1 changed files with 1 additions and 0 deletions

View File

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