font-style
Name: font-style
Description: Specifies the styling for use by a font.
Browser Compatibility: IE 3+ / NN 4+ / O 3.5+
Inherited: Yes
Values:
- inherit
- italic
- normal [Initial value]
- oblique
Code Example:
p.title {font-style: italic;}
Description: Specifies the styling for use by a font.
Browser Compatibility: IE 3+ / NN 4+ / O 3.5+
Inherited: Yes
Values:
Code Example: