From b7561e3915df1c4e109b85dec8f3f5ee993551a9 Mon Sep 17 00:00:00 2001 From: RJ Spiker Date: Thu, 7 Nov 2019 13:01:05 -0700 Subject: [PATCH] website - add -moz-osx-font-smoothing for smooth firefox osx fonts --- website/source/assets/stylesheets/_global.scss | 1 + 1 file changed, 1 insertion(+) 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;