Property |
Values |
Description |
NS |
IE |
font
|
font-style font-variant font-weight font-size/line-height font-family |
Sets all of the properties for a font in
one statement |
4.0 |
4.0 |
font-family
|
family-name generic-family |
A prioritized list of font family names
and/or generic family names for an element |
4.0 |
4.0 |
font-size
|
xx-small x-small small medium large x-large xx-large smaller larger length % |
Sets the size of a font |
4.0 |
4.0 |
font-style
|
normal italic oblique |
Sets the font-style |
4.0 |
4.0 |
font-variant
|
normal small-caps |
Sets the font-variant |
|
4.0 |
font-weight
|
normal bold bolder lighter 100 200 300 400 500 600 700 800 900 |
Sets the weight of a font |
4.0 |
4.0 |