Cascading Style Sheets
{font-family: family-name | generic-family;} specify the family, such as
serif, sans-serif, monospace, cursive. {font-weight: normal | bold | bolder | lighter | 100
| 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;} {font-size: xx-small | x-small | small | medium |
large | x-large | xx-large | smaller | larger | length | percentage;} is the
size. {font-style: italic | oblique | normal;}
{font: font-style | font-variant | font-weight
| font-size | font-family;} collapse all of them into one
line.10 of 14