Jan 29, 2010 0
Communicating with Type

Above: Verdana, Below: Georgia - which speaks to you?
Type speaks. The typefaces you use on your website will change how users perceive and interpret information. The last few years have shown some major advances in the ways we are able to use different fonts on our websites. You can use the @font face syntax in your CSS files to load a font from a remote server (A List Apart has a great article), and companies like FontSquirrel go so far as to provide @font face kits, styles just need to be copied and pasted.
You can also try Cufón; Cufón consists of two individual parts – a font generator, which converts fonts to a proprietary format and a rendering engine written in JavaScript. It’s meant to act as a simple alternative to sIFR, which is known to be complicated to use and configure.
But we’re not quite there. Fonts are very heavily licensed, and though there are free fonts available for use – chances are that you’ll end up using one of the 8 core web fonts rather than trying to find a free font that’s easily readable. Those core fonts are all owned and licensed by the Microsoft Foundry, which is why you’ll find them in your version of MS office. They are made of up of three serif fonts (fonts with ‘feet’) and five sans-serif (no feet).
Serif fonts: Georgia, Times New Roman, Courier
Serif fonts are often claimed to be more easily readable. In my mind they project a certain inherent seriousness and trustworthiness, like the voice of a newscaster. That’s not to say they do for everyone, there’s no empirical evidence that serifs are easier to read than sans-serif and in fact, sans-serif fonts weren’t widely adopted until the 20th century. Serif fonts are most closely associated with news and information; I like Times New Roman for headlines and Georgia for text in this case.
Sans-serif fonts: Arial, Trebuchet MS, Comic Sans, Impact, Verdana.
Forget Comic Sans or Impact for general text, neither are easily readable at small resolutions though I find Impact works well for headlines. For text, you’ll be choosing between Verdana and Arial most likely as Trebuchet MS can look nice, but can be tricky when users don’t have that font installed. Given the choice, I would choose Verdana. Created in 1996 for Microsoft, it’s one of the most commonly used and readable fonts out there – like the Helvetica of the web.
Don’t forget the spacing.
Whichever you choose, make sure you pay close attention to the spacing: that’s line spacing, letter spacing and word spacing. Too close together and the words become hard to read. Too far apart and you may have “rivers” running through your text.
For now, our choices are still limited.
While the foundries and the browser companies hash out issues of licensing more fonts for standard use on webpages, choices to users without a lot of CSS experience are still limited. Just try to remember that it’s not about what you like, the goal of type is to make a thing easy and enjoyable to read. Until next time!
