Horrible rendering of @font-face in Chrome Horrible rendering of @font-face in Chrome google-chrome google-chrome

Horrible rendering of @font-face in Chrome


https://stackoverflow.com/a/9041280/1112665

If your code is from font squirrel it may be as simple as just rearranging the order of some of your css.


I'm seeing almost the exact opposite on OS X. Chrome, Safari are fine and Firefox isn't displaying right.

Chrome 18.0.1003.1 dev:

enter image description here

Safari 5.1.2 (7534.52.7):

enter image description here

Firefox 9.0.1:

enter image description here

Opera 11.60 Build 1185:

enter image description here

Internet Explorer 9.0.8112 (under Parallels VM):

enter image description here

It looks like Windows 7 @font-face problems are quite common, and there are a lot of inconsistencies in general:


You can also ensure the SVG format is being used primarily. The upshot to this is the font will render perfectly in Opera/Chrome, the down side is that I have found line-height issues arise.

Use a chrome specific media query and replace the font with the SVG version exclusively.