--- title: CheckoutAndAccountsConfigurationBrandingFontGroup - GraphQL Admin description: A group of fonts. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/CheckoutAndAccountsConfigurationBrandingFontGroup md: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/CheckoutAndAccountsConfigurationBrandingFontGroup.md --- # Checkout​And​Accounts​Configuration​Branding​Font​Group union Requires `read_checkout_and_accounts_configurations` access scope or `read_checkout_settings` access scope. Also: User must have `manage_checkout_settings` permission and shop must have access to the checkout and accounts editor as well as the contextualized checkouts and customer accounts feature. When modifying configuration overrides, user must have `view_markets` and `create_and_edit_markets` permissions. A group of fonts. ## Fields with this union * [Checkout​And​Accounts​Configuration​Branding​Typography.primary](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingTypography#field-CheckoutAndAccountsConfigurationBrandingTypography.fields.primary) OBJECT The typography customizations. * [Checkout​And​Accounts​Configuration​Branding​Typography.secondary](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingTypography#field-CheckoutAndAccountsConfigurationBrandingTypography.fields.secondary) OBJECT The typography customizations. *** ```graphql union CheckoutAndAccountsConfigurationBrandingFontGroup = CheckoutAndAccountsConfigurationBrandingCustomFontGroup | CheckoutAndAccountsConfigurationBrandingShopifyFontGroup ```