# CheckoutBrandingCustomFontInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to update a font. ### Access Scopes ## Fields * [genericFileId](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/Int): Int! - The font weight. Its value should be between 100 and 900. ## Input objects with this input object * [CheckoutBrandingCustomFontGroupInput](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingCustomFontGroupInput) * [CheckoutBrandingCustomFontGroupInput](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingCustomFontGroupInput) ## Examples