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

website - add -moz-osx-font-smoothing for smooth firefox osx fonts
This commit is contained in:
Megan Marsh 2019-11-07 14:14:48 -08:00 committed by GitHub
commit 4a3f5318e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;