HomeToolsAbout a20k

Text

Font Style

font-sans font-serif font-mono
font-thin # thin font-extralight font-light font-normal font-medium # bold font-semibold font-bold font-extrabold italic # italicize

Text Color

# default black font text-black # gray text-gray-50 text-gray-950 # red text-red-50 text-red-100 text-red-200

Text Size

text-xs # smallest text-sm text-lg text-xl text-2xl text-9xl # biggest

Line Break Text (Breaking Word)

break-normal # lets it overflow break-words # sends remaining words to next line break-all # adds line break whenever necessary

Wrapping text within element

# default; wrapped, new lines and spaces collapsed whitespace-normal # no text wrap, new lines and spaces collapsed whitespace-nowrap # no text wrap, new lines and spaces preserved whitespace-pre # preserve new lines but not spaces within an element whitespace-pre-line # preserve new lines and spaces, wrap text whitespace-pre-wrap # preserve new lines and spaces, white space at end to wrap whitespace-break-spaces
© VincentVanKoh