font-style

em {
  font-style: italic;
}
Example 3.38 - font-style - Example 3.38
<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
 

Copyright © David Heitmeyer