Syntax

Font Style

Setting font style of an element.

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

Overview

ClassDeclarations
font-style:stylefont-style: style;
italicfont-style: italic;
obliquefont-style: oblique;
font:normalfont-style: normal;

Conditionally apply

Apply styles based on different states using selectors and conditional queries.

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

Controlling the font smoothing of an element.

Syntax
Font Variant Numeric

Controlling the usage of alternate glyphs for numbers, fractions, and ordinal markers.

© Aoyue Design LLC.