Skip to content

Theemo / @theemo/tokens / FontWeightAlias

Type: FontWeightAlias

ts
type FontWeightAlias: 
  | "thin"
  | "hairline"
  | "extra-light"
  | "ultra-light"
  | "light"
  | "normal"
  | "regular"
  | "book"
  | "medium"
  | "semi-bold"
  | "demi-bold"
  | "bold"
  | "extra-bold"
  | "ultra-bold"
  | "black"
  | "heavy"
  | "extra-black"
  | "ultra-black";

Represents font weights

Source

packages/@theemo/tokens/src/token-types.ts:57