Font smoothing
Utilities for controlling the font smoothing of an element
Class reference
Subpixel Antialiasing
Use the .subpixel-antialiased
utility to render text using subpixel antialiasing.
Grayscale Antialiasing
Use the .antialiased
utility to render text using grayscale antialiasing.
Responsive
To control the font smoothing of an element at a specific breakpoint, add a {screen}:
prefix to any existing font smoothing utility. For example, use md:antialiased
to apply the antialiased
utility at only medium screen sizes and above.
<p class="antialiased sm:subpixel-antialiased md:antialiased ...">
The quick brown fox jumped over the lazy dog.
</p>
For more information about Elements’ responsive design features, check out the Responsive Design documentation.
On this Page
v1.13.5