Last Updated: June 11, 2021
·
1.423K
· stffndtz

Improve text-rendering in webkit

To improve the rendering of fonts in webkit-based browser, simply add the CSS property

* {
  -webkit-font-smoothing: antialiased;
}

wherever you want.

Also works for CSS3 property @font-face.