Type Aliases
FontVariationSettingsType
type FontVariationSettingsType = {
axis: string;
value: number;
};Defined in: ui/styling/font-interfaces.ts
Properties
axis
axis: string;Defined in: ui/styling/font-interfaces.ts
value
value: number;Defined in: ui/styling/font-interfaces.ts
- Previous
- FontStyleType
- Next
- FontWeightType