Font Style
Use font style utilities to add or remove italic text.
Usage
Particle provides font style utility classes for the following enums: italic
and normal
.
font-style--italic
Make text italic.
font-style--normal
Makes text normal. Only useful to override font-style: italic
on an element.