Font Italic
Adjust the italic or oblique font-style for HTML tags such as <p> and <h1>.
font-italic
Expect skilled signwriters to use many jazzy, quaint old alphabets effectively.
<p class="font-italic"></p>
The font-italic class sets the font-style to italic. font-oblique is also available.
font-oblique
Expect skilled signwriters to use many jazzy, quaint old alphabets effectively.
<p class="font-oblique"></p>
The font-oblique class sets the font-style to oblique.
Reset
Experience Design Made Simple for Living Design Systems
<p class="font-italic">Experience Design Made Simple <span class="font-no-style">for Living Design Systems</span></p>
The font-no-style class removes the font-style such as italic or oblique.