CSS trick for lighter fonts on Mac
Found this a few days ago on WebKit docs.
If you're like me and think that fonts on OS X are way too "thick" on Chrome and Safari, all you need to do is add a "-webkit-font-smoothing: antialiased" to your CSS. So for example to make fonts lighter on all elements:
body {
-webkit-font-smoothing: antialiased;
}
Works like a charm!
Written by Igor Ramadas
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#