font-style

em {
  font-style: italic;
}
Example 3.36 - font-style - Example 3.36

 <div style="font-style: normal;">Normal font-style
 </div>
 <div style="font-style: italic;">Italic font-style
 </div>
 <div style="font-style: oblique;">Oblique font-style
 </div>
Normal font-style
Italic font-style
Oblique font-style