Commit f4b2cee695ace72d9eb31fd0fefa42745148b6a4

Authored by Dmitriy Zaporozhets
1 parent 4710897c

Revert font-smoothing to default

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