Font Style
Utilities for controlling the style of text.
Class | Properties |
---|---|
.fs-italic | font-style: italic; |
.fs-normal | font-style: normal; |
Usage
Use .fs-italic
to make text italic or use .fs-normal
to reset an existing font style.
The quick brown fox jumped over the lazy dog.
The quick brown fox jumped over the lazy dog.
Variants
By default, only responsive variants are generated for this utility. You can control which variants are generated by modifying the $utility-configuration
in _settings.scss.