Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingTypographyStyle
The typography customizations.
Signature:
export interface CheckoutBrandingTypographyStyle
Property | Modifiers | Type | Description |
---|---|---|---|
font? | Maybe<CheckoutBrandingTypographyFont | `${CheckoutBrandingTypographyFont}`> | (Optional) The font. | |
kerning? | Maybe<CheckoutBrandingTypographyKerning | `${CheckoutBrandingTypographyKerning}`> | (Optional) The kerning. | |
letterCase? | Maybe<CheckoutBrandingTypographyLetterCase | `${CheckoutBrandingTypographyLetterCase}`> | (Optional) The letter case. | |
size? | Maybe<CheckoutBrandingTypographySize | `${CheckoutBrandingTypographySize}`> | (Optional) The font size. | |
weight? | Maybe<CheckoutBrandingTypographyWeight | `${CheckoutBrandingTypographyWeight}`> | (Optional) The font weight. |