9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type FontVariationSettingsType = {
  axis: string;
  value: number;
};

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

Properties

axis

ts
axis: string;

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


value

ts
value: number;

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