Commit a215dbe43a7eff508b46a757dd29e6bc71b29c43

Authored by Dmitriy Zaporozhets
1 parent bc82b2f8

Use antialiased font-smoothing for webkit

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/stylesheets/common.scss
... ... @@ -5,6 +5,7 @@ html {
5 5 /** LAYOUT **/
6 6  
7 7 body {
  8 + -webkit-font-smoothing: antialiased;
8 9 margin-bottom: 20px;
9 10 }
10 11  
... ...