Why are my fonts bold on OS X? I found the solution for Safari:
-webkit-font-smoothing: antialiased;
But I did not find anything to fix Firefox. Can you help me?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
After a quick search at Google, I found this page: http://www.withoutink.com/apple/how-to-fix-firefox-fonts-turned-bold-mac-osx/. Basically what it says is to delete your Lucida Grande font from your system, because it may have been corrupted. You shouldn't have to worry, the font should be restored automatically. And if you need more explanation, just click the link. It details the process nicely. I hope this helps. | |||
|
feedback
|
|
In my @font-face declaration I changed the font-weight value. I had tried normal and 1000, but when I changed it to 600 the font anti-aliasing decreased and the faux bold was no more. So to clarify, I use:
The top one fixes Firefox, the bottom fixes Safari. Bada-bing. | |||
|
feedback
|