Web font rendering on Macs

Posted . Visible to the public.

Macs render fonts bolder than they are, especially on dark background. This can be fixed by configuring the font smoothing:

body
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale

You should do this on every project, all the time.

Dominik Schöler
License
Source code in this card is licensed under the MIT License.
Posted by Dominik Schöler to makandra dev (2016-07-05 11:58)