OBJECT

OrderedFonts

link GraphQL Schema definition

1type OrderedFonts {
2
3# Font style
4css: String!
5
6# Font label
7label: String!
8
9# Indicates if it is a regular font type
10regular: Boolean!
11
12# Indicates if it is a user typekit font type
13userTypekit: Boolean!
14
15# Font ID
16value: Boolean!
17
18}

link Required by