# CheckoutBrandingCustomFontInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields required to update a font.

### Access Scopes



## Fields
* [genericFileId](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID for a font file uploaded via the Files api.
Allowed font types are .woff and .woff2.
* [weight](/docs/api/admin/2025-01/scalars/Int): Int! - The font weight. Its value should be between 100 and 900.


## Input objects with this input object
* [CheckoutBrandingCustomFontGroupInput](/docs/api/admin/2025-01/input-objects/CheckoutBrandingCustomFontGroupInput)
* [CheckoutBrandingCustomFontGroupInput](/docs/api/admin/2025-01/input-objects/CheckoutBrandingCustomFontGroupInput)


## Examples