Font

Font Smoothing

Style syntax for controlling the font smoothing of an element.

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

Overview [sr-only]

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 in different states using selectors, media queries, etc.

<div class="font:antialiased:hover font:antialiased@sm font:antialiased@dark font:antialiased@print">…</div>
PREVIOUS
Font Size

Style syntax for setting the font size of elements.

NEXT
Font Style

Style syntax for setting font style of an element.

MIT License Ā© Aoyue Design LLC.