Skip to main content

Font Weight

Utilities for controlling the font weight of an element.

CSS Property:font-weight
Classes:9

Font Weight Classes

ClassCSS
font-thinfont-weight: 100;
font-extralightfont-weight: 200;
font-lightfont-weight: 300;
font-normalfont-weight: 400;
font-mediumfont-weight: 500;
font-semiboldfont-weight: 600;
font-boldfont-weight: 700;
font-extraboldfont-weight: 800;
font-blackfont-weight: 900;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[font-weight:value]

Responsive Variants

Apply font weight utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:font-thin
768px+md:md:font-thin
1024px+lg:lg:font-thin
1280px+xl:xl:font-thin
1536px+2xl:2xl:font-thin