We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
font-weight: normal;
-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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: