Page 1 of 1

Fixing the Safari Font Weight Problem

Posted: Tue Nov 25, 2008 7:42 pm
by volomike
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.

Code: Select all

BODY {
    text-shadow: #000000 0 0 0px;
}
Just thought I'd share that.

Re: Fixing the Safari Font Weight Problem

Posted: Wed Nov 26, 2008 12:32 pm
by JAB Creations
Thanks for sharing. :wink: