Cascading Style Sheets CSS Font Properties
CSS Charts - Font Properties
| Font Properties | |||
| Property | Description | Values | Sample Code |
font |
Sets multiple font properties |
font-family |
|
font-family |
Sets font names |
family-name |
p {font-family: verdana,arial} |
font-size |
Sets the size of the text |
smaller |
P {font: 12pt arial} |
font-weight |
Sets the weight of the text normal |
bold |
p{font-weight: bold} |
font-style |
Sets the style of the text |
normal |
p{font-style: italic} |
font-variant |
Sets the font variant |
normal |
h2 {font-variant: small-caps} |