---
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
---

# 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.

***

## Types implemented in

* [Checkout​Branding​Custom​Font](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CheckoutBrandingCustomFont)

  OBJECT

  A custom font.

  * generic​File​Id

    [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

    Globally unique ID reference to the custom font file.

  * 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.

* [Checkout​Branding​Shopify​Font](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CheckoutBrandingShopifyFont)

  OBJECT

  A Shopify font.

  * 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
}
```
