I recently decided to try out the Google Chrome1 web browser, mainly because of occasional Firefox crashes (that happened even with no extensions loaded). Impressed with its speed, I stuck with it, and it’s now my default.
But a recent article2 inspired me to look more closely at Chrome’s display of type set in fonts included using the CSS3 @font-face directive. I found that Google’s speedy browser does a poor job in comparison with Firefox.
Here are two examples from a page3
that helpfully demonstrates the display of 10 very nice free fonts.
On the right is Firefox presenting a snippet of text with two
germane features: an f-i ligature and a word in bold, which is
marked up as “strong” in the source. Below that is Chrome’s (v.
4.0.249.30) attempt at rendering the same snippet: the ligature is broken, and
the “strong” markup does nothing. Note as well that some of the
letter shapes are different: the e in particular is oddly top-heavy
in Chrome’s version (see comparison on the left). Such a large
distortion in letter shape is probably not due merely to
differences in font hinting.
We know that the letter-shapes shown by
Firefox are probably the correct ones because the authors of the page have
supplied a link to a screenshot showing what the page is intented
to look like. But the screenshot also has a broken ligature and no
or very poor kerning, and,
as they mention Safari, there is a reasonable chance that the
screenshot is taken using that browser. Safari uses a version of
the Webkit rendering engine, as does Chrome, so it seems as if the
ligature and kerning problems might be traceable to that.
Below is a demonstration of the lack of kerning in Chrome: note the unsightly gaps between the Ws and es. The Firefox screenshot below that is an example of correct kerning.

The article that got me looking at these examples of type rendering is entitled 24 ways: Real Fonts and Rendering: The New Elephant in the Room. The elephant is supposed to be differences in rendering between platforms, amounting to poor rendering on some, caused by differences in font hinting. But here, as elsewhere4 , there is a much larger elephant that looms over the handling of text in web browsers, one much bigger than the details of font hinting, and one that will not go away as display resolutions become finer. This is the fact that all browsers handle text in a primitive way akin to word processors, and this makes the discussion of “aesthetics” in regard to type on the web by web desginers quite premature, if not a little silly.
[1] Google Chrome - Get a fast new browser. For PC, Mac, and Linux: http://www.google.com/chrome/
[2] Jeffrey Zeldman, 24 ways: Real Fonts and Rendering: The New Elephant in the Room: http://24ways.org/2009/real-fonts-and-rendering
[3] http://www.opentype.info/demo/webfontdemo.html
[4] Lee Phillips, Unwebbable? (July 2009): http://lee-phillips.org/unwebbed/index.xhtml