Web typography

Typography exists to honor content.
— Robert Bringhurst, The Elements of Typographic Style

The web is not really suited to interesting typography but is still possible to achieve elegance and readability.

Font choices

All browsers allow users to choose their fonts and ignore yours. Plus there is no guarantee your preferred font will be present on the user's PC, in which case the browser willl choose a similar one based on the font's family - serif, sans-serif, cursive (handwriting style), monospace (typewriter style).

A good (business) choice is a sans-serif font (no curly bits) like Verdana, Helvetica or Arial. Serif fonts are handy for titles, and to feature small pieces of text.

Text size

Reading on the screen is slower than on paper. Small text makes a page even harder to read. You will be well served by presenting your content in 80-100% of the browser's standard size.

Small text makes page layouts look better in client presentations. Modern browsers allow the user to change the text size, so something of a mistake to make how the page looks depend on text taking up a certain amount of the display.

Achieving elegance and readability

The web presents a special problem: you can't control the final display, and need to allow for variability, eg screen size, text size, quality of display etc. therefore you are in the business of proposing how a page will look.

Elsewhere: Why Web Users Scan Instead of Read by Jakob Nielsen, the daddy of website usability, Typography section in the classic Web Style Guide from Lynch and Horton, where I found the top quote at the top of this page.

Top | Home