[]
        
(Showing Draft Content)

FontWeight

Type Alias: FontWeight

type FontWeight = 
  | "Default"
  | "Normal"
  | "Lighter"
  | "Thin"
  | "ExtraLight"
  | "Light"
  | "Medium"
  | "SemiBold"
  | "Bold"
  | "ExtraBold"
  | "Heavy"
  | "Bolder"
  | `=${string}`;