Skip to main content

Font Weights

Version: 0.9.0
Edit

Utilities for setting font weights.

Normal

Author: Mary Ditchen
Since: 0.9.0
Source: /source/patterns/utilities/font-weights.scss#L11

Normal font-weight

<!-- normal font weight -->
<p class="u-font-weight-normal">Normal font-weight</p>

Light

Author: Mary Ditchen
Since: 0.9.0
Source: /source/patterns/utilities/font-weights.scss#L23

Light font-weight

<!-- light font weight -->
<p class="u-font-weight-light">Light font-weight</p>

Bold

Author: Mary Ditchen
Since: 0.9.0
Source: /source/patterns/utilities/font-weights.scss#L35

Bold font-weight

<!-- bold font weight -->
<p class="u-font-weight-bold">Bold font-weight</p>