Skip to main content

FontType

No description

type FontType {
type: FontTypeEnum
typeFace: String
fontFamily: String
weight: String
category: String
url: String
locale: String
isItalic: Boolean
locales: [String]
translations: [FontTypeTranslation]
}

Fields

FontType.type ● FontTypeEnum enum

FontType.typeFace ● String scalar

FontType.fontFamily ● String scalar

FontType.weight ● String scalar

FontType.category ● String scalar

FontType.url ● String scalar

FontType.locale ● String scalar

FontType.isItalic ● Boolean scalar

FontType.locales ● [String] list scalar

FontType.translations ● [FontTypeTranslation] list object

Member Of

StoreAppearance object