Font Style
.font-italic
.font-italic
Sets the font style to italic.
CSS equivalent: font-style: italic;
Example usage:
.font-normal
.font-normal
Sets the font style to normal.
CSS equivalent: font-style: normal;
Example usage:
.font-oblique
.font-oblique
Sets the font style to oblique.
CSS equivalent: font-style: oblique;
Example usage:
Last updated