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