Font weight
Utilities for controlling the font weight of an element
Class reference
Usage
Control the font weight of an element using the .font-{weight}
utilities.
Responsive
To control the font weight of an element at a specific breakpoint, add a {screen}:
prefix to any existing font weight utility. For example, use md:font-bold
to apply the font-bold
utility at only medium screen sizes and above.
<p class="font-normal md:font-bold ...">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