Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingTypographyLetterCase
Possible values for the typography letter case.
Signature:
export declare enum CheckoutBrandingTypographyLetterCase
| Member | Value | Description |
|---|---|---|
| Lower | "LOWER" |
All letters are is lower case. |
| None | "NONE" |
No letter casing applied. |
| Title | "TITLE" |
Capitalize the first letter of each word. |
| Upper | "UPPER" |
All letters are uppercase. |