Just for information's sake, the font that this blog post is written in appears jagged in Chrome 23 on my Windows 7 machine, with ClearType configured.
My frontender intuition says something else is wrong and forcing the use of the SVG version might cause trouble in other browsers. Last I checked Chrome on Windows uses Skia, a different graphics library than Safari, which is usually the culprit behind its rendering issues. It may be that Skia renders SVG nicely, but other rendering engines may have issues with SVG in small sizes. And how about Chrome on OSX or Linux? This may need a little more research to figure out what's going on.
SVG is definitely right for icon fonts in Chrome, but it makes text fonts look blurry (rather than jagged). It's perhaps more aesthetically pleasing, but it's definitely harder to read.
This effect is present in this blog post. See http://cl.ly/image/0E1g1Z3F3t31 for example. It's less pronounced with larger font faces, but the aliasing makes the text feel fuzzy rather than crisp. At smaller font weights, it's downright blurry and very unpleasant to read.
>> appears jagged in Chrome 23 on my Windows 7 machine, with ClearType configured.
Same here.
I have a Stylish script configured to render "safe" fonts every time I am "forced" to use Chrome. Chrome is also very memory intensive on my machine (4GB RAM anyway!)
This font rendering bug is really such a long running joke on Chrome that it might just end up being elevated into some kind of "this is no bug, this one is a Chrome feature!" /frustrated
Just viewed normally, actually. TBH, I was full of hope too on reading your workaround to see it it works :-) I actually fired up Chrome [portable] after a long time and disabled Stylish just to check it out. :-/
Off topic: Chrome has developed a nasty habit of installing itself into my [User name] even when running a portable version.. Bizarre and Creepy! I only come to know of it because it promptly pins itself to my Taskbar!
When downloading a hosted font or after converting your own .tff your given a zip with all the font formats along a stylesheet that contains the @font-face declaration. After copying the css to your main css file your ready to use the font.
fyi, that should be "you're given" and "you're ready"
17 comments
[ 2.9 ms ] story [ 46.3 ms ] threadFor some reason, Chrome devs are not in a hurry to implement it.
If you're using Firefox try these preferences out for a full DirectWrite experience:
Thanks.
This effect is present in this blog post. See http://cl.ly/image/0E1g1Z3F3t31 for example. It's less pronounced with larger font faces, but the aliasing makes the text feel fuzzy rather than crisp. At smaller font weights, it's downright blurry and very unpleasant to read.
This solution is only useful for Windows and will likely regress the visual fidelity of the font in both Mac and Linux.
Same here.
I have a Stylish script configured to render "safe" fonts every time I am "forced" to use Chrome. Chrome is also very memory intensive on my machine (4GB RAM anyway!)
This font rendering bug is really such a long running joke on Chrome that it might just end up being elevated into some kind of "this is no bug, this one is a Chrome feature!" /frustrated
Off topic: Chrome has developed a nasty habit of installing itself into my [User name] even when running a portable version.. Bizarre and Creepy! I only come to know of it because it promptly pins itself to my Taskbar!
fyi, that should be "you're given" and "you're ready"