Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingTypography
The typography settings.
Signature:
export interface CheckoutBrandingTypography
| Property | Modifiers | Type | Description |
|---|---|---|---|
| primary? | Maybe<CheckoutBrandingFontGroup> | (Optional) A font group used for most components such as text, buttons and form controls. | |
| secondary? | Maybe<CheckoutBrandingFontGroup> | (Optional) A font group used for heading components by default. | |
| size? | Maybe<CheckoutBrandingFontSize> | (Optional) The font size. |