Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingTypographyStyleInput
The input fields used to update the typography customizations.
Signature:
export interface CheckoutBrandingTypographyStyleInput
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. |