In CSS terms, monospace is a generic font-family category which includes fixed width or typewriter style fonts and should be used as a "fall back" after a series of named fonts: PRE{ font-family: "Courier New" Courier monospace; } Monospace class fonts are typically used to represent code samples, but are quite readable as body text