9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type FontWeightType = 
  | "100"
  | "200"
  | "300"
  | "normal"
  | "400"
  | "500"
  | "600"
  | "bold"
  | "700"
  | "800"
  | "900"
  | number
  | CSSWideKeywords;

Defined in: ui/styling/font-interfaces.ts