<p>The font-style CSS property sets whether a font should be styled with a normal, italic, or oblique face from its font-family.</p>
<p>The font-style CSS property sets whether a font should be styled with a normal, italic, or oblique face from its font-family.</p>
<p>The font-style CSS property sets whether a font should be styled with a normal, italic, or oblique face from its font-family.</p>
p:first-of-type {
  font-style: italic;
}

p:last-of-type {
  font-style: oblique;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.