Fixing the Safari Font Weight Problem
Posted: Tue Nov 25, 2008 7:42 pm
I guess I'm not the only one who thinks that Safari renders all the fonts as bold (and then bold would be extra bold). It makes it hard to read some bolded text. And here's the fix I tried and it works great. I implement it only with my Safari style sheet, not the style sheet I use on the other browers.
Just thought I'd share that.
Code: Select all
BODY {
text-shadow: #000000 0 0 0px;
}