| |
| | CSS: fonts |
 | | Since not all fonts are available on all computers (there are thousands of fonts, and most are not free), CSS provides a system of fallbacks. |
 | | You list the font that you want first, then any fonts that might fill in for the first if it is unavailable, and you should end the list with a generic font, of which there are five: serif, sans-serif, monospace, cursive and fantasy. |
 | | Most fonts have various styles within the same family, typically a bold and an italic one, often also a bold italic style, somewhat less often a small-caps and in a few cases extra-light/extra-bold or stretched/condensed versions. |
| www.w3.org /Style/Examples/007/fonts.html (491 words) |
|