Heading Utilities

Heading utilities should only be used on heading elements (h1-h6). Heading utilities group font size, font weight, color, and margin styles.

Heading utility classes
Utility ClassDescription
.h1Sets font-size to $font-size-h1, font-weight to $font-weight-regular, color to $font-color-primary, and margin-bottom to $space-md.
.h2Sets font-size to $font-size-h2, font-weight to $font-weight-semi-bold, color to $font-color-primary, and margin-bottom to $space-md.
.h3Sets font-size to $font-size-h3, font-weight to $font-weight-bold, color to $font-color-primary, and margin-bottom to $space-sm.
.h4Sets font-size to $font-size-h4, font-weight to $font-weight-semi-bold, color to $font-color-secondary, and margin-bottom to $space-sm.

Text Style Utilities

Text style utilities group font size, font weight, and color styles.

Text style utility classes
Utility ClassDescription
.text-style-1Sets font-size to $font-size-xl, font-weight to $font-weight-regular, and color to $font-color-primary.
.text-style-2Sets font-size to $font-size-lg, font-weight to $font-weight-semi-bold, and color to $font-color-primary.
.text-style-3Sets font-size to $font-size-md, font-weight to $font-weight-bold, and color to $font-color-primary.
.text-style-4Sets font-size to $font-size-md, font-weight to $font-weight-semi-bold, and color to $font-color-secondary.
.text-style-muted-1Sets font-weight to $font-weight-regular, and color to $font-color-secondary.
.text-style-muted-2Sets font-weight to $font-weight-regular, font-style to italic, and color to $font-color-secondary.
.text-style-muted-3Sets font-weight to $font-weight-semi-bold, and color to $font-color-secondary.

Font Size Utilities

Font size utility classes
Utility ClassDescription
.font-size-xlSets font-size to $font-size-xl.
.font-size-lgSets font-size to $font-size-lg.
.font-size-mdSets font-size to $font-size-md.
.font-size-smSets font-size to $font-size-sm.
.font-size-body-leadSets font-size to $font-size-body-lead.
.font-size-bodySets font-size to $font-size-body.

Font Weight Utilities

Font weight utility classes
Utility ClassDescription
.font-weight-regularSets font-weight to $font-weight-regular.
.font-weight-semi-boldSets font-weight to $font-weight-semi-bold.
.font-weight-boldSets font-weight to $font-weight-bold.

Font Style Utilities

Font style utility classes
Utility ClassDescription
.font-style-normalSets font-style to $font-style-normal.
.font-style-italicSets font-style to $font-style-italic.

Text Transformation Utilities

Text transformation utility classes
Utility ClassDescription
.text-transform-lowercaseSets text-transform to lowercase.
.text-transform-capitalizeSets text-transform to capitalize.
.text-transform-uppercaseSets text-transform to uppercase.

Text Decoration Utilities

Text decoration utility classes
Utility ClassDescription
.text-decoration-noneSets text-decoration to none.
.text-decoration-underlineSets text-decoration to underline.

Text Alignment Utilities

Text alignment utility classes
Utility ClassDescription
.text-align-leftSets text-align to left.
.text-align-centerSets text-align to center.
.text-align-rightSets text-align to right.

Text Wrapping Utilities

Text wrapping utility classes
Utility ClassDescription
.text-nowrapSets white-space to nowrap.
.text-wrapSets white-space to normal.
.text-breakSets word-break to break-all, word-break to break-word, and overflow-wrap to break-word.