Safari text too bold solution

2

Posted by nick | Posted in Development | Posted on May 09 2009

Tags: ,

I downloaded Safari 3.2.2 for windows a little while ago and immediately found my designs screwed up and out of whack because all the text was much bolder than it should have been. It’s something to do with Safari. The fix is to add the below line in your stylesheet. You can add it to the body tag for a site wide fix if you want.

text-shadow: #000000 0 0 0px;

  • Share/Bookmark