Skip to content
New issue

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

webkit @font-face is rendering too bold #3

Open
frederickk opened this issue Mar 10, 2013 · 0 comments
Open

webkit @font-face is rendering too bold #3

frederickk opened this issue Mar 10, 2013 · 0 comments

Comments

@frederickk
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant