Typography Utilities

Font Weight

ClassCSS RuleDescription
Fw-1font-weight: 100;Thin
Fw-2font-weight: 200;Extra Light
Fw-3font-weight: 300;Light
Fw-4font-weight: 400;Normal (Regular)
Fw-5font-weight: 500;Medium
Fw-6font-weight: 600;Semi Bold
Fw-7font-weight: 700;Bold
Fw-8font-weight: 800;Extra Bold
Fw-9font-weight: 900;Black (Heavy)

Font Size

ClassCSS RuleDescription
Fs-1font-size: var(--F1);Extra small text
Fs-2font-size: var(--F2);Small text
Fs-3font-size: var(--F3);Base text
Fs-4font-size: var(--F4);Medium text
Fs-5font-size: var(--F5);Large text
Fs-6font-size: var(--F6);Extra large text
Fs-7font-size: var(--F7);2x large text
Fs-8font-size: var(--F8);3x large text
Fs-9font-size: var(--F9);4x large display text

Font Style

ClassCSS RuleDescription
Fst-normalfont-style: normal;Reset to normal
Fst-italicfont-style: italic;Italicize text
Fst-obliquefont-style: oblique;Oblique text style

Text Transform

ClassCSS RuleDescription
Tt-uppercasetext-transform: uppercase;Make all letters uppercase
Tt-lowercasetext-transform: lowercase;Make all letters lowercase
Tt-capitalizetext-transform: capitalize;Capitalize each word
Tt-capitalize-once::first-letter { text-transform: uppercase; }Capitalize only first letter

Text Align

ClassCSS RuleDescription
Ta-starttext-align: start;Align to start
Ta-centertext-align: center;Center align text
Ta-endtext-align: end;Align to end
Ta-justifytext-align: justify;Justify text

Text Decoration

ClassCSS RuleDescription
Td-undertext-decoration: underline;Underline text
Td-overtext-decoration: overline;Overline text
Td-throughtext-decoration: line-through;Strikethrough

Line Height

ClassCSS RuleDescription
Tl-1line-height: 1;Very tight line height
Tl-2line-height: 1.25;Tight line height
Tl-3line-height: 1.5;Normal line height
Tl-4line-height: 1.75;Loose line height
Tl-5line-height: 2;Very loose line height