Syntax

font-smoothing🚧

Controlling the font smoothing of an element.

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

Overview

ClassDeclarations
font:antialiased-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
font:subpixel-antialiased-webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto;

Conditionally apply

Apply styles based on different states using selectors and applying conditionally.

<div class="font:antialiased:hover font:antialiased@sm font:antialiased@dark font:antialiased@print">…</div>
Syntax
font-size

Setting the font size of elements.

Syntax
font-style

Setting font style of an element.

© Aoyue Design LLC.