Skip to content

Typography

Text utilities.

ClassDescription
.text-2xs10px
.text-xs12px
.text-sm14px
.text-base16px
.text-lg18px
.text-xl20px
.text-2xl24px
ClassDescription
.font-thin.font-blackWeights 100–900
.font-normalRegular (400) — not font-normal

.text-{color}, .text-{color}-{brightness} — e.g. .text-gray-600, .text-blue-500.

text-gray-900text-gray-500text-blue-500text-red-500

text-2xs font-light

text-sm font-normal

text-base font-medium

text-lg font-semibold

text-xl font-bold

<p class="text-lg font-semibold text-gray-800">Heading</p>
<p class="text-sm text-gray-500">Description</p>