Font Properties
- font-family: [family-name | generic-name], ...
- replaces <font face="..."> tag with more choices
- font-weight: normal | bold | bolder | lighter | 100 | 200 | ... | 900
- replace b tag with many more options
- font-size: {length} | {percentage} | smaller | larger | xx-small | x-small | small | medium | large | x-large | xx-large |
- replaces <font size="..."> with even more control
- font-style: italic | oblique | normal
- replaces i tag - usually oblique is same as italic
- font-variant: small-caps | normal
- uses a small caps or normal font