From 34b0bea0221ecdfb2e38b54af06cab5184704dc4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 29 Dec 2013 16:47:31 +0200 Subject: [PATCH] Mozilla osx font smoothing --- app/assets/stylesheets/common.scss | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 20b7463..c428d90 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -6,6 +6,7 @@ html { body { -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; margin-bottom: 20px; } -- libgit2 0.21.2