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 / f: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 conditional queries.

<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.