Google
CSS Font-Style Property

Description:
Specifies the styling for use by a font.
Syntax:
font-style: [value];
Possible Values:
  • normal
  • italic
  • oblique
  • inherit
Initial Value:
Normal
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
p.title {font-style: italic;}