createCustomFont
Create an empty custom font family. Variants are added via uploadCustomFontVariant.
createCustomFont(
name: String!
): CustomFont!
Arguments
createCustomFont.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.


