---
title: Text
description: Documentation and examples for common text utilities to control alignment, wrapping, weight, and more.
toc: true
---
## Text alignment
Easily realign text to components with text alignment classes. For start, end, and center alignment, responsive classes are available that use the same viewport width breakpoints as the grid system.
Center aligned text on all viewport sizes.
End aligned text on all viewport sizes.
End aligned text on viewports sized SM (small) or wider.
End aligned text on viewports sized MD (medium) or wider.
End aligned text on viewports sized LG (large) or wider.
End aligned text on viewports sized XL (extra large) or wider.
End aligned text on viewports sized XXL (extra extra large) or wider.
`} />Uppercased text.
CapiTaliZed text.
`} /> Note how `.text-capitalize` only changes the first letter of each word, leaving the case of any other letters unaffected. ## Font size Quickly change the `font-size` of text. While our heading classes (e.g., `.h1`–`.h6`) apply `font-size`, `font-weight`, and `line-height`, these utilities _only_ apply `font-size`. Sizing for these utilities matches HTML’s heading elements, so as the number increases, their size decreases..fs-2 text
.fs-3 text
.fs-4 text
.fs-5 text
.fs-6 text
`} /> Customize your available `font-size`s by modifying the `$font-sizes` Sass map. ## Font weight and italics Quickly change the `font-weight` or `font-style` of text with these utilities. `font-style` utilities are abbreviated as `.fst-*` and `font-weight` utilities are abbreviated as `.fw-*`.Bolder weight text (relative to the parent element).
Semibold weight text.
Medium weight text.
Normal weight text.
Light weight text.
Lighter weight text (relative to the parent element).
Italic text.
Text with normal font style
`} /> ## Line height Change the line height with `.lh-*` utilities.This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.
This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.
This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.
`} /> ## Monospace Change a selection to our monospace font stack with `.font-monospace`.This text has a line going through it.
This link has its text decoration removed`} /> ## CSS ### Sass variables Default type and font related Sass variables: