Text

font-family

This property define the font the browser should use to display text content . Font family names are normally specified as a comma-separated list in case the visitors computer doesn't have the first or second choice installed. The las font listed should be a proper generic font such as serif, sans-serif, monotype fantasy or cursive. This property is inherited.

Example

font-family:Arial, Verdana, sans-serif;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

Font family Font family name if the name has a space use quotes. e.g. "Times New Roman"
Generic font Generic recognized fonts like serif, sans-serif, monotype, fantasy or cursive.

Related properties

Can be used with..

Search the Soup!