Read more

Web font rendering on Macs

Dominik Schöler
July 05, 2016Software engineer at makandra GmbH

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
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

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

Posted by Dominik Schöler to makandra dev (2016-07-05 13:58)