# CheckoutBrandingTypographySize - admin - ENUM
Version: unstable

## Description
Possible choices for the font size.

Note that the value in pixels of these settings can be customized with the
[typography size](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CheckoutBrandingFontSizeInput)
object. Refer to the [typography tutorial](https://shopify.dev/docs/apps/checkout/styling/customize-typography)
for more information.

### Access Scopes





## Enum values
* [BASE](/docs/api/admin/unstable/enums/BASE)
* [EXTRA_EXTRA_LARGE](/docs/api/admin/unstable/enums/EXTRA_EXTRA_LARGE)
* [EXTRA_LARGE](/docs/api/admin/unstable/enums/EXTRA_LARGE)
* [EXTRA_SMALL](/docs/api/admin/unstable/enums/EXTRA_SMALL)
* [LARGE](/docs/api/admin/unstable/enums/LARGE)
* [MEDIUM](/docs/api/admin/unstable/enums/MEDIUM)
* [SMALL](/docs/api/admin/unstable/enums/SMALL)

## Fields with this enum
* [CheckoutBrandingTypographyStyle.size](/docs/api/admin/unstable/objects/CheckoutBrandingTypographyStyle)
* [CheckoutBrandingTypographyStyleInput.size](/docs/api/admin/unstable/input-objects/CheckoutBrandingTypographyStyleInput)


## Examples