CSS Help
Font Properties
| Property | Description | Values |
| font | Sets all the font properties in a single declaration | font-style font-variant font-weight font-size/line-height font-family caption icon menu message-box small-caption status-bar |
| font-family | List (in preferred order) the font family names for an element | family-name generic-family |
| font-size | Specifies the font size | x-small x-small small medium large x-large xx-large smaller larger pixels (ex: 8px) % (ex: 2%) |
| font-size-adjust | Specifies an aspect value for an element that will preserve the x-height of the first choice font | none number |
| font-stretch | Makes the current font family wider or thinner | normal wider narrower ultra-condensed extra-condensed condensed semi-condensed semi-expanded expanded extra-expanded ultra-expanded |
| font-style | Specifies the style of the font | normal italic oblique |
| font-variant | Displays text in a normal font or a small-caps font | normal small-caps |
| font-weight | Specifies the font weight | normal bold bolder lighter 100 200 300 400 500 600 700 800 900 |



