using @font-face with a bold typeface is not rendering properly (on safari osx -- which is really all that matters) http://stackoverflow.com/questions/9081221/safari-css-bold-font-too-bold tried the following suggestions, none solved the issue: ``` css font-weight: normal; ``` ``` css -webkit-font-smoothing: antialiased; ``` http://www.newfangled.com/web_typography_struggles_and_solutions_ http://stackoverflow.com/questions/12646592/webkit-font-smoothing-suddenly-different-results-in-chrome-and-safari ``` css text-shadow: #000000 0 0 0px; /* doesn't work anymore */ ``` http://stackoverflow.com/questions/9450706/safari-font-weight-issue-text-too-bold part of a larger issue? http://www.codinghorror.com/blog/2007/06/font-rendering-respecting-the-pixel-grid.html https://discussions.apple.com/message/8080350#8080350
using @font-face with a bold typeface is not rendering properly (on safari osx -- which is really all that matters)
http://stackoverflow.com/questions/9081221/safari-css-bold-font-too-bold
tried the following suggestions, none solved the issue:
http://www.newfangled.com/web_typography_struggles_and_solutions_
http://stackoverflow.com/questions/12646592/webkit-font-smoothing-suddenly-different-results-in-chrome-and-safari
http://stackoverflow.com/questions/9450706/safari-font-weight-issue-text-too-bold
part of a larger issue?
http://www.codinghorror.com/blog/2007/06/font-rendering-respecting-the-pixel-grid.html
https://discussions.apple.com/message/8080350#8080350