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

<div class="font:antialiased:hover font:antialiased@sm font:antialiased@dark font:antialiased@print"></div>
Design Token
Colors

Customizing color variables or starting with the crafted palette.

© Aoyue Design LLC.