Typography
Font Style
Utilities for sets the style of the font.
Variant
Responsive Dark Mode Light Mode Reduce-Motion Selection-Hover Expand First-Last-Selection Child-Selection Portrait Landscape Fullscreen Hover Group-Hover Focus Group-Focus Focus-Visible Focus-Within Active Visited Checked Disabled
API
class | css | |
---|---|---|
text-italic | font-style: italic | Text |
text-not-italic | font-style: normal | Text |
Usage
<div class="text-italic">
...
</div>
HTML
.dummy {
@extend
.text-italic;
}
SCSS