From be02ad27262957cdd6731de4d5a0aae37da042aa Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Thu, 27 Apr 2017 12:47:34 +0100 Subject: [PATCH] Render font smoothing on Firefox --- app/app/styles/base.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/app/styles/base.scss b/app/app/styles/base.scss index 5311bf6b..d47ae371 100644 --- a/app/app/styles/base.scss +++ b/app/app/styles/base.scss @@ -111,6 +111,7 @@ html { font-size: 14px; height: 100%; -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); } @@ -124,6 +125,7 @@ a { text-decoration: none; cursor: pointer; -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); a:focus,