587 B
587 B
title | layout |
---|---|
CSS antialiasing | default |
* {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
}
Support
- Firefox 25+ on OSX
- Webkits (Chrome, Safari, etc)