NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
type FontWeightType = 
  | "100"
  | "200"
  | "300"
  | "normal"
  | "400"
  | "500"
  | "600"
  | "bold"
  | "700"
  | "800"
  | "900"
  | number
  | CSSWideKeywords;

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