diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index b09936fcc..8830736f1 100644 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -7,6 +7,7 @@ html { } body { + -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color: $body-font-color; background-color: $white;