Gutenberg Blocks – ACF Blocks Suite - Version 2.2.1

Version Description

  • Added Facebook Like Button Block (Free)
  • Bug Fixes
Download this release

Release Info

Developer munirkamal
Plugin Icon 128x128 Gutenberg Blocks – ACF Blocks Suite
Version 2.2.1
Comparing to
See all releases

Code changes from version 2.2.0 to 2.2.1

acf-blocks.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: ACF Blocks Suite
5
  * Plugin URI: https://acfblocks.com/
6
  * Description: Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Ready-to-use ACF Blocks!
7
- * Version: 2.2.0
8
  * Author: munirkamal
9
  * Author URI: https://munirkamal.wordpress.com
10
  * License: GPL2
4
  * Plugin Name: ACF Blocks Suite
5
  * Plugin URI: https://acfblocks.com/
6
  * Description: Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Ready-to-use ACF Blocks!
7
+ * Version: 2.2.1
8
  * Author: munirkamal
9
  * Author URI: https://munirkamal.wordpress.com
10
  * License: GPL2
acf-json/group_5e41243deaf30.json DELETED
@@ -1,171 +0,0 @@
1
- {
2
- "key": "group_5e41243deaf30",
3
- "title": "Image Shape",
4
- "private" : true,
5
- "fields": [
6
- {
7
- "key": "field_5e4137cdb89d7",
8
- "label": "Content",
9
- "name": "",
10
- "type": "tab",
11
- "instructions": "",
12
- "required": 0,
13
- "conditional_logic": 0,
14
- "wrapper": {
15
- "width": "",
16
- "class": "",
17
- "id": ""
18
- },
19
- "placement": "top",
20
- "endpoint": 0
21
- },
22
- {
23
- "key": "field_5e414ac3a5e67",
24
- "label": "Image Shapes",
25
- "name": "acfb_is_image_shapes",
26
- "type": "button_group",
27
- "instructions": "",
28
- "required": 0,
29
- "conditional_logic": 0,
30
- "wrapper": {
31
- "width": "",
32
- "class": "",
33
- "id": ""
34
- },
35
- "choices": {
36
- "acfb_is_1": "1",
37
- "acfb_is_2": "2",
38
- "acfb_is_3": "3",
39
- "acfb_is_4": "4",
40
- "acfb_is_5": "5",
41
- "acfb_is_6": "6",
42
- "acfb_is_7": "7",
43
- "acfb_is_8": "8",
44
- "acfb_is_9": "9",
45
- "acfb_is_10": "10",
46
- "acfb_is_11": "11",
47
- "acfb_is_12": "12",
48
- "acfb_is_13": "13",
49
- "acfb_is_14": "14",
50
- "acfb_is_15": "15",
51
- "acfb_is_16": "16",
52
- "acfb_is_17": "17",
53
- "acfb_is_18": "18",
54
- "acfb_is_19": "19",
55
- "acfb_is_20": "20",
56
- "acfb_is_21": "21",
57
- "acfb_is_22": "22",
58
- "acfb_is_23": "23",
59
- "acfb_is_24": "24",
60
- "acfb_is_25": "25",
61
- "acfb_is_26": "26",
62
- "acfb_is_27": "27",
63
- "acfb_is_28": "28",
64
- "acfb_is_29": "29",
65
- "acfb_is_30": "30",
66
- "acfb_is_31": "31",
67
- "acfb_is_32": "32",
68
- "acfb_is_33": "33",
69
- "acfb_is_34": "34",
70
- "acfb_is_35": "35",
71
- "acfb_is_36": "36",
72
- "acfb_is_37": "37",
73
- "acfb_is_38": "38",
74
- "acfb_is_39": "39",
75
- "acfb_is_40": "40",
76
- "acfb_is_41": "41",
77
- "acfb_is_42": "42",
78
- "acfb_is_43": "43",
79
- "acfb_is_44": "44",
80
- "acfb_is_45": "45",
81
- "acfb_is_46": "46",
82
- "acfb_is_47": "47",
83
- "acfb_is_48": "48",
84
- "acfb_is_49": "49",
85
- "acfb_is_50": "50",
86
- "acfb_is_51": "51"
87
- },
88
- "allow_null": 0,
89
- "default_value": "acfb_is_1",
90
- "layout": "horizontal",
91
- "return_format": "value"
92
- },
93
- {
94
- "key": "field_5e413803b89d9",
95
- "label": "Image",
96
- "name": "acfb_is_image",
97
- "type": "image",
98
- "instructions": "",
99
- "required": 0,
100
- "conditional_logic": 0,
101
- "wrapper": {
102
- "width": "",
103
- "class": "",
104
- "id": ""
105
- },
106
- "return_format": "url",
107
- "preview_size": "medium",
108
- "library": "all",
109
- "min_width": "",
110
- "min_height": "",
111
- "min_size": "",
112
- "max_width": "",
113
- "max_height": "",
114
- "max_size": "",
115
- "mime_types": ""
116
- },
117
- {
118
- "key": "field_5e413829b89da",
119
- "label": "Image Alt",
120
- "name": "acfb_is_image_alt",
121
- "type": "text",
122
- "instructions": "",
123
- "required": 0,
124
- "conditional_logic": 0,
125
- "wrapper": {
126
- "width": "",
127
- "class": "",
128
- "id": ""
129
- },
130
- "default_value": "alt text",
131
- "placeholder": "alt text",
132
- "prepend": "",
133
- "append": "",
134
- "maxlength": ""
135
- },
136
- {
137
- "key": "field_5e4137e7b89d8",
138
- "label": "Design",
139
- "name": "",
140
- "type": "tab",
141
- "instructions": "",
142
- "required": 0,
143
- "conditional_logic": 0,
144
- "wrapper": {
145
- "width": "",
146
- "class": "",
147
- "id": ""
148
- },
149
- "placement": "top",
150
- "endpoint": 0
151
- }
152
- ],
153
- "location": [
154
- [
155
- {
156
- "param": "block",
157
- "operator": "==",
158
- "value": "acf\/acfb-image-shape"
159
- }
160
- ]
161
- ],
162
- "menu_order": 0,
163
- "position": "normal",
164
- "style": "default",
165
- "label_placement": "top",
166
- "instruction_placement": "label",
167
- "hide_on_screen": "",
168
- "active": 1,
169
- "description": "",
170
- "modified": 1582805364
171
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
acf-json/group_5e4bae0ee904c.json DELETED
@@ -1,176 +0,0 @@
1
- {
2
- "key": "group_5e4bae0ee904c",
3
- "title": "Steps",
4
- "private" : true,
5
- "fields": [
6
- {
7
- "key": "field_5e4bae2b27458",
8
- "label": "Content",
9
- "name": "",
10
- "type": "tab",
11
- "instructions": "",
12
- "required": 0,
13
- "conditional_logic": 0,
14
- "wrapper": {
15
- "width": "",
16
- "class": "",
17
- "id": ""
18
- },
19
- "placement": "top",
20
- "endpoint": 0
21
- },
22
- {
23
- "key": "field_5e4ceda549f09",
24
- "label": "Choose",
25
- "name": "acfb_steps_text_img",
26
- "type": "button_group",
27
- "instructions": "",
28
- "required": 0,
29
- "conditional_logic": 0,
30
- "wrapper": {
31
- "width": "",
32
- "class": "",
33
- "id": ""
34
- },
35
- "choices": {
36
- "acfb_step_img": "Image",
37
- "acfb_step_text": "Text"
38
- },
39
- "allow_null": 0,
40
- "default_value": "acfb_step_img",
41
- "layout": "horizontal",
42
- "return_format": "value"
43
- },
44
- {
45
- "key": "field_5e4cee1749f0a",
46
- "label": "Circle Text",
47
- "name": "acfb_steps_circle_text",
48
- "type": "text",
49
- "instructions": "",
50
- "required": 0,
51
- "conditional_logic": [
52
- [
53
- {
54
- "field": "field_5e4ceda549f09",
55
- "operator": "==",
56
- "value": "acfb_step_text"
57
- }
58
- ]
59
- ],
60
- "wrapper": {
61
- "width": "",
62
- "class": "",
63
- "id": ""
64
- },
65
- "default_value": "Circle Text",
66
- "placeholder": "Circle Text",
67
- "prepend": "",
68
- "append": "",
69
- "maxlength": ""
70
- },
71
- {
72
- "key": "field_5e4cee5949f0b",
73
- "label": "Circle Image",
74
- "name": "acfb_steps_circle_img",
75
- "type": "image",
76
- "instructions": "",
77
- "required": 0,
78
- "conditional_logic": [
79
- [
80
- {
81
- "field": "field_5e4ceda549f09",
82
- "operator": "==",
83
- "value": "acfb_step_img"
84
- }
85
- ]
86
- ],
87
- "wrapper": {
88
- "width": "",
89
- "class": "",
90
- "id": ""
91
- },
92
- "return_format": "url",
93
- "preview_size": "medium",
94
- "library": "all",
95
- "min_width": "",
96
- "min_height": "",
97
- "min_size": "",
98
- "max_width": "",
99
- "max_height": "",
100
- "max_size": "",
101
- "mime_types": ""
102
- },
103
- {
104
- "key": "field_5e4cee7049f0c",
105
- "label": "Title",
106
- "name": "acfb_step_title",
107
- "type": "text",
108
- "instructions": "",
109
- "required": 0,
110
- "conditional_logic": 0,
111
- "wrapper": {
112
- "width": "",
113
- "class": "",
114
- "id": ""
115
- },
116
- "default_value": "Title",
117
- "placeholder": "Title",
118
- "prepend": "",
119
- "append": "",
120
- "maxlength": ""
121
- },
122
- {
123
- "key": "field_5e4cee9149f0d",
124
- "label": "Content",
125
- "name": "acfb_step_content",
126
- "type": "textarea",
127
- "instructions": "",
128
- "required": 0,
129
- "conditional_logic": 0,
130
- "wrapper": {
131
- "width": "",
132
- "class": "",
133
- "id": ""
134
- },
135
- "default_value": "Step Content",
136
- "placeholder": "Step Content",
137
- "maxlength": "",
138
- "rows": "",
139
- "new_lines": ""
140
- },
141
- {
142
- "key": "field_5e4bae3927459",
143
- "label": "Design",
144
- "name": "",
145
- "type": "tab",
146
- "instructions": "",
147
- "required": 0,
148
- "conditional_logic": 0,
149
- "wrapper": {
150
- "width": "",
151
- "class": "",
152
- "id": ""
153
- },
154
- "placement": "top",
155
- "endpoint": 0
156
- }
157
- ],
158
- "location": [
159
- [
160
- {
161
- "param": "block",
162
- "operator": "==",
163
- "value": "acf\/acfb-steps"
164
- }
165
- ]
166
- ],
167
- "menu_order": 0,
168
- "position": "normal",
169
- "style": "default",
170
- "label_placement": "top",
171
- "instruction_placement": "label",
172
- "hide_on_screen": "",
173
- "active": 1,
174
- "description": "",
175
- "modified": 1582101178
176
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
acf-json/group_5e4fc1d5b0411.json DELETED
@@ -1,454 +0,0 @@
1
- {
2
- "key": "group_5e4fc1d5b0411",
3
- "title": "Global Fields 2",
4
- "fields": [
5
- {
6
- "key": "field_5e4fc1d61ccc8",
7
- "label": "Border Radius",
8
- "name": "acfb_global_radius",
9
- "type": "group",
10
- "instructions": "",
11
- "required": 0,
12
- "conditional_logic": 0,
13
- "wrapper": {
14
- "width": "",
15
- "class": "acfb_db_radius",
16
- "id": ""
17
- },
18
- "layout": "block",
19
- "sub_fields": [
20
- {
21
- "key": "field_5e4fc1d8e0268",
22
- "label": "Top Left",
23
- "name": "acfb_global_tl_radius",
24
- "type": "range",
25
- "instructions": "",
26
- "required": 0,
27
- "conditional_logic": 0,
28
- "wrapper": {
29
- "width": "",
30
- "class": "",
31
- "id": ""
32
- },
33
- "default_value": "",
34
- "min": "",
35
- "max": "",
36
- "step": "",
37
- "prepend": "",
38
- "append": "px"
39
- },
40
- {
41
- "key": "field_5e4fc1d8e0650",
42
- "label": "Top Right",
43
- "name": "acfb_global_tr_radius",
44
- "type": "range",
45
- "instructions": "",
46
- "required": 0,
47
- "conditional_logic": 0,
48
- "wrapper": {
49
- "width": "",
50
- "class": "",
51
- "id": ""
52
- },
53
- "default_value": "",
54
- "min": "",
55
- "max": "",
56
- "step": "",
57
- "prepend": "",
58
- "append": "px"
59
- },
60
- {
61
- "key": "field_5e4fc1d8e0a38",
62
- "label": "Bottom Left",
63
- "name": "acfb_global_bl_radius",
64
- "type": "range",
65
- "instructions": "",
66
- "required": 0,
67
- "conditional_logic": 0,
68
- "wrapper": {
69
- "width": "",
70
- "class": "",
71
- "id": ""
72
- },
73
- "default_value": "",
74
- "min": "",
75
- "max": "",
76
- "step": "",
77
- "prepend": "",
78
- "append": "px"
79
- },
80
- {
81
- "key": "field_5e4fc1d8e0e20",
82
- "label": "Bottom Right",
83
- "name": "acfb_global_br_radius",
84
- "type": "range",
85
- "instructions": "",
86
- "required": 0,
87
- "conditional_logic": 0,
88
- "wrapper": {
89
- "width": "",
90
- "class": "",
91
- "id": ""
92
- },
93
- "default_value": "",
94
- "min": "",
95
- "max": "",
96
- "step": "",
97
- "prepend": "",
98
- "append": "px"
99
- }
100
- ]
101
- },
102
- {
103
- "key": "field_5e4fc72dd9765",
104
- "label": "Padding",
105
- "name": "acfb_global_padding",
106
- "type": "group",
107
- "instructions": "",
108
- "required": 0,
109
- "conditional_logic": 0,
110
- "wrapper": {
111
- "width": "",
112
- "class": "acfb_db_radius",
113
- "id": ""
114
- },
115
- "layout": "block",
116
- "sub_fields": [
117
- {
118
- "key": "field_5e4fc72dd9766",
119
- "label": "Top Left",
120
- "name": "acfb_global_tl_padding",
121
- "type": "range",
122
- "instructions": "",
123
- "required": 0,
124
- "conditional_logic": 0,
125
- "wrapper": {
126
- "width": "",
127
- "class": "",
128
- "id": ""
129
- },
130
- "default_value": "",
131
- "min": "",
132
- "max": "",
133
- "step": "",
134
- "prepend": "",
135
- "append": "px"
136
- },
137
- {
138
- "key": "field_5e4fc72dd9767",
139
- "label": "Top Right",
140
- "name": "acfb_global_tr_padding",
141
- "type": "range",
142
- "instructions": "",
143
- "required": 0,
144
- "conditional_logic": 0,
145
- "wrapper": {
146
- "width": "",
147
- "class": "",
148
- "id": ""
149
- },
150
- "default_value": "",
151
- "min": "",
152
- "max": "",
153
- "step": "",
154
- "prepend": "",
155
- "append": "px"
156
- },
157
- {
158
- "key": "field_5e4fc72dd9768",
159
- "label": "Bottom Left",
160
- "name": "acfb_global_bl_padding",
161
- "type": "range",
162
- "instructions": "",
163
- "required": 0,
164
- "conditional_logic": 0,
165
- "wrapper": {
166
- "width": "",
167
- "class": "",
168
- "id": ""
169
- },
170
- "default_value": "",
171
- "min": "",
172
- "max": "",
173
- "step": "",
174
- "prepend": "",
175
- "append": "px"
176
- },
177
- {
178
- "key": "field_5e4fc72dd9769",
179
- "label": "Bottom Right",
180
- "name": "acfb_global_br_padding",
181
- "type": "range",
182
- "instructions": "",
183
- "required": 0,
184
- "conditional_logic": 0,
185
- "wrapper": {
186
- "width": "",
187
- "class": "",
188
- "id": ""
189
- },
190
- "default_value": "",
191
- "min": "",
192
- "max": "",
193
- "step": "",
194
- "prepend": "",
195
- "append": "px"
196
- }
197
- ]
198
- },
199
- {
200
- "key": "field_5e512d8ec5d90",
201
- "label": "Margin",
202
- "name": "acfb_global_margin",
203
- "type": "group",
204
- "instructions": "",
205
- "required": 0,
206
- "conditional_logic": 0,
207
- "wrapper": {
208
- "width": "",
209
- "class": "acfb_db_radius",
210
- "id": ""
211
- },
212
- "layout": "block",
213
- "sub_fields": [
214
- {
215
- "key": "field_5e512d8ec5d91",
216
- "label": "Top Left",
217
- "name": "acfb_global_tl_margin",
218
- "type": "range",
219
- "instructions": "",
220
- "required": 0,
221
- "conditional_logic": 0,
222
- "wrapper": {
223
- "width": "",
224
- "class": "",
225
- "id": ""
226
- },
227
- "default_value": "",
228
- "min": "",
229
- "max": "",
230
- "step": "",
231
- "prepend": "",
232
- "append": "px"
233
- },
234
- {
235
- "key": "field_5e512d8ec5d92",
236
- "label": "Top Right",
237
- "name": "acfb_global_tr_margin",
238
- "type": "range",
239
- "instructions": "",
240
- "required": 0,
241
- "conditional_logic": 0,
242
- "wrapper": {
243
- "width": "",
244
- "class": "",
245
- "id": ""
246
- },
247
- "default_value": "",
248
- "min": "",
249
- "max": "",
250
- "step": "",
251
- "prepend": "",
252
- "append": "px"
253
- },
254
- {
255
- "key": "field_5e512d8ec5d93",
256
- "label": "Bottom Left",
257
- "name": "acfb_global_bl_margin",
258
- "type": "range",
259
- "instructions": "",
260
- "required": 0,
261
- "conditional_logic": 0,
262
- "wrapper": {
263
- "width": "",
264
- "class": "",
265
- "id": ""
266
- },
267
- "default_value": "",
268
- "min": "",
269
- "max": "",
270
- "step": "",
271
- "prepend": "",
272
- "append": "px"
273
- },
274
- {
275
- "key": "field_5e512d8ec5d94",
276
- "label": "Bottom Right",
277
- "name": "acfb_global_br_margin",
278
- "type": "range",
279
- "instructions": "",
280
- "required": 0,
281
- "conditional_logic": 0,
282
- "wrapper": {
283
- "width": "",
284
- "class": "",
285
- "id": ""
286
- },
287
- "default_value": "",
288
- "min": "",
289
- "max": "",
290
- "step": "",
291
- "prepend": "",
292
- "append": "px"
293
- }
294
- ]
295
- },
296
- {
297
- "key": "field_5e512dddc5d95",
298
- "label": "Box Shadow",
299
- "name": "acfb_global_box_shadow",
300
- "type": "group",
301
- "instructions": "",
302
- "required": 0,
303
- "conditional_logic": 0,
304
- "wrapper": {
305
- "width": "",
306
- "class": "",
307
- "id": ""
308
- },
309
- "layout": "block",
310
- "sub_fields": [
311
- {
312
- "key": "field_5e512e34c5d96",
313
- "label": "Horizontal",
314
- "name": "acfb_global_box_shadow_horizontal",
315
- "type": "range",
316
- "instructions": "",
317
- "required": 0,
318
- "conditional_logic": 0,
319
- "wrapper": {
320
- "width": "",
321
- "class": "",
322
- "id": ""
323
- },
324
- "default_value": 0,
325
- "min": -100,
326
- "max": "",
327
- "step": "",
328
- "prepend": "",
329
- "append": "px"
330
- },
331
- {
332
- "key": "field_5e512e5ac5d97",
333
- "label": "Vertical",
334
- "name": "acfb_global_box_shadow_vertical",
335
- "type": "range",
336
- "instructions": "",
337
- "required": 0,
338
- "conditional_logic": 0,
339
- "wrapper": {
340
- "width": "",
341
- "class": "",
342
- "id": ""
343
- },
344
- "default_value": 0,
345
- "min": -100,
346
- "max": "",
347
- "step": "",
348
- "prepend": "",
349
- "append": "px"
350
- },
351
- {
352
- "key": "field_5e512e74c5d98",
353
- "label": "Blur",
354
- "name": "acfb_global_box_shadow_blur",
355
- "type": "range",
356
- "instructions": "",
357
- "required": 0,
358
- "conditional_logic": 0,
359
- "wrapper": {
360
- "width": "",
361
- "class": "",
362
- "id": ""
363
- },
364
- "default_value": 10,
365
- "min": "",
366
- "max": "",
367
- "step": "",
368
- "prepend": "",
369
- "append": "px"
370
- },
371
- {
372
- "key": "field_5e512e98c5d99",
373
- "label": "Spread",
374
- "name": "acfb_global_box_shadow_spread",
375
- "type": "range",
376
- "instructions": "",
377
- "required": 0,
378
- "conditional_logic": 0,
379
- "wrapper": {
380
- "width": "",
381
- "class": "",
382
- "id": ""
383
- },
384
- "default_value": 0,
385
- "min": -100,
386
- "max": "",
387
- "step": "",
388
- "prepend": "",
389
- "append": "px"
390
- },
391
- {
392
- "key": "field_5e512ec5c5d9a",
393
- "label": "Color",
394
- "name": "acfb_global_box_shadow_color",
395
- "type": "color_picker",
396
- "instructions": "",
397
- "required": 0,
398
- "conditional_logic": 0,
399
- "wrapper": {
400
- "width": "",
401
- "class": "",
402
- "id": ""
403
- },
404
- "default_value": "#ffffff"
405
- },
406
- {
407
- "key": "field_5e512eebc5d9b",
408
- "label": "Position",
409
- "name": "acfb_global_box_shadow_position",
410
- "type": "select",
411
- "instructions": "",
412
- "required": 0,
413
- "conditional_logic": 0,
414
- "wrapper": {
415
- "width": "",
416
- "class": "",
417
- "id": ""
418
- },
419
- "choices": {
420
- "outline": "Outline",
421
- "inset": "Inset"
422
- },
423
- "default_value": [
424
- "outline"
425
- ],
426
- "allow_null": 0,
427
- "multiple": 0,
428
- "ui": 0,
429
- "return_format": "value",
430
- "ajax": 0,
431
- "placeholder": ""
432
- }
433
- ]
434
- }
435
- ],
436
- "location": [
437
- [
438
- {
439
- "param": "block",
440
- "operator": "!=",
441
- "value": "all"
442
- }
443
- ]
444
- ],
445
- "menu_order": 0,
446
- "position": "normal",
447
- "style": "default",
448
- "label_placement": "top",
449
- "instruction_placement": "label",
450
- "hide_on_screen": "",
451
- "active": 1,
452
- "description": "",
453
- "modified": 1586177942
454
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
acf-json/group_5e870239ddce9.json DELETED
@@ -1,1523 +0,0 @@
1
- {
2
- "key": "group_5e870239ddce9",
3
- "title": "Global Fields",
4
- "fields": [
5
- {
6
- "key": "field_5e8847a2e7949",
7
- "label": "Typography",
8
- "name": "acfb_typography",
9
- "type": "group",
10
- "instructions": "",
11
- "required": 0,
12
- "conditional_logic": 0,
13
- "wrapper": {
14
- "width": "",
15
- "class": "acfb_global_family",
16
- "id": ""
17
- },
18
- "layout": "block",
19
- "sub_fields": [
20
- {
21
- "key": "field_5e8847c4e794a",
22
- "label": "Family",
23
- "name": "acfb_font_family",
24
- "type": "select",
25
- "instructions": "",
26
- "required": 0,
27
- "conditional_logic": 0,
28
- "wrapper": {
29
- "width": "",
30
- "class": "",
31
- "id": ""
32
- },
33
- "choices": {
34
- "ABeeZee": "ABeeZee",
35
- "Abel": "Abel",
36
- "Abhaya+Libre": "Abhaya Libre",
37
- "Abril+Fatface": "Abril Fatface",
38
- "Aclonica": "Aclonica",
39
- "Acme": "Acme",
40
- "Actor": "Actor",
41
- "Adamina": "Adamina",
42
- "Advent+Pro": "Advent Pro",
43
- "Aguafina+Script": "Aguafina Script",
44
- "Akronim": "Akronim",
45
- "Aladin": "Aladin",
46
- "Alata": "Alata",
47
- "Alatsi": "Alatsi",
48
- "Aldrich": "Aldrich",
49
- "Alef": "Alef",
50
- "Alegreya": "Alegreya",
51
- "Alegreya+SC": "Alegreya SC",
52
- "Alegreya+Sans": "Alegreya Sans",
53
- "Alegreya+Sans+SC": "Alegreya Sans SC",
54
- "Aleo": "Aleo",
55
- "Alex+Brush": "Alex Brush",
56
- "Alfa+Slab+One": "Alfa Slab One",
57
- "Alice": "Alice",
58
- "Alike": "Alike",
59
- "Alike+Angular": "Alike Angular",
60
- "Allan": "Allan",
61
- "Allerta": "Allerta",
62
- "Allerta+Stencil": "Allerta Stencil",
63
- "Allura": "Allura",
64
- "Almarai": "Almarai",
65
- "Almendra": "Almendra",
66
- "Almendra+Display": "Almendra Display",
67
- "Almendra+SC": "Almendra SC",
68
- "Amarante": "Amarante",
69
- "Amaranth": "Amaranth",
70
- "Amatic+SC": "Amatic SC",
71
- "Amethysta": "Amethysta",
72
- "Amiko": "Amiko",
73
- "Amiri": "Amiri",
74
- "Amita": "Amita",
75
- "Anaheim": "Anaheim",
76
- "Andada": "Andada",
77
- "Andika": "Andika",
78
- "Angkor": "Angkor",
79
- "Annie+Use+Your+Telescope": "Annie Use Your Telescope",
80
- "Anonymous+Pro": "Anonymous Pro",
81
- "Antic": "Antic",
82
- "Antic+Didone": "Antic Didone",
83
- "Antic+Slab": "Antic Slab",
84
- "Anton": "Anton",
85
- "Arapey": "Arapey",
86
- "Arbutus": "Arbutus",
87
- "Arbutus+Slab": "Arbutus Slab",
88
- "Architects+Daughter": "Architects Daughter",
89
- "Archivo": "Archivo",
90
- "Archivo+Black": "Archivo Black",
91
- "Archivo+Narrow": "Archivo Narrow",
92
- "Aref+Ruqaa": "Aref Ruqaa",
93
- "Arima+Madurai": "Arima Madurai",
94
- "Arimo": "Arimo",
95
- "Arizonia": "Arizonia",
96
- "Armata": "Armata",
97
- "Arsenal": "Arsenal",
98
- "Artifika": "Artifika",
99
- "Arvo": "Arvo",
100
- "Arya": "Arya",
101
- "Asap": "Asap",
102
- "Asap+Condensed": "Asap Condensed",
103
- "Asar": "Asar",
104
- "Asset": "Asset",
105
- "Assistant": "Assistant",
106
- "Astloch": "Astloch",
107
- "Asul": "Asul",
108
- "Athiti": "Athiti",
109
- "Atma": "Atma",
110
- "Atomic+Age": "Atomic Age",
111
- "Aubrey": "Aubrey",
112
- "Audiowide": "Audiowide",
113
- "Autour+One": "Autour One",
114
- "Average": "Average",
115
- "Average+Sans": "Average Sans",
116
- "Averia+Gruesa+Libre": "Averia Gruesa Libre",
117
- "Averia+Libre": "Averia Libre",
118
- "Averia+Sans+Libre": "Averia Sans Libre",
119
- "Averia+Serif+Libre": "Averia Serif Libre",
120
- "B612": "B612",
121
- "B612+Mono": "B612 Mono",
122
- "Bad+Script": "Bad Script",
123
- "Bahiana": "Bahiana",
124
- "Bahianita": "Bahianita",
125
- "Bai+Jamjuree": "Bai Jamjuree",
126
- "Baloo+2": "Baloo 2",
127
- "Baloo+Bhai+2": "Baloo Bhai 2",
128
- "Baloo+Bhaina+2": "Baloo Bhaina 2",
129
- "Baloo+Chettan+2": "Baloo Chettan 2",
130
- "Baloo+Da+2": "Baloo Da 2",
131
- "Baloo+Paaji+2": "Baloo Paaji 2",
132
- "Baloo+Tamma+2": "Baloo Tamma 2",
133
- "Baloo+Tammudu+2": "Baloo Tammudu 2",
134
- "Baloo+Thambi+2": "Baloo Thambi 2",
135
- "Balthazar": "Balthazar",
136
- "Bangers": "Bangers",
137
- "Barlow": "Barlow",
138
- "Barlow+Condensed": "Barlow Condensed",
139
- "Barlow+Semi+Condensed": "Barlow Semi Condensed",
140
- "Barriecito": "Barriecito",
141
- "Barrio": "Barrio",
142
- "Basic": "Basic",
143
- "Baskervville": "Baskervville",
144
- "Battambang": "Battambang",
145
- "Baumans": "Baumans",
146
- "Bayon": "Bayon",
147
- "Be+Vietnam": "Be Vietnam",
148
- "Bebas+Neue": "Bebas Neue",
149
- "Belgrano": "Belgrano",
150
- "Bellefair": "Bellefair",
151
- "Belleza": "Belleza",
152
- "Bellota": "Bellota",
153
- "Bellota+Text": "Bellota Text",
154
- "BenchNine": "BenchNine",
155
- "Bentham": "Bentham",
156
- "Berkshire+Swash": "Berkshire Swash",
157
- "Beth+Ellen": "Beth Ellen",
158
- "Bevan": "Bevan",
159
- "Big+Shoulders+Display": "Big Shoulders Display",
160
- "Big+Shoulders+Text": "Big Shoulders Text",
161
- "Bigelow+Rules": "Bigelow Rules",
162
- "Bigshot+One": "Bigshot One",
163
- "Bilbo": "Bilbo",
164
- "Bilbo+Swash+Caps": "Bilbo Swash Caps",
165
- "BioRhyme": "BioRhyme",
166
- "BioRhyme+Expanded": "BioRhyme Expanded",
167
- "Biryani": "Biryani",
168
- "Bitter": "Bitter",
169
- "Black+And+White+Picture": "Black And White Picture",
170
- "Black+Han+Sans": "Black Han Sans",
171
- "Black+Ops+One": "Black Ops One",
172
- "Blinker": "Blinker",
173
- "Bokor": "Bokor",
174
- "Bonbon": "Bonbon",
175
- "Boogaloo": "Boogaloo",
176
- "Bowlby+One": "Bowlby One",
177
- "Bowlby+One+SC": "Bowlby One SC",
178
- "Brawler": "Brawler",
179
- "Bree+Serif": "Bree Serif",
180
- "Bubblegum+Sans": "Bubblegum Sans",
181
- "Bubbler+One": "Bubbler One",
182
- "Buda": "Buda",
183
- "Buenard": "Buenard",
184
- "Bungee": "Bungee",
185
- "Bungee+Hairline": "Bungee Hairline",
186
- "Bungee+Inline": "Bungee Inline",
187
- "Bungee+Outline": "Bungee Outline",
188
- "Bungee+Shade": "Bungee Shade",
189
- "Butcherman": "Butcherman",
190
- "Butterfly+Kids": "Butterfly Kids",
191
- "Cabin": "Cabin",
192
- "Cabin+Condensed": "Cabin Condensed",
193
- "Cabin+Sketch": "Cabin Sketch",
194
- "Caesar+Dressing": "Caesar Dressing",
195
- "Cagliostro": "Cagliostro",
196
- "Cairo": "Cairo",
197
- "Caladea": "Caladea",
198
- "Calistoga": "Calistoga",
199
- "Calligraffitti": "Calligraffitti",
200
- "Cambay": "Cambay",
201
- "Cambo": "Cambo",
202
- "Candal": "Candal",
203
- "Cantarell": "Cantarell",
204
- "Cantata+One": "Cantata One",
205
- "Cantora+One": "Cantora One",
206
- "Capriola": "Capriola",
207
- "Cardo": "Cardo",
208
- "Carme": "Carme",
209
- "Carrois+Gothic": "Carrois Gothic",
210
- "Carrois+Gothic+SC": "Carrois Gothic SC",
211
- "Carter+One": "Carter One",
212
- "Catamaran": "Catamaran",
213
- "Caudex": "Caudex",
214
- "Caveat": "Caveat",
215
- "Caveat+Brush": "Caveat Brush",
216
- "Cedarville+Cursive": "Cedarville Cursive",
217
- "Ceviche+One": "Ceviche One",
218
- "Chakra+Petch": "Chakra Petch",
219
- "Changa": "Changa",
220
- "Changa+One": "Changa One",
221
- "Chango": "Chango",
222
- "Charm": "Charm",
223
- "Charmonman": "Charmonman",
224
- "Chathura": "Chathura",
225
- "Chau+Philomene+One": "Chau Philomene One",
226
- "Chela+One": "Chela One",
227
- "Chelsea+Market": "Chelsea Market",
228
- "Chenla": "Chenla",
229
- "Cherry+Cream+Soda": "Cherry Cream Soda",
230
- "Cherry+Swash": "Cherry Swash",
231
- "Chewy": "Chewy",
232
- "Chicle": "Chicle",
233
- "Chilanka": "Chilanka",
234
- "Chivo": "Chivo",
235
- "Chonburi": "Chonburi",
236
- "Cinzel": "Cinzel",
237
- "Cinzel+Decorative": "Cinzel Decorative",
238
- "Clicker+Script": "Clicker Script",
239
- "Coda": "Coda",
240
- "Coda+Caption": "Coda Caption",
241
- "Codystar": "Codystar",
242
- "Coiny": "Coiny",
243
- "Combo": "Combo",
244
- "Comfortaa": "Comfortaa",
245
- "Comic+Neue": "Comic Neue",
246
- "Coming+Soon": "Coming Soon",
247
- "Concert+One": "Concert One",
248
- "Condiment": "Condiment",
249
- "Content": "Content",
250
- "Contrail+One": "Contrail One",
251
- "Convergence": "Convergence",
252
- "Cookie": "Cookie",
253
- "Copse": "Copse",
254
- "Corben": "Corben",
255
- "Cormorant": "Cormorant",
256
- "Cormorant+Garamond": "Cormorant Garamond",
257
- "Cormorant+Infant": "Cormorant Infant",
258
- "Cormorant+SC": "Cormorant SC",
259
- "Cormorant+Unicase": "Cormorant Unicase",
260
- "Cormorant+Upright": "Cormorant Upright",
261
- "Courgette": "Courgette",
262
- "Courier+Prime": "Courier Prime",
263
- "Cousine": "Cousine",
264
- "Coustard": "Coustard",
265
- "Covered+By+Your+Grace": "Covered By Your Grace",
266
- "Crafty+Girls": "Crafty Girls",
267
- "Creepster": "Creepster",
268
- "Crete+Round": "Crete Round",
269
- "Crimson+Pro": "Crimson Pro",
270
- "Crimson+Text": "Crimson Text",
271
- "Croissant+One": "Croissant One",
272
- "Crushed": "Crushed",
273
- "Cuprum": "Cuprum",
274
- "Cute+Font": "Cute Font",
275
- "Cutive": "Cutive",
276
- "Cutive+Mono": "Cutive Mono",
277
- "DM+Sans": "DM Sans",
278
- "DM+Serif+Display": "DM Serif Display",
279
- "DM+Serif+Text": "DM Serif Text",
280
- "Damion": "Damion",
281
- "Dancing+Script": "Dancing Script",
282
- "Dangrek": "Dangrek",
283
- "Darker+Grotesque": "Darker Grotesque",
284
- "David+Libre": "David Libre",
285
- "Dawning+of+a+New+Day": "Dawning of a New Day",
286
- "Days+One": "Days One",
287
- "Dekko": "Dekko",
288
- "Delius": "Delius",
289
- "Delius+Swash+Caps": "Delius Swash Caps",
290
- "Delius+Unicase": "Delius Unicase",
291
- "Della+Respira": "Della Respira",
292
- "Denk+One": "Denk One",
293
- "Devonshire": "Devonshire",
294
- "Dhurjati": "Dhurjati",
295
- "Didact+Gothic": "Didact Gothic",
296
- "Diplomata": "Diplomata",
297
- "Diplomata+SC": "Diplomata SC",
298
- "Do+Hyeon": "Do Hyeon",
299
- "Dokdo": "Dokdo",
300
- "Domine": "Domine",
301
- "Donegal+One": "Donegal One",
302
- "Doppio+One": "Doppio One",
303
- "Dorsa": "Dorsa",
304
- "Dosis": "Dosis",
305
- "Dr+Sugiyama": "Dr Sugiyama",
306
- "Duru+Sans": "Duru Sans",
307
- "Dynalight": "Dynalight",
308
- "EB+Garamond": "EB Garamond",
309
- "Eagle+Lake": "Eagle Lake",
310
- "East+Sea+Dokdo": "East Sea Dokdo",
311
- "Eater": "Eater",
312
- "Economica": "Economica",
313
- "Eczar": "Eczar",
314
- "El+Messiri": "El Messiri",
315
- "Electrolize": "Electrolize",
316
- "Elsie": "Elsie",
317
- "Elsie+Swash+Caps": "Elsie Swash Caps",
318
- "Emblema+One": "Emblema One",
319
- "Emilys+Candy": "Emilys Candy",
320
- "Encode+Sans": "Encode Sans",
321
- "Encode+Sans+Condensed": "Encode Sans Condensed",
322
- "Encode+Sans+Expanded": "Encode Sans Expanded",
323
- "Encode+Sans+Semi+Condensed": "Encode Sans Semi Condensed",
324
- "Encode+Sans+Semi+Expanded": "Encode Sans Semi Expanded",
325
- "Engagement": "Engagement",
326
- "Englebert": "Englebert",
327
- "Enriqueta": "Enriqueta",
328
- "Erica+One": "Erica One",
329
- "Esteban": "Esteban",
330
- "Euphoria+Script": "Euphoria Script",
331
- "Ewert": "Ewert",
332
- "Exo": "Exo",
333
- "Exo+2": "Exo 2",
334
- "Expletus+Sans": "Expletus Sans",
335
- "Fahkwang": "Fahkwang",
336
- "Fanwood+Text": "Fanwood Text",
337
- "Farro": "Farro",
338
- "Farsan": "Farsan",
339
- "Fascinate": "Fascinate",
340
- "Fascinate+Inline": "Fascinate Inline",
341
- "Faster+One": "Faster One",
342
- "Fasthand": "Fasthand",
343
- "Fauna+One": "Fauna One",
344
- "Faustina": "Faustina",
345
- "Federant": "Federant",
346
- "Federo": "Federo",
347
- "Felipa": "Felipa",
348
- "Fenix": "Fenix",
349
- "Finger+Paint": "Finger Paint",
350
- "Fira+Code": "Fira Code",
351
- "Fira+Mono": "Fira Mono",
352
- "Fira+Sans": "Fira Sans",
353
- "Fira+Sans+Condensed": "Fira Sans Condensed",
354
- "Fira+Sans+Extra+Condensed": "Fira Sans Extra Condensed",
355
- "Fjalla+One": "Fjalla One",
356
- "Fjord+One": "Fjord One",
357
- "Flamenco": "Flamenco",
358
- "Flavors": "Flavors",
359
- "Fondamento": "Fondamento",
360
- "Fontdiner+Swanky": "Fontdiner Swanky",
361
- "Forum": "Forum",
362
- "Francois+One": "Francois One",
363
- "Frank+Ruhl+Libre": "Frank Ruhl Libre",
364
- "Freckle+Face": "Freckle Face",
365
- "Fredericka+the+Great": "Fredericka the Great",
366
- "Fredoka+One": "Fredoka One",
367
- "Freehand": "Freehand",
368
- "Fresca": "Fresca",
369
- "Frijole": "Frijole",
370
- "Fruktur": "Fruktur",
371
- "Fugaz+One": "Fugaz One",
372
- "GFS+Didot": "GFS Didot",
373
- "GFS+Neohellenic": "GFS Neohellenic",
374
- "Gabriela": "Gabriela",
375
- "Gaegu": "Gaegu",
376
- "Gafata": "Gafata",
377
- "Galada": "Galada",
378
- "Galdeano": "Galdeano",
379
- "Galindo": "Galindo",
380
- "Gamja+Flower": "Gamja Flower",
381
- "Gayathri": "Gayathri",
382
- "Gelasio": "Gelasio",
383
- "Gentium+Basic": "Gentium Basic",
384
- "Gentium+Book+Basic": "Gentium Book Basic",
385
- "Geo": "Geo",
386
- "Geostar": "Geostar",
387
- "Geostar+Fill": "Geostar Fill",
388
- "Germania+One": "Germania One",
389
- "Gidugu": "Gidugu",
390
- "Gilda+Display": "Gilda Display",
391
- "Girassol": "Girassol",
392
- "Give+You+Glory": "Give You Glory",
393
- "Glass+Antiqua": "Glass Antiqua",
394
- "Glegoo": "Glegoo",
395
- "Gloria+Hallelujah": "Gloria Hallelujah",
396
- "Goblin+One": "Goblin One",
397
- "Gochi+Hand": "Gochi Hand",
398
- "Gorditas": "Gorditas",
399
- "Gothic+A1": "Gothic A1",
400
- "Gotu": "Gotu",
401
- "Goudy+Bookletter+1911": "Goudy Bookletter 1911",
402
- "Graduate": "Graduate",
403
- "Grand+Hotel": "Grand Hotel",
404
- "Gravitas+One": "Gravitas One",
405
- "Great+Vibes": "Great Vibes",
406
- "Grenze": "Grenze",
407
- "Griffy": "Griffy",
408
- "Gruppo": "Gruppo",
409
- "Gudea": "Gudea",
410
- "Gugi": "Gugi",
411
- "Gupter": "Gupter",
412
- "Gurajada": "Gurajada",
413
- "Habibi": "Habibi",
414
- "Halant": "Halant",
415
- "Hammersmith+One": "Hammersmith One",
416
- "Hanalei": "Hanalei",
417
- "Hanalei+Fill": "Hanalei Fill",
418
- "Handlee": "Handlee",
419
- "Hanuman": "Hanuman",
420
- "Happy+Monkey": "Happy Monkey",
421
- "Harmattan": "Harmattan",
422
- "Headland+One": "Headland One",
423
- "Heebo": "Heebo",
424
- "Henny+Penny": "Henny Penny",
425
- "Hepta+Slab": "Hepta Slab",
426
- "Herr+Von+Muellerhoff": "Herr Von Muellerhoff",
427
- "Hi+Melody": "Hi Melody",
428
- "Hind": "Hind",
429
- "Hind+Guntur": "Hind Guntur",
430
- "Hind+Madurai": "Hind Madurai",
431
- "Hind+Siliguri": "Hind Siliguri",
432
- "Hind+Vadodara": "Hind Vadodara",
433
- "Holtwood+One+SC": "Holtwood One SC",
434
- "Homemade+Apple": "Homemade Apple",
435
- "Homenaje": "Homenaje",
436
- "IBM+Plex+Mono": "IBM Plex Mono",
437
- "IBM+Plex+Sans": "IBM Plex Sans",
438
- "IBM+Plex+Sans+Condensed": "IBM Plex Sans Condensed",
439
- "IBM+Plex+Serif": "IBM Plex Serif",
440
- "IM+Fell+DW+Pica": "IM Fell DW Pica",
441
- "IM+Fell+DW+Pica+SC": "IM Fell DW Pica SC",
442
- "IM+Fell+Double+Pica": "IM Fell Double Pica",
443
- "IM+Fell+Double+Pica+SC": "IM Fell Double Pica SC",
444
- "IM+Fell+English": "IM Fell English",
445
- "IM+Fell+English+SC": "IM Fell English SC",
446
- "IM+Fell+French+Canon": "IM Fell French Canon",
447
- "IM+Fell+French+Canon+SC": "IM Fell French Canon SC",
448
- "IM+Fell+Great+Primer": "IM Fell Great Primer",
449
- "IM+Fell+Great+Primer+SC": "IM Fell Great Primer SC",
450
- "Ibarra+Real+Nova": "Ibarra Real Nova",
451
- "Iceberg": "Iceberg",
452
- "Iceland": "Iceland",
453
- "Imprima": "Imprima",
454
- "Inconsolata": "Inconsolata",
455
- "Inder": "Inder",
456
- "Indie+Flower": "Indie Flower",
457
- "Inika": "Inika",
458
- "Inknut+Antiqua": "Inknut Antiqua",
459
- "Inria+Sans": "Inria Sans",
460
- "Inria+Serif": "Inria Serif",
461
- "Inter": "Inter",
462
- "Irish+Grover": "Irish Grover",
463
- "Istok+Web": "Istok Web",
464
- "Italiana": "Italiana",
465
- "Italianno": "Italianno",
466
- "Itim": "Itim",
467
- "Jacques+Francois": "Jacques Francois",
468
- "Jacques+Francois+Shadow": "Jacques Francois Shadow",
469
- "Jaldi": "Jaldi",
470
- "Jim+Nightshade": "Jim Nightshade",
471
- "Jockey+One": "Jockey One",
472
- "Jolly+Lodger": "Jolly Lodger",
473
- "Jomhuria": "Jomhuria",
474
- "Jomolhari": "Jomolhari",
475
- "Josefin+Sans": "Josefin Sans",
476
- "Josefin+Slab": "Josefin Slab",
477
- "Joti+One": "Joti One",
478
- "Jua": "Jua",
479
- "Judson": "Judson",
480
- "Julee": "Julee",
481
- "Julius+Sans+One": "Julius Sans One",
482
- "Junge": "Junge",
483
- "Jura": "Jura",
484
- "Just+Another+Hand": "Just Another Hand",
485
- "Just+Me+Again+Down+Here": "Just Me Again Down Here",
486
- "K2D": "K2D",
487
- "Kadwa": "Kadwa",
488
- "Kalam": "Kalam",
489
- "Kameron": "Kameron",
490
- "Kanit": "Kanit",
491
- "Kantumruy": "Kantumruy",
492
- "Karla": "Karla",
493
- "Karma": "Karma",
494
- "Katibeh": "Katibeh",
495
- "Kaushan+Script": "Kaushan Script",
496
- "Kavivanar": "Kavivanar",
497
- "Kavoon": "Kavoon",
498
- "Kdam+Thmor": "Kdam Thmor",
499
- "Keania+One": "Keania One",
500
- "Kelly+Slab": "Kelly Slab",
501
- "Kenia": "Kenia",
502
- "Khand": "Khand",
503
- "Khmer": "Khmer",
504
- "Khula": "Khula",
505
- "Kirang+Haerang": "Kirang Haerang",
506
- "Kite+One": "Kite One",
507
- "Knewave": "Knewave",
508
- "KoHo": "KoHo",
509
- "Kodchasan": "Kodchasan",
510
- "Kosugi": "Kosugi",
511
- "Kosugi+Maru": "Kosugi Maru",
512
- "Kotta+One": "Kotta One",
513
- "Koulen": "Koulen",
514
- "Kranky": "Kranky",
515
- "Kreon": "Kreon",
516
- "Kristi": "Kristi",
517
- "Krona+One": "Krona One",
518
- "Krub": "Krub",
519
- "Kulim+Park": "Kulim Park",
520
- "Kumar+One": "Kumar One",
521
- "Kumar+One+Outline": "Kumar One Outline",
522
- "Kurale": "Kurale",
523
- "La+Belle+Aurore": "La Belle Aurore",
524
- "Lacquer": "Lacquer",
525
- "Laila": "Laila",
526
- "Lakki+Reddy": "Lakki Reddy",
527
- "Lalezar": "Lalezar",
528
- "Lancelot": "Lancelot",
529
- "Lateef": "Lateef",
530
- "Lato": "Lato",
531
- "League+Script": "League Script",
532
- "Leckerli+One": "Leckerli One",
533
- "Ledger": "Ledger",
534
- "Lekton": "Lekton",
535
- "Lemon": "Lemon",
536
- "Lemonada": "Lemonada",
537
- "Lexend+Deca": "Lexend Deca",
538
- "Lexend+Exa": "Lexend Exa",
539
- "Lexend+Giga": "Lexend Giga",
540
- "Lexend+Mega": "Lexend Mega",
541
- "Lexend+Peta": "Lexend Peta",
542
- "Lexend+Tera": "Lexend Tera",
543
- "Lexend+Zetta": "Lexend Zetta",
544
- "Libre+Barcode+128": "Libre Barcode 128",
545
- "Libre+Barcode+128+Text": "Libre Barcode 128 Text",
546
- "Libre+Barcode+39": "Libre Barcode 39",
547
- "Libre+Barcode+39+Extended": "Libre Barcode 39 Extended",
548
- "Libre+Barcode+39+Extended+Text": "Libre Barcode 39 Extended Text",
549
- "Libre+Barcode+39+Text": "Libre Barcode 39 Text",
550
- "Libre+Baskerville": "Libre Baskerville",
551
- "Libre+Caslon+Display": "Libre Caslon Display",
552
- "Libre+Caslon+Text": "Libre Caslon Text",
553
- "Libre+Franklin": "Libre Franklin",
554
- "Life+Savers": "Life Savers",
555
- "Lilita+One": "Lilita One",
556
- "Lily+Script+One": "Lily Script One",
557
- "Limelight": "Limelight",
558
- "Linden+Hill": "Linden Hill",
559
- "Literata": "Literata",
560
- "Liu+Jian+Mao+Cao": "Liu Jian Mao Cao",
561
- "Livvic": "Livvic",
562
- "Lobster": "Lobster",
563
- "Lobster+Two": "Lobster Two",
564
- "Londrina+Outline": "Londrina Outline",
565
- "Londrina+Shadow": "Londrina Shadow",
566
- "Londrina+Sketch": "Londrina Sketch",
567
- "Londrina+Solid": "Londrina Solid",
568
- "Long+Cang": "Long Cang",
569
- "Lora": "Lora",
570
- "Love+Ya+Like+A+Sister": "Love Ya Like A Sister",
571
- "Loved+by+the+King": "Loved by the King",
572
- "Lovers+Quarrel": "Lovers Quarrel",
573
- "Luckiest+Guy": "Luckiest Guy",
574
- "Lusitana": "Lusitana",
575
- "Lustria": "Lustria",
576
- "M+PLUS+1p": "M PLUS 1p",
577
- "M+PLUS+Rounded+1c": "M PLUS Rounded 1c",
578
- "Ma+Shan+Zheng": "Ma Shan Zheng",
579
- "Macondo": "Macondo",
580
- "Macondo+Swash+Caps": "Macondo Swash Caps",
581
- "Mada": "Mada",
582
- "Magra": "Magra",
583
- "Maiden+Orange": "Maiden Orange",
584
- "Maitree": "Maitree",
585
- "Major+Mono+Display": "Major Mono Display",
586
- "Mako": "Mako",
587
- "Mali": "Mali",
588
- "Mallanna": "Mallanna",
589
- "Mandali": "Mandali",
590
- "Manjari": "Manjari",
591
- "Mansalva": "Mansalva",
592
- "Manuale": "Manuale",
593
- "Marcellus": "Marcellus",
594
- "Marcellus+SC": "Marcellus SC",
595
- "Marck+Script": "Marck Script",
596
- "Margarine": "Margarine",
597
- "Markazi+Text": "Markazi Text",
598
- "Marko+One": "Marko One",
599
- "Marmelad": "Marmelad",
600
- "Martel": "Martel",
601
- "Martel+Sans": "Martel Sans",
602
- "Marvel": "Marvel",
603
- "Mate": "Mate",
604
- "Mate+SC": "Mate SC",
605
- "Maven+Pro": "Maven Pro",
606
- "McLaren": "McLaren",
607
- "Meddon": "Meddon",
608
- "MedievalSharp": "MedievalSharp",
609
- "Medula+One": "Medula One",
610
- "Meera+Inimai": "Meera Inimai",
611
- "Megrim": "Megrim",
612
- "Meie+Script": "Meie Script",
613
- "Merienda": "Merienda",
614
- "Merienda+One": "Merienda One",
615
- "Merriweather": "Merriweather",
616
- "Merriweather+Sans": "Merriweather Sans",
617
- "Metal": "Metal",
618
- "Metal+Mania": "Metal Mania",
619
- "Metamorphous": "Metamorphous",
620
- "Metrophobic": "Metrophobic",
621
- "Michroma": "Michroma",
622
- "Milonga": "Milonga",
623
- "Miltonian": "Miltonian",
624
- "Miltonian+Tattoo": "Miltonian Tattoo",
625
- "Mina": "Mina",
626
- "Miniver": "Miniver",
627
- "Miriam+Libre": "Miriam Libre",
628
- "Mirza": "Mirza",
629
- "Miss+Fajardose": "Miss Fajardose",
630
- "Mitr": "Mitr",
631
- "Modak": "Modak",
632
- "Modern+Antiqua": "Modern Antiqua",
633
- "Mogra": "Mogra",
634
- "Molengo": "Molengo",
635
- "Molle": "Molle",
636
- "Monda": "Monda",
637
- "Monofett": "Monofett",
638
- "Monoton": "Monoton",
639
- "Monsieur+La+Doulaise": "Monsieur La Doulaise",
640
- "Montaga": "Montaga",
641
- "Montez": "Montez",
642
- "Montserrat": "Montserrat",
643
- "Montserrat+Alternates": "Montserrat Alternates",
644
- "Montserrat+Subrayada": "Montserrat Subrayada",
645
- "Moul": "Moul",
646
- "Moulpali": "Moulpali",
647
- "Mountains+of+Christmas": "Mountains of Christmas",
648
- "Mouse+Memoirs": "Mouse Memoirs",
649
- "Mr+Bedfort": "Mr Bedfort",
650
- "Mr+Dafoe": "Mr Dafoe",
651
- "Mr+De+Haviland": "Mr De Haviland",
652
- "Mrs+Saint+Delafield": "Mrs Saint Delafield",
653
- "Mrs+Sheppards": "Mrs Sheppards",
654
- "Mukta": "Mukta",
655
- "Mukta+Mahee": "Mukta Mahee",
656
- "Mukta+Malar": "Mukta Malar",
657
- "Mukta+Vaani": "Mukta Vaani",
658
- "Muli": "Muli",
659
- "Mystery+Quest": "Mystery Quest",
660
- "NTR": "NTR",
661
- "Nanum+Brush+Script": "Nanum Brush Script",
662
- "Nanum+Gothic": "Nanum Gothic",
663
- "Nanum+Gothic+Coding": "Nanum Gothic Coding",
664
- "Nanum+Myeongjo": "Nanum Myeongjo",
665
- "Nanum+Pen+Script": "Nanum Pen Script",
666
- "Neucha": "Neucha",
667
- "Neuton": "Neuton",
668
- "New+Rocker": "New Rocker",
669
- "News+Cycle": "News Cycle",
670
- "Niconne": "Niconne",
671
- "Niramit": "Niramit",
672
- "Nixie+One": "Nixie One",
673
- "Nobile": "Nobile",
674
- "Nokora": "Nokora",
675
- "Norican": "Norican",
676
- "Nosifer": "Nosifer",
677
- "Notable": "Notable",
678
- "Nothing+You+Could+Do": "Nothing You Could Do",
679
- "Noticia+Text": "Noticia Text",
680
- "Noto+Sans": "Noto Sans",
681
- "Noto+Sans+HK": "Noto Sans HK",
682
- "Noto+Sans+JP": "Noto Sans JP",
683
- "Noto+Sans+KR": "Noto Sans KR",
684
- "Noto+Sans+SC": "Noto Sans SC",
685
- "Noto+Sans+TC": "Noto Sans TC",
686
- "Noto+Serif": "Noto Serif",
687
- "Noto+Serif+JP": "Noto Serif JP",
688
- "Noto+Serif+KR": "Noto Serif KR",
689
- "Noto+Serif+SC": "Noto Serif SC",
690
- "Noto+Serif+TC": "Noto Serif TC",
691
- "Nova+Cut": "Nova Cut",
692
- "Nova+Flat": "Nova Flat",
693
- "Nova+Mono": "Nova Mono",
694
- "Nova+Oval": "Nova Oval",
695
- "Nova+Round": "Nova Round",
696
- "Nova+Script": "Nova Script",
697
- "Nova+Slim": "Nova Slim",
698
- "Nova+Square": "Nova Square",
699
- "Numans": "Numans",
700
- "Nunito": "Nunito",
701
- "Nunito+Sans": "Nunito Sans",
702
- "Odibee+Sans": "Odibee Sans",
703
- "Odor+Mean+Chey": "Odor Mean Chey",
704
- "Offside": "Offside",
705
- "Old+Standard+TT": "Old Standard TT",
706
- "Oldenburg": "Oldenburg",
707
- "Oleo+Script": "Oleo Script",
708
- "Oleo+Script+Swash+Caps": "Oleo Script Swash Caps",
709
- "Open+Sans": "Open Sans",
710
- "Open+Sans+Condensed": "Open Sans Condensed",
711
- "Oranienbaum": "Oranienbaum",
712
- "Orbitron": "Orbitron",
713
- "Oregano": "Oregano",
714
- "Orienta": "Orienta",
715
- "Original+Surfer": "Original Surfer",
716
- "Oswald": "Oswald",
717
- "Over+the+Rainbow": "Over the Rainbow",
718
- "Overlock": "Overlock",
719
- "Overlock+SC": "Overlock SC",
720
- "Overpass": "Overpass",
721
- "Overpass+Mono": "Overpass Mono",
722
- "Ovo": "Ovo",
723
- "Oxanium": "Oxanium",
724
- "Oxygen": "Oxygen",
725
- "Oxygen+Mono": "Oxygen Mono",
726
- "PT+Mono": "PT Mono",
727
- "PT+Sans": "PT Sans",
728
- "PT+Sans+Caption": "PT Sans Caption",
729
- "PT+Sans+Narrow": "PT Sans Narrow",
730
- "PT+Serif": "PT Serif",
731
- "PT+Serif+Caption": "PT Serif Caption",
732
- "Pacifico": "Pacifico",
733
- "Padauk": "Padauk",
734
- "Palanquin": "Palanquin",
735
- "Palanquin+Dark": "Palanquin Dark",
736
- "Pangolin": "Pangolin",
737
- "Paprika": "Paprika",
738
- "Parisienne": "Parisienne",
739
- "Passero+One": "Passero One",
740
- "Passion+One": "Passion One",
741
- "Pathway+Gothic+One": "Pathway Gothic One",
742
- "Patrick+Hand": "Patrick Hand",
743
- "Patrick+Hand+SC": "Patrick Hand SC",
744
- "Pattaya": "Pattaya",
745
- "Patua+One": "Patua One",
746
- "Pavanam": "Pavanam",
747
- "Paytone+One": "Paytone One",
748
- "Peddana": "Peddana",
749
- "Peralta": "Peralta",
750
- "Permanent+Marker": "Permanent Marker",
751
- "Petit+Formal+Script": "Petit Formal Script",
752
- "Petrona": "Petrona",
753
- "Philosopher": "Philosopher",
754
- "Piedra": "Piedra",
755
- "Pinyon+Script": "Pinyon Script",
756
- "Pirata+One": "Pirata One",
757
- "Plaster": "Plaster",
758
- "Play": "Play",
759
- "Playball": "Playball",
760
- "Playfair+Display": "Playfair Display",
761
- "Playfair+Display+SC": "Playfair Display SC",
762
- "Podkova": "Podkova",
763
- "Poiret+One": "Poiret One",
764
- "Poller+One": "Poller One",
765
- "Poly": "Poly",
766
- "Pompiere": "Pompiere",
767
- "Pontano+Sans": "Pontano Sans",
768
- "Poor+Story": "Poor Story",
769
- "Poppins": "Poppins",
770
- "Port+Lligat+Sans": "Port Lligat Sans",
771
- "Port+Lligat+Slab": "Port Lligat Slab",
772
- "Pragati+Narrow": "Pragati Narrow",
773
- "Prata": "Prata",
774
- "Preahvihear": "Preahvihear",
775
- "Press+Start+2P": "Press Start 2P",
776
- "Pridi": "Pridi",
777
- "Princess+Sofia": "Princess Sofia",
778
- "Prociono": "Prociono",
779
- "Prompt": "Prompt",
780
- "Prosto+One": "Prosto One",
781
- "Proza+Libre": "Proza Libre",
782
- "Public+Sans": "Public Sans",
783
- "Puritan": "Puritan",
784
- "Purple+Purse": "Purple Purse",
785
- "Quando": "Quando",
786
- "Quantico": "Quantico",
787
- "Quattrocento": "Quattrocento",
788
- "Quattrocento+Sans": "Quattrocento Sans",
789
- "Questrial": "Questrial",
790
- "Quicksand": "Quicksand",
791
- "Quintessential": "Quintessential",
792
- "Qwigley": "Qwigley",
793
- "Racing+Sans+One": "Racing Sans One",
794
- "Radley": "Radley",
795
- "Rajdhani": "Rajdhani",
796
- "Rakkas": "Rakkas",
797
- "Raleway": "Raleway",
798
- "Raleway+Dots": "Raleway Dots",
799
- "Ramabhadra": "Ramabhadra",
800
- "Ramaraja": "Ramaraja",
801
- "Rambla": "Rambla",
802
- "Rammetto+One": "Rammetto One",
803
- "Ranchers": "Ranchers",
804
- "Rancho": "Rancho",
805
- "Ranga": "Ranga",
806
- "Rasa": "Rasa",
807
- "Rationale": "Rationale",
808
- "Ravi+Prakash": "Ravi Prakash",
809
- "Red+Hat+Display": "Red Hat Display",
810
- "Red+Hat+Text": "Red Hat Text",
811
- "Redressed": "Redressed",
812
- "Reem+Kufi": "Reem Kufi",
813
- "Reenie+Beanie": "Reenie Beanie",
814
- "Revalia": "Revalia",
815
- "Rhodium+Libre": "Rhodium Libre",
816
- "Ribeye": "Ribeye",
817
- "Ribeye+Marrow": "Ribeye Marrow",
818
- "Righteous": "Righteous",
819
- "Risque": "Risque",
820
- "Roboto": "Roboto",
821
- "Roboto+Condensed": "Roboto Condensed",
822
- "Roboto+Mono": "Roboto Mono",
823
- "Roboto+Slab": "Roboto Slab",
824
- "Rochester": "Rochester",
825
- "Rock+Salt": "Rock Salt",
826
- "Rokkitt": "Rokkitt",
827
- "Romanesco": "Romanesco",
828
- "Ropa+Sans": "Ropa Sans",
829
- "Rosario": "Rosario",
830
- "Rosarivo": "Rosarivo",
831
- "Rouge+Script": "Rouge Script",
832
- "Rozha+One": "Rozha One",
833
- "Rubik": "Rubik",
834
- "Rubik+Mono+One": "Rubik Mono One",
835
- "Ruda": "Ruda",
836
- "Rufina": "Rufina",
837
- "Ruge+Boogie": "Ruge Boogie",
838
- "Ruluko": "Ruluko",
839
- "Rum+Raisin": "Rum Raisin",
840
- "Ruslan+Display": "Ruslan Display",
841
- "Russo+One": "Russo One",
842
- "Ruthie": "Ruthie",
843
- "Rye": "Rye",
844
- "Sacramento": "Sacramento",
845
- "Sahitya": "Sahitya",
846
- "Sail": "Sail",
847
- "Saira": "Saira",
848
- "Saira+Condensed": "Saira Condensed",
849
- "Saira+Extra+Condensed": "Saira Extra Condensed",
850
- "Saira+Semi+Condensed": "Saira Semi Condensed",
851
- "Saira+Stencil+One": "Saira Stencil One",
852
- "Salsa": "Salsa",
853
- "Sanchez": "Sanchez",
854
- "Sancreek": "Sancreek",
855
- "Sansita": "Sansita",
856
- "Sarabun": "Sarabun",
857
- "Sarala": "Sarala",
858
- "Sarina": "Sarina",
859
- "Sarpanch": "Sarpanch",
860
- "Satisfy": "Satisfy",
861
- "Sawarabi+Gothic": "Sawarabi Gothic",
862
- "Sawarabi+Mincho": "Sawarabi Mincho",
863
- "Scada": "Scada",
864
- "Scheherazade": "Scheherazade",
865
- "Schoolbell": "Schoolbell",
866
- "Scope+One": "Scope One",
867
- "Seaweed+Script": "Seaweed Script",
868
- "Secular+One": "Secular One",
869
- "Sedgwick+Ave": "Sedgwick Ave",
870
- "Sedgwick+Ave+Display": "Sedgwick Ave Display",
871
- "Sen": "Sen",
872
- "Sevillana": "Sevillana",
873
- "Seymour+One": "Seymour One",
874
- "Shadows+Into+Light": "Shadows Into Light",
875
- "Shadows+Into+Light+Two": "Shadows Into Light Two",
876
- "Shanti": "Shanti",
877
- "Share": "Share",
878
- "Share+Tech": "Share Tech",
879
- "Share+Tech+Mono": "Share Tech Mono",
880
- "Shojumaru": "Shojumaru",
881
- "Short+Stack": "Short Stack",
882
- "Shrikhand": "Shrikhand",
883
- "Siemreap": "Siemreap",
884
- "Sigmar+One": "Sigmar One",
885
- "Signika": "Signika",
886
- "Signika+Negative": "Signika Negative",
887
- "Simonetta": "Simonetta",
888
- "Single+Day": "Single Day",
889
- "Sintony": "Sintony",
890
- "Sirin+Stencil": "Sirin Stencil",
891
- "Six+Caps": "Six Caps",
892
- "Skranji": "Skranji",
893
- "Slabo+13px": "Slabo 13px",
894
- "Slabo+27px": "Slabo 27px",
895
- "Slackey": "Slackey",
896
- "Smokum": "Smokum",
897
- "Smythe": "Smythe",
898
- "Sniglet": "Sniglet",
899
- "Snippet": "Snippet",
900
- "Snowburst+One": "Snowburst One",
901
- "Sofadi+One": "Sofadi One",
902
- "Sofia": "Sofia",
903
- "Solway": "Solway",
904
- "Song+Myung": "Song Myung",
905
- "Sonsie+One": "Sonsie One",
906
- "Sorts+Mill+Goudy": "Sorts Mill Goudy",
907
- "Source+Code+Pro": "Source Code Pro",
908
- "Source+Sans+Pro": "Source Sans Pro",
909
- "Source+Serif+Pro": "Source Serif Pro",
910
- "Space+Mono": "Space Mono",
911
- "Spartan": "Spartan",
912
- "Special+Elite": "Special Elite",
913
- "Spectral": "Spectral",
914
- "Spectral+SC": "Spectral SC",
915
- "Spicy+Rice": "Spicy Rice",
916
- "Spinnaker": "Spinnaker",
917
- "Spirax": "Spirax",
918
- "Squada+One": "Squada One",
919
- "Sree+Krushnadevaraya": "Sree Krushnadevaraya",
920
- "Sriracha": "Sriracha",
921
- "Srisakdi": "Srisakdi",
922
- "Staatliches": "Staatliches",
923
- "Stalemate": "Stalemate",
924
- "Stalinist+One": "Stalinist One",
925
- "Stardos+Stencil": "Stardos Stencil",
926
- "Stint+Ultra+Condensed": "Stint Ultra Condensed",
927
- "Stint+Ultra+Expanded": "Stint Ultra Expanded",
928
- "Stoke": "Stoke",
929
- "Strait": "Strait",
930
- "Stylish": "Stylish",
931
- "Sue+Ellen+Francisco": "Sue Ellen Francisco",
932
- "Suez+One": "Suez One",
933
- "Sulphur+Point": "Sulphur Point",
934
- "Sumana": "Sumana",
935
- "Sunflower": "Sunflower",
936
- "Sunshiney": "Sunshiney",
937
- "Supermercado+One": "Supermercado One",
938
- "Sura": "Sura",
939
- "Suranna": "Suranna",
940
- "Suravaram": "Suravaram",
941
- "Suwannaphum": "Suwannaphum",
942
- "Swanky+and+Moo+Moo": "Swanky and Moo Moo",
943
- "Syncopate": "Syncopate",
944
- "Tajawal": "Tajawal",
945
- "Tangerine": "Tangerine",
946
- "Taprom": "Taprom",
947
- "Tauri": "Tauri",
948
- "Taviraj": "Taviraj",
949
- "Teko": "Teko",
950
- "Telex": "Telex",
951
- "Tenali+Ramakrishna": "Tenali Ramakrishna",
952
- "Tenor+Sans": "Tenor Sans",
953
- "Text+Me+One": "Text Me One",
954
- "Thasadith": "Thasadith",
955
- "The+Girl+Next+Door": "The Girl Next Door",
956
- "Tienne": "Tienne",
957
- "Tillana": "Tillana",
958
- "Timmana": "Timmana",
959
- "Tinos": "Tinos",
960
- "Titan+One": "Titan One",
961
- "Titillium+Web": "Titillium Web",
962
- "Tomorrow": "Tomorrow",
963
- "Trade+Winds": "Trade Winds",
964
- "Trirong": "Trirong",
965
- "Trocchi": "Trocchi",
966
- "Trochut": "Trochut",
967
- "Trykker": "Trykker",
968
- "Tulpen+One": "Tulpen One",
969
- "Turret+Road": "Turret Road",
970
- "Ubuntu": "Ubuntu",
971
- "Ubuntu+Condensed": "Ubuntu Condensed",
972
- "Ubuntu+Mono": "Ubuntu Mono",
973
- "Ultra": "Ultra",
974
- "Uncial+Antiqua": "Uncial Antiqua",
975
- "Underdog": "Underdog",
976
- "Unica+One": "Unica One",
977
- "UnifrakturCook": "UnifrakturCook",
978
- "UnifrakturMaguntia": "UnifrakturMaguntia",
979
- "Unkempt": "Unkempt",
980
- "Unlock": "Unlock",
981
- "Unna": "Unna",
982
- "VT323": "VT323",
983
- "Vampiro+One": "Vampiro One",
984
- "Varela": "Varela",
985
- "Varela+Round": "Varela Round",
986
- "Vast+Shadow": "Vast Shadow",
987
- "Vesper+Libre": "Vesper Libre",
988
- "Viaoda+Libre": "Viaoda Libre",
989
- "Vibes": "Vibes",
990
- "Vibur": "Vibur",
991
- "Vidaloka": "Vidaloka",
992
- "Viga": "Viga",
993
- "Voces": "Voces",
994
- "Volkhov": "Volkhov",
995
- "Vollkorn": "Vollkorn",
996
- "Vollkorn+SC": "Vollkorn SC",
997
- "Voltaire": "Voltaire",
998
- "Waiting+for+the+Sunrise": "Waiting for the Sunrise",
999
- "Wallpoet": "Wallpoet",
1000
- "Walter+Turncoat": "Walter Turncoat",
1001
- "Warnes": "Warnes",
1002
- "Wellfleet": "Wellfleet",
1003
- "Wendy+One": "Wendy One",
1004
- "Wire+One": "Wire One",
1005
- "Work+Sans": "Work Sans",
1006
- "Yanone+Kaffeesatz": "Yanone Kaffeesatz",
1007
- "Yantramanav": "Yantramanav",
1008
- "Yatra+One": "Yatra One",
1009
- "Yellowtail": "Yellowtail",
1010
- "Yeon+Sung": "Yeon Sung",
1011
- "Yeseva+One": "Yeseva One",
1012
- "Yesteryear": "Yesteryear",
1013
- "Yrsa": "Yrsa",
1014
- "ZCOOL+KuaiLe": "ZCOOL KuaiLe",
1015
- "ZCOOL+QingKe+HuangYou": "ZCOOL QingKe HuangYou",
1016
- "ZCOOL+XiaoWei": "ZCOOL XiaoWei",
1017
- "Zeyada": "Zeyada",
1018
- "Zhi+Mang+Xing": "Zhi Mang Xing",
1019
- "Zilla+Slab": "Zilla Slab",
1020
- "Zilla+Slab+Highlight": "Zilla Slab Highlight"
1021
- },
1022
- "default_value": [
1023
- "Inherit"
1024
- ],
1025
- "allow_null": 0,
1026
- "multiple": 0,
1027
- "ui": 1,
1028
- "ajax": 1,
1029
- "return_format": "value",
1030
- "placeholder": ""
1031
- },
1032
- {
1033
- "key": "field_5e884835e794b",
1034
- "label": "Size",
1035
- "name": "acfb_font_size",
1036
- "type": "range",
1037
- "instructions": "",
1038
- "required": 0,
1039
- "conditional_logic": 0,
1040
- "wrapper": {
1041
- "width": "",
1042
- "class": "",
1043
- "id": ""
1044
- },
1045
- "default_value": 14,
1046
- "min": "",
1047
- "max": 200,
1048
- "step": "",
1049
- "prepend": "",
1050
- "append": "px"
1051
- },
1052
- {
1053
- "key": "field_5e884850e794c",
1054
- "label": "Weight",
1055
- "name": "acfb_font_weight",
1056
- "type": "select",
1057
- "instructions": "",
1058
- "required": 0,
1059
- "conditional_logic": 0,
1060
- "wrapper": {
1061
- "width": "",
1062
- "class": "",
1063
- "id": ""
1064
- },
1065
- "choices": {
1066
- "100": "100",
1067
- "200": "200",
1068
- "300": "300",
1069
- "400": "400",
1070
- "500": "500",
1071
- "600": "600",
1072
- "700": "700",
1073
- "800": "800",
1074
- "900": "900",
1075
- "default": "Default",
1076
- "normal": "Normal",
1077
- "bold": "Bold"
1078
- },
1079
- "default_value": [
1080
- 300
1081
- ],
1082
- "allow_null": 0,
1083
- "multiple": 0,
1084
- "ui": 0,
1085
- "return_format": "value",
1086
- "ajax": 0,
1087
- "placeholder": ""
1088
- },
1089
- {
1090
- "key": "field_5e884883e794d",
1091
- "label": "Transform",
1092
- "name": "acfb_font_transform",
1093
- "type": "select",
1094
- "instructions": "",
1095
- "required": 0,
1096
- "conditional_logic": 0,
1097
- "wrapper": {
1098
- "width": "",
1099
- "class": "",
1100
- "id": ""
1101
- },
1102
- "choices": {
1103
- "default": "Default",
1104
- "uppercase": "Uppercase",
1105
- "lowercase": "Lowercase",
1106
- "capitalize": "Capitalize",
1107
- "normal": "Normal"
1108
- },
1109
- "default_value": [
1110
- "default"
1111
- ],
1112
- "allow_null": 0,
1113
- "multiple": 0,
1114
- "ui": 0,
1115
- "return_format": "value",
1116
- "ajax": 0,
1117
- "placeholder": ""
1118
- },
1119
- {
1120
- "key": "field_5e8848b3e794e",
1121
- "label": "Style",
1122
- "name": "acfb_font_style",
1123
- "type": "select",
1124
- "instructions": "",
1125
- "required": 0,
1126
- "conditional_logic": 0,
1127
- "wrapper": {
1128
- "width": "",
1129
- "class": "",
1130
- "id": ""
1131
- },
1132
- "choices": {
1133
- "normal": "Normal",
1134
- "italic": "Italic",
1135
- "oblique": "Oblique"
1136
- },
1137
- "default_value": [
1138
- "normal"
1139
- ],
1140
- "allow_null": 0,
1141
- "multiple": 0,
1142
- "ui": 0,
1143
- "return_format": "value",
1144
- "ajax": 0,
1145
- "placeholder": ""
1146
- },
1147
- {
1148
- "key": "field_5e8848d4e794f",
1149
- "label": "Decoration",
1150
- "name": "acfb_font_decoration",
1151
- "type": "select",
1152
- "instructions": "",
1153
- "required": 0,
1154
- "conditional_logic": 0,
1155
- "wrapper": {
1156
- "width": "",
1157
- "class": "",
1158
- "id": ""
1159
- },
1160
- "choices": {
1161
- "underline": "Underline",
1162
- "overline": "Overline",
1163
- "line through": "Line Through",
1164
- "none": "None"
1165
- },
1166
- "default_value": [
1167
- "none"
1168
- ],
1169
- "allow_null": 0,
1170
- "multiple": 0,
1171
- "ui": 0,
1172
- "return_format": "value",
1173
- "ajax": 0,
1174
- "placeholder": ""
1175
- },
1176
- {
1177
- "key": "field_5e8848ffe7950",
1178
- "label": "Line Height",
1179
- "name": "acfb_line_height",
1180
- "type": "range",
1181
- "instructions": "",
1182
- "required": 0,
1183
- "conditional_logic": 0,
1184
- "wrapper": {
1185
- "width": "",
1186
- "class": "",
1187
- "id": ""
1188
- },
1189
- "default_value": 1,
1190
- "min": "",
1191
- "max": 100,
1192
- "step": "",
1193
- "prepend": "",
1194
- "append": "px"
1195
- },
1196
- {
1197
- "key": "field_5e884917e7951",
1198
- "label": "Letter Spacing",
1199
- "name": "acfb_letter_spacing",
1200
- "type": "range",
1201
- "instructions": "",
1202
- "required": 0,
1203
- "conditional_logic": 0,
1204
- "wrapper": {
1205
- "width": "",
1206
- "class": "",
1207
- "id": ""
1208
- },
1209
- "default_value": 0,
1210
- "min": -5,
1211
- "max": 10,
1212
- "step": "0.1",
1213
- "prepend": "",
1214
- "append": "px"
1215
- }
1216
- ]
1217
- },
1218
- {
1219
- "key": "field_5e8aebd76659c",
1220
- "label": "Text Shadow",
1221
- "name": "acfb_text_shadow",
1222
- "type": "group",
1223
- "instructions": "",
1224
- "required": 0,
1225
- "conditional_logic": 0,
1226
- "wrapper": {
1227
- "width": "",
1228
- "class": "",
1229
- "id": ""
1230
- },
1231
- "layout": "block",
1232
- "sub_fields": [
1233
- {
1234
- "key": "field_5e8aecc76659d",
1235
- "label": "Color",
1236
- "name": "acfb_text_shadow_color",
1237
- "type": "color_picker",
1238
- "instructions": "",
1239
- "required": 0,
1240
- "conditional_logic": 0,
1241
- "wrapper": {
<