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.