Update antialias

This commit is contained in:
Rico Sta. Cruz 2015-03-05 14:50:15 +08:00
parent aa274c5c9b
commit 7a57b4f928
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ layout: default
---
* {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}