updateCustomFont
Rename an existing custom font family.
updateCustomFont(
id: ID!
name: String!
): CustomFont!
Arguments
updateCustomFont.id ● ID! non-null scalar
updateCustomFont.name ● String! non-null scalar
Type
CustomFont object
A per-product custom font family (Webflow-style) grouping one or more weight/style variants. Product-scoped via the Productable trait.


