Commit a215dbe4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use antialiased font-smoothing for webkit

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent bc82b2f8
...@@ -5,6 +5,7 @@ html { ...@@ -5,6 +5,7 @@ html {
/** LAYOUT **/ /** LAYOUT **/
body { body {
-webkit-font-smoothing: antialiased;
margin-bottom: 20px; margin-bottom: 20px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment