--- title: CheckoutBrandingFont - GraphQL Admin description: A font. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/CheckoutBrandingFont md: >- https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/CheckoutBrandingFont.md metadata: domain: admin --- # Checkout​Branding​Font interface A font. ## Fields * sources [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The font sources. * weight [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) The font weight. *** ##### Variables ```json { "sources": "", "weight": "" } ``` ##### Schema ```graphql interface CheckoutBrandingFont { sources: String weight: Int } ```