Commit 34b0bea0221ecdfb2e38b54af06cab5184704dc4

Authored by Dmitriy Zaporozhets
1 parent e7a35a94

Mozilla osx font smoothing

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
... ... @@ -6,6 +6,7 @@ html {
6 6  
7 7 body {
8 8 -webkit-font-smoothing: antialiased;
  9 + -moz-osx-font-smoothing: grayscale;
9 10 margin-bottom: 20px;
10 11 }
11 12  
... ...