NUICSSv3.0.6

Typography Utilities

Utilities for font sizing, font weights, line heights, text alignment, and typography styling.


Font Size

ClassFont SizeLine Height
text-xs0.75rem (12px)1rem (16px)
text-sm0.875rem (14px)1.25rem (20px)
text-base1rem (16px)1.5rem (24px)
text-lg1.125rem (18px)1.75rem (28px)
text-xl1.25rem (20px)1.75rem (28px)
text-2xl1.5rem (24px)2rem (32px)
text-3xl1.875rem (30px)2.25rem (36px)
text-4xl2.25rem (36px)2.5rem (40px)

Font Weight

ClassProperties
font-thinfont-weight: 100;
font-lightfont-weight: 300;
font-normalfont-weight: 400;
font-mediumfont-weight: 500;
font-semiboldfont-weight: 600;
font-boldfont-weight: 700;
font-extraboldfont-weight: 800;

Text Alignment & Transform

ClassProperties
text-lefttext-align: left;
text-centertext-align: center;
text-righttext-align: right;
uppercasetext-transform: uppercase;
lowercasetext-transform: lowercase;
capitalizetext-transform: capitalize;
truncateoverflow: hidden; text-overflow: ellipsis; white-space: nowrap;