<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;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.