Merge pull request #6648 from rjspiker/rj.font-smooth

website - add -moz-osx-font-smoothing for smooth firefox osx fonts
This commit is contained in:
Charlie Voiselle 2019-11-08 15:36:02 -05:00 committed by GitHub
commit 754d676962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,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;