# CheckoutBrandingShopifyFontGroupInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to update a Shopify font group. ### Access Scopes ## Fields * [baseWeight](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The base font weight. * [boldWeight](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The bold font weight. * [loadingStrategy](/docs/api/admin-graphql/2024-10/enums/CheckoutBrandingFontLoadingStrategy): CheckoutBrandingFontLoadingStrategy - The font loading strategy. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The Shopify font name from [the list of available fonts](https://shopify.dev/themes/architecture/settings/fonts#available-fonts), such as `Alegreya Sans` or `Anonymous Pro`. ## Input objects with this input object * [CheckoutBrandingFontGroupInput](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingFontGroupInput) ## Examples