Update antialias
This commit is contained in:
parent
aa274c5c9b
commit
7a57b4f928
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue