stack

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

AdminTypes.CheckoutBrandingTypographyStyle interface

The typography customizations.

Signature:

export interface CheckoutBrandingTypographyStyle 

Properties

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.