Skip to content

Typography

Font Weight

Utilities for controlling the font weight of an element.

Quick reference

ClassDescription
font-normalfont-weight: 400
font-boldfont-weight: 700

Basic usage

Setting the font size

Control the font size of an element using the text-{size} utilities.

font-normal

The quick smart warp scientist

font-bold

The quick smart warp scientist

html
<p class="font-normal ...">The quick smart warp scientist ...</p>
<p class="font-bold ...">The quick smart warp scientist ...</p>

Released under the Apache 2.0 License.