![]() |
| IE | FF | Op | Saf |
|---|---|---|---|
The font-family property is a prioritized list of font family names and/or generic family names for HTML elements. The browser will use the first font in this list that is installed on the client machine.
Note: If a font name contains a space, then the font name must be quoted by a single or double quote.
Values
Any font-family names. For example: "arial", "courier", "times" and "helvetica"
Generic families: serif | sans-serif | cursive | fantasy | monospace
Inherited: Yes
Example text
Serif division.
Comments