Revert font-smoothing to default

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2014-02-28 10:18:49 +02:00
parent 4710897c0d
commit f4b2cee695
-2
View File
@@ -5,8 +5,6 @@ html {
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-bottom: 20px;
}