Skip to Content

Typography Utilities

Text Size

UtilityEffect
text-xsExtra small text
text-smSmall text
text-baseBase text
text-lgLarge text
text-xlExtra large text
text-2xl2xl text
text-3xl3xl text
text-4xl4xl text
text-5xl5xl text
text-6xl6xl text
text-[22px]Arbitrary text size

Alignment

UtilityEffect
text-leftHorizontal left alignment
text-centerHorizontal center alignment
text-rightHorizontal right alignment
text-topVertical top alignment
text-middleVertical middle alignment
text-bottomVertical bottom alignment

Font

UtilityEffect
font-thinThin font weight
font-extralightExtra light font weight
font-lightLight font weight
font-normalNormal font weight
font-mediumMedium font weight
font-semiboldSemibold font weight
font-boldBold font weight
font-extraboldExtra bold font weight
font-blackBlack font weight
font-{themeFamily}Theme font family
italicItalic text style
not-italicNormal text style

UI Toolkit supports normal/bold and italic. Intermediate font weights collapse to normal or bold.

Wrapping

UtilityEffect
truncateTruncates overflowing text
whitespace-nowrapPrevents wrapping
whitespace-normalAllows normal wrapping
Last updated on