The font-style represents the style of font for the text of content.
Example of Code
<style>
.example-CSS-Font-Style-paragraph{
font-style: italic;
}
</style>
<p class="example-CSS-Font-Style-paragraph">This text is in italics.</p>
Output
This text is in italics.
