Skip to main content

design-token-library.designtoken.values.fontweight

Home > design-token-library > DesignToken > Values > FontWeight

DesignToken.Values.FontWeight type

A number between 0 and 1000, or a font-weight keyword.

Signature:

type FontWeight = Values.Number | "thin" | "hairline" | "extra-light" | "ultra-light" | "light" | "normal" | "regular" | "book" | "medium" | "smi-bold" | "demi-bold" | "bold" | "extra-bold" | "ultra-bold" | "black" | "heavy" | "extra-black" | "ultra-black";

References: Values.Number