OSDN Git Service

Use antialiased font-smoothing for webkit
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 9 Dec 2013 18:13:08 +0000 (20:13 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 9 Dec 2013 18:13:08 +0000 (20:13 +0200)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/common.scss

index b57fe82..1615cd7 100644 (file)
@@ -5,6 +5,7 @@ html {
 /** LAYOUT **/
 
 body {
+  -webkit-font-smoothing: antialiased;
   margin-bottom: 20px;
 }