Font

Font Style

Style syntax for setting font style of an element.

🚧This page is still under construction and some content may not be complete.

Overview [sr-only]

ClassDeclarations
font-style:style / font:style / f:stylefont-style: style
font-style:oblique|degfont-style: oblique deg
italicfont-style: italic
obliquefont-style: oblique
font:normalfont-style: normal

Conditionally apply

Apply styles in different states using selectors, media queries, etc.

<div class="font-style:normal:hover font-style:normal@sm font-style:normal@dark font-style:normal@print">…</div>
PREVIOUS
Font Smoothing

Style syntax for controlling the font smoothing of an element.

NEXT
Font Variant Numeric

Style syntax for controlling the usage of alternate glyphs for numbers, fractions, and ordinal markers.

MIT License Ā© Aoyue Design LLC.