9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type FontStyleType = 
  | "normal"
  | "italic"
  | CSSWideKeywords;

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

Previous
FlexWrap