stack

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

AdminTypes.CheckoutBrandingFontSizeInput interface

The input fields used to update the font size.

Signature:

export interface CheckoutBrandingFontSizeInput 

Properties

Property Modifiers Type Description
base?   InputMaybe<Scalars[‘Float’][‘input’]> (Optional) The base font size. Its value should be between 12.0 and 18.0.
ratio?   InputMaybe<Scalars[‘Float’][‘input’]> (Optional) The scale ratio used to derive all font sizes such as small and large. Its value should be between 1.0 and 1.4.