Font
Font for a storefront.
type Font implements Node {
id: ID!
name: String
slug: String
}
Fields
Font.id ● ID! non-null scalar
The ID of the object
Font.name ● String scalar
Name of the font.
Font.slug ● String scalar
Slug of the font.
Interfaces
Node interface
An object with an ID
Member Of
FontCountableEdge object ● StorefrontTheme object