540 B
540 B
title | category | layout |
---|---|---|
CSS antialiasing | CSS | default-ad |
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Support
- Firefox 25+ on OSX
- Webkits (Chrome, Safari, etc)