CSS Font-style Property
Reference showing how to use the CSS font-style Property.
The font-style property sets the style of a font.
Possible Values
- normal (Default)
- italic
- oblique
Example:
p {
font-style: italic;
}Inherited? - Yes!
Reference showing how to use the CSS font-style Property.
The font-style property sets the style of a font.
Example:
p {
font-style: italic;
}Inherited? - Yes!