fontdue-js 3.2.6 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -16
- package/dist/__generated__/CharacterViewerIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CharacterViewerIDQuery.graphql.js +33 -3
- package/dist/__generated__/CharacterViewerSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CharacterViewerSlugQuery.graphql.js +33 -3
- package/dist/__generated__/CharacterViewerStyleRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CharacterViewerStyleRefetchQuery.graphql.js +34 -4
- package/dist/__generated__/CharacterViewer_style.graphql.d.ts +2 -2
- package/dist/__generated__/CharacterViewer_style.graphql.js +6 -2
- package/dist/__generated__/FeatureTesterStandaloneQuery.graphql.d.ts +1 -1
- package/dist/__generated__/FeatureTesterStandaloneQuery.graphql.js +15 -20
- package/dist/__generated__/FeatureTestersIdQuery.graphql.d.ts +1 -1
- package/dist/__generated__/FeatureTestersIdQuery.graphql.js +15 -20
- package/dist/__generated__/FeatureTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/FeatureTestersSlugQuery.graphql.js +15 -20
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneChangedStylesQuery.graphql.js +14 -20
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTesterStandaloneQuery.graphql.js +14 -20
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersChangedStylesQuery.graphql.js +14 -20
- package/dist/__generated__/TypeTestersIDQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersIDQuery.graphql.js +17 -23
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersRefetchQuery.graphql.js +17 -23
- package/dist/__generated__/TypeTestersSlugQuery.graphql.d.ts +1 -1
- package/dist/__generated__/TypeTestersSlugQuery.graphql.js +17 -23
- package/dist/__generated__/useFeaturesData_fontStyle.graphql.d.ts +4 -4
- package/dist/__generated__/useFeaturesData_fontStyle.graphql.js +6 -6
- package/dist/__tests__/consentActivation.test.js +85 -0
- package/dist/__tests__/trackingRouteChanges.test.js +110 -0
- package/dist/components/CharacterViewer/index.js +17 -4
- package/dist/components/ConfigContext.d.ts +2 -2
- package/dist/components/ConfigContext.js +9 -2
- package/dist/components/ConsentBanner/consent.d.ts +9 -0
- package/dist/components/ConsentBanner/consent.js +26 -3
- package/dist/components/ConsentBanner/index.js +6 -3
- package/dist/components/Tracking/index.js +10 -18
- package/dist/components/Tracking/routeChanges.d.ts +19 -0
- package/dist/components/Tracking/routeChanges.js +62 -0
- package/dist/components/TypeTester/TypeTesterContext.d.ts +1 -0
- package/dist/components/TypeTester/TypeTesterContext.js +1 -1
- package/dist/components/TypeTester/TypeTesterFeatures.d.ts +1 -1
- package/dist/components/TypeTester/TypeTesterFeatures.js +200 -22
- package/dist/components/TypeTester/TypeTesterFeaturesButton.js +4 -1
- package/dist/components/TypeTester/TypeTesterState.js +20 -8
- package/dist/components/TypeTester/index.d.ts +1 -1
- package/dist/components/TypeTester/useFeaturesData.d.ts +9 -9
- package/dist/components/TypeTester/useFeaturesData.js +13 -23
- package/dist/fontdue.css +62 -0
- package/dist/relay/environment.js +1 -1
- package/package.json +2 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<d8894237f25f4e65144d657d3687ab7c>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -47,14 +47,14 @@ const node = function () {
|
|
|
47
47
|
"alias": null,
|
|
48
48
|
"args": null,
|
|
49
49
|
"kind": "ScalarField",
|
|
50
|
-
"name": "
|
|
50
|
+
"name": "name",
|
|
51
51
|
"storageKey": null
|
|
52
52
|
},
|
|
53
53
|
v5 = {
|
|
54
54
|
"alias": null,
|
|
55
55
|
"args": null,
|
|
56
56
|
"kind": "ScalarField",
|
|
57
|
-
"name": "
|
|
57
|
+
"name": "axis",
|
|
58
58
|
"storageKey": null
|
|
59
59
|
},
|
|
60
60
|
v6 = {
|
|
@@ -128,23 +128,17 @@ const node = function () {
|
|
|
128
128
|
}, {
|
|
129
129
|
"alias": null,
|
|
130
130
|
"args": null,
|
|
131
|
-
"concreteType": "
|
|
131
|
+
"concreteType": "FeatureName",
|
|
132
132
|
"kind": "LinkedField",
|
|
133
|
-
"name": "
|
|
133
|
+
"name": "featureNames",
|
|
134
134
|
"plural": true,
|
|
135
135
|
"selections": [{
|
|
136
136
|
"alias": null,
|
|
137
137
|
"args": null,
|
|
138
138
|
"kind": "ScalarField",
|
|
139
|
-
"name": "
|
|
139
|
+
"name": "tag",
|
|
140
140
|
"storageKey": null
|
|
141
|
-
},
|
|
142
|
-
"alias": null,
|
|
143
|
-
"args": null,
|
|
144
|
-
"kind": "ScalarField",
|
|
145
|
-
"name": "humanName",
|
|
146
|
-
"storageKey": null
|
|
147
|
-
}],
|
|
141
|
+
}, v4 /*: any*/],
|
|
148
142
|
"storageKey": null
|
|
149
143
|
}],
|
|
150
144
|
"storageKey": null
|
|
@@ -155,7 +149,7 @@ const node = function () {
|
|
|
155
149
|
"kind": "LinkedField",
|
|
156
150
|
"name": "variableAxes",
|
|
157
151
|
"plural": true,
|
|
158
|
-
"selections": [
|
|
152
|
+
"selections": [v5 /*: any*/, v4 /*: any*/, {
|
|
159
153
|
"alias": null,
|
|
160
154
|
"args": null,
|
|
161
155
|
"kind": "ScalarField",
|
|
@@ -169,7 +163,7 @@ const node = function () {
|
|
|
169
163
|
"storageKey": null
|
|
170
164
|
}],
|
|
171
165
|
"storageKey": null
|
|
172
|
-
},
|
|
166
|
+
}, v4 /*: any*/, {
|
|
173
167
|
"alias": null,
|
|
174
168
|
"args": null,
|
|
175
169
|
"kind": "ScalarField",
|
|
@@ -200,14 +194,14 @@ const node = function () {
|
|
|
200
194
|
"kind": "LinkedField",
|
|
201
195
|
"name": "variableInstances",
|
|
202
196
|
"plural": true,
|
|
203
|
-
"selections": [
|
|
197
|
+
"selections": [v4 /*: any*/, {
|
|
204
198
|
"alias": null,
|
|
205
199
|
"args": null,
|
|
206
200
|
"concreteType": "VariableSetting",
|
|
207
201
|
"kind": "LinkedField",
|
|
208
202
|
"name": "coordinates",
|
|
209
203
|
"plural": true,
|
|
210
|
-
"selections": [
|
|
204
|
+
"selections": [v5 /*: any*/, {
|
|
211
205
|
"alias": null,
|
|
212
206
|
"args": null,
|
|
213
207
|
"kind": "ScalarField",
|
|
@@ -224,7 +218,7 @@ const node = function () {
|
|
|
224
218
|
"kind": "LinkedField",
|
|
225
219
|
"name": "family",
|
|
226
220
|
"plural": false,
|
|
227
|
-
"selections": [v2 /*: any*/,
|
|
221
|
+
"selections": [v2 /*: any*/, v4 /*: any*/],
|
|
228
222
|
"storageKey": null
|
|
229
223
|
}, {
|
|
230
224
|
"alias": null,
|
|
@@ -339,12 +333,12 @@ const node = function () {
|
|
|
339
333
|
}]
|
|
340
334
|
},
|
|
341
335
|
"params": {
|
|
342
|
-
"cacheID": "
|
|
336
|
+
"cacheID": "40a18d8b13a891fc8279129d19184c9c",
|
|
343
337
|
"id": null,
|
|
344
338
|
"metadata": {},
|
|
345
339
|
"name": "TypeTesterStandaloneChangedStylesQuery",
|
|
346
340
|
"operationKind": "query",
|
|
347
|
-
"text": "query TypeTesterStandaloneChangedStylesQuery(\n $id: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n node(id: $id) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n
|
|
341
|
+
"text": "query TypeTesterStandaloneChangedStylesQuery(\n $id: ID!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n node(id: $id) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n featureNames {\n tag\n name\n }\n }\n}\n\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n tech\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n avgCharWidth\n }\n}\n"
|
|
348
342
|
}
|
|
349
343
|
};
|
|
350
344
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<a429de304c32cf2eecd6c6931208dfdd>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -48,14 +48,14 @@ const node = function () {
|
|
|
48
48
|
"alias": null,
|
|
49
49
|
"args": null,
|
|
50
50
|
"kind": "ScalarField",
|
|
51
|
-
"name": "
|
|
51
|
+
"name": "name",
|
|
52
52
|
"storageKey": null
|
|
53
53
|
},
|
|
54
54
|
v5 = {
|
|
55
55
|
"alias": null,
|
|
56
56
|
"args": null,
|
|
57
57
|
"kind": "ScalarField",
|
|
58
|
-
"name": "
|
|
58
|
+
"name": "axis",
|
|
59
59
|
"storageKey": null
|
|
60
60
|
},
|
|
61
61
|
v6 = {
|
|
@@ -141,23 +141,17 @@ const node = function () {
|
|
|
141
141
|
}, {
|
|
142
142
|
"alias": null,
|
|
143
143
|
"args": null,
|
|
144
|
-
"concreteType": "
|
|
144
|
+
"concreteType": "FeatureName",
|
|
145
145
|
"kind": "LinkedField",
|
|
146
|
-
"name": "
|
|
146
|
+
"name": "featureNames",
|
|
147
147
|
"plural": true,
|
|
148
148
|
"selections": [{
|
|
149
149
|
"alias": null,
|
|
150
150
|
"args": null,
|
|
151
151
|
"kind": "ScalarField",
|
|
152
|
-
"name": "
|
|
153
|
-
"storageKey": null
|
|
154
|
-
}, {
|
|
155
|
-
"alias": null,
|
|
156
|
-
"args": null,
|
|
157
|
-
"kind": "ScalarField",
|
|
158
|
-
"name": "humanName",
|
|
152
|
+
"name": "tag",
|
|
159
153
|
"storageKey": null
|
|
160
|
-
}],
|
|
154
|
+
}, v4 /*: any*/],
|
|
161
155
|
"storageKey": null
|
|
162
156
|
}],
|
|
163
157
|
"storageKey": null
|
|
@@ -168,7 +162,7 @@ const node = function () {
|
|
|
168
162
|
"kind": "LinkedField",
|
|
169
163
|
"name": "variableAxes",
|
|
170
164
|
"plural": true,
|
|
171
|
-
"selections": [
|
|
165
|
+
"selections": [v5 /*: any*/, v4 /*: any*/, {
|
|
172
166
|
"alias": null,
|
|
173
167
|
"args": null,
|
|
174
168
|
"kind": "ScalarField",
|
|
@@ -182,7 +176,7 @@ const node = function () {
|
|
|
182
176
|
"storageKey": null
|
|
183
177
|
}],
|
|
184
178
|
"storageKey": null
|
|
185
|
-
},
|
|
179
|
+
}, v4 /*: any*/, {
|
|
186
180
|
"alias": null,
|
|
187
181
|
"args": null,
|
|
188
182
|
"kind": "ScalarField",
|
|
@@ -213,14 +207,14 @@ const node = function () {
|
|
|
213
207
|
"kind": "LinkedField",
|
|
214
208
|
"name": "variableInstances",
|
|
215
209
|
"plural": true,
|
|
216
|
-
"selections": [
|
|
210
|
+
"selections": [v4 /*: any*/, {
|
|
217
211
|
"alias": null,
|
|
218
212
|
"args": null,
|
|
219
213
|
"concreteType": "VariableSetting",
|
|
220
214
|
"kind": "LinkedField",
|
|
221
215
|
"name": "coordinates",
|
|
222
216
|
"plural": true,
|
|
223
|
-
"selections": [
|
|
217
|
+
"selections": [v5 /*: any*/, {
|
|
224
218
|
"alias": null,
|
|
225
219
|
"args": null,
|
|
226
220
|
"kind": "ScalarField",
|
|
@@ -237,7 +231,7 @@ const node = function () {
|
|
|
237
231
|
"kind": "LinkedField",
|
|
238
232
|
"name": "family",
|
|
239
233
|
"plural": false,
|
|
240
|
-
"selections": [v2 /*: any*/,
|
|
234
|
+
"selections": [v2 /*: any*/, v4 /*: any*/, v3 /*: any*/],
|
|
241
235
|
"storageKey": null
|
|
242
236
|
}, {
|
|
243
237
|
"alias": null,
|
|
@@ -359,12 +353,12 @@ const node = function () {
|
|
|
359
353
|
}]
|
|
360
354
|
},
|
|
361
355
|
"params": {
|
|
362
|
-
"cacheID": "
|
|
356
|
+
"cacheID": "f4db89d0f7f16a506fcb7cfa0f368f3b",
|
|
363
357
|
"id": null,
|
|
364
358
|
"metadata": {},
|
|
365
359
|
"name": "TypeTesterStandaloneQuery",
|
|
366
360
|
"operationKind": "query",
|
|
367
|
-
"text": "query TypeTesterStandaloneQuery(\n $familyName: String!\n $styleName: String!\n) {\n viewer {\n fontStyle(familyName: $familyName, styleName: $styleName) {\n ...TypeTester_fontStyle\n id\n family {\n id\n parent {\n id\n }\n }\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_3BtHDv on Sku {\n id\n price(licenseOptions: [], orderVariables: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_3BtHDv on Sku {\n id\n ...SKUPrice_sku_3BtHDv\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_3BtHDv\n ...SKUPrice_sku_3BtHDv\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n
|
|
361
|
+
"text": "query TypeTesterStandaloneQuery(\n $familyName: String!\n $styleName: String!\n) {\n viewer {\n fontStyle(familyName: $familyName, styleName: $styleName) {\n ...TypeTester_fontStyle\n id\n family {\n id\n parent {\n id\n }\n }\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_3BtHDv on Sku {\n id\n price(licenseOptions: [], orderVariables: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_3BtHDv on Sku {\n id\n ...SKUPrice_sku_3BtHDv\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_3BtHDv\n ...SKUPrice_sku_3BtHDv\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n featureNames {\n tag\n name\n }\n }\n}\n\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n tech\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n avgCharWidth\n }\n}\n"
|
|
368
362
|
}
|
|
369
363
|
};
|
|
370
364
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<d7a85dd18505d6919cce91c95f39350a>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -47,14 +47,14 @@ const node = function () {
|
|
|
47
47
|
"alias": null,
|
|
48
48
|
"args": null,
|
|
49
49
|
"kind": "ScalarField",
|
|
50
|
-
"name": "
|
|
50
|
+
"name": "name",
|
|
51
51
|
"storageKey": null
|
|
52
52
|
},
|
|
53
53
|
v5 = {
|
|
54
54
|
"alias": null,
|
|
55
55
|
"args": null,
|
|
56
56
|
"kind": "ScalarField",
|
|
57
|
-
"name": "
|
|
57
|
+
"name": "axis",
|
|
58
58
|
"storageKey": null
|
|
59
59
|
},
|
|
60
60
|
v6 = {
|
|
@@ -128,23 +128,17 @@ const node = function () {
|
|
|
128
128
|
}, {
|
|
129
129
|
"alias": null,
|
|
130
130
|
"args": null,
|
|
131
|
-
"concreteType": "
|
|
131
|
+
"concreteType": "FeatureName",
|
|
132
132
|
"kind": "LinkedField",
|
|
133
|
-
"name": "
|
|
133
|
+
"name": "featureNames",
|
|
134
134
|
"plural": true,
|
|
135
135
|
"selections": [{
|
|
136
136
|
"alias": null,
|
|
137
137
|
"args": null,
|
|
138
138
|
"kind": "ScalarField",
|
|
139
|
-
"name": "
|
|
139
|
+
"name": "tag",
|
|
140
140
|
"storageKey": null
|
|
141
|
-
},
|
|
142
|
-
"alias": null,
|
|
143
|
-
"args": null,
|
|
144
|
-
"kind": "ScalarField",
|
|
145
|
-
"name": "humanName",
|
|
146
|
-
"storageKey": null
|
|
147
|
-
}],
|
|
141
|
+
}, v4 /*: any*/],
|
|
148
142
|
"storageKey": null
|
|
149
143
|
}],
|
|
150
144
|
"storageKey": null
|
|
@@ -155,7 +149,7 @@ const node = function () {
|
|
|
155
149
|
"kind": "LinkedField",
|
|
156
150
|
"name": "variableAxes",
|
|
157
151
|
"plural": true,
|
|
158
|
-
"selections": [
|
|
152
|
+
"selections": [v5 /*: any*/, v4 /*: any*/, {
|
|
159
153
|
"alias": null,
|
|
160
154
|
"args": null,
|
|
161
155
|
"kind": "ScalarField",
|
|
@@ -169,7 +163,7 @@ const node = function () {
|
|
|
169
163
|
"storageKey": null
|
|
170
164
|
}],
|
|
171
165
|
"storageKey": null
|
|
172
|
-
},
|
|
166
|
+
}, v4 /*: any*/, {
|
|
173
167
|
"alias": null,
|
|
174
168
|
"args": null,
|
|
175
169
|
"kind": "ScalarField",
|
|
@@ -200,14 +194,14 @@ const node = function () {
|
|
|
200
194
|
"kind": "LinkedField",
|
|
201
195
|
"name": "variableInstances",
|
|
202
196
|
"plural": true,
|
|
203
|
-
"selections": [
|
|
197
|
+
"selections": [v4 /*: any*/, {
|
|
204
198
|
"alias": null,
|
|
205
199
|
"args": null,
|
|
206
200
|
"concreteType": "VariableSetting",
|
|
207
201
|
"kind": "LinkedField",
|
|
208
202
|
"name": "coordinates",
|
|
209
203
|
"plural": true,
|
|
210
|
-
"selections": [
|
|
204
|
+
"selections": [v5 /*: any*/, {
|
|
211
205
|
"alias": null,
|
|
212
206
|
"args": null,
|
|
213
207
|
"kind": "ScalarField",
|
|
@@ -224,7 +218,7 @@ const node = function () {
|
|
|
224
218
|
"kind": "LinkedField",
|
|
225
219
|
"name": "family",
|
|
226
220
|
"plural": false,
|
|
227
|
-
"selections": [v2 /*: any*/,
|
|
221
|
+
"selections": [v2 /*: any*/, v4 /*: any*/],
|
|
228
222
|
"storageKey": null
|
|
229
223
|
}, {
|
|
230
224
|
"alias": null,
|
|
@@ -339,12 +333,12 @@ const node = function () {
|
|
|
339
333
|
}]
|
|
340
334
|
},
|
|
341
335
|
"params": {
|
|
342
|
-
"cacheID": "
|
|
336
|
+
"cacheID": "b84a47432ac37ce22724274d9d824730",
|
|
343
337
|
"id": null,
|
|
344
338
|
"metadata": {},
|
|
345
339
|
"name": "TypeTestersChangedStylesQuery",
|
|
346
340
|
"operationKind": "query",
|
|
347
|
-
"text": "query TypeTestersChangedStylesQuery(\n $ids: [ID!]!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n nodes(ids: $ids) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n
|
|
341
|
+
"text": "query TypeTestersChangedStylesQuery(\n $ids: [ID!]!\n $licenseOptions: [LicenseOptionsSpec]!\n $orderVariables: [OrderVariableSelectionInput!]\n) {\n nodes(ids: $ids) {\n __typename\n ... on FontStyle {\n id\n ...TypeTester_fontStyle_4sncub\n }\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_4sncub on Sku {\n id\n price(licenseOptions: $licenseOptions, orderVariables: $orderVariables) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_4sncub on Sku {\n id\n ...SKUPrice_sku_4sncub\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_4sncub on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_4sncub\n ...SKUPrice_sku_4sncub\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n featureNames {\n tag\n name\n }\n }\n}\n\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n tech\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n avgCharWidth\n }\n}\n"
|
|
348
342
|
}
|
|
349
343
|
};
|
|
350
344
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<3558d9058183c8894bbbabceb7489127>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -50,14 +50,14 @@ const node = function () {
|
|
|
50
50
|
"alias": null,
|
|
51
51
|
"args": null,
|
|
52
52
|
"kind": "ScalarField",
|
|
53
|
-
"name": "
|
|
53
|
+
"name": "name",
|
|
54
54
|
"storageKey": null
|
|
55
55
|
},
|
|
56
56
|
v8 = {
|
|
57
57
|
"alias": null,
|
|
58
58
|
"args": null,
|
|
59
59
|
"kind": "ScalarField",
|
|
60
|
-
"name": "
|
|
60
|
+
"name": "axis",
|
|
61
61
|
"storageKey": null
|
|
62
62
|
},
|
|
63
63
|
v9 = {
|
|
@@ -67,7 +67,7 @@ const node = function () {
|
|
|
67
67
|
"name": "value",
|
|
68
68
|
"storageKey": null
|
|
69
69
|
},
|
|
70
|
-
v10 = [
|
|
70
|
+
v10 = [v8 /*: any*/, v9 /*: any*/],
|
|
71
71
|
v11 = {
|
|
72
72
|
"kind": "Literal",
|
|
73
73
|
"name": "licenseOptions",
|
|
@@ -152,7 +152,7 @@ const node = function () {
|
|
|
152
152
|
"kind": "LinkedField",
|
|
153
153
|
"name": "parent",
|
|
154
154
|
"plural": false,
|
|
155
|
-
"selections": [v6 /*: any*/,
|
|
155
|
+
"selections": [v6 /*: any*/, v7 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, v19 /*: any*/],
|
|
156
156
|
"storageKey": null
|
|
157
157
|
};
|
|
158
158
|
return {
|
|
@@ -288,23 +288,17 @@ const node = function () {
|
|
|
288
288
|
}, {
|
|
289
289
|
"alias": null,
|
|
290
290
|
"args": null,
|
|
291
|
-
"concreteType": "
|
|
291
|
+
"concreteType": "FeatureName",
|
|
292
292
|
"kind": "LinkedField",
|
|
293
|
-
"name": "
|
|
293
|
+
"name": "featureNames",
|
|
294
294
|
"plural": true,
|
|
295
295
|
"selections": [{
|
|
296
296
|
"alias": null,
|
|
297
297
|
"args": null,
|
|
298
298
|
"kind": "ScalarField",
|
|
299
|
-
"name": "
|
|
300
|
-
"storageKey": null
|
|
301
|
-
}, {
|
|
302
|
-
"alias": null,
|
|
303
|
-
"args": null,
|
|
304
|
-
"kind": "ScalarField",
|
|
305
|
-
"name": "humanName",
|
|
299
|
+
"name": "tag",
|
|
306
300
|
"storageKey": null
|
|
307
|
-
}],
|
|
301
|
+
}, v7 /*: any*/],
|
|
308
302
|
"storageKey": null
|
|
309
303
|
}],
|
|
310
304
|
"storageKey": null
|
|
@@ -315,7 +309,7 @@ const node = function () {
|
|
|
315
309
|
"kind": "LinkedField",
|
|
316
310
|
"name": "variableAxes",
|
|
317
311
|
"plural": true,
|
|
318
|
-
"selections": [
|
|
312
|
+
"selections": [v8 /*: any*/, v7 /*: any*/, {
|
|
319
313
|
"alias": null,
|
|
320
314
|
"args": null,
|
|
321
315
|
"kind": "ScalarField",
|
|
@@ -329,7 +323,7 @@ const node = function () {
|
|
|
329
323
|
"storageKey": null
|
|
330
324
|
}],
|
|
331
325
|
"storageKey": null
|
|
332
|
-
},
|
|
326
|
+
}, v7 /*: any*/, {
|
|
333
327
|
"alias": null,
|
|
334
328
|
"args": null,
|
|
335
329
|
"kind": "ScalarField",
|
|
@@ -360,7 +354,7 @@ const node = function () {
|
|
|
360
354
|
"kind": "LinkedField",
|
|
361
355
|
"name": "variableInstances",
|
|
362
356
|
"plural": true,
|
|
363
|
-
"selections": [
|
|
357
|
+
"selections": [v7 /*: any*/, {
|
|
364
358
|
"alias": null,
|
|
365
359
|
"args": null,
|
|
366
360
|
"concreteType": "VariableSetting",
|
|
@@ -378,7 +372,7 @@ const node = function () {
|
|
|
378
372
|
"kind": "LinkedField",
|
|
379
373
|
"name": "family",
|
|
380
374
|
"plural": false,
|
|
381
|
-
"selections": [v6 /*: any*/,
|
|
375
|
+
"selections": [v6 /*: any*/, v7 /*: any*/],
|
|
382
376
|
"storageKey": null
|
|
383
377
|
}, {
|
|
384
378
|
"alias": null,
|
|
@@ -520,7 +514,7 @@ const node = function () {
|
|
|
520
514
|
"kind": "ScalarField",
|
|
521
515
|
"name": "typeTesterAxes",
|
|
522
516
|
"storageKey": null
|
|
523
|
-
},
|
|
517
|
+
}, v7 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, v19 /*: any*/, v20 /*: any*/, {
|
|
524
518
|
"alias": "families",
|
|
525
519
|
"args": [{
|
|
526
520
|
"kind": "Literal",
|
|
@@ -531,7 +525,7 @@ const node = function () {
|
|
|
531
525
|
"kind": "LinkedField",
|
|
532
526
|
"name": "children",
|
|
533
527
|
"plural": true,
|
|
534
|
-
"selections": [v6 /*: any*/,
|
|
528
|
+
"selections": [v6 /*: any*/, v7 /*: any*/, v16 /*: any*/, v17 /*: any*/, v18 /*: any*/, v19 /*: any*/, v20 /*: any*/],
|
|
535
529
|
"storageKey": "children(collectionTypes:[\"FAMILY\"])"
|
|
536
530
|
}],
|
|
537
531
|
"type": "FontCollection",
|
|
@@ -541,12 +535,12 @@ const node = function () {
|
|
|
541
535
|
}]
|
|
542
536
|
},
|
|
543
537
|
"params": {
|
|
544
|
-
"cacheID": "
|
|
538
|
+
"cacheID": "ae5935ece51bb7a1ee807edb38129251",
|
|
545
539
|
"id": null,
|
|
546
540
|
"metadata": {},
|
|
547
541
|
"name": "TypeTestersIDQuery",
|
|
548
542
|
"operationKind": "query",
|
|
549
|
-
"text": "query TypeTestersIDQuery(\n $collectionId: ID!\n $tags: [String!]\n $excludeTags: [String!]\n) {\n collection: node(id: $collectionId) {\n __typename\n ...TypeTesters_collection_4Goyz5\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment PriceBarSection_node_3BtHDv on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_3BtHDv\n id\n priceWithLicenseOptions: price(licenseOptions: [], orderVariables: []) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: []) {\n ...Price_price\n }\n}\n\nfragment PriceBar_node_3BtHDv on FontCollection {\n ...PriceBarSection_node_3BtHDv\n parent {\n ...PriceBarSection_node_3BtHDv\n id\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_3BtHDv on Sku {\n id\n price(licenseOptions: [], orderVariables: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_3BtHDv on Sku {\n id\n ...SKUPrice_sku_3BtHDv\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterFloatingToolbar_testers on TypeTester {\n id\n fontStyle {\n ...TypeTesterToolbar_fontStyle\n ...TypeTesterFeatures_fontStyle\n id\n }\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_3BtHDv on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_3BtHDv\n ...SKUPrice_sku_3BtHDv\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment TypeTesters_collection_4Goyz5 on FontCollection {\n typeTesters(first: 999, tags: $tags, excludeTags: $excludeTags) {\n edges {\n node {\n id\n content\n size\n lineHeight\n letterSpacing\n autofit\n direction\n alignment\n fontStyle {\n ...TypeTester_fontStyle_3BtHDv\n id\n family {\n id\n }\n }\n variableSettings {\n axis\n value\n }\n featureSettings {\n feature\n value\n }\n tags\n ...TypeTesterFloatingToolbar_testers\n }\n }\n }\n typeTesterFeatures\n typeTesterAxes\n id\n ...PriceBar_node_3BtHDv\n families: children(collectionTypes: [FAMILY]) {\n id\n ...PriceBar_node_3BtHDv\n }\n parent {\n id\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n
|
|
543
|
+
"text": "query TypeTestersIDQuery(\n $collectionId: ID!\n $tags: [String!]\n $excludeTags: [String!]\n) {\n collection: node(id: $collectionId) {\n __typename\n ...TypeTesters_collection_4Goyz5\n id\n }\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n ...useFontStyle_fontStyle\n}\n\nfragment PriceBarSection_node_3BtHDv on FontCollection {\n id\n name\n collectionType\n sku {\n ...SelectButton_sku_3BtHDv\n id\n priceWithLicenseOptions: price(licenseOptions: [], orderVariables: []) {\n ...Price_price\n }\n }\n totalStyles\n totalStylesPrice(licenseOptions: []) {\n ...Price_price\n }\n}\n\nfragment PriceBar_node_3BtHDv on FontCollection {\n ...PriceBarSection_node_3BtHDv\n parent {\n ...PriceBarSection_node_3BtHDv\n id\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment SKUPrice_sku_3BtHDv on Sku {\n id\n price(licenseOptions: [], orderVariables: []) {\n amount\n ...Price_price\n }\n}\n\nfragment SelectButton_sku_3BtHDv on Sku {\n id\n ...SKUPrice_sku_3BtHDv\n}\n\nfragment TypeTesterFeaturesButton_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n}\n\nfragment TypeTesterFeatures_fontStyle on FontStyle {\n ...useFeaturesData_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n}\n\nfragment TypeTesterFloatingToolbar_testers on TypeTester {\n id\n fontStyle {\n ...TypeTesterToolbar_fontStyle\n ...TypeTesterFeatures_fontStyle\n id\n }\n}\n\nfragment TypeTesterStyleSelectData_fontStyle on FontStyle {\n id\n name\n supportedLanguages\n cssWeight\n cssStyle\n cssStretch\n variableInstances {\n name\n coordinates {\n axis\n value\n }\n }\n family {\n id\n name\n }\n}\n\nfragment TypeTesterToolbar_fontStyle on FontStyle {\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterFeaturesButton_fontStyle\n}\n\nfragment TypeTesterVariableAxes_fontStyle on FontStyle {\n variableAxes {\n axis\n name\n minValue\n maxValue\n }\n}\n\nfragment TypeTester_fontStyle_3BtHDv on FontStyle {\n id\n ...TypeTesterFeatures_fontStyle\n ...TypeTesterStyleSelectData_fontStyle\n ...FontStyle_fontStyle\n ...TypeTesterVariableAxes_fontStyle\n ...TypeTesterToolbar_fontStyle\n sku {\n ...SelectButton_sku_3BtHDv\n ...SKUPrice_sku_3BtHDv\n id\n basePrice: price {\n amount\n }\n }\n}\n\nfragment TypeTesters_collection_4Goyz5 on FontCollection {\n typeTesters(first: 999, tags: $tags, excludeTags: $excludeTags) {\n edges {\n node {\n id\n content\n size\n lineHeight\n letterSpacing\n autofit\n direction\n alignment\n fontStyle {\n ...TypeTester_fontStyle_3BtHDv\n id\n family {\n id\n }\n }\n variableSettings {\n axis\n value\n }\n featureSettings {\n feature\n value\n }\n tags\n ...TypeTesterFloatingToolbar_testers\n }\n }\n }\n typeTesterFeatures\n typeTesterAxes\n id\n ...PriceBar_node_3BtHDv\n families: children(collectionTypes: [FAMILY]) {\n id\n ...PriceBar_node_3BtHDv\n }\n parent {\n id\n }\n}\n\nfragment useFeaturesData_fontStyle on FontStyle {\n fontFeatures {\n supportedFeatures\n featureNames {\n tag\n name\n }\n }\n}\n\nfragment useFontStyle_fontStyle on FontStyle {\n cssFamily\n name\n webfontSources {\n url\n format\n tech\n }\n verticalMetrics {\n unitsPerEm\n ascender\n descender\n lineGap\n avgCharWidth\n }\n}\n"
|
|
550
544
|
}
|
|
551
545
|
};
|
|
552
546
|
}();
|