Anchor to CheckoutBrandingFontCheckout
CheckoutBrandingFont
interface
A font.
Anchor to FieldsFields
- Anchor to sourcessources•
The font sources.
- Anchor to weightweight•
The font weight.
Was this section helpful?
1{2 "sources": "",3 "weight": ""4}
{
"sources": "",
"weight": ""
}
interface CheckoutBrandingFont {
sources: String
weight: Int
}