From a215dbe43a7eff508b46a757dd29e6bc71b29c43 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 9 Dec 2013 20:13:08 +0200 Subject: [PATCH] Use antialiased font-smoothing for webkit Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b57fe826b..1615cd792 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -5,6 +5,7 @@ html { /** LAYOUT **/ body { + -webkit-font-smoothing: antialiased; margin-bottom: 20px; } -- 2.11.0