Typography
Font Style
Utilities for sets the style of the font.
Variant
Active Checked Child-Selection Dark Mode Disabled Expand First-Last-Selection First-Letter Focus Focus-Visible Focus-Within Fullscreen Group-Focus Group-Hover Hover Landscape Light Mode Portrait Reduce-Motion Responsive Selection-Hover Visited
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