From 0db45733c584017438eeb723f047e8b4de0e5b28 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 28 Jul 2014 16:10:30 +0100 Subject: [PATCH] added -moz-osx-font-smoothing to the stylesheet which improves font rendering in firefox --- services/web/public/stylesheets/core/type.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/core/type.less b/services/web/public/stylesheets/core/type.less index 6d82f5092d..56c7d236ea 100755 --- a/services/web/public/stylesheets/core/type.less +++ b/services/web/public/stylesheets/core/type.less @@ -5,6 +5,7 @@ * { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; + -moz-osx-font-smoothing: grayscale; } // Headings