Type alias FontVariantInput

FontVariantInput: { fontSize?: InputMaybe<Scalars["Float"]>; fontWeight?: InputMaybe<FontWeight> }

Input for defining font style for a text variant.

Type declaration

  • Optional fontSize?: InputMaybe<Scalars["Float"]>

    Size of the text in px or rem.

  • Optional fontWeight?: InputMaybe<FontWeight>

    Weight of the font, such as normal or bold.