stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingTypographyStyleInput

AdminTypes.CheckoutBrandingTypographyStyleInput interface

The input fields used to update the typography customizations.

Signature:

export interface CheckoutBrandingTypographyStyleInput 

Properties

Property Modifiers Type Description
font?   InputMaybe<CheckoutBrandingTypographyFont | `${CheckoutBrandingTypographyFont}`> (Optional) The font.
kerning?   InputMaybe<CheckoutBrandingTypographyKerning | `${CheckoutBrandingTypographyKerning}`> (Optional) The kerning.
letterCase?   InputMaybe<CheckoutBrandingTypographyLetterCase | `${CheckoutBrandingTypographyLetterCase}`> (Optional) The letter case.
size?   InputMaybe<CheckoutBrandingTypographySize | `${CheckoutBrandingTypographySize}`> (Optional) The font size.
weight?   InputMaybe<CheckoutBrandingTypographyWeight | `${CheckoutBrandingTypographyWeight}`> (Optional) The font weight.