CustomFontVariant
A single weight × style of a CustomFont, backed by one uploaded font file on the s3CustomerAssets disk.
type CustomFontVariant {
file_format: String!
file_size: Int!
id: ID!
original_filename: String!
style: String!
url: String!
weight: Int!
}
Fields
CustomFontVariant.file_format ● String! non-null scalar
One of: woff2 | woff | ttf | otf.
CustomFontVariant.file_size ● Int! non-null scalar
CustomFontVariant.id ● ID! non-null scalar
CustomFontVariant.original_filename ● String! non-null scalar
CustomFontVariant.style ● String! non-null scalar
One of: normal | italic.
CustomFontVariant.url ● String! non-null scalar
Public CloudFront URL for the font file.
CustomFontVariant.weight ● Int! non-null scalar
Returned By
updateCustomFontVariant mutation ● uploadCustomFontVariant mutation
Member Of
CustomFont object


