Kirki - Version 0.4

Version Description

  • Fix: bugfix for selector
  • New: Change the Kirki theme based on which admin theme is selected.
  • Fix: Tranlsation domain issue
  • New: Added a "group_title" control
  • Fix: Updated the required script
  • Fix: Updating CSS
  • Other minor improvements and bugfixes
Download this release

Release Info

Developer aristath
Plugin Icon 128x128 Kirki
Version 0.4
Comparing to
See all releases

Version 0.4

Files changed (45) hide show
  1. LICENSE +339 -0
  2. README.md +4 -0
  3. assets/css/customizer.css +103 -0
  4. assets/css/jquery-ui-1.10.0.custom.css +1487 -0
  5. assets/images/1c.png +0 -0
  6. assets/images/2cl.png +0 -0
  7. assets/images/2cr.png +0 -0
  8. assets/images/3cl.png +0 -0
  9. assets/images/3cm.png +0 -0
  10. assets/images/3cr.png +0 -0
  11. assets/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  12. assets/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  13. assets/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  14. assets/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  15. assets/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  16. assets/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
  17. assets/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  18. assets/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  19. assets/images/ui-icons_222222_256x240.png +0 -0
  20. assets/images/ui-icons_2e83ff_256x240.png +0 -0
  21. assets/images/ui-icons_454545_256x240.png +0 -0
  22. assets/images/ui-icons_888888_256x240.png +0 -0
  23. assets/images/ui-icons_cd0a0a_256x240.png +0 -0
  24. assets/images/ui-icons_f6cf3b_256x240.png +0 -0
  25. assets/js/customizer.js +25 -0
  26. assets/js/tooltipsy.min.js +20 -0
  27. includes/controls/class-Kirki_Customize_Checkbox_Control.php +22 -0
  28. includes/controls/class-Kirki_Customize_Color_Control.php +101 -0
  29. includes/controls/class-Kirki_Customize_Group_Title_Control.php +26 -0
  30. includes/controls/class-Kirki_Customize_Image_Control.php +193 -0
  31. includes/controls/class-Kirki_Customize_Multicheck_Control.php +81 -0
  32. includes/controls/class-Kirki_Customize_Number_Control.php +31 -0
  33. includes/controls/class-Kirki_Customize_Radio_Control.php +88 -0
  34. includes/controls/class-Kirki_Customize_Sliderui_Control.php +50 -0
  35. includes/controls/class-Kirki_Customize_Text_Control.php +29 -0
  36. includes/controls/class-Kirki_Customize_Textarea_Control.php +27 -0
  37. includes/controls/class-Kirki_Customize_Upload_Control.php +72 -0
  38. includes/controls/class-Kirki_Select_Control.php +39 -0
  39. includes/controls/controls-init.php +383 -0
  40. includes/functions/background-css.php +62 -0
  41. includes/functions/class-Kirki_Fonts.php +7189 -0
  42. includes/functions/color-functions.php +143 -0
  43. includes/functions/required.php +53 -0
  44. kirki.php +269 -0
  45. readme.txt +38 -0
LICENSE ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
+
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ Preamble
10
+
11
+ The licenses for most software are designed to take away your
12
+ freedom to share and change it. By contrast, the GNU General Public
13
+ License is intended to guarantee your freedom to share and change free
14
+ software--to make sure the software is free for all its users. This
15
+ General Public License applies to most of the Free Software
16
+ Foundation's software and to any other program whose authors commit to
17
+ using it. (Some other Free Software Foundation software is covered by
18
+ the GNU Lesser General Public License instead.) You can apply it to
19
+ your programs, too.
20
+
21
+ When we speak of free software, we are referring to freedom, not
22
+ price. Our General Public Licenses are designed to make sure that you
23
+ have the freedom to distribute copies of free software (and charge for
24
+ this service if you wish), that you receive source code or can get it
25
+ if you want it, that you can change the software or use pieces of it
26
+ in new free programs; and that you know you can do these things.
27
+
28
+ To protect your rights, we need to make restrictions that forbid
29
+ anyone to deny you these rights or to ask you to surrender the rights.
30
+ These restrictions translate to certain responsibilities for you if you
31
+ distribute copies of the software, or if you modify it.
32
+
33
+ For example, if you distribute copies of such a program, whether
34
+ gratis or for a fee, you must give the recipients all the rights that
35
+ you have. You must make sure that they, too, receive or can get the
36
+ source code. And you must show them these terms so they know their
37
+ rights.
38
+
39
+ We protect your rights with two steps: (1) copyright the software, and
40
+ (2) offer you this license which gives you legal permission to copy,
41
+ distribute and/or modify the software.
42
+
43
+ Also, for each author's protection and ours, we want to make certain
44
+ that everyone understands that there is no warranty for this free
45
+ software. If the software is modified by someone else and passed on, we
46
+ want its recipients to know that what they have is not the original, so
47
+ that any problems introduced by others will not reflect on the original
48
+ authors' reputations.
49
+
50
+ Finally, any free program is threatened constantly by software
51
+ patents. We wish to avoid the danger that redistributors of a free
52
+ program will individually obtain patent licenses, in effect making the
53
+ program proprietary. To prevent this, we have made it clear that any
54
+ patent must be licensed for everyone's free use or not licensed at all.
55
+
56
+ The precise terms and conditions for copying, distribution and
57
+ modification follow.
58
+
59
+ GNU GENERAL PUBLIC LICENSE
60
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
+
62
+ 0. This License applies to any program or other work which contains
63
+ a notice placed by the copyright holder saying it may be distributed
64
+ under the terms of this General Public License. The "Program", below,
65
+ refers to any such program or work, and a "work based on the Program"
66
+ means either the Program or any derivative work under copyright law:
67
+ that is to say, a work containing the Program or a portion of it,
68
+ either verbatim or with modifications and/or translated into another
69
+ language. (Hereinafter, translation is included without limitation in
70
+ the term "modification".) Each licensee is addressed as "you".
71
+
72
+ Activities other than copying, distribution and modification are not
73
+ covered by this License; they are outside its scope. The act of
74
+ running the Program is not restricted, and the output from the Program
75
+ is covered only if its contents constitute a work based on the
76
+ Program (independent of having been made by running the Program).
77
+ Whether that is true depends on what the Program does.
78
+
79
+ 1. You may copy and distribute verbatim copies of the Program's
80
+ source code as you receive it, in any medium, provided that you
81
+ conspicuously and appropriately publish on each copy an appropriate
82
+ copyright notice and disclaimer of warranty; keep intact all the
83
+ notices that refer to this License and to the absence of any warranty;
84
+ and give any other recipients of the Program a copy of this License
85
+ along with the Program.
86
+
87
+ You may charge a fee for the physical act of transferring a copy, and
88
+ you may at your option offer warranty protection in exchange for a fee.
89
+
90
+ 2. You may modify your copy or copies of the Program or any portion
91
+ of it, thus forming a work based on the Program, and copy and
92
+ distribute such modifications or work under the terms of Section 1
93
+ above, provided that you also meet all of these conditions:
94
+
95
+ a) You must cause the modified files to carry prominent notices
96
+ stating that you changed the files and the date of any change.
97
+
98
+ b) You must cause any work that you distribute or publish, that in
99
+ whole or in part contains or is derived from the Program or any
100
+ part thereof, to be licensed as a whole at no charge to all third
101
+ parties under the terms of this License.
102
+
103
+ c) If the modified program normally reads commands interactively
104
+ when run, you must cause it, when started running for such
105
+ interactive use in the most ordinary way, to print or display an
106
+ announcement including an appropriate copyright notice and a
107
+ notice that there is no warranty (or else, saying that you provide
108
+ a warranty) and that users may redistribute the program under
109
+ these conditions, and telling the user how to view a copy of this
110
+ License. (Exception: if the Program itself is interactive but
111
+ does not normally print such an announcement, your work based on
112
+ the Program is not required to print an announcement.)
113
+
114
+ These requirements apply to the modified work as a whole. If
115
+ identifiable sections of that work are not derived from the Program,
116
+ and can be reasonably considered independent and separate works in
117
+ themselves, then this License, and its terms, do not apply to those
118
+ sections when you distribute them as separate works. But when you
119
+ distribute the same sections as part of a whole which is a work based
120
+ on the Program, the distribution of the whole must be on the terms of
121
+ this License, whose permissions for other licensees extend to the
122
+ entire whole, and thus to each and every part regardless of who wrote it.
123
+
124
+ Thus, it is not the intent of this section to claim rights or contest
125
+ your rights to work written entirely by you; rather, the intent is to
126
+ exercise the right to control the distribution of derivative or
127
+ collective works based on the Program.
128
+
129
+ In addition, mere aggregation of another work not based on the Program
130
+ with the Program (or with a work based on the Program) on a volume of
131
+ a storage or distribution medium does not bring the other work under
132
+ the scope of this License.
133
+
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
+ under Section 2) in object code or executable form under the terms of
136
+ Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
+
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
+
155
+ The source code for a work means the preferred form of the work for
156
+ making modifications to it. For an executable work, complete source
157
+ code means all the source code for all modules it contains, plus any
158
+ associated interface definition files, plus the scripts used to
159
+ control compilation and installation of the executable. However, as a
160
+ special exception, the source code distributed need not include
161
+ anything that is normally distributed (in either source or binary
162
+ form) with the major components (compiler, kernel, and so on) of the
163
+ operating system on which the executable runs, unless that component
164
+ itself accompanies the executable.
165
+
166
+ If distribution of executable or object code is made by offering
167
+ access to copy from a designated place, then offering equivalent
168
+ access to copy the source code from the same place counts as
169
+ distribution of the source code, even though third parties are not
170
+ compelled to copy the source along with the object code.
171
+
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
+ otherwise to copy, modify, sublicense or distribute the Program is
175
+ void, and will automatically terminate your rights under this License.
176
+ However, parties who have received copies, or rights, from you under
177
+ this License will not have their licenses terminated so long as such
178
+ parties remain in full compliance.
179
+
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
+ modifying or distributing the Program (or any work based on the
185
+ Program), you indicate your acceptance of this License to do so, and
186
+ all its terms and conditions for copying, distributing or modifying
187
+ the Program or works based on it.
188
+
189
+ 6. Each time you redistribute the Program (or any work based on the
190
+ Program), the recipient automatically receives a license from the
191
+ original licensor to copy, distribute or modify the Program subject to
192
+ these terms and conditions. You may not impose any further
193
+ restrictions on the recipients' exercise of the rights granted herein.
194
+ You are not responsible for enforcing compliance by third parties to
195
+ this License.
196
+
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
+ infringement or for any other reason (not limited to patent issues),
199
+ conditions are imposed on you (whether by court order, agreement or
200
+ otherwise) that contradict the conditions of this License, they do not
201
+ excuse you from the conditions of this License. If you cannot
202
+ distribute so as to satisfy simultaneously your obligations under this
203
+ License and any other pertinent obligations, then as a consequence you
204
+ may not distribute the Program at all. For example, if a patent
205
+ license would not permit royalty-free redistribution of the Program by
206
+ all those who receive copies directly or indirectly through you, then
207
+ the only way you could satisfy both it and this License would be to
208
+ refrain entirely from distribution of the Program.
209
+
210
+ If any portion of this section is held invalid or unenforceable under
211
+ any particular circumstance, the balance of the section is intended to
212
+ apply and the section as a whole is intended to apply in other
213
+ circumstances.
214
+
215
+ It is not the purpose of this section to induce you to infringe any
216
+ patents or other property right claims or to contest validity of any
217
+ such claims; this section has the sole purpose of protecting the
218
+ integrity of the free software distribution system, which is
219
+ implemented by public license practices. Many people have made
220
+ generous contributions to the wide range of software distributed
221
+ through that system in reliance on consistent application of that
222
+ system; it is up to the author/donor to decide if he or she is willing
223
+ to distribute software through any other system and a licensee cannot
224
+ impose that choice.
225
+
226
+ This section is intended to make thoroughly clear what is believed to
227
+ be a consequence of the rest of this License.
228
+
229
+ 8. If the distribution and/or use of the Program is restricted in
230
+ certain countries either by patents or by copyrighted interfaces, the
231
+ original copyright holder who places the Program under this License
232
+ may add an explicit geographical distribution limitation excluding
233
+ those countries, so that distribution is permitted only in or among
234
+ countries not thus excluded. In such case, this License incorporates
235
+ the limitation as if written in the body of this License.
236
+
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
+ be similar in spirit to the present version, but may differ in detail to
240
+ address new problems or concerns.
241
+
242
+ Each version is given a distinguishing version number. If the Program
243
+ specifies a version number of this License which applies to it and "any
244
+ later version", you have the option of following the terms and conditions
245
+ either of that version or of any later version published by the Free
246
+ Software Foundation. If the Program does not specify a version number of
247
+ this License, you may choose any version ever published by the Free Software
248
+ Foundation.
249
+
250
+ 10. If you wish to incorporate parts of the Program into other free
251
+ programs whose distribution conditions are different, write to the author
252
+ to ask for permission. For software which is copyrighted by the Free
253
+ Software Foundation, write to the Free Software Foundation; we sometimes
254
+ make exceptions for this. Our decision will be guided by the two goals
255
+ of preserving the free status of all derivatives of our free software and
256
+ of promoting the sharing and reuse of software generally.
257
+
258
+ NO WARRANTY
259
+
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+ REPAIR OR CORRECTION.
269
+
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+ POSSIBILITY OF SUCH DAMAGES.
279
+
280
+ END OF TERMS AND CONDITIONS
281
+
282
+ How to Apply These Terms to Your New Programs
283
+
284
+ If you develop a new program, and you want it to be of the greatest
285
+ possible use to the public, the best way to achieve this is to make it
286
+ free software which everyone can redistribute and change under these terms.
287
+
288
+ To do so, attach the following notices to the program. It is safest
289
+ to attach them to the start of each source file to most effectively
290
+ convey the exclusion of warranty; and each file should have at least
291
+ the "copyright" line and a pointer to where the full notice is found.
292
+
293
+ {description}
294
+ Copyright (C) {year} {fullname}
295
+
296
+ This program is free software; you can redistribute it and/or modify
297
+ it under the terms of the GNU General Public License as published by
298
+ the Free Software Foundation; either version 2 of the License, or
299
+ (at your option) any later version.
300
+
301
+ This program is distributed in the hope that it will be useful,
302
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
303
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304
+ GNU General Public License for more details.
305
+
306
+ You should have received a copy of the GNU General Public License along
307
+ with this program; if not, write to the Free Software Foundation, Inc.,
308
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309
+
310
+ Also add information on how to contact you by electronic and paper mail.
311
+
312
+ If the program is interactive, make it output a short notice like this
313
+ when it starts in an interactive mode:
314
+
315
+ Gnomovision version 69, Copyright (C) year name of author
316
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317
+ This is free software, and you are welcome to redistribute it
318
+ under certain conditions; type `show c' for details.
319
+
320
+ The hypothetical commands `show w' and `show c' should show the appropriate
321
+ parts of the General Public License. Of course, the commands you use may
322
+ be called something other than `show w' and `show c'; they could even be
323
+ mouse-clicks or menu items--whatever suits your program.
324
+
325
+ You should also get your employer (if you work as a programmer) or your
326
+ school, if any, to sign a "copyright disclaimer" for the program, if
327
+ necessary. Here is a sample; alter the names:
328
+
329
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
+
332
+ {signature of Ty Coon}, 1 April 1989
333
+ Ty Coon, President of Vice
334
+
335
+ This General Public License does not permit incorporating your program into
336
+ proprietary programs. If your program is a subroutine library, you may
337
+ consider it more useful to permit linking proprietary applications with the
338
+ library. If this is what you want to do, use the GNU Lesser General
339
+ Public License instead of this License.
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ Kirki
2
+ =====
3
+
4
+ Please visit http://kirki.org for documentation and examples
assets/css/customizer.css ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ li.customize-control.customize-control-slider input[type=text] {
2
+ width: 20%;
3
+ float: left;
4
+ text-align: center;
5
+ }
6
+
7
+ li.customize-control.customize-control-slider .ss-slider {
8
+ width: 70%;
9
+ margin-left: 25%;
10
+ margin-top: 12px;
11
+ }
12
+ .wp-core-ui .button.tooltip {
13
+ margin-top: 5px;
14
+ color: #fff;
15
+ border: 0px;
16
+ border-radius: 50%;
17
+ width: 20px;
18
+ height: 20px;
19
+ text-align: center;
20
+ padding: 0;
21
+ line-height: 20px;
22
+ font-weight: bold;
23
+ -webkit-box-shadow: none;
24
+ box-shadow: none;
25
+ float: right;
26
+ }
27
+
28
+ .customize-control-radio label {
29
+ line-height: 28px;
30
+ padding: 5px 10px;
31
+ }
32
+
33
+ .image.ui-buttonset label.ui-button {
34
+ padding: 2px;
35
+ line-height: 0;
36
+ border-radius: 0;
37
+ margin-right: 0;
38
+ background: #999;
39
+ border: 0;
40
+ }
41
+
42
+ li .image.ui-buttonset label.ui-button {
43
+ margin-bottom: 10px;
44
+ margin-right: 15px;
45
+ }
46
+
47
+ .customizer-subtitle {
48
+ font-size: 0.9em;
49
+ margin-bottom: 5px;
50
+ }
51
+
52
+ div.kirki-customizer {
53
+ height: 80px;
54
+ }
55
+
56
+ .wp-full-overlay.expanded {
57
+ margin-left: 330px;
58
+ }
59
+ .wp-full-overlay-sidebar {
60
+ width: 330px;
61
+ }
62
+
63
+ .wp-core-ui .button-primary {
64
+ border: 0px;
65
+ }
66
+
67
+ .wp-core-ui .button-primary.focus,
68
+ .wp-core-ui .button-primary.hover,
69
+ .wp-core-ui .button-primary:focus,
70
+ .wp-core-ui .button-primary:hover {
71
+ border: 0px;
72
+ }
73
+
74
+ .wp-core-ui .button-primary-disabled,
75
+ .wp-core-ui .button-primary.disabled,
76
+ .wp-core-ui .button-primary:disabled,
77
+ .wp-core-ui .button-primary[disabled] {
78
+ border: 0px !important;
79
+ }
80
+
81
+ li.customize-control {
82
+ margin: 5px 0;
83
+ }
84
+
85
+ .wp-full-overlay-sidebar .wp-full-overlay-header,
86
+ #customize-info .accordion-section-title,
87
+ #customize-theme-controls .control-section:last-of-type .accordion-section-title,
88
+ #customize-theme-controls .control-section:last-of-type.open,
89
+ div.kirki-customizer {
90
+ border-bottom: 1px solid rgba( 255, 255, 255, 0.2 );
91
+ }
92
+
93
+ .hide {
94
+ display: none;
95
+ }
96
+
97
+ li.customize-control.customize-control-group_title {
98
+ background: #f7f7f7;
99
+ margin: 20px -20px;
100
+ padding: 5px 20px 0;
101
+ border-bottom: 1px solid #dedede;
102
+ border-top: 1px solid #dedede;
103
+ }
assets/css/jquery-ui-1.10.0.custom.css ADDED
@@ -0,0 +1,1487 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery UI Bootstrap (0.5)
3
+ * http://addyosmani.github.com/jquery-ui-bootstrap
4
+ *
5
+ * Copyright 2012 - 2013, Addy Osmani
6
+ * Dual licensed under the MIT or GPL Version 2 licenses.
7
+ *
8
+ * Portions copyright jQuery UI & Twitter Bootstrap
9
+ */
10
+
11
+
12
+ /* Layout helpers
13
+ ----------------------------------*/
14
+ .ui-helper-hidden { display: none; }
15
+ .ui-helper-hidden-accessible {
16
+ border: 0; clip: rect(0 0 0 0);
17
+ height: 1px;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ padding: 0;
21
+ position: absolute;
22
+ width: 1px;
23
+ }
24
+ .ui-helper-reset {
25
+ margin: 0;
26
+ padding: 0;
27
+ border: 0;
28
+ outline: 0;
29
+ line-height: 1.3;
30
+ text-decoration: none;
31
+ font-size: 100%;
32
+ list-style: none;
33
+ }
34
+ .ui-helper-clearfix:before,
35
+ .ui-helper-clearfix:after {
36
+ content: "";
37
+ display: table;
38
+ }
39
+ .ui-helper-clearfix:after {
40
+ content: ".";
41
+ display: block;
42
+ height: 0;
43
+ clear: both;
44
+ visibility: hidden;
45
+ }
46
+ .ui-helper-clearfix {
47
+ /*display: inline-block; */
48
+ display:block;
49
+ min-height: 0; /* support: IE7 */
50
+ }
51
+ /* required comment for clearfix to work in Opera \*/
52
+ * html .ui-helper-clearfix {
53
+ height:1%;
54
+ }
55
+
56
+ /* end clearfix */
57
+ .ui-helper-zfix {
58
+ width: 100%;
59
+ height: 100%;
60
+ top: 0;
61
+ left: 0;
62
+ position: absolute;
63
+ opacity: 0;
64
+ filter:Alpha(Opacity=0);
65
+ }
66
+ .ui-front {
67
+ z-index: 100;
68
+ }
69
+
70
+
71
+ /* Interaction Cues
72
+ ----------------------------------*/
73
+ .ui-state-disabled { cursor: default !important; }
74
+
75
+
76
+ /* Icons
77
+ ----------------------------------*/
78
+
79
+ /* states and images */
80
+ .ui-icon {
81
+ display: block;
82
+ text-indent: -99999px;
83
+ overflow: hidden;
84
+ background-repeat: no-repeat;
85
+ }
86
+
87
+
88
+ /* Misc visuals
89
+ ----------------------------------*/
90
+
91
+ /* Overlays */
92
+ .ui-widget-overlay {
93
+ position: absolute;
94
+ top: 0;
95
+ left: 0;
96
+ width: 100%;
97
+ height: 100%;
98
+ }
99
+
100
+ /*
101
+ * jQuery UI Resizable 1.10.0
102
+ *
103
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
104
+ * Dual licensed under the MIT or GPL Version 2 licenses.
105
+ * http://jquery.org/license
106
+ *
107
+ * http://api.jqueryui.com/resizable/
108
+ */
109
+
110
+ .ui-resizable {
111
+ position: relative;
112
+ }
113
+ .ui-resizable-handle {
114
+ position: absolute;
115
+ font-size: 0.1px;
116
+ z-index: 99999;
117
+ display: block;
118
+ }
119
+ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
120
+ display: none;
121
+ }
122
+ .ui-resizable-n {
123
+ cursor: n-resize;
124
+ height: 7px;
125
+ width: 100%;
126
+ top: -5px;
127
+ left: 0;
128
+ }
129
+ .ui-resizable-s {
130
+ cursor: s-resize;
131
+ height: 7px;
132
+ width: 100%;
133
+ bottom: -5px;
134
+ left: 0;
135
+ }
136
+ .ui-resizable-e {
137
+ cursor: e-resize;
138
+ width: 7px;
139
+ right: -5px;
140
+ top: 0;
141
+ height: 100%;
142
+ }
143
+ .ui-resizable-w {
144
+ cursor: w-resize;
145
+ width: 7px;
146
+ left: -5px;
147
+ top: 0;
148
+ height: 100%;
149
+ }
150
+ .ui-resizable-se {
151
+ cursor: se-resize;
152
+ width: 12px;
153
+ height: 12px;
154
+ right: 1px;
155
+ bottom: 1px;
156
+ }
157
+ .ui-resizable-sw {
158
+ cursor: sw-resize;
159
+ width: 9px;
160
+ height: 9px;
161
+ left: -5px;
162
+ bottom: -5px;
163
+ }
164
+ .ui-resizable-nw {
165
+ cursor: nw-resize;
166
+ width: 9px;
167
+ height: 9px;
168
+ left: -5px;
169
+ top: -5px;
170
+ }
171
+ .ui-resizable-ne {
172
+ cursor: ne-resize;
173
+ width: 9px;
174
+ height: 9px;
175
+ right: -5px;
176
+ top: -5px;
177
+ }
178
+
179
+ /*
180
+ * jQuery UI Selectable 1.10.0
181
+ *
182
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
183
+ * Dual licensed under the MIT or GPL Version 2 licenses.
184
+ * http://jquery.org/license
185
+ *
186
+ * http://jqueryui.com/selectable/
187
+ */
188
+ .ui-selectable-helper {
189
+ position: absolute;
190
+ z-index: 100;
191
+ border:1px dotted black;
192
+ }
193
+
194
+ /*
195
+ * jQuery UI CSS Framework 1.10.0
196
+ *
197
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
198
+ * Dual licensed under the MIT or GPL Version 2 licenses.
199
+ * http://jquery.org/license
200
+ *
201
+ *
202
+ *
203
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/
204
+ */
205
+
206
+ /* Component containers
207
+ ----------------------------------*/
208
+ .ui-widget { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
209
+ .ui-widget .ui-widget { font-size: 1em; }
210
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
211
+ .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
212
+ .ui-widget-content a { color: #404040; }
213
+ .ui-widget-header {
214
+ font-weight:bold;
215
+ border-color: #0064cd #0064cd #003f81;
216
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
217
+ border:1px solid #666;
218
+
219
+ }
220
+ .ui-widget-header a { color: #222222; }
221
+
222
+ /* Interaction states
223
+ ----------------------------------*/
224
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
225
+
226
+ background-color: #FF5740;
227
+
228
+ color: #333;
229
+ font-size: 13px;
230
+ line-height: normal;
231
+ border: 1px solid #CC1424;
232
+ -webkit-transition: 0.1s linear background-image;
233
+ -moz-transition: 0.1s linear background-image;
234
+ -ms-transition: 0.1s linear background-image;
235
+ -o-transition: 0.1s linear background-image;
236
+ transition: 0.1s linear background-image;
237
+ overflow: visible;
238
+
239
+ }
240
+
241
+
242
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
243
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
244
+ background-position: 0 -15px;
245
+ color: #333;
246
+ text-decoration: none;
247
+ }
248
+
249
+ .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
250
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; font-weight: normal; color: #212121; }
251
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
252
+ .ui-widget :active { outline: none; }
253
+
254
+ /* Interaction Cues
255
+ ----------------------------------*/
256
+
257
+
258
+ .ui-state-highlight p, .ui-state-error p, .ui-state-default p{
259
+ font-size: 13px;
260
+ font-weight: normal;
261
+ line-height: 18px;
262
+ margin:7px 15px;
263
+ }
264
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
265
+
266
+
267
+ position: relative;
268
+ margin-bottom: 18px;
269
+ color: #404040;
270
+ background-color: #eedc94;
271
+ background-repeat: repeat-x;
272
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
273
+ background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
274
+ background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
275
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
276
+ background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
277
+ background-image: -o-linear-gradient(top, #fceec1, #eedc94);
278
+ background-image: linear-gradient(top, #fceec1, #eedc94);
279
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
280
+ border-color: #eedc94 #eedc94 #e4c652;
281
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
282
+ border-width: 1px;
283
+ border-style: solid;
284
+ -webkit-border-radius: 4px;
285
+ -moz-border-radius: 4px;
286
+ border-radius: 4px;
287
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
288
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
289
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
290
+
291
+
292
+ }
293
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
294
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
295
+
296
+
297
+ position: relative;
298
+ margin-bottom: 18px;
299
+ color: #ffffff;
300
+ border-width: 1px;
301
+ border-style: solid;
302
+ -webkit-border-radius: 4px;
303
+ -moz-border-radius: 4px;
304
+ border-radius: 4px;
305
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
306
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
307
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
308
+ background-color: #c43c35;
309
+ background-repeat: repeat-x;
310
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
311
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
312
+ background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
313
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
314
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
315
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
316
+ background-image: linear-gradient(top, #ee5f5b, #c43c35);
317
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
318
+ border-color: #c43c35 #c43c35 #882a25;
319
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
320
+
321
+
322
+ }
323
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
324
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
325
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
326
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
327
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
328
+ .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
329
+
330
+
331
+ /* Icons
332
+ ----------------------------------*/
333
+
334
+ /* states and images */
335
+ .ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); }
336
+ .ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
337
+ .ui-widget-header .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
338
+ .ui-state-default .ui-icon { background-image: url(../images/ui-icons_888888_256x240.png); }
339
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png); }
340
+ .ui-state-active .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png); }
341
+ .ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_2e83ff_256x240.png); }
342
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_f6cf3b_256x240.png); }
343
+
344
+ /* positioning */
345
+ .ui-icon-carat-1-n { background-position: 0 0; }
346
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
347
+ .ui-icon-carat-1-e { background-position: -32px 0; }
348
+ .ui-icon-carat-1-se { background-position: -48px 0; }
349
+ .ui-icon-carat-1-s { background-position: -64px 0; }
350
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
351
+ .ui-icon-carat-1-w { background-position: -96px 0; }
352
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
353
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
354
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
355
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
356
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
357
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
358
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
359
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
360
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
361
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
362
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
363
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
364
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
365
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
366
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
367
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
368
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
369
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
370
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
371
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
372
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
373
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
374
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
375
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
376
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
377
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
378
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
379
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
380
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
381
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
382
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
383
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
384
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
385
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
386
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
387
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
388
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
389
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
390
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
391
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
392
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
393
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
394
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
395
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
396
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
397
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
398
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
399
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
400
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
401
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
402
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
403
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
404
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
405
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
406
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
407
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
408
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
409
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
410
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
411
+ .ui-icon-extlink { background-position: -32px -80px; }
412
+ .ui-icon-newwin { background-position: -48px -80px; }
413
+ .ui-icon-refresh { background-position: -64px -80px; }
414
+ .ui-icon-shuffle { background-position: -80px -80px; }
415
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
416
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
417
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
418
+ .ui-icon-folder-open { background-position: -16px -96px; }
419
+ .ui-icon-document { background-position: -32px -96px; }
420
+ .ui-icon-document-b { background-position: -48px -96px; }
421
+ .ui-icon-note { background-position: -64px -96px; }
422
+ .ui-icon-mail-closed { background-position: -80px -96px; }
423
+ .ui-icon-mail-open { background-position: -96px -96px; }
424
+ .ui-icon-suitcase { background-position: -112px -96px; }
425
+ .ui-icon-comment { background-position: -128px -96px; }
426
+ .ui-icon-person { background-position: -144px -96px; }
427
+ .ui-icon-print { background-position: -160px -96px; }
428
+ .ui-icon-trash { background-position: -176px -96px; }
429
+ .ui-icon-locked { background-position: -192px -96px; }
430
+ .ui-icon-unlocked { background-position: -208px -96px; }
431
+ .ui-icon-bookmark { background-position: -224px -96px; }
432
+ .ui-icon-tag { background-position: -240px -96px; }
433
+ .ui-icon-home { background-position: 0 -112px; }
434
+ .ui-icon-flag { background-position: -16px -112px; }
435
+ .ui-icon-calendar { background-position: -32px -112px; }
436
+ .ui-icon-cart { background-position: -48px -112px; }
437
+ .ui-icon-pencil { background-position: -64px -112px; }
438
+ .ui-icon-clock { background-position: -80px -112px; }
439
+ .ui-icon-disk { background-position: -96px -112px; }
440
+ .ui-icon-calculator { background-position: -112px -112px; }
441
+ .ui-icon-zoomin { background-position: -128px -112px; }
442
+ .ui-icon-zoomout { background-position: -144px -112px; }
443
+ .ui-icon-search { background-position: -160px -112px; }
444
+ .ui-icon-wrench { background-position: -176px -112px; }
445
+ .ui-icon-gear { background-position: -192px -112px; }
446
+ .ui-icon-heart { background-position: -208px -112px; }
447
+ .ui-icon-star { background-position: -224px -112px; }
448
+ .ui-icon-link { background-position: -240px -112px; }
449
+ .ui-icon-cancel { background-position: 0 -128px; }
450
+ .ui-icon-plus { background-position: -16px -128px; }
451
+ .ui-icon-plusthick { background-position: -32px -128px; }
452
+ .ui-icon-minus { background-position: -48px -128px; }
453
+ .ui-icon-minusthick { background-position: -64px -128px; }
454
+ .ui-icon-close { background-position: -80px -128px; }
455
+ .ui-icon-closethick { background-position: -96px -128px; }
456
+ .ui-icon-key { background-position: -112px -128px; }
457
+ .ui-icon-lightbulb { background-position: -128px -128px; }
458
+ .ui-icon-scissors { background-position: -144px -128px; }
459
+ .ui-icon-clipboard { background-position: -160px -128px; }
460
+ .ui-icon-copy { background-position: -176px -128px; }
461
+ .ui-icon-contact { background-position: -192px -128px; }
462
+ .ui-icon-image { background-position: -208px -128px; }
463
+ .ui-icon-video { background-position: -224px -128px; }
464
+ .ui-icon-script { background-position: -240px -128px; }
465
+ .ui-icon-alert { background-position: 0 -144px; }
466
+ .ui-icon-info { background-position: -16px -144px; }
467
+ .ui-icon-notice { background-position: -32px -144px; }
468
+ .ui-icon-help { background-position: -48px -144px; }
469
+ .ui-icon-check { background-position: -64px -144px; }
470
+ .ui-icon-bullet { background-position: -80px -144px; }
471
+ .ui-icon-radio-off { background-position: -96px -144px; }
472
+ .ui-icon-radio-on { background-position: -112px -144px; }
473
+ .ui-icon-pin-w { background-position: -128px -144px; }
474
+ .ui-icon-pin-s { background-position: -144px -144px; }
475
+ .ui-icon-play { background-position: 0 -160px; }
476
+ .ui-icon-pause { background-position: -16px -160px; }
477
+ .ui-icon-seek-next { background-position: -32px -160px; }
478
+ .ui-icon-seek-prev { background-position: -48px -160px; }
479
+ .ui-icon-seek-end { background-position: -64px -160px; }
480
+ .ui-icon-seek-start { background-position: -80px -160px; }
481
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
482
+ .ui-icon-seek-first { background-position: -80px -160px; }
483
+ .ui-icon-stop { background-position: -96px -160px; }
484
+ .ui-icon-eject { background-position: -112px -160px; }
485
+ .ui-icon-volume-off { background-position: -128px -160px; }
486
+ .ui-icon-volume-on { background-position: -144px -160px; }
487
+ .ui-icon-power { background-position: 0 -176px; }
488
+ .ui-icon-signal-diag { background-position: -16px -176px; }
489
+ .ui-icon-signal { background-position: -32px -176px; }
490
+ .ui-icon-battery-0 { background-position: -48px -176px; }
491
+ .ui-icon-battery-1 { background-position: -64px -176px; }
492
+ .ui-icon-battery-2 { background-position: -80px -176px; }
493
+ .ui-icon-battery-3 { background-position: -96px -176px; }
494
+ .ui-icon-circle-plus { background-position: 0 -192px; }
495
+ .ui-icon-circle-minus { background-position: -16px -192px; }
496
+ .ui-icon-circle-close { background-position: -32px -192px; }
497
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
498
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
499
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
500
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
501
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
502
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
503
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
504
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
505
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
506
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
507
+ .ui-icon-circle-check { background-position: -208px -192px; }
508
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
509
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
510
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
511
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
512
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
513
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
514
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
515
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
516
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
517
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
518
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
519
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
520
+
521
+
522
+ /* Misc visuals
523
+ ----------------------------------*/
524
+
525
+ /* Corner radius */
526
+ .ui-corner-all,
527
+ .ui-corner-top,
528
+ .ui-corner-left,
529
+ .ui-corner-tl {
530
+ -moz-border-radius-topleft: 4px;
531
+ -webkit-border-top-left-radius: 4px;
532
+ -khtml-border-top-left-radius: 4px;
533
+ border-top-left-radius: 4px;
534
+ }
535
+ .ui-corner-all,
536
+ .ui-corner-top,
537
+ .ui-corner-right,
538
+ .ui-corner-tr {
539
+ -moz-border-radius-topright: 4px;
540
+ -webkit-border-top-right-radius: 4px;
541
+ -khtml-border-top-right-radius: 4px;
542
+ border-top-right-radius: 4px;
543
+ }
544
+ .ui-corner-all,
545
+ .ui-corner-bottom,
546
+ .ui-corner-left,
547
+ .ui-corner-bl {
548
+ -moz-border-radius-bottomleft: 4px;
549
+ -webkit-border-bottom-left-radius: 4px;
550
+ -khtml-border-bottom-left-radius: 4px;
551
+ border-bottom-left-radius: 4px;
552
+ }
553
+ .ui-corner-all,
554
+ .ui-corner-bottom,
555
+ .ui-corner-right,
556
+ .ui-corner-br {
557
+ -moz-border-radius-bottomright: 4px;
558
+ -webkit-border-bottom-right-radius: 4px;
559
+ -khtml-border-bottom-right-radius: 4px;
560
+ border-bottom-right-radius: 4px;
561
+ }
562
+
563
+
564
+ /* Overlays */
565
+
566
+ .ui-widget-overlay {
567
+ background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
568
+ opacity: .30;
569
+ filter:Alpha(Opacity=30);
570
+ }
571
+
572
+ .ui-widget-shadow {
573
+ margin: -8px 0 0 -8px;
574
+ padding: 8px;
575
+ background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
576
+ opacity: .30;filter:Alpha(Opacity=30);
577
+ -moz-border-radius: 8px;
578
+ -khtml-border-radius: 8px;
579
+ -webkit-border-radius: 8px;
580
+ border-radius: 8px;
581
+ }
582
+
583
+ /*
584
+ * jQuery UI Accordion 1.10.0
585
+ *
586
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
587
+ * Dual licensed under the MIT or GPL Version 2 licenses.
588
+ * http://jquery.org/license
589
+ *
590
+ * http://jqueryui.com/accordion/
591
+ */
592
+
593
+ /* IE/Win - Fix animation bug - #4615 */
594
+
595
+ .ui-accordion {
596
+ width: 100%;
597
+ }
598
+ .ui-accordion .ui-accordion-header {
599
+ cursor: pointer;
600
+ position: relative;
601
+ margin-top: 1px;
602
+ zoom: 1;
603
+ font-weight:bold;
604
+ }
605
+ .ui-accordion .ui-accordion-li-fix {
606
+ display: inline;
607
+ }
608
+ .ui-accordion .ui-accordion-header-active {
609
+ border-bottom: 0 !important;
610
+ }
611
+ .ui-accordion .ui-accordion-header a {
612
+ display: block;
613
+ font-size: 1em;
614
+ padding: .5em .5em .5em 1.7em;
615
+ }
616
+ .ui-accordion-icons .ui-accordion-header a {
617
+ padding-left: 2.2em;
618
+ }
619
+ .ui-accordion .ui-accordion-header .ui-icon {
620
+ position: absolute;
621
+ left: .5em;
622
+ top: 50%;
623
+ margin-top: -8px;
624
+ }
625
+ .ui-accordion .ui-accordion-content {
626
+ padding: 1em 2.2em;
627
+ border-top: 0;
628
+ margin-top: -2px;
629
+ position: relative;
630
+ top: 1px;
631
+ margin-bottom: 2px;
632
+ overflow: auto;
633
+ display: none;
634
+ zoom: 1;
635
+ }
636
+ .ui-accordion .ui-accordion-content-active {
637
+ display: block;
638
+ }
639
+
640
+ /*
641
+ * jQuery UI Autocomplete 1.10.0
642
+ *
643
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
644
+ * Dual licensed under the MIT or GPL Version 2 licenses.
645
+ * http://jquery.org/license
646
+ *
647
+ * http://jqueryui.com/autocomplete/
648
+ */
649
+
650
+ .ui-autocomplete {
651
+ position: absolute;
652
+ top: 0;
653
+ left: 0;
654
+ cursor: default;
655
+ }
656
+
657
+ /*
658
+ * jQuery UI Button 1.10.0
659
+ *
660
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
661
+ * Dual licensed under the MIT or GPL Version 2 licenses.
662
+ * http://jquery.org/license
663
+ *
664
+ * http://docs.jquery.com/UI/Button#theming
665
+ */
666
+
667
+ .ui-button {
668
+
669
+ cursor: pointer;
670
+ display: inline-block;
671
+ background-color: #f2f2f2;
672
+ background-repeat: no-repeat;
673
+ padding: 5px 14px 6px;
674
+ margin: 0;
675
+ color: #333;
676
+ font-size: 13px;
677
+ line-height: normal;
678
+ border: 1px solid #ccc;
679
+ border-bottom-color: #bbb;
680
+
681
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
682
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
683
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
684
+ -webkit-transition: 0.1s linear background-image;
685
+ -moz-transition: 0.1s linear background-image;
686
+ -ms-transition: 0.1s linear background-image;
687
+ -o-transition: 0.1s linear background-image;
688
+ transition: 0.1s linear background-image;
689
+ overflow: visible;
690
+ } /* the overflow property removes extra width in IE */
691
+
692
+ .ui-button-primary {
693
+ color: #ffffff;
694
+ background-color: #0064cd;
695
+ border-color: #0064cd #0064cd #003f81;
696
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
697
+ }
698
+
699
+
700
+ .ui-button-success{
701
+ color:#ffffff;
702
+ background-color: #57a957;
703
+ background-repeat: repeat-x;
704
+ border-color: #57a957 #57a957 #3d773d;
705
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
706
+ }
707
+
708
+ .ui-button-error{
709
+ color:#ffffff;
710
+ background-color: #c43c35;
711
+ border-color: #c43c35 #c43c35 #882a25;
712
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
713
+ }
714
+
715
+ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
716
+ button.ui-button-icon-only { } /* button elements seem to need a little more width */
717
+ .ui-button-icons-only { width: 3.4em; }
718
+ button.ui-button-icons-only { width: 3.7em; }
719
+
720
+ /*button text element */
721
+
722
+ .ui-button .ui-button-text { display: block; }
723
+ .ui-button-text-only .ui-button-text { }
724
+ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
725
+ .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
726
+ .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
727
+ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
728
+ /* no icon support for input elements, provide padding by default */
729
+ /* input.ui-button { padding: .4em 1em; } */
730
+
731
+ /*button icon element(s) */
732
+ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
733
+ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
734
+ .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
735
+ .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
736
+ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
737
+
738
+ /*button sets*/
739
+
740
+
741
+ .ui-buttonset { margin-right: 7px; }
742
+ .ui-buttonset .ui-state-active {
743
+ color: #ffffff;
744
+ background-color: #34495e;
745
+ background-repeat: repeat-x;
746
+ border: 1px solid #3D7A99;
747
+ }
748
+ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }
749
+
750
+ /* workarounds */
751
+ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
752
+
753
+
754
+ /*
755
+ * jQuery UI Menu 1.10.0
756
+ *
757
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
758
+ * Dual licensed under the MIT or GPL Version 2 licenses.
759
+ * http://jquery.org/license
760
+ *
761
+ * http://docs.jquery.com/UI/Menu#theming
762
+ */
763
+
764
+ .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
765
+ .ui-menu .ui-menu { margin-top: -3px; position: absolute; }
766
+ .ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
767
+ .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
768
+ .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
769
+ .ui-menu .ui-menu-item a.ui-state-focus,
770
+ .ui-menu .ui-menu-item a.ui-state-active {
771
+ font-weight: normal;
772
+ margin: 0;
773
+ color: #ffffff;
774
+ background: #0064cd;
775
+ background-color: #0064cd;
776
+ background-repeat: repeat-x;
777
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
778
+ background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
779
+ background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
780
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
781
+ background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
782
+ background-image: -o-linear-gradient(top, #049cdb, #0064cd);
783
+ background-image: linear-gradient(top, #049cdb, #0064cd);
784
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
785
+ border-color: #0064cd #0064cd #003f81;
786
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
787
+ }
788
+ /* Fix problem with border in ui-state-active */
789
+ .ui-menu .ui-menu-item a.ui-state-active {
790
+ padding: 1px .4em;
791
+ }
792
+
793
+ .ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
794
+ .ui-menu .ui-state-disabled a { cursor: default; }
795
+
796
+ /* icon support */
797
+ .ui-menu-icons { position: relative; }
798
+ .ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
799
+
800
+ /* left-aligned */
801
+ .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
802
+
803
+ /* right-aligned */
804
+ .ui-menu .ui-menu-icon { position: static; float: right; }
805
+
806
+ .ui-menu { width: 200px; margin-bottom: 2em; }
807
+
808
+
809
+ /*
810
+ * jQuery UI spinner 1.10.0
811
+ *
812
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
813
+ * Dual licensed under the MIT or GPL Version 2 licenses.
814
+ * http://jquery.org/license
815
+ *
816
+ * http://docs.jquery.com/UI/Menu#theming
817
+ */
818
+
819
+ .ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
820
+ .ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
821
+ .ui-spinner{}
822
+ .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
823
+ .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
824
+ .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
825
+ .ui-spinner-up { top: 0; }
826
+ .ui-spinner-down { bottom: 0; }
827
+
828
+ /* TR overrides */
829
+ .ui-spinner .ui-icon-triangle-1-s {
830
+ /* need to fix icons sprite */
831
+ background-position:-65px -16px;
832
+ }
833
+
834
+ /*
835
+ * jQuery UI Dialog 1.10.0
836
+ *
837
+ * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
838
+ * Dual licensed under the MIT or GPL Version 2 licenses.
839
+ * http://jquery.org/license
840
+ *
841
+ * http://docs.jquery.com/UI/Dialog#theming
842
+ */
843
+ .ui-dialog {
844
+ position: absolute;
845
+ top: 0;
846
+ left: 0;
847
+ padding: .2em;
848
+ width: 300px;
849
+ overflow: hidden;
850
+ outline: 0;
851
+ background-clip: padding-box;
852
+ background-color: #FFFFFF;
853
+ border: 1px solid rgba(0, 0, 0, 0.3);
854
+ border-radius: 6px 6px 6px 6px;
855
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
856
+ /*left: 50%;
857
+ margin-left: -280px;*/
858
+ outline: medium none;
859
+ position: fixed;
860
+ /*top: 10%;
861
+ width: 560px;*/
862
+ z-index: 1050;
863
+ }
864
+ .ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/
865
+ position: relative;
866
+ padding:5px 15px;
867
+ border:0px 0px 0px 1px solid;
868
+ border-color: white;
869
+ padding: 5px 15px;
870
+ font-size: 18px;
871
+ text-decoration:none;
872
+ background:none;
873
+ -moz-border-radius-bottomright: 0px;
874
+ -webkit-border-bottom-right-radius: 0px;
875
+ -khtml-border-bottom-right-radius: 0px;
876
+
877
+ -moz-border-radius-bottomleft: 0px;
878
+ -webkit-border-bottom-left-radius: 0px;
879
+ -khtml-border-bottom-left-radius: 0px;
880
+ border-bottom-left-radius: 0px;
881
+ border-bottom:1px solid #ccc;
882
+ }
883
+ .ui-dialog .ui-dialog-title {
884
+ float: left;
885
+ color:#404040;
886
+ font-weight:bold;
887
+ margin-top:5px;
888
+ margin-bottom:5px;
889
+ padding:5px;
890
+ text-overflow: ellipsis;
891
+ overflow: hidden;
892
+ }
893
+ .ui-dialog .ui-dialog-titlebar-close {
894
+ position: absolute;
895
+ right: .3em;
896
+ top: 50%;
897
+ width: 19px;
898
+ margin: -20px 0 0 0;
899
+ padding: 1px;
900
+ height: 18px;
901
+ font-size: 20px;
902
+ font-weight: bold;
903
+ line-height: 13.5px;
904
+ filter: alpha(opacity=25);
905
+ -khtml-opacity: 0.25;
906
+ -moz-opacity: 0.25;
907
+ opacity: 0.25;
908
+ background:none;
909
+ border-width: 0;
910
+ border:none;
911
+ box-shadow: none;
912
+ }
913
+
914
+ .ui-dialog .ui-dialog-titlebar-close span {
915
+ display: block;
916
+ margin: 1px;
917
+ text-indent: 9999px;
918
+ }
919
+
920
+ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px; filter: alpha(opacity=90);
921
+ -khtml-opacity: 0.90;
922
+ -moz-opacity: 0.90;
923
+ opacity: 0.90;
924
+ }
925
+
926
+ .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
927
+
928
+ .ui-dialog .ui-dialog-buttonpane {
929
+ text-align: left;
930
+ border-width: 1px 0 0 0;
931
+ background-image: none;
932
+ margin: .5em 0 0 0;
933
+ background-color: #f5f5f5;
934
+ padding: 5px 15px 5px;
935
+ border-top: 1px solid #ddd;
936
+ -webkit-border-radius: 0 0 6px 6px;
937
+ -moz-border-radius: 0 0 6px 6px;
938
+ border-radius: 0 0 6px 6px;
939
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
940
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
941
+ box-shadow: inset 0 1px 0 #ffffff;
942
+ zoom: 1;
943
+ margin-bottom: 0;
944
+
945
+ }
946
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
947
+ .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
948
+ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
949
+ .ui-draggable .ui-dialog-titlebar { cursor: move; }
950
+
951
+ .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
952
+ color: #ffffff;
953
+ background-color: #0064cd;
954
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
955
+ }
956
+ /*
957
+ * jQuery UI Slider 1.8.16
958
+ *
959
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
960
+ * Dual licensed under the MIT or GPL Version 2 licenses.
961
+ * http://jquery.org/license
962
+ *
963
+ * http://docs.jquery.com/UI/Slider#theming
964
+ */
965
+ .ui-slider { position: relative; text-align: left; }
966
+ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
967
+ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;
968
+
969
+ color: #ffffff;
970
+ background-color: #0064cd;
971
+
972
+ }
973
+
974
+ .ui-slider-horizontal { height: .8em; }
975
+ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; border-radius: 50%; }
976
+ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
977
+ .ui-slider-horizontal .ui-slider-range-min { left: 0; }
978
+ .ui-slider-horizontal .ui-slider-range-max { right: 0; }
979
+
980
+ .ui-slider-vertical { width: .8em; height: 100px; }
981
+ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
982
+ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
983
+ .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
984
+ .ui-slider-vertical .ui-slider-range-max { top: 0; }
985
+
986
+ /*
987
+ * jQuery UI Tabs 1.9.2
988
+ *
989
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
990
+ * Dual licensed under the MIT or GPL Version 2 licenses.
991
+ * http://jquery.org/license
992
+ *
993
+ * http://jqueryui.com/tabs/
994
+ */
995
+ .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
996
+ .ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
997
+
998
+
999
+ .ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
1000
+ background:whiteSmoke;
1001
+ border-bottom:1px solid #ddd;
1002
+ padding-bottom:0px;
1003
+ color:#00438A;
1004
+ }
1005
+
1006
+ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
1007
+ .ui-tabs .ui-tabs-nav li { text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }
1008
+
1009
+ .ui-tabs-nav .ui-state-default{
1010
+ -webkit-box-shadow: 0px 0px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
1011
+ -moz-box-shadow: 0px 0px 0px #ffffff; /* FF3.5 - 3.6 */
1012
+ box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
1013
+ }
1014
+ .ui-tabs .ui-tabs-nav li a {
1015
+ float: left;
1016
+ text-decoration: none;
1017
+ cursor: text;
1018
+ padding: 0 15px;
1019
+ margin-right: 2px;
1020
+ line-height: 34px;
1021
+ border: 1px solid transparent;
1022
+ -webkit-border-radius: 4px 4px 0 0;
1023
+ -moz-border-radius: 4px 4px 0 0;
1024
+ border-radius: 4px 4px 0 0;
1025
+
1026
+
1027
+ }
1028
+
1029
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
1030
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active , .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
1031
+ background-color: #ffffff;
1032
+ border: 1px solid #ddd;
1033
+ border-bottom-color: #ffffff;
1034
+ cursor: default;
1035
+ color:gray;
1036
+ outline:none;
1037
+ }
1038
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
1039
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
1040
+ background:#ffffff;
1041
+ outline:none;
1042
+ margin-bottom:0px;
1043
+ }
1044
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
1045
+ .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;}
1046
+ /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
1047
+ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
1048
+ .ui-tabs-panel .ui-button{text-decoration:none;}
1049
+ .ui-tabs .ui-tabs-hide { display: none !important; }
1050
+
1051
+
1052
+ /* IE fix for background inheritance from ui-widget*/
1053
+ .ui-tabs .ui-tabs-nav li{
1054
+ filter:none;
1055
+ }
1056
+
1057
+ /*
1058
+ * jQuery UI Tooltip 1.9.0
1059
+ *
1060
+ * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
1061
+ * Dual licensed under the MIT or GPL Version 2 licenses.
1062
+ * http://jquery.org/license
1063
+ *
1064
+ * http://jqueryui.com/tooltip/
1065
+ */
1066
+ .ui-tooltip {
1067
+ padding:8px;
1068
+ position:absolute;
1069
+ z-index:9999;
1070
+ max-width: 300px;
1071
+ -o-box-shadow: 0 0 5px #ddd;
1072
+ -moz-box-shadow: 0 0 5px #ddd;
1073
+ -webkit-box-shadow: 0 0 5px #ddd;
1074
+ /*box-shadow: 0 2px 5px #ddd;*/
1075
+ box-shadow: inset 0 1px 0 #ffffff;
1076
+ }
1077
+
1078
+ body .ui-tooltip { border-width:2px; }
1079
+
1080
+ /*
1081
+ * jQuery UI Datepicker 1.9.0
1082
+ *
1083
+ * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
1084
+ * Dual licensed under the MIT or GPL Version 2 licenses.
1085
+ * http://jquery.org/license
1086
+ *
1087
+ * http://jqueryui.com/datepicker/
1088
+ */
1089
+ .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
1090
+ .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
1091
+ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
1092
+
1093
+ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
1094
+ .ui-datepicker .ui-datepicker-prev { left:2px; }
1095
+ .ui-datepicker .ui-datepicker-next { right:2px; }
1096
+
1097
+ .ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
1098
+ .ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }
1099
+
1100
+ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
1101
+ .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
1102
+ .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
1103
+ .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
1104
+ .ui-datepicker select.ui-datepicker-month,
1105
+ .ui-datepicker select.ui-datepicker-year { width: 49%;}
1106
+ .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
1107
+ .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
1108
+ .ui-datepicker td { border: 0; padding: 1px; }
1109
+ .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
1110
+ .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
1111
+ .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
1112
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
1113
+
1114
+ /* with multiple calendars */
1115
+ .ui-datepicker.ui-datepicker-multi { width:auto; }
1116
+ .ui-datepicker-multi .ui-datepicker-group { float:left; }
1117
+ .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
1118
+ .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
1119
+ .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
1120
+ .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
1121
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
1122
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
1123
+ .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
1124
+ .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
1125
+
1126
+ /* RTL support */
1127
+ .ui-datepicker-rtl { direction: rtl; }
1128
+ .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
1129
+ .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
1130
+ .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
1131
+ .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
1132
+ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
1133
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
1134
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
1135
+ .ui-datepicker-rtl .ui-datepicker-group { float:right; }
1136
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1137
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1138
+
1139
+ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1140
+ .ui-datepicker-cover {
1141
+ display: none; /*sorry for IE5*/
1142
+ display/**/: block; /*sorry for IE5*/
1143
+ position: absolute; /*must have*/
1144
+ z-index: -1; /*must have*/
1145
+ filter: mask(); /*must have*/
1146
+ top: -4px; /*must have*/
1147
+ left: -4px; /*must have*/
1148
+ width: 200px; /*must have*/
1149
+ height: 200px; /*must have*/
1150
+ }
1151
+
1152
+ .ui-datepicker th{
1153
+ font-weight: bold;
1154
+ color: gray;
1155
+ }
1156
+
1157
+ .ui-datepicker-today a:hover{
1158
+ background-color: #808080;
1159
+ color: #ffffff;
1160
+
1161
+ }
1162
+ .ui-datepicker-today a{
1163
+ background-color: #BFBFBF;
1164
+ cursor: pointer;
1165
+ padding: 0 4px;
1166
+ margin-bottom:0px;
1167
+
1168
+ }
1169
+
1170
+
1171
+ .ui-datepicker td a{
1172
+ margin-bottom:0px;
1173
+ border:0px;
1174
+ }
1175
+
1176
+ .ui-datepicker td:hover{
1177
+ color: #ffffff;
1178
+ }
1179
+
1180
+ .ui-datepicker td .ui-state-default {
1181
+ border:0px;
1182
+ background:none;
1183
+ margin-bottom:0px;
1184
+ padding:5px;
1185
+ color:gray;
1186
+ text-align: center;
1187
+ filter:none;
1188
+ }
1189
+
1190
+
1191
+ .ui-datepicker td .ui-state-active{
1192
+ background:#BFBFBF;
1193
+ margin-bottom:0px;
1194
+ font-size:normal;
1195
+ color: #ffffff;
1196
+ -webkit-border-radius: 4px;
1197
+ -moz-border-radius: 4px;
1198
+ border-radius: 4px;
1199
+ }
1200
+
1201
+ .ui-datepicker td .ui-state-hover {
1202
+ color: #ffffff;
1203
+ background: #0064cd;
1204
+ background-color: #0064cd;
1205
+ -webkit-border-radius: 4px;
1206
+ -moz-border-radius: 4px;
1207
+ -khtml-border-radius: 4px;
1208
+ border-radius: 4px;
1209
+ }
1210
+
1211
+ /*
1212
+ * jQuery UI Progressbar 1.8.16
1213
+ *
1214
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1215
+ * Dual licensed under the MIT or GPL Version 2 licenses.
1216
+ * http://jquery.org/license
1217
+ *
1218
+ * http://docs.jquery.com/UI/Progressbar#theming
1219
+ */
1220
+ .ui-progressbar { height:2em; text-align: left; }
1221
+ .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;
1222
+
1223
+ /*this can be removed if ui-widget-header is blue*/
1224
+ color: #ffffff;
1225
+ background-color: #0064cd;
1226
+ }
1227
+
1228
+
1229
+
1230
+ /*** Input field styling from Bootstrap **/
1231
+ input, textarea {
1232
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
1233
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
1234
+ -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
1235
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
1236
+ transition: border linear 0.2s, box-shadow linear 0.2s;
1237
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
1238
+ -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
1239
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
1240
+ }
1241
+ input:focus, textarea:focus {
1242
+ outline: 0;
1243
+ border-color: rgba(82, 168, 236, 0.8);
1244
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
1245
+ -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
1246
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
1247
+ }
1248
+ input[type=file]:focus, input[type=checkbox]:focus, select:focus {
1249
+ -webkit-box-shadow: none;
1250
+ -moz-box-shadow: none;
1251
+ box-shadow: none;
1252
+ outline: 1px dotted #666;
1253
+ }
1254
+
1255
+ input[type="text"],
1256
+ input[type="password"],
1257
+ .ui-autocomplete-input,
1258
+ textarea,
1259
+ .uneditable-input {
1260
+ display: inline-block;
1261
+ padding: 4px;
1262
+ font-size: 13px;
1263
+ line-height: 18px;
1264
+ color: #808080;
1265
+ border: 1px solid #ccc;
1266
+ -webkit-border-radius: 3px;
1267
+ -moz-border-radius: 3px;
1268
+ border-radius: 3px;
1269
+ }
1270
+
1271
+
1272
+
1273
+ /**Toolbar**/
1274
+
1275
+ .ui-toolbar{
1276
+ padding: 7px 14px;
1277
+ margin: 0 0 18px;
1278
+ background-color: #f5f5f5;
1279
+ background-repeat: repeat-x;
1280
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
1281
+ background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
1282
+ background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
1283
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
1284
+ background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
1285
+ background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
1286
+ background-image: linear-gradient(top, #ffffff, #f5f5f5);
1287
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
1288
+ border: 1px solid #ddd;
1289
+ -webkit-border-radius: 3px;
1290
+ -moz-border-radius: 3px;
1291
+ border-radius: 3px;
1292
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
1293
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
1294
+ box-shadow: inset 0 1px 0 #ffffff;
1295
+ }
1296
+
1297
+
1298
+ /***Dialog fixes**/
1299
+
1300
+ .ui-dialog-buttonset .ui-button:nth-child(2){
1301
+ cursor: pointer;
1302
+ display: inline-block;
1303
+ background-color: #f2f2f2;
1304
+ padding: 5px 14px 6px;
1305
+ color: #333;
1306
+ font-size: 13px;
1307
+ line-height: normal;
1308
+ border: 1px solid #ccc;
1309
+ border-bottom-color: #bbb;
1310
+ -webkit-border-radius: 4px;
1311
+ -moz-border-radius: 4px;
1312
+ border-radius: 4px;
1313
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1314
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1315
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1316
+ -webkit-transition: 0.1s linear all;
1317
+ -moz-transition: 0.1s linear all;
1318
+ -ms-transition: 0.1s linear all;
1319
+ -o-transition: 0.1s linear all;
1320
+ transition: 0.1s linear all;
1321
+ overflow: visible;
1322
+ }
1323
+
1324
+
1325
+
1326
+ /***Wijmo Theming**/
1327
+
1328
+ div.wijmo-wijmenu{
1329
+ padding:0 20px;
1330
+ background-color: #222;
1331
+ background-color: #222222;
1332
+ background-repeat: repeat-x;
1333
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
1334
+ background-image: -moz-linear-gradient(top, #333333, #222222);
1335
+ background-image: -ms-linear-gradient(top, #333333, #222222);
1336
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
1337
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
1338
+ background-image: -o-linear-gradient(top, #333333, #222222);
1339
+ background-image: linear-gradient(top, #333333, #222222);
1340
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1341
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1342
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1343
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1344
+ }
1345
+
1346
+ .wijmo-wijmenu .ui-state-default{
1347
+ box-shadow: none;
1348
+ color:#BFBFBF;
1349
+ }
1350
+
1351
+ .wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{
1352
+ color:#BFBFBF;
1353
+ }
1354
+
1355
+ .wijmo-wijmenu .ui-state-hover{
1356
+ background: #444;
1357
+ background: rgba(255, 255, 255, 0.05);
1358
+ }
1359
+
1360
+ .wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
1361
+ color:#ffffff;
1362
+ }
1363
+
1364
+ div.wijmo-wijmenu .ui-widget-header h3{
1365
+ position: relative;
1366
+ margin-top:1px;
1367
+ padding:0;
1368
+ }
1369
+
1370
+ .wijmo-wijmenu h3 a{
1371
+ color: #FFFFFF;
1372
+ display: block;
1373
+ float: left;
1374
+ font-size: 20px;
1375
+ font-weight: 200;
1376
+ line-height: 1;
1377
+ margin-left: -20px;
1378
+ margin-top:1px;
1379
+ padding: 8px 20px 12px;
1380
+ }
1381
+
1382
+ .wijmo-wijmenu h3 a:hover{
1383
+ background-color: rgba(255, 255, 255, 0.05);
1384
+ color: #FFFFFF;
1385
+ text-decoration: none;
1386
+ }
1387
+
1388
+ .wijmo-wijmenu .ui-widget-header{
1389
+ border:0px;
1390
+ }
1391
+
1392
+ .wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
1393
+ padding: 0.3em 0;
1394
+ }
1395
+
1396
+ div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
1397
+ background: #333;
1398
+ border:0;
1399
+ margin:0;
1400
+ padding: 6px 0;
1401
+ width:160px;
1402
+ -webkit-border-radius: 0 0 6px 6px;
1403
+ -moz-border-radius: 0 0 6px 6px;
1404
+ border-radius: 0 0 6px 6px;
1405
+ -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
1406
+ -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
1407
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
1408
+ }
1409
+
1410
+ div.wijmo-wijmenu .wijmo-wijmenu-item{
1411
+ margin:0;
1412
+ border:0;
1413
+ }
1414
+
1415
+ .wijmo-wijmenu a.wijmo-wijmenu-link{
1416
+ margin:0;
1417
+ line-height: 19px;
1418
+ padding: 10px 10px 11px;
1419
+ border:0;
1420
+ -webkit-border-radius: 0;
1421
+ -moz-border-radius: 0;
1422
+ border-radius:0;
1423
+ }
1424
+
1425
+ div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
1426
+ display:block;
1427
+ float:none;
1428
+ padding: 4px 15px;
1429
+ width:auto;
1430
+ }
1431
+
1432
+ div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
1433
+ {
1434
+ float:none;
1435
+ }
1436
+
1437
+ .wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
1438
+ background: #191919;
1439
+ }
1440
+
1441
+ .wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
1442
+ padding: 5px 0;
1443
+ background-image: none;
1444
+ background-color: #222;
1445
+ border-top: 1px solid #444;
1446
+ border-bottom:0;
1447
+ border-left:0;
1448
+ border-right:0;
1449
+ }
1450
+
1451
+ .wijmo-wijmenu .wijmo-wijmenu-item input {
1452
+ -moz-transition: none 0s ease 0s;
1453
+ background-color: rgba(255, 255, 255, 0.3);
1454
+ border: 1px solid #111111;
1455
+ border-radius: 4px 4px 4px 4px;
1456
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
1457
+ color: rgba(255, 255, 255, 0.75);
1458
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
1459
+ line-height: 1;
1460
+ margin: 5px 10px 0 10px;
1461
+ padding: 4px 9px;
1462
+ width:100px;
1463
+ }
1464
+
1465
+ .wijmo-wijmenu .wijmo-wijmenu-item input:hover {
1466
+ background-color: rgba(255, 255, 255, 0.5);
1467
+ color: #FFFFFF;
1468
+ }
1469
+
1470
+ .wijmo-wijmenu .wijmo-wijmenu-item input:focus {
1471
+ background-color: #FFFFFF;
1472
+ border: 0 none;
1473
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1474
+ color: #404040;
1475
+ outline: 0 none;
1476
+ padding: 5px 10px;
1477
+ }
1478
+
1479
+ .wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
1480
+ text-shadow:none;
1481
+ }
1482
+
1483
+ .wijmo-wijmenu .ui-state-default{
1484
+ box-shadow: none;
1485
+ color:#BFBFBF;
1486
+ filter: none;
1487
+ }
assets/images/1c.png ADDED
Binary file
assets/images/2cl.png ADDED
Binary file
assets/images/2cr.png ADDED
Binary file
assets/images/3cl.png ADDED
Binary file
assets/images/3cm.png ADDED
Binary file
assets/images/3cr.png ADDED
Binary file
assets/images/ui-bg_flat_0_aaaaaa_40x100.png ADDED
Binary file
assets/images/ui-bg_glass_55_fbf9ee_1x400.png ADDED
Binary file
assets/images/ui-bg_glass_65_ffffff_1x400.png ADDED
Binary file
assets/images/ui-bg_glass_75_dadada_1x400.png ADDED
Binary file
assets/images/ui-bg_glass_75_e6e6e6_1x400.png ADDED
Binary file
assets/images/ui-bg_glass_75_ffffff_1x400.png ADDED
Binary file
assets/images/ui-bg_highlight-soft_75_cccccc_1x100.png ADDED
Binary file
assets/images/ui-bg_inset-soft_95_fef1ec_1x100.png ADDED
Binary file
assets/images/ui-icons_222222_256x240.png ADDED
Binary file
assets/images/ui-icons_2e83ff_256x240.png ADDED
Binary file
assets/images/ui-icons_454545_256x240.png ADDED
Binary file
assets/images/ui-icons_888888_256x240.png ADDED
Binary file
assets/images/ui-icons_cd0a0a_256x240.png ADDED
Binary file
assets/images/ui-icons_f6cf3b_256x240.png ADDED
Binary file
assets/js/customizer.js ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery.noConflict();
2
+
3
+ /** Fire up jQuery - let's dance!
4
+ */
5
+ jQuery(document).ready(function($){
6
+
7
+ $('a.tooltip').tooltipsy({
8
+ offset: [10, 0],
9
+ css: {
10
+ 'padding': '6px 15px',
11
+ 'max-width': '200px',
12
+ 'color': '#f7f7f7',
13
+ 'background-color': '#222222',
14
+ 'border': '1px solid #333333',
15
+ '-moz-box-shadow': '0 0 10px rgba(0, 0, 0, .5)',
16
+ '-webkit-box-shadow': '0 0 10px rgba(0, 0, 0, .5)',
17
+ 'box-shadow': '0 0 10px rgba(0, 0, 0, .5)',
18
+ 'text-shadow': 'none',
19
+ 'border-radius' : '3px'
20
+ }
21
+ });
22
+
23
+ });
24
+
25
+
assets/js/tooltipsy.min.js ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* tooltipsy by Brian Cray
2
+ * Lincensed under GPL2 - http://www.gnu.org/licenses/gpl-2.0.html
3
+ * Option quick reference:
4
+ * - alignTo: "element" or "cursor" (Defaults to "element")
5
+ * - offset: Tooltipsy distance from element or mouse cursor, dependent on alignTo setting. Set as array [x, y] (Defaults to [0, -1])
6
+ * - content: HTML or text content of tooltip. Defaults to "" (empty string), which pulls content from target element's title attribute
7
+ * - show: function(event, tooltip) to show the tooltip. Defaults to a show(100) effect
8
+ * - hide: function(event, tooltip) to hide the tooltip. Defaults to a fadeOut(100) effect
9
+ * - delay: A delay in milliseconds before showing a tooltip. Set to 0 for no delay. Defaults to 200
10
+ * - css: object containing CSS properties and values. Defaults to {} to use stylesheet for styles
11
+ * - className: DOM class for styling tooltips with CSS. Defaults to "tooltipsy"
12
+ * - showEvent: Set a custom event to bind the show function. Defaults to mouseenter
13
+ * - hideEvent: Set a custom event to bind the show function. Defaults to mouseleave
14
+ * Method quick reference:
15
+ * - $('element').data('tooltipsy').show(): Force the tooltip to show
16
+ * - $('element').data('tooltipsy').hide(): Force the tooltip to hide
17
+ * - $('element').data('tooltipsy').destroy(): Remove tooltip from DOM
18
+ * More information visit http://tooltipsy.com/
19
+ */
20
+ ;(function(a){a.tooltipsy=function(c,b){this.options=b;this.$el=a(c);this.title=this.$el.attr("title")||"";this.$el.attr("title","");this.random=parseInt(Math.random()*10000);this.ready=false;this.shown=false;this.width=0;this.height=0;this.delaytimer=null;this.$el.data("tooltipsy",this);this.init()};a.tooltipsy.prototype={init:function(){var e=this,d,b=e.$el,c=b[0];e.settings=d=a.extend({},e.defaults,e.options);d.delay=+d.delay;if(typeof d.content==="function"){e.readify()}if(d.showEvent===d.hideEvent&&d.showEvent==="click"){b.toggle(function(f){if(d.showEvent==="click"&&c.tagName=="A"){f.preventDefault()}if(d.delay>0){e.delaytimer=window.setTimeout(function(){e.show(f)},d.delay)}else{e.show(f)}},function(f){if(d.showEvent==="click"&&c.tagName=="A"){f.preventDefault()}window.clearTimeout(e.delaytimer);e.delaytimer=null;e.hide(f)})}else{b.bind(d.showEvent,function(f){if(d.showEvent==="click"&&c.tagName=="A"){f.preventDefault()}e.delaytimer=window.setTimeout(function(){e.show(f)},d.delay||0)}).bind(d.hideEvent,function(f){if(d.showEvent==="click"&&c.tagName=="A"){f.preventDefault()}window.clearTimeout(e.delaytimer);e.delaytimer=null;e.hide(f)})}},show:function(i){if(this.ready===false){this.readify()}var b=this,f=b.settings,h=b.$tipsy,k=b.$el,d=k[0],g=b.offset(d);if(b.shown===false){if((function(m){var l=0,e;for(e in m){if(m.hasOwnProperty(e)){l++}}return l})(f.css)>0){b.$tip.css(f.css)}b.width=h.outerWidth();b.height=h.outerHeight()}if(f.alignTo==="cursor"&&i){var j=[i.clientX+f.offset[0],i.clientY+f.offset[1]];if(j[0]+b.width>a(window).width()){var c={top:j[1]+"px",right:j[0]+"px",left:"auto"}}else{var c={top:j[1]+"px",left:j[0]+"px",right:"auto"}}}else{var j=[(function(){if(f.offset[0]<0){return g.left-Math.abs(f.offset[0])-b.width}else{if(f.offset[0]===0){return g.left-((b.width-k.outerWidth())/2)}else{return g.left+k.outerWidth()+f.offset[0]}}})(),(function(){if(f.offset[1]<0){return g.top-Math.abs(f.offset[1])-b.height}else{if(f.offset[1]===0){return g.top-((b.height-b.$el.outerHeight())/2)}else{return g.top+b.$el.outerHeight()+f.offset[1]}}})()]}h.css({top:j[1]+"px",left:j[0]+"px"});b.settings.show(i,h.stop(true,true))},hide:function(c){var b=this;if(b.ready===false){return}if(c&&c.relatedTarget===b.$tip[0]){b.$tip.bind("mouseleave",function(d){if(d.relatedTarget===b.$el[0]){return}b.settings.hide(d,b.$tipsy.stop(true,true))});return}b.settings.hide(c,b.$tipsy.stop(true,true))},readify:function(){this.ready=true;this.$tipsy=a('<div id="tooltipsy'+this.random+'" style="position:fixed;z-index:2147483647;display:none">').appendTo("body");this.$tip=a('<div class="'+this.settings.className+'">').appendTo(this.$tipsy);this.$tip.data("rootel",this.$el);var c=this.$el;var b=this.$tip;this.$tip.html(this.settings.content!=""?(typeof this.settings.content=="string"?this.settings.content:this.settings.content(c,b)):this.title)},offset:function(b){return this.$el[0].getBoundingClientRect()},destroy:function(){if(this.$tipsy){this.$tipsy.remove();a.removeData(this.$el,"tooltipsy")}},defaults:{alignTo:"element",offset:[0,-1],content:"",show:function(c,b){b.fadeIn(100)},hide:function(c,b){b.fadeOut(100)},css:{},className:"tooltipsy",delay:200,showEvent:"mouseenter",hideEvent:"mouseleave"}};a.fn.tooltipsy=function(b){return this.each(function(){new a.tooltipsy(this,b)})}})(jQuery);
includes/controls/class-Kirki_Customize_Checkbox_Control.php ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Kirki_Customize_Checkbox_Control extends WP_Customize_Control {
4
+
5
+ public $type = 'checkbox';
6
+ public $description = '';
7
+ public $subtitle = '';
8
+
9
+ public function render_content() { ?>
10
+ <label class="customizer-checkbox">
11
+ <input type="checkbox" value="<?php echo esc_attr( $this->value() ); ?>" id="<?php echo $this->id . esc_attr( $this->value() ); ?>" <?php $this->link(); checked( $this->value() ); ?> />
12
+ <strong><?php echo esc_html( $this->label ); ?></strong>
13
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
14
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
15
+ <?php } ?>
16
+ <?php if ( '' != $this->subtitle ) : ?>
17
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
18
+ <?php endif; ?>
19
+ </label>
20
+ <?php
21
+ }
22
+ }
includes/controls/class-Kirki_Customize_Color_Control.php ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Customize Color Control Class
5
+ *
6
+ * @package WordPress
7
+ * @subpackage Customize
8
+ * @since 3.4.0
9
+ */
10
+ class Kirki_Customize_Color_Control extends WP_Customize_Control {
11
+ /**
12
+ * @access public
13
+ * @var string
14
+ */
15
+ public $type = 'color';
16
+
17
+ /**
18
+ * @access public
19
+ * @var array
20
+ */
21
+ public $statuses;
22
+ public $description = '';
23
+ public $subtitle = '';
24
+ public $framework_var = '';
25
+
26
+ /**
27
+ * Constructor.
28
+ *
29
+ * @since 3.4.0
30
+ * @uses WP_Customize_Control::__construct()
31
+ *
32
+ * @param WP_Customize_Manager $manager
33
+ * @param string $id
34
+ * @param array $args
35
+ */
36
+ public function __construct( $manager, $id, $args = array() ) {
37
+ $this->statuses = array( '' => __( 'Default', 'kirki' ) );
38
+ parent::__construct( $manager, $id, $args );
39
+ $this->framework_var = ( isset( $args['framework_var'] ) && ! is_null( $args['framework_var'] ) ) ? $args['framework_var'] : null;
40
+ }
41
+
42
+ /**
43
+ * Enqueue scripts/styles for the color picker.
44
+ *
45
+ * @since 3.4.0
46
+ */
47
+ public function enqueue() {
48
+ wp_enqueue_script( 'wp-color-picker' );
49
+ wp_enqueue_style( 'wp-color-picker' );
50
+ }
51
+
52
+ /**
53
+ * Refresh the parameters passed to the JavaScript via JSON.
54
+ *
55
+ * @since 3.4.0
56
+ * @uses WP_Customize_Control::to_json()
57
+ */
58
+ public function to_json() {
59
+ parent::to_json();
60
+ $this->json['statuses'] = $this->statuses;
61
+ }
62
+
63
+ /**
64
+ * Render the control's content.
65
+ *
66
+ * @since 3.4.0
67
+ */
68
+ public function render_content() {
69
+ $this_default = $this->setting->default;
70
+ $default_attr = '';
71
+ $this_id = $this->id;
72
+
73
+ if ( $this_default ) {
74
+ if ( false === strpos( $this_default, '#' ) )
75
+ $this_default = '#' . $this_default;
76
+ $default_attr = ' data-default-color="' . esc_attr( $this_default ) . '"';
77
+ }
78
+
79
+ $setting_attr = ' data-customize-setting-link="' . esc_attr( $this_id ) . '"';
80
+ $framework_var = ' data-framework-var="' . $this->framework_var . '"';
81
+
82
+ // The input's value gets set by JS. Don't fill it.
83
+ ?>
84
+ <label>
85
+ <span class="customize-control-title">
86
+ <?php echo esc_html( $this->label ); ?>
87
+ <?php if ( isset( $this->description ) && ! empty( $this->description ) ) { ?>
88
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
89
+ <?php } ?>
90
+ </span>
91
+ <?php if ( '' != $this->subtitle ) : ?>
92
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
93
+ <?php endif; ?>
94
+ <div class="customize-control-content">
95
+ <input class="color-picker-hex kirki-color-picker" type="text" maxlength="7" placeholder="<?php esc_attr_e( 'Hex Value' ); ?>"<?php echo $default_attr; ?> <?php echo $setting_attr; ?> <?php echo $framework_var; ?>/>
96
+ </div>
97
+ </label>
98
+ <?php
99
+
100
+ }
101
+ }
includes/controls/class-Kirki_Customize_Group_Title_Control.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Kirki_Customize_Group_Title_Control extends WP_Customize_Control {
4
+
5
+ public $type = 'group_title';
6
+ public $description = '';
7
+ public $subtitle = '';
8
+
9
+ public function render_content() { ?>
10
+
11
+ <label class="customizer-separator">
12
+ <span class="customize-control-title">
13
+ <?php echo esc_html( $this->label ); ?>
14
+
15
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
16
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
17
+ <?php } ?>
18
+ </span>
19
+
20
+ <?php if ( '' != $this->subtitle ) : ?>
21
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
22
+ <?php endif; ?>
23
+ </label>
24
+ <?php
25
+ }
26
+ }
includes/controls/class-Kirki_Customize_Image_Control.php ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Customize Image Control Class
5
+ *
6
+ * @package WordPress
7
+ * @subpackage Customize
8
+ * @since 3.4.0
9
+ */
10
+ class Kirki_Customize_Image_Control extends WP_Customize_Upload_Control {
11
+ public $type = 'image';
12
+ public $get_url;
13
+ public $statuses;
14
+ public $extensions = array( 'jpg', 'jpeg', 'gif', 'png' );
15
+ public $description = '';
16
+ public $subtitle = '';
17
+
18
+ protected $tabs = array();
19
+
20
+ /**
21
+ * Constructor.
22
+ *
23
+ * @since 3.4.0
24
+ * @uses WP_Customize_Upload_Control::__construct()
25
+ *
26
+ * @param WP_Customize_Manager $manager
27
+ * @param string $id
28
+ * @param array $args
29
+ */
30
+ public function __construct( $manager, $id, $args ) {
31
+ $this->statuses = array( '' => __( 'No Image', 'kirki' ) );
32
+
33
+ parent::__construct( $manager, $id, $args );
34
+
35
+ $this->add_tab( 'upload-new', __( 'Upload New', 'kirki' ), array( $this, 'tab_upload_new' ) );
36
+ $this->add_tab( 'uploaded', __( 'Uploaded', 'kirki' ), array( $this, 'tab_uploaded' ) );
37
+
38
+ // Early priority to occur before $this->manager->prepare_controls();
39
+ add_action( 'customize_controls_init', array( $this, 'prepare_control' ), 5 );
40
+ }
41
+
42
+ /**
43
+ * Prepares the control.
44
+ *
45
+ * If no tabs exist, removes the control from the manager.
46
+ *
47
+ * @since 3.4.2
48
+ */
49
+ public function prepare_control() {
50
+ if ( ! $this->tabs )
51
+ $this->manager->remove_control( $this->id );
52
+ }
53
+
54
+ /**
55
+ * Refresh the parameters passed to the JavaScript via JSON.
56
+ *
57
+ * @since 3.4.0
58
+ * @uses WP_Customize_Upload_Control::to_json()
59
+ */
60
+ public function to_json() {
61
+ parent::to_json();
62
+ $this->json['statuses'] = $this->statuses;
63
+ }
64
+
65
+ /**
66
+ * Render the control's content.
67
+ *
68
+ * @since 3.4.0
69
+ */
70
+ public function render_content() {
71
+ $src = $this->value();
72
+ if ( isset( $this->get_url ) )
73
+ $src = call_user_func( $this->get_url, $src );
74
+
75
+ ?>
76
+ <div class="customize-image-picker">
77
+ <span class="customize-control-title">
78
+ <?php echo esc_html( $this->label ); ?>
79
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
80
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
81
+ <?php } ?>
82
+ </span>
83
+
84
+ <?php if ( '' != $this->subtitle ) : ?>
85
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
86
+ <?php endif; ?>
87
+
88
+ <div class="customize-control-content">
89
+ <div class="dropdown preview-thumbnail" tabindex="0">
90
+ <div class="dropdown-content">
91
+ <?php if ( empty( $src ) ): ?>
92
+ <img style="display:none;" />
93
+ <?php else: ?>
94
+ <img src="<?php echo esc_url( set_url_scheme( $src ) ); ?>" />
95
+ <?php endif; ?>
96
+ <div class="dropdown-status"></div>
97
+ </div>
98
+ <div class="dropdown-arrow"></div>
99
+ </div>
100
+ </div>
101
+
102
+ <div class="library">
103
+ <ul>
104
+ <?php foreach ( $this->tabs as $id => $tab ): ?>
105
+ <li data-customize-tab='<?php echo esc_attr( $id ); ?>' tabindex='0'>
106
+ <?php echo esc_html( $tab['label'] ); ?>
107
+ </li>
108
+ <?php endforeach; ?>
109
+ </ul>
110
+ <?php foreach ( $this->tabs as $id => $tab ): ?>
111
+ <div class="library-content" data-customize-tab='<?php echo esc_attr( $id ); ?>'>
112
+ <?php call_user_func( $tab['callback'] ); ?>
113
+ </div>
114
+ <?php endforeach; ?>
115
+ </div>
116
+
117
+ <div class="actions">
118
+ <a href="#" class="remove"><?php _e( 'Remove Image', 'kirki' ); ?></a>
119
+ </div>
120
+ </div>
121
+ <?php
122
+ }
123
+
124
+ /**
125
+ * Add a tab to the control.
126
+ *
127
+ * @since 3.4.0
128
+ *
129
+ * @param string $id
130
+ * @param string $label
131
+ * @param mixed $callback
132
+ */
133
+ public function add_tab( $id, $label, $callback ) {
134
+ $this->tabs[ $id ] = array(
135
+ 'label' => $label,
136
+ 'callback' => $callback,
137
+ );
138
+ }
139
+
140
+ /**
141
+ * Remove a tab from the control.
142
+ *
143
+ * @since 3.4.0
144
+ *
145
+ * @param string $id
146
+ */
147
+ public function remove_tab( $id ) {
148
+ unset( $this->tabs[ $id ] );
149
+ }
150
+
151
+ /**
152
+ * @since 3.4.0
153
+ */
154
+ public function tab_upload_new() {
155
+ if ( ! _device_can_upload() ) {
156
+ echo '<p>' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'https://wordpress.org/mobile/' ) . '</p>';
157
+ } else {
158
+ ?>
159
+ <div class="upload-dropzone">
160
+ <?php _e('Drop a file here or <a href="#" class="upload">select a file</a>.'); ?>
161
+ </div>
162
+ <div class="upload-fallback">
163
+ <span class="button-secondary"><?php _e( 'Select File', 'kirki' ); ?></span>
164
+ </div>
165
+ <?php
166
+ }
167
+ }
168
+
169
+ /**
170
+ * @since 3.4.0
171
+ */
172
+ public function tab_uploaded() {
173
+ ?>
174
+ <div class="uploaded-target"></div>
175
+ <?php
176
+ }
177
+
178
+ /**
179
+ * @since 3.4.0
180
+ *
181
+ * @param string $url
182
+ * @param string $thumbnail_url
183
+ */
184
+ public function print_tab_image( $url, $thumbnail_url = null ) {
185
+ $url = set_url_scheme( $url );
186
+ $thumbnail_url = ( $thumbnail_url ) ? set_url_scheme( $thumbnail_url ) : $url;
187
+ ?>
188
+ <a href="#" class="thumbnail" data-customize-image-value="<?php echo esc_url( $url ); ?>">
189
+ <img src="<?php echo esc_url( $thumbnail_url ); ?>" />
190
+ </a>
191
+ <?php
192
+ }
193
+ }
includes/controls/class-Kirki_Customize_Multicheck_Control.php ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Control inspired by the Titan Framework Multicheck control.
5
+ * See https://github.com/gambitph/Titan-Framework/blob/v1.4.2/class-option-multicheck.php for more details.
6
+ */
7
+
8
+ class Kirki_Customize_Multicheck_Control extends WP_Customize_Control {
9
+
10
+ public $description = '';
11
+ public $subtitle = '';
12
+
13
+ private static $firstLoad = true;
14
+
15
+ // Since theme_mod cannot handle multichecks, we will do it with some JS
16
+ public function render_content() {
17
+ // the saved value is an array. convert it to csv
18
+ if ( is_array( $this->value() ) ) {
19
+ $savedValueCSV = implode( ',', $this->value() );
20
+ $values = $this->value();
21
+ } else {
22
+ $savedValueCSV = $this->value();
23
+ $values = explode( ',', $this->value() );
24
+ }
25
+
26
+ if ( self::$firstLoad ) {
27
+ self::$firstLoad = false;
28
+
29
+ ?>
30
+ <script>
31
+ jQuery(document).ready(function($) {
32
+ "use strict";
33
+
34
+ $('input.tf-multicheck').change(function(event) {
35
+ event.preventDefault();
36
+ var csv = '';
37
+
38
+ $(this).parents('li:eq(0)').find('input[type=checkbox]').each(function() {
39
+ if ($(this).is(':checked')) {
40
+ csv += $(this).attr('value') + ',';
41
+ }
42
+ });
43
+
44
+ csv = csv.replace(/,+$/, "");
45
+
46
+ $(this).parents('li:eq(0)').find('input[type=hidden]').val(csv)
47
+ // we need to trigger the field afterwards to enable the save button
48
+ .trigger('change');
49
+ return true;
50
+ });
51
+ });
52
+ </script>
53
+ <?php
54
+ } ?>
55
+ <label class='tf-multicheck-container'>
56
+ <span class="customize-control-title">
57
+ <?php echo esc_html( $this->label ); ?>
58
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
59
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
60
+ <?php } ?>
61
+ </span>
62
+ <?php if ( '' != $this->subtitle ) : ?>
63
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
64
+ <?php endif; ?>
65
+ <?php
66
+ foreach ( $this->choices as $value => $label ) {
67
+ printf('<label for="%s"><input class="tf-multicheck" id="%s" type="checkbox" value="%s" %s/> %s</label><br>',
68
+ $this->id . $value,
69
+ $this->id . $value,
70
+ esc_attr( $value ),
71
+ checked( in_array( $value, $values ), true, false ),
72
+ $label
73
+ );
74
+ }
75
+ ?>
76
+ <input type="hidden" value="<?php echo esc_attr( $savedValueCSV ); ?>" <?php $this->link(); ?> />
77
+ </label>
78
+ <?php
79
+
80
+ }
81
+ }
includes/controls/class-Kirki_Customize_Number_Control.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Kirki_Customize_Number_Control extends WP_Customize_Control {
4
+
5
+ public $type = 'number';
6
+ public $description = '';
7
+ public $subtitle = '';
8
+
9
+ public function render_content() { ?>
10
+
11
+ <label class="customizer-text">
12
+ <span class="customize-control-title">
13
+ <?php echo esc_html( $this->label ); ?>
14
+
15
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
16
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
17
+ <?php } ?>
18
+ </span>
19
+
20
+ <?php if ( '' != $this->subtitle ) : ?>
21
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
22
+ <?php endif; ?>
23
+
24
+ <input type="number" <?php $this->link(); ?> value="<?php echo intval( $this->value() ); ?>"/>
25
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
26
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
27
+ <?php } ?>
28
+ </label>
29
+ <?php
30
+ }
31
+ }
includes/controls/class-Kirki_Customize_Radio_Control.php ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Kirki_Customize_Radio_Control extends WP_Customize_Control {
4
+
5
+ public $type = 'radio';
6
+ public $description = '';
7
+ public $mode = 'radio';
8
+ public $subtitle = '';
9
+
10
+ public function enqueue() {
11
+
12
+ if ( 'buttonset' == $this->mode || 'image' == $this->mode ) {
13
+ wp_enqueue_script( 'jquery-ui-button' );
14
+ }
15
+
16
+ }
17
+
18
+ public function render_content() {
19
+
20
+ if ( empty( $this->choices ) ) {
21
+ return;
22
+ }
23
+
24
+ $name = '_customize-radio-' . $this->id;
25
+
26
+ ?>
27
+ <span class="customize-control-title">
28
+ <?php echo esc_html( $this->label ); ?>
29
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
30
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
31
+ <?php } ?>
32
+ </span>
33
+
34
+ <div id="input_<?php echo $this->id; ?>" class="<?php echo $this->mode; ?>">
35
+ <?php if ( '' != $this->subtitle ) : ?>
36
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
37
+ <?php endif; ?>
38
+ <?php
39
+
40
+ // JqueryUI Button Sets
41
+ if ( 'buttonset' == $this->mode ) {
42
+
43
+ foreach ( $this->choices as $value => $label ) : ?>
44
+ <input type="radio" value="<?php echo esc_attr( $value ); ?>" name="<?php echo esc_attr( $name ); ?>" id="<?php echo $this->id . $value; ?>" <?php $this->link(); checked( $this->value(), $value ); ?>>
45
+ <label for="<?php echo $this->id . $value; ?>">
46
+ <?php echo esc_html( $label ); ?>
47
+ </label>
48
+ </input>
49
+ <?php
50
+ endforeach;
51
+
52
+ // Image radios.
53
+ } elseif ( 'image' == $this->mode ) {
54
+
55
+ foreach ( $this->choices as $value => $label ) : ?>
56
+ <input class="image-select" type="radio" value="<?php echo esc_attr( $value ); ?>" name="<?php echo esc_attr( $name ); ?>" id="<?php echo $this->id . $value; ?>" <?php $this->link(); checked( $this->value(), $value ); ?>>
57
+ <label for="<?php echo $this->id . $value; ?>">
58
+ <img src="<?php echo esc_html( $label ); ?>">
59
+ </label>
60
+ </input>
61
+ <?php
62
+ endforeach;
63
+
64
+ // Normal radios
65
+ } else {
66
+
67
+ foreach ( $this->choices as $value => $label ) :
68
+ ?>
69
+ <label class="customizer-radio">
70
+ <input class="kirki-radio" type="radio" value="<?php echo esc_attr( $value ); ?>" name="<?php echo esc_attr( $name ); ?>" <?php $this->link(); checked( $this->value(), $value ); ?> />
71
+ <?php echo esc_html( $label ); ?><br/>
72
+ </label>
73
+ <?php
74
+ endforeach;
75
+
76
+ }
77
+ ?>
78
+ </div>
79
+ <?php if ( 'buttonset' == $this->mode || 'image' == $this->mode ) { ?>
80
+ <script>
81
+ jQuery(document).ready(function($) {
82
+ $( '[id="input_<?php echo $this->id; ?>"]' ).buttonset();
83
+ });
84
+ </script>
85
+ <?php }
86
+
87
+ }
88
+ }
includes/controls/class-Kirki_Customize_Sliderui_Control.php ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Kirki_Customize_Sliderui_Control extends WP_Customize_Control {
4
+
5
+ public $type = 'slider';
6
+ public $description = '';
7
+ public $subtitle = '';
8
+
9
+ public function enqueue() {
10
+
11
+ wp_enqueue_script( 'jquery-ui-core' );
12
+ wp_enqueue_script( 'jquery-ui-slider' );
13
+
14
+ }
15
+
16
+ public function render_content() { ?>
17
+ <label>
18
+
19
+ <span class="customize-control-title">
20
+ <?php echo esc_html( $this->label ); ?>
21
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
22
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
23
+ <?php } ?>
24
+ </span>
25
+
26
+ <?php if ( '' != $this->subtitle ) : ?>
27
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
28
+ <?php endif; ?>
29
+
30
+ <input type="text" class="kirki-slider" id="input_<?php echo $this->id; ?>" disabled value="<?php echo $this->value(); ?>" <?php $this->link(); ?>/>
31
+
32
+ </label>
33
+
34
+ <div id="slider_<?php echo $this->id; ?>" class="ss-slider"></div>
35
+ <script>
36
+ jQuery(document).ready(function($) {
37
+ $( '[id="slider_<?php echo $this->id; ?>"]' ).slider({
38
+ value : <?php echo $this->value(); ?>,
39
+ min : <?php echo $this->choices['min']; ?>,
40
+ max : <?php echo $this->choices['max']; ?>,
41
+ step : <?php echo $this->choices['step']; ?>,
42
+ slide : function( event, ui ) { $( '[id="input_<?php echo $this->id; ?>"]' ).val(ui.value).keyup(); }
43
+ });
44
+ $( '[id="input_<?php echo $this->id; ?>"]' ).val( $( '[id="slider_<?php echo $this->id; ?>"]' ).slider( "value" ) );
45
+ });
46
+ </script>
47
+ <?php
48
+
49
+ }
50
+ }
includes/controls/class-Kirki_Customize_Text_Control.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Kirki_Customize_Text_Control extends WP_Customize_Control {
4
+
5
+ public $type = 'text';
6
+ public $description = '';
7
+ public $subtitle = '';
8
+
9
+ public function render_content() { ?>
10
+
11
+ <label class="customizer-text">
12
+ <span class="customize-control-title">
13
+ <?php echo esc_html( $this->label ); ?>
14
+
15
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
16
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
17
+ <?php } ?>
18
+ </span>
19
+
20
+ <?php if ( '' != $this->subtitle ) : ?>
21
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
22
+ <?php endif; ?>
23
+
24
+ <input type="text" value="<?php echo esc_attr( $this->value() ); ?>" <?php $this->link(); ?> />
25
+ </label>
26
+ <?php
27
+
28
+ }
29
+ }
includes/controls/class-Kirki_Customize_Textarea_Control.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Kirki_Customize_Textarea_Control extends WP_Customize_Control {
4
+
5
+ public $type = 'textarea';
6
+ public $description = '';
7
+ public $subtitle = '';
8
+
9
+ public function render_content() { ?>
10
+ <label class="customizer-textarea">
11
+ <span class="customize-control-title">
12
+ <?php echo esc_html( $this->label ); ?>
13
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
14
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
15
+ <?php } ?>
16
+ </span>
17
+
18
+ <?php if ( '' != $this->subtitle ) : ?>
19
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
20
+ <?php endif; ?>
21
+
22
+ <textarea class="of-input" rows="5" style="width:100%;" <?php $this->link(); ?>><?php echo esc_textarea( $this->value() ); ?></textarea>
23
+ </label>
24
+ <?php
25
+
26
+ }
27
+ }
includes/controls/class-Kirki_Customize_Upload_Control.php ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Customize Upload Control Class
5
+ *
6
+ * @package WordPress
7
+ * @subpackage Customize
8
+ * @since 3.4.0
9
+ */
10
+ class Kirki_Customize_Upload_Control extends WP_Customize_Control {
11
+ public $type = 'upload';
12
+ public $removed = '';
13
+ public $context;
14
+ public $extensions = array();
15
+ public $description = '';
16
+ public $subtitle = '';
17
+
18
+ /**
19
+ * Enqueue control related scripts/styles.
20
+ *
21
+ * @since 3.4.0
22
+ */
23
+ public function enqueue() {
24
+ wp_enqueue_script( 'wp-plupload' );
25
+ }
26
+
27
+ /**
28
+ * Refresh the parameters passed to the JavaScript via JSON.
29
+ *
30
+ * @since 3.4.0
31
+ * @uses WP_Customize_Control::to_json()
32
+ */
33
+ public function to_json() {
34
+ parent::to_json();
35
+
36
+ $this->json['removed'] = $this->removed;
37
+
38
+ if ( $this->context )
39
+ $this->json['context'] = $this->context;
40
+
41
+ if ( $this->extensions )
42
+ $this->json['extensions'] = implode( ',', $this->extensions );
43
+ }
44
+
45
+ /**
46
+ * Render the control's content.
47
+ *
48
+ * @since 3.4.0
49
+ */
50
+ public function render_content() {
51
+ ?>
52
+ <label>
53
+ <span class="customize-control-title">
54
+ <?php echo esc_html( $this->label ); ?>
55
+ <?php if ( isset( $this->description ) && '' != $this->description ) { ?>
56
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
57
+ <?php } ?>
58
+ </span>
59
+
60
+ <?php if ( '' != $this->subtitle ) : ?>
61
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
62
+ <?php endif; ?>
63
+
64
+ <div>
65
+ <a href="#" class="button-secondary upload"><?php _e( 'Upload', 'kirki' ); ?></a>
66
+ <a href="#" class="remove"><?php _e( 'Remove', 'kirki' ); ?></a>
67
+ </div>
68
+ </label>
69
+ <?php
70
+
71
+ }
72
+ }
includes/controls/class-Kirki_Select_Control.php ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Kirki_Select_Control extends WP_Customize_Control {
4
+ /**
5
+ * @access public
6
+ * @var string
7
+ */
8
+ public $type = 'select';
9
+ public $description = '';
10
+ public $subtitle = '';
11
+
12
+ public function render_content() {
13
+
14
+ if ( empty( $this->choices ) ) {
15
+ return;
16
+ } ?>
17
+
18
+ <label>
19
+ <span class="customize-control-title"><?php echo esc_html( $this->label ); ?>
20
+ <?php if ( isset( $this->description ) && ! empty( $this->description ) ) { ?>
21
+ <a href="#" class="button tooltip" title="<?php echo strip_tags( esc_html( $this->description ) ); ?>">?</a>
22
+ <?php } ?>
23
+ </span>
24
+
25
+ <?php if ( '' != $this->subtitle ) : ?>
26
+ <div class="customizer-subtitle"><?php echo $this->subtitle; ?></div>
27
+ <?php endif; ?>
28
+
29
+ <select <?php $this->link(); ?>>
30
+ <?php
31
+ foreach ( $this->choices as $value => $label ) {
32
+ echo '<option value="' . esc_attr( $value ) . '"' . selected( $this->value(), $value, false ) . '>' . $label . '</option>';
33
+ } ?>
34
+ </select>
35
+ </label>
36
+ <?php
37
+
38
+ }
39
+ }
includes/controls/controls-init.php ADDED
@@ -0,0 +1,383 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Build the controls
5
+ */
6
+ function kirki_customizer_controls( $wp_customize ) {
7
+
8
+ $controls = apply_filters( 'kirki/controls', array() );
9
+
10
+ if ( isset( $controls ) ) {
11
+ foreach ( $controls as $control ) {
12
+
13
+ if ( 'background' == $control['type'] ) {
14
+
15
+ $wp_customize->add_setting( $control['setting'] . '_color', array(
16
+ 'default' => $control['default']['color'],
17
+ 'type' => 'theme_mod',
18
+ 'capability' => 'edit_theme_options'
19
+ ) );
20
+
21
+ $wp_customize->add_setting( $control['setting'] . '_image', array(
22
+ 'default' => $control['default']['image'],
23
+ 'type' => 'theme_mod',
24
+ 'capability' => 'edit_theme_options'
25
+ ) );
26
+
27
+ $wp_customize->add_setting( $control['setting'] . '_repeat', array(
28
+ 'default' => $control['default']['repeat'],
29
+ 'type' => 'theme_mod',
30
+ 'capability' => 'edit_theme_options'
31
+ ) );
32
+
33
+ $wp_customize->add_setting( $control['setting'] . '_size', array(
34
+ 'default' => $control['default']['size'],
35
+ 'type' => 'theme_mod',
36
+ 'capability' => 'edit_theme_options'
37
+ ) );
38
+
39
+ $wp_customize->add_setting( $control['setting'] . '_attach', array(
40
+ 'default' => $control['default']['attach'],
41
+ 'type' => 'theme_mod',
42
+ 'capability' => 'edit_theme_options'
43
+ ) );
44
+
45
+ $wp_customize->add_setting( $control['setting'] . '_position', array(
46
+ 'default' => $control['default']['position'],
47
+ 'type' => 'theme_mod',
48
+ 'capability' => 'edit_theme_options'
49
+ ) );
50
+
51
+ if ( false != $control['default']['opacity'] ) {
52
+
53
+ $wp_customize->add_setting( $control['setting'] . '_opacity', array(
54
+ 'default' => $control['default']['opacity'],
55
+ 'type' => 'theme_mod',
56
+ 'capability' => 'edit_theme_options'
57
+ ) );
58
+
59
+ }
60
+ } else {
61
+
62
+ // Add settings
63
+ $wp_customize->add_setting( $control['setting'], array(
64
+ 'default' => isset( $control['default'] ) ? $control['default'] : '',
65
+ 'type' => 'theme_mod',
66
+ 'capability' => 'edit_theme_options'
67
+ ) );
68
+
69
+ }
70
+
71
+ // Checkbox controls
72
+ if ( 'checkbox' == $control['type'] ) {
73
+
74
+ $wp_customize->add_control( new Kirki_Customize_Checkbox_Control( $wp_customize, $control['setting'], array(
75
+ 'label' => isset( $control['label'] ) ? $control['label'] : '',
76
+ 'section' => $control['section'],
77
+ 'settings' => $control['setting'],
78
+ 'priority' => $control['priority'],
79
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
80
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
81
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
82
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
83
+ ) )
84
+ );
85
+
86
+ // Background Controls
87
+ } elseif ( 'background' == $control['type'] ) {
88
+
89
+ $wp_customize->add_control( new Kirki_Customize_Color_Control( $wp_customize, $control['setting'] . '_color', array(
90
+ 'label' => isset( $control['label'] ) ? $control['label'] : '',
91
+ 'section' => $control['section'],
92
+ 'settings' => $control['setting'] . '_color',
93
+ 'priority' => $control['priority'],
94
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
95
+ 'subtitle' => __( 'Background Color', 'kirki' ),
96
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
97
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
98
+ ) )
99
+ );
100
+
101
+ $wp_customize->add_control( new Kirki_Customize_Image_Control( $wp_customize, $control['setting'] . '_image', array(
102
+ 'label' => null,
103
+ 'section' => $control['section'],
104
+ 'settings' => $control['setting'] . '_image',
105
+ 'priority' => $control['priority'] + 1,
106
+ 'description' => null,
107
+ 'subtitle' => __( 'Background Image', 'kirki' ),
108
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
109
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
110
+ ) )
111
+ );
112
+
113
+ $wp_customize->add_control( new Kirki_Select_Control( $wp_customize, $control['setting'] . '_repeat', array(
114
+ 'label' => null,
115
+ 'section' => $control['section'],
116
+ 'settings' => $control['setting'] . '_repeat',
117
+ 'priority' => $control['priority'] + 2,
118
+ 'choices' => array(
119
+ 'no-repeat' => __( 'No Repeat', 'kirki' ),
120
+ 'repeat' => __( 'Repeat All', 'kirki' ),
121
+ 'repeat-x' => __( 'Repeat Horizontally', 'kirki' ),
122
+ 'repeat-y' => __( 'Repeat Vertically', 'kirki' ),
123
+ 'inherit' => __( 'Inherit', 'kirki' )
124
+ ),
125
+ 'description' => null,
126
+ 'subtitle' => __( 'Background Repeat', 'kirki' ),
127
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
128
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
129
+ ) )
130
+ );
131
+
132
+ $wp_customize->add_control( new Kirki_Customize_Radio_Control( $wp_customize, $control['setting'] . '_size', array(
133
+ 'label' => null,
134
+ 'section' => $control['section'],
135
+ 'settings' => $control['setting'] . '_size',
136
+ 'priority' => $control['priority'] + 3,
137
+ 'choices' => array(
138
+ 'inherit' => __( 'Inherit', 'kirki' ),
139
+ 'cover' => __( 'Cover', 'kirki' ),
140
+ 'contain' => __( 'Contain', 'kirki' ),
141
+ ),
142
+ 'description' => null,
143
+ 'mode' => 'buttonset',
144
+ 'subtitle' => __( 'Background Size', 'kirki' ),
145
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
146
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
147
+ ) )
148
+ );
149
+
150
+ $wp_customize->add_control( new Kirki_Customize_Radio_Control( $wp_customize, $control['setting'] . '_attach', array(
151
+ 'label' => null,
152
+ 'section' => $control['section'],
153
+ 'settings' => $control['setting'] . '_attach',
154
+ 'priority' => $control['priority'] + 4,
155
+ 'choices' => array(
156
+ 'inherit' => __( 'Inherit', 'kirki' ),
157
+ 'fixed' => __( 'Fixed', 'kirki' ),
158
+ 'scroll' => __( 'Scroll', 'kirki' ),
159
+ ),
160
+ 'description' => null,
161
+ 'mode' => 'buttonset',
162
+ 'subtitle' => __( 'Background Attachment', 'kirki' ),
163
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
164
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
165
+ ) )
166
+ );
167
+
168
+ $wp_customize->add_control( new Kirki_Select_Control( $wp_customize, $control['setting'] . '_position', array(
169
+ 'label' => null,
170
+ 'section' => $control['section'],
171
+ 'settings' => $control['setting'] . '_position',
172
+ 'priority' => $control['priority'] + 5,
173
+ 'choices' => array(
174
+ 'left-top' => __( 'Left Top', 'kirki' ),
175
+ 'left-center' => __( 'Left Center', 'kirki' ),
176
+ 'left-bottom' => __( 'Left Bottom', 'kirki' ),
177
+ 'right-top' => __( 'Right Top', 'kirki' ),
178
+ 'right-center' => __( 'Right Center', 'kirki' ),
179
+ 'right-bottom' => __( 'Right Bottom', 'kirki' ),
180
+ 'center-top' => __( 'Center Top', 'kirki' ),
181
+ 'center-center' => __( 'Center Center', 'kirki' ),
182
+ 'center-bottom' => __( 'Center Bottom', 'kirki' ),
183
+ ),
184
+ 'description' => null,
185
+ 'subtitle' => __( 'Background Position', 'kirki' ),
186
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
187
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
188
+ ) )
189
+ );
190
+
191
+ if ( false != $control['default']['opacity'] ) {
192
+ $wp_customize->add_control( new Kirki_Customize_Sliderui_Control( $wp_customize, $control['setting'] . '_opacity', array(
193
+ 'label' => null,
194
+ 'section' => $control['section'],
195
+ 'settings' => $control['setting'] . '_opacity',
196
+ 'priority' => $control['priority'] + 6,
197
+ 'choices' => array(
198
+ 'min' => 0,
199
+ 'max' => 100,
200
+ 'step' => 1,
201
+ ),
202
+ 'description' => null,
203
+ 'subtitle' => __( 'Background Opacity', 'kirki' ),
204
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
205
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
206
+ ) )
207
+ );
208
+ }
209
+
210
+ // Color Controls
211
+ } elseif ( 'color' == $control['type'] ) {
212
+
213
+ $wp_customize->add_control( new Kirki_Customize_Color_Control( $wp_customize, $control['setting'], array(
214
+ 'label' => isset( $control['label'] ) ? $control['label'] : '',
215
+ 'section' => $control['section'],
216
+ 'settings' => $control['setting'],
217
+ 'priority' => isset( $control['priority'] ) ? $control['priority'] : '',
218
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
219
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
220
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
221
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
222
+ ) )
223
+ );
224
+
225
+ // Image Controls
226
+ } elseif ( 'image' == $control['type'] ) {
227
+
228
+ $wp_customize->add_control( new Kirki_Customize_Image_Control( $wp_customize, $control['setting'], array(
229
+ 'label' => isset( $control['label'] ) ? $control['label'] : '',
230
+ 'section' => $control['section'],
231
+ 'settings' => $control['setting'],
232
+ 'priority' => $control['priority'],
233
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
234
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
235
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
236
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
237
+ ) )
238
+ );
239
+
240
+ // Radio Controls
241
+ } elseif ( 'radio' == $control['type'] ) {
242
+
243
+ $wp_customize->add_control( new Kirki_Customize_Radio_Control( $wp_customize, $control['setting'], array(
244
+ 'label' => isset( $control['label'] ) ? $control['label'] : '',
245
+ 'section' => $control['section'],
246
+ 'settings' => $control['setting'],
247
+ 'priority' => $control['priority'],
248
+ 'choices' => $control['choices'],
249
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
250
+ 'mode' => isset( $control['mode'] ) ? $control['mode'] : 'radio', // Can be 'radio', 'image' or 'buttonset'.
251
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
252
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
253
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
254
+ ) )
255
+ );
256
+
257
+ // Select Controls
258
+ } elseif ( 'select' == $control['type'] ) {
259
+
260
+ $wp_customize->add_control( new Kirki_Select_Control( $wp_customize, $control['setting'], array(
261
+ 'label' => isset( $control['label'] ) ? $control['label'] : '',
262
+ 'section' => $control['section'],
263
+ 'settings' => $control['setting'],
264
+ 'priority' => $control['priority'],
265
+ 'choices' => $control['choices'],
266
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
267
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
268
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
269
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
270
+ ) )
271
+ );
272
+
273
+ // Slider Controls
274
+ } elseif ( 'slider' == $control['type'] ) {
275
+
276
+ $wp_customize->add_control( new Kirki_Customize_Sliderui_Control( $wp_customize, $control['setting'], array(
277
+ 'label' => isset( $control['label'] ) ? $control['label'] : '',
278
+ 'section' => $control['section'],
279
+ 'settings' => $control['setting'],
280
+ 'priority' => $control['priority'],
281
+ 'choices' => $control['choices'],
282
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
283
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
284
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
285
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
286
+ ) )
287
+ );
288
+
289
+ // Text Controls
290
+ } elseif ( 'text' == $control['type'] ) {
291
+
292
+ $wp_customize->add_control( new Kirki_Customize_Text_Control( $wp_customize, $control['setting'], array(
293
+ 'label' => isset( $control['label'] ) ? $control['label'] : '',
294
+ 'section' => $control['section'],
295
+ 'settings' => $control['setting'],
296
+ 'priority' => $control['priority'],
297
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
298
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
299
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
300
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
301
+ ) )
302
+ );
303
+
304
+ // Text Controls
305
+ } elseif ( 'textarea' == $control['type'] ) {
306
+
307
+ $wp_customize->add_control( new Kirki_Customize_Textarea_Control( $wp_customize, $control['setting'], array(
308
+ 'label' => $control['label'],
309
+ 'section' => $control['section'],
310
+ 'settings' => $control['setting'],
311
+ 'priority' => $control['priority'],
312
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
313
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
314
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
315
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
316
+ ) )
317
+ );
318
+
319
+ // Upload Controls
320
+ } elseif ( 'upload' == $control['type'] ) {
321
+
322
+ $wp_customize->add_control( new Kirki_Customize_Upload_Control( $wp_customize, $control['setting'], array(
323
+ 'label' => $control['label'],
324
+ 'section' => $control['section'],
325
+ 'settings' => $control['setting'],
326
+ 'priority' => $control['priority'],
327
+ 'choices' => $control['choices'],
328
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
329
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
330
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
331
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
332
+ ) )
333
+ );
334
+
335
+ // Number Controls
336
+ } elseif ( 'number' == $control['type'] ) {
337
+
338
+ $wp_customize->add_control( new Kirki_Customize_Number_Control( $wp_customize, $control['setting'], array(
339
+ 'label' => $control['label'],
340
+ 'section' => $control['section'],
341
+ 'settings' => $control['setting'],
342
+ 'priority' => $control['priority'],
343
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
344
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
345
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
346
+ ) )
347
+ );
348
+
349
+ // Multicheck Controls
350
+ } elseif ( 'multicheck' == $control['type'] ) {
351
+
352
+ $wp_customize->add_control( new Kirki_Customize_Multicheck_Control( $wp_customize, $control['setting'], array(
353
+ 'label' => $control['label'],
354
+ 'section' => $control['section'],
355
+ 'settings' => $control['setting'],
356
+ 'priority' => $control['priority'],
357
+ 'choices' => $control['choices'],
358
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
359
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
360
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
361
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
362
+ ) )
363
+ );
364
+
365
+ // Separator Controls
366
+ } elseif ( 'group_title' == $control['type'] ) {
367
+
368
+ $wp_customize->add_control( new Kirki_Customize_Group_Title_Control( $wp_customize, $control['setting'], array(
369
+ 'label' => $control['label'],
370
+ 'section' => $control['section'],
371
+ 'settings' => $control['setting'],
372
+ 'priority' => $control['priority'],
373
+ 'description' => isset( $control['description'] ) ? $control['description'] : null,
374
+ 'subtitle' => isset( $control['subtitle'] ) ? $control['subtitle'] : '',
375
+ 'required' => isset( $control['required'] ) ? $control['required'] : array(),
376
+ 'less_var' => isset( $control['framework_var'] ) ? $control['framework_var'] : null,
377
+ ) )
378
+ );
379
+ }
380
+ }
381
+ }
382
+ }
383
+ add_action( 'customize_register', 'kirki_customizer_controls', 99 );
includes/functions/background-css.php ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Apply custom backgrounds to our page.
5
+ */
6
+ function kirki_background_css() {
7
+
8
+ $controls = apply_filters( 'kirki/controls', array() );
9
+ $config = apply_filters( 'kirki/config', array() );
10
+
11
+ if ( isset( $controls ) ) {
12
+ foreach ( $controls as $control ) {
13
+
14
+ if ( 'background' == $control['type'] ) {
15
+
16
+ // Apply custom CSS if we've set the 'output'.
17
+ if ( ! is_null( $control['output'] ) ) {
18
+
19
+ $bg_color = kirki_sanitize_hex( get_theme_mod( $control['setting'] . '_color', $control['default']['color'] ) );
20
+ $bg_image = get_theme_mod( $control['setting'] . '_image', $control['default']['image'] );
21
+ $bg_repeat = get_theme_mod( $control['setting'] . '_repeat', $control['default']['repeat'] );
22
+ $bg_size = get_theme_mod( $control['setting'] . '_size', $control['default']['size'] );
23
+ $bg_attach = get_theme_mod( $control['setting'] . '_attach', $control['default']['attach'] );
24
+ $bg_position = get_theme_mod( $control['setting'] . '_position', $control['default']['position'] );
25
+ $bg_opacity = get_theme_mod( $control['setting'] . '_opacity', $control['default']['opacity'] );
26
+
27
+ if ( false != $control['default']['opacity'] ) {
28
+
29
+ $bg_position = get_theme_mod( $control['setting'] . '_opacity', $control['default']['opacity'] );
30
+
31
+ // If we're using an opacity other than 100, then convert the color to RGBA.
32
+ if ( 100 != $bg_opacity ) {
33
+ $bg_color = kirki_get_rgba( $bg_color, $bg_opacity );
34
+ }
35
+
36
+ }
37
+
38
+ // HTML Background
39
+ $styles = $control['output'] . '{';
40
+
41
+ $styles .= 'background-color:' . $bg_color . ';';
42
+
43
+ if ( '' != $bg_image ) {
44
+ $styles .= 'background-image: url("' . $bg_image . '");';
45
+ $styles .= 'background-repeat: ' . $bg_repeat . ';';
46
+ $styles .= 'background-size: ' . $bg_size . ';';
47
+ $styles .= 'background-attachment: ' . $bg_attach . ';';
48
+ $styles .= 'background-position: ' . str_replace( '-', ' ', $bg_position ) . ';';
49
+ }
50
+
51
+ $styles .= '}';
52
+ }
53
+
54
+ wp_add_inline_style( $config['stylesheet_id'], $styles );
55
+
56
+ }
57
+
58
+ }
59
+ }
60
+
61
+ }
62
+ add_action( 'wp_enqueue_scripts', 'kirki_background_css', 150 );
includes/functions/class-Kirki_Fonts.php ADDED
@@ -0,0 +1,7189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Theme Customizer Fonts
4
+ *
5
+ * @package Customizer_Library
6
+ * @author The Theme Foundry
7
+ */
8
+
9
+
10
+ class Kirki_Fonts {
11
+
12
+ /**
13
+ * Compile font options from different sources.
14
+ *
15
+ * @return array All available fonts.
16
+ */
17
+ public static function get_all_fonts() {
18
+
19
+ $standard_fonts = self::get_standard_fonts();
20
+ $google_fonts = self::get_google_fonts();
21
+
22
+ return apply_filters( 'kirki/fonts/all', array_merge( $standard_fonts, $google_fonts ) );
23
+
24
+ }
25
+
26
+ /**
27
+ * Packages the font choices into value/label pairs for use with the customizer.
28
+ *
29
+ * @return array The fonts in value/label pairs.
30
+ */
31
+ public static function get_font_choices() {
32
+
33
+ $fonts = self::get_all_fonts();
34
+ $choices = array();
35
+
36
+ // Repackage the fonts into value/label pairs
37
+ foreach ( $fonts as $key => $font ) {
38
+
39
+ $choices[ $key ] = $font['label'];
40
+
41
+ }
42
+
43
+ return $choices;
44
+
45
+ }
46
+
47
+
48
+ /**
49
+ * Build the HTTP request URL for Google Fonts.
50
+ *
51
+ * @return string The URL for including Google Fonts.
52
+ */
53
+ public static function get_google_font_uri( $fonts, $weight = 400, $subset = 'all' ) {
54
+
55
+ // De-dupe the fonts
56
+ $fonts = array_unique( $fonts );
57
+ $allowed_fonts = self::get_google_fonts();
58
+ $family = array();
59
+
60
+ // Validate each font and convert to URL format
61
+ foreach ( $fonts as $font ) {
62
+
63
+ $font = trim( $font );
64
+
65
+ // Verify that the font exists
66
+ if ( array_key_exists( $font, $allowed_fonts ) ) {
67
+ // Build the family name and variant string (e.g., "Open+Sans:regular,italic,700")
68
+ $family[] = urlencode( $font . ':' . join( ',', self::choose_google_font_variants( $font, $allowed_fonts[ $font ]['variants'] ) ) );
69
+ }
70
+ }
71
+
72
+ // Convert from array to string
73
+ if ( empty( $family ) ) {
74
+
75
+ return '';
76
+
77
+ } else {
78
+
79
+ $request = '//fonts.googleapis.com/css?family=' . implode( '|', $family );
80
+
81
+ }
82
+
83
+ // load the font weight
84
+ if ( is_array( $weight ) ) {
85
+
86
+ $weight = implode( ',', $weight );
87
+
88
+ }
89
+
90
+ $request .= ':' . $weight;
91
+
92
+ // Load the font subset
93
+ if ( 'all' === $subset ) {
94
+
95
+ $subsets_available = self::get_google_font_subsets();
96
+
97
+ // Remove the all set
98
+ unset( $subsets_available['all'] );
99
+
100
+ // Build the array
101
+ $subsets = array_keys( $subsets_available );
102
+
103
+ } else {
104
+
105
+ $subsets = array(
106
+ 'latin',
107
+ $subset,
108
+
109
+ );
110
+
111
+ }
112
+
113
+ // Append the subset string
114
+ if ( ! empty( $subsets ) ) {
115
+
116
+ $request .= urlencode( '&subset=' . join( ',', $subsets ) );
117
+
118
+ }
119
+
120
+ return esc_url( $request );
121
+
122
+ }
123
+
124
+ /**
125
+ * Retrieve the list of available Google font subsets.
126
+ *
127
+ * @return array The available subsets.
128
+ */
129
+ public static function get_google_font_subsets() {
130
+
131
+ return array(
132
+ 'all' => __( 'All', 'gather' ),
133
+ 'cyrillic' => __( 'Cyrillic', 'gather' ),
134
+ 'cyrillic-ext' => __( 'Cyrillic Extended', 'gather' ),
135
+ 'devanagari' => __( 'Devanagari', 'gather' ),
136
+ 'greek' => __( 'Greek', 'gather' ),
137
+ 'greek-ext' => __( 'Greek Extended', 'gather' ),
138
+ 'khmer' => __( 'Khmer', 'gather' ),
139
+ 'latin' => __( 'Latin', 'gather' ),
140
+ 'latin-ext' => __( 'Latin Extended', 'gather' ),
141
+ 'vietnamese' => __( 'Vietnamese', 'gather' ),
142
+ );
143
+
144
+ }
145
+
146
+ /**
147
+ * Given a font, chose the variants to load for the theme.
148
+ *
149
+ * Attempts to load regular, italic, and 700. If regular is not found, the first variant in the family is chosen. italic
150
+ * and 700 are only loaded if found. No fallbacks are loaded for those fonts.
151
+ *
152
+ * @param string $font The font to load variants for.
153
+ * @param array $variants The variants for the font.
154
+ * @return array The chosen variants.
155
+ */
156
+ public static function choose_google_font_variants( $font, $variants = array() ) {
157
+
158
+ $chosen_variants = array();
159
+
160
+ if ( empty( $variants ) ) {
161
+
162
+ $fonts = self::get_google_fonts();
163
+
164
+ if ( array_key_exists( $font, $fonts ) ) {
165
+ $variants = $fonts[ $font ]['variants'];
166
+ }
167
+
168
+ }
169
+
170
+ // If a "regular" variant is not found, get the first variant
171
+ if ( ! in_array( 'regular', $variants ) ) {
172
+
173
+ $chosen_variants[] = $variants[0];
174
+
175
+ } else {
176
+
177
+ $chosen_variants[] = 'regular';
178
+
179
+ }
180
+
181
+ // Only add "italic" if it exists
182
+ if ( in_array( 'italic', $variants ) ) {
183
+
184
+ $chosen_variants[] = 'italic';
185
+
186
+ }
187
+
188
+ // Only add "700" if it exists
189
+ if ( in_array( '700', $variants ) ) {
190
+
191
+ $chosen_variants[] = '700';
192
+
193
+ }
194
+
195
+ return apply_filters( 'kirki/font/variants', array_unique( $chosen_variants ), $font, $variants );
196
+
197
+ }
198
+
199
+ /**
200
+ * Return an array of standard websafe fonts.
201
+ *
202
+ * @return array Standard websafe fonts.
203
+ */
204
+ public static function get_standard_fonts() {
205
+
206
+ return array(
207
+ 'serif' => array(
208
+ 'label' => _x( 'Serif', 'font style', 'gather' ),
209
+ 'stack' => 'Georgia,Times,"Times New Roman",serif'
210
+ ),
211
+ 'sans-serif' => array(
212
+ 'label' => _x( 'Sans Serif', 'font style', 'gather' ),
213
+ 'stack' => '"Helvetica Neue",Helvetica,Arial,sans-serif'
214
+ ),
215
+ 'monospace' => array(
216
+ 'label' => _x( 'Monospaced', 'font style', 'gather' ),
217
+ 'stack' => 'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace'
218
+ )
219
+ );
220
+
221
+ }
222
+
223
+
224
+ /**
225
+ * Validate the font choice and get a font stack for it.
226
+ *
227
+ * @param string $font The 1st font in the stack.
228
+ * @return string The full font stack.
229
+ */
230
+ public static function get_font_stack( $font ) {
231
+
232
+ $all_fonts = get_all_fonts();
233
+
234
+ // Sanitize font choice
235
+ $font = self::sanitize_font_choice( $font );
236
+
237
+ $sans = '"Helvetica Neue",sans-serif';
238
+ $serif = 'Georgia, serif';
239
+
240
+ // Use stack if one is identified
241
+ if ( isset( $all_fonts[ $font ]['stack'] ) && ! empty( $all_fonts[ $font ]['stack'] ) ) {
242
+
243
+ $stack = $all_fonts[ $font ]['stack'];
244
+
245
+ } else {
246
+
247
+ $stack = '"' . $font . '",' . $sans;
248
+
249
+ }
250
+
251
+ return $stack;
252
+
253
+ }
254
+
255
+
256
+ /**
257
+ * Sanitize a font choice.
258
+ *
259
+ * @param string $value The font choice.
260
+ * @return string The sanitized font choice.
261
+ */
262
+ public static function sanitize_font_choice( $value ) {
263
+
264
+ if ( is_int( $value ) ) {
265
+
266
+ // The array key is an integer, so the chosen option is a heading, not a real choice
267
+ return '';
268
+
269
+ } else if ( array_key_exists( $value, self::get_font_choices() ) ) {
270
+
271
+ return $value;
272
+
273
+ } else {
274
+
275
+ return '';
276
+
277
+ }
278
+
279
+ }
280
+
281
+
282
+ /**
283
+ * Return an array of all available Google Fonts.
284
+ *
285
+ * @return array All Google Fonts.
286
+ */
287
+ public static function get_google_fonts() {
288
+
289
+ return apply_filters( 'kirki/fonts/google_fonts', array(
290
+ 'ABeeZee' => array(
291
+ 'label' => 'ABeeZee',
292
+ 'variants' => array(
293
+ 'regular',
294
+ 'italic',
295
+ ),
296
+ 'subsets' => array(
297
+ 'latin',
298
+ ),
299
+ ),
300
+ 'Abel' => array(
301
+ 'label' => 'Abel',
302
+ 'variants' => array(
303
+ 'regular',
304
+ ),
305
+ 'subsets' => array(
306
+ 'latin',
307
+ ),
308
+ ),
309
+ 'Abril Fatface' => array(
310
+ 'label' => 'Abril Fatface',
311
+ 'variants' => array(
312
+ 'regular',
313
+ ),
314
+ 'subsets' => array(
315
+ 'latin',
316
+ 'latin-ext',
317
+ ),
318
+ ),
319
+ 'Aclonica' => array(
320
+ 'label' => 'Aclonica',
321
+ 'variants' => array(
322
+ 'regular',
323
+ ),
324
+ 'subsets' => array(
325
+ 'latin',
326
+ ),
327
+ ),
328
+ 'Acme' => array(
329
+ 'label' => 'Acme',
330
+ 'variants' => array(
331
+ 'regular',
332
+ ),
333
+ 'subsets' => array(
334
+ 'latin',
335
+ ),
336
+ ),
337
+ 'Actor' => array(
338
+ 'label' => 'Actor',
339
+ 'variants' => array(
340
+ 'regular',
341
+ ),
342
+ 'subsets' => array(
343
+ 'latin',
344
+ ),
345
+ ),
346
+ 'Adamina' => array(
347
+ 'label' => 'Adamina',
348
+ 'variants' => array(
349
+ 'regular',
350
+ ),
351
+ 'subsets' => array(
352
+ 'latin',
353
+ ),
354
+ ),
355
+ 'Advent Pro' => array(
356
+ 'label' => 'Advent Pro',
357
+ 'variants' => array(
358
+ '100',
359
+ '200',
360
+ '300',
361
+ 'regular',
362
+ '500',
363
+ '600',
364
+ '700',
365
+ ),
366
+ 'subsets' => array(
367
+ 'latin',
368
+ 'greek',
369
+ 'latin-ext',
370
+ ),
371
+ ),
372
+ 'Aguafina Script' => array(
373
+ 'label' => 'Aguafina Script',
374
+ 'variants' => array(
375
+ 'regular',
376
+ ),
377
+ 'subsets' => array(
378
+ 'latin',
379
+ 'latin-ext',
380
+ ),
381
+ ),
382
+ 'Akronim' => array(
383
+ 'label' => 'Akronim',
384
+ 'variants' => array(
385
+ 'regular',
386
+ ),
387
+ 'subsets' => array(
388
+ 'latin',
389
+ 'latin-ext',
390
+ ),
391
+ ),
392
+ 'Aladin' => array(
393
+ 'label' => 'Aladin',
394
+ 'variants' => array(
395
+ 'regular',
396
+ ),
397
+ 'subsets' => array(
398
+ 'latin',
399
+ 'latin-ext',
400
+ ),
401
+ ),
402
+ 'Aldrich' => array(
403
+ 'label' => 'Aldrich',
404
+ 'variants' => array(
405
+ 'regular',
406
+ ),
407
+ 'subsets' => array(
408
+ 'latin',
409
+ ),
410
+ ),
411
+ 'Alef' => array(
412
+ 'label' => 'Alef',
413
+ 'variants' => array(
414
+ 'regular',
415
+ '700',
416
+ ),
417
+ 'subsets' => array(
418
+ 'latin',
419
+ ),
420
+ ),
421
+ 'Alegreya' => array(
422
+ 'label' => 'Alegreya',
423
+ 'variants' => array(
424
+ 'regular',
425
+ 'italic',
426
+ '700',
427
+ '700italic',
428
+ '900',
429
+ '900italic',
430
+ ),
431
+ 'subsets' => array(
432
+ 'latin',
433
+ 'latin-ext',
434
+ ),
435
+ ),
436
+ 'Alegreya SC' => array(
437
+ 'label' => 'Alegreya SC',
438
+ 'variants' => array(
439
+ 'regular',
440
+ 'italic',
441
+ '700',
442
+ '700italic',
443
+ '900',
444
+ '900italic',
445
+ ),
446
+ 'subsets' => array(
447
+ 'latin',
448
+ 'latin-ext',
449
+ ),
450
+ ),
451
+ 'Alegreya Sans' => array(
452
+ 'label' => 'Alegreya Sans',
453
+ 'variants' => array(
454
+ '100',
455
+ '100italic',
456
+ '300',
457
+ '300italic',
458
+ 'regular',
459
+ 'italic',
460
+ '500',
461
+ '500italic',
462
+ '700',
463
+ '700italic',
464
+ '800',
465
+ '800italic',
466
+ '900',
467
+ '900italic',
468
+ ),
469
+ 'subsets' => array(
470
+ 'latin',
471
+ 'vietnamese',
472
+ 'latin-ext',
473
+ ),
474
+ ),
475
+ 'Alegreya Sans SC' => array(
476
+ 'label' => 'Alegreya Sans SC',
477
+ 'variants' => array(
478
+ '100',
479
+ '100italic',
480
+ '300',
481
+ '300italic',
482
+ 'regular',
483
+ 'italic',
484
+ '500',
485
+ '500italic',
486
+ '700',
487
+ '700italic',
488
+ '800',
489
+ '800italic',
490
+ '900',
491
+ '900italic',
492
+ ),
493
+ 'subsets' => array(
494
+ 'latin',
495
+ 'vietnamese',
496
+ 'latin-ext',
497
+ ),
498
+ ),
499
+ 'Alex Brush' => array(
500
+ 'label' => 'Alex Brush',
501
+ 'variants' => array(
502
+ 'regular',
503
+ ),
504
+ 'subsets' => array(
505
+ 'latin',
506
+ 'latin-ext',
507
+ ),
508
+ ),
509
+ 'Alfa Slab One' => array(
510
+ 'label' => 'Alfa Slab One',
511
+ 'variants' => array(
512
+ 'regular',
513
+ ),
514
+ 'subsets' => array(
515
+ 'latin',
516
+ ),
517
+ ),
518
+ 'Alice' => array(
519
+ 'label' => 'Alice',
520
+ 'variants' => array(
521
+ 'regular',
522
+ ),
523
+ 'subsets' => array(
524
+ 'latin',
525
+ ),
526
+ ),
527
+ 'Alike' => array(
528
+ 'label' => 'Alike',
529
+ 'variants' => array(
530
+ 'regular',
531
+ ),
532
+ 'subsets' => array(
533
+ 'latin',
534
+ ),
535
+ ),
536
+ 'Alike Angular' => array(
537
+ 'label' => 'Alike Angular',
538
+ 'variants' => array(
539
+ 'regular',
540
+ ),
541
+ 'subsets' => array(
542
+ 'latin',
543
+ ),
544
+ ),
545
+ 'Allan' => array(
546
+ 'label' => 'Allan',
547
+ 'variants' => array(
548
+ 'regular',
549
+ '700',
550
+ ),
551
+ 'subsets' => array(
552
+ 'latin',
553
+ 'latin-ext',
554
+ ),
555
+ ),
556
+ 'Allerta' => array(
557
+ 'label' => 'Allerta',
558
+ 'variants' => array(
559
+ 'regular',
560
+ ),
561
+ 'subsets' => array(
562
+ 'latin',
563
+ ),
564
+ ),
565
+ 'Allerta Stencil' => array(
566
+ 'label' => 'Allerta Stencil',
567
+ 'variants' => array(
568
+ 'regular',
569
+ ),
570
+ 'subsets' => array(
571
+ 'latin',
572
+ ),
573
+ ),
574
+ 'Allura' => array(
575
+ 'label' => 'Allura',
576
+ 'variants' => array(
577
+ 'regular',
578
+ ),
579
+ 'subsets' => array(
580
+ 'latin',
581
+ 'latin-ext',
582
+ ),
583
+ ),
584
+ 'Almendra' => array(
585
+ 'label' => 'Almendra',
586
+ 'variants' => array(
587
+ 'regular',
588
+ 'italic',
589
+ '700',
590
+ '700italic',
591
+ ),
592
+ 'subsets' => array(
593
+ 'latin',
594
+ 'latin-ext',
595
+ ),
596
+ ),
597
+ 'Almendra Display' => array(
598
+ 'label' => 'Almendra Display',
599
+ 'variants' => array(
600
+ 'regular',
601
+ ),
602
+ 'subsets' => array(
603
+ 'latin',
604
+ 'latin-ext',
605
+ ),
606
+ ),
607
+ 'Almendra SC' => array(
608
+ 'label' => 'Almendra SC',
609
+ 'variants' => array(
610
+ 'regular',
611
+ ),
612
+ 'subsets' => array(
613
+ 'latin',
614
+ ),
615
+ ),
616
+ 'Amarante' => array(
617
+ 'label' => 'Amarante',
618
+ 'variants' => array(
619
+ 'regular',
620
+ ),
621
+ 'subsets' => array(
622
+ 'latin',
623
+ 'latin-ext',
624
+ ),
625
+ ),
626
+ 'Amaranth' => array(
627
+ 'label' => 'Amaranth',
628
+ 'variants' => array(
629
+ 'regular',
630
+ 'italic',
631
+ '700',
632
+ '700italic',
633
+ ),
634
+ 'subsets' => array(
635
+ 'latin',
636
+ ),
637
+ ),
638
+ 'Amatic SC' => array(
639
+ 'label' => 'Amatic SC',
640
+ 'variants' => array(
641
+ 'regular',
642
+ '700',
643
+ ),
644
+ 'subsets' => array(
645
+ 'latin',
646
+ ),
647
+ ),
648
+ 'Amethysta' => array(
649
+ 'label' => 'Amethysta',
650
+ 'variants' => array(
651
+ 'regular',
652
+ ),
653
+ 'subsets' => array(
654
+ 'latin',
655
+ ),
656
+ ),
657
+ 'Anaheim' => array(
658
+ 'label' => 'Anaheim',
659
+ 'variants' => array(
660
+ 'regular',
661
+ ),
662
+ 'subsets' => array(
663
+ 'latin',
664
+ 'latin-ext',
665
+ ),
666
+ ),
667
+ 'Andada' => array(
668
+ 'label' => 'Andada',
669
+ 'variants' => array(
670
+ 'regular',
671
+ ),
672
+ 'subsets' => array(
673
+ 'latin',
674
+ 'latin-ext',
675
+ ),
676
+ ),
677
+ 'Andika' => array(
678
+ 'label' => 'Andika',
679
+ 'variants' => array(
680
+ 'regular',
681
+ ),
682
+ 'subsets' => array(
683
+ 'latin',
684
+ 'cyrillic',
685
+ 'latin-ext',
686
+ 'cyrillic-ext',
687
+ ),
688
+ ),
689
+ 'Angkor' => array(
690
+ 'label' => 'Angkor',
691
+ 'variants' => array(
692
+ 'regular',
693
+ ),
694
+ 'subsets' => array(
695
+ 'khmer',
696
+ ),
697
+ ),
698
+ 'Annie Use Your Telescope' => array(
699
+ 'label' => 'Annie Use Your Telescope',
700
+ 'variants' => array(
701
+ 'regular',
702
+ ),
703
+ 'subsets' => array(
704
+ 'latin',
705
+ ),
706
+ ),
707
+ 'Anonymous Pro' => array(
708
+ 'label' => 'Anonymous Pro',
709
+ 'variants' => array(
710
+ 'regular',
711
+ 'italic',
712
+ '700',
713
+ '700italic',
714
+ ),
715
+ 'subsets' => array(
716
+ 'latin',
717
+ 'greek-ext',
718
+ 'cyrillic',
719
+ 'greek',
720
+ 'latin-ext',
721
+ 'cyrillic-ext',
722
+ ),
723
+ ),
724
+ 'Antic' => array(
725
+ 'label' => 'Antic',
726
+ 'variants' => array(
727
+ 'regular',
728
+ ),
729
+ 'subsets' => array(
730
+ 'latin',
731
+ ),
732
+ ),
733
+ 'Antic Didone' => array(
734
+ 'label' => 'Antic Didone',
735
+ 'variants' => array(
736
+ 'regular',
737
+ ),
738
+ 'subsets' => array(
739
+ 'latin',
740
+ ),
741
+ ),
742
+ 'Antic Slab' => array(
743
+ 'label' => 'Antic Slab',
744
+ 'variants' => array(
745
+ 'regular',
746
+ ),
747
+ 'subsets' => array(
748
+ 'latin',
749
+ ),
750
+ ),
751
+ 'Anton' => array(
752
+ 'label' => 'Anton',
753
+ 'variants' => array(
754
+ 'regular',
755
+ ),
756
+ 'subsets' => array(
757
+ 'latin',
758
+ 'latin-ext',
759
+ ),
760
+ ),
761
+ 'Arapey' => array(
762
+ 'label' => 'Arapey',
763
+ 'variants' => array(
764
+ 'regular',
765
+ 'italic',
766
+ ),
767
+ 'subsets' => array(
768
+ 'latin',
769
+ ),
770
+ ),
771
+ 'Arbutus' => array(
772
+ 'label' => 'Arbutus',
773
+ 'variants' => array(
774
+ 'regular',
775
+ ),
776
+ 'subsets' => array(
777
+ 'latin',
778
+ 'latin-ext',
779
+ ),
780
+ ),
781
+ 'Arbutus Slab' => array(
782
+ 'label' => 'Arbutus Slab',
783
+ 'variants' => array(
784
+ 'regular',
785
+ ),
786
+ 'subsets' => array(
787
+ 'latin',
788
+ 'latin-ext',
789
+ ),
790
+ ),
791
+ 'Architects Daughter' => array(
792
+ 'label' => 'Architects Daughter',
793
+ 'variants' => array(
794
+ 'regular',
795
+ ),
796
+ 'subsets' => array(
797
+ 'latin',
798
+ ),
799
+ ),
800
+ 'Archivo Black' => array(
801
+ 'label' => 'Archivo Black',
802
+ 'variants' => array(
803
+ 'regular',
804
+ ),
805
+ 'subsets' => array(
806
+ 'latin',
807
+ 'latin-ext',
808
+ ),
809
+ ),
810
+ 'Archivo Narrow' => array(
811
+ 'label' => 'Archivo Narrow',
812
+ 'variants' => array(
813
+ 'regular',
814
+ 'italic',
815
+ '700',
816
+ '700italic',
817
+ ),
818
+ 'subsets' => array(
819
+ 'latin',
820
+ 'latin-ext',
821
+ ),
822
+ ),
823
+ 'Arimo' => array(
824
+ 'label' => 'Arimo',
825
+ 'variants' => array(
826
+ 'regular',
827
+ 'italic',
828
+ '700',
829
+ '700italic',
830
+ ),
831
+ 'subsets' => array(
832
+ 'latin',
833
+ 'greek-ext',
834
+ 'cyrillic',
835
+ 'greek',
836
+ 'vietnamese',
837
+ 'latin-ext',
838
+ 'cyrillic-ext',
839
+ ),
840
+ ),
841
+ 'Arizonia' => array(
842
+ 'label' => 'Arizonia',
843
+ 'variants' => array(
844
+ 'regular',
845
+ ),
846
+ 'subsets' => array(
847
+ 'latin',
848
+ 'latin-ext',
849
+ ),
850
+ ),
851
+ 'Armata' => array(
852
+ 'label' => 'Armata',
853
+ 'variants' => array(
854
+ 'regular',
855
+ ),
856
+ 'subsets' => array(
857
+ 'latin',
858
+ 'latin-ext',
859
+ ),
860
+ ),
861
+ 'Artifika' => array(
862
+ 'label' => 'Artifika',
863
+ 'variants' => array(
864
+ 'regular',
865
+ ),
866
+ 'subsets' => array(
867
+ 'latin',
868
+ ),
869
+ ),
870
+ 'Arvo' => array(
871
+ 'label' => 'Arvo',
872
+ 'variants' => array(
873
+ 'regular',
874
+ 'italic',
875
+ '700',
876
+ '700italic',
877
+ ),
878
+ 'subsets' => array(
879
+ 'latin',
880
+ ),
881
+ ),
882
+ 'Asap' => array(
883
+ 'label' => 'Asap',
884
+ 'variants' => array(
885
+ 'regular',
886
+ 'italic',
887
+ '700',
888
+ '700italic',
889
+ ),
890
+ 'subsets' => array(
891
+ 'latin',
892
+ 'latin-ext',
893
+ ),
894
+ ),
895
+ 'Asset' => array(
896
+ 'label' => 'Asset',
897
+ 'variants' => array(
898
+ 'regular',
899
+ ),
900
+ 'subsets' => array(
901
+ 'latin',
902
+ ),
903
+ ),
904
+ 'Astloch' => array(
905
+ 'label' => 'Astloch',
906
+ 'variants' => array(
907
+ 'regular',
908
+ '700',
909
+ ),
910
+ 'subsets' => array(
911
+ 'latin',
912
+ ),
913
+ ),
914
+ 'Asul' => array(
915
+ 'label' => 'Asul',
916
+ 'variants' => array(
917
+ 'regular',
918
+ '700',
919
+ ),
920
+ 'subsets' => array(
921
+ 'latin',
922
+ ),
923
+ ),
924
+ 'Atomic Age' => array(
925
+ 'label' => 'Atomic Age',
926
+ 'variants' => array(
927
+ 'regular',
928
+ ),
929
+ 'subsets' => array(
930
+ 'latin',
931
+ ),
932
+ ),
933
+ 'Aubrey' => array(
934
+ 'label' => 'Aubrey',
935
+ 'variants' => array(
936
+ 'regular',
937
+ ),
938
+ 'subsets' => array(
939
+ 'latin',
940
+ ),
941
+ ),
942
+ 'Audiowide' => array(
943
+ 'label' => 'Audiowide',
944
+ 'variants' => array(
945
+ 'regular',
946
+ ),
947
+ 'subsets' => array(
948
+ 'latin',
949
+ 'latin-ext',
950
+ ),
951
+ ),
952
+ 'Autour One' => array(
953
+ 'label' => 'Autour One',
954
+ 'variants' => array(
955
+ 'regular',
956
+ ),
957
+ 'subsets' => array(
958
+ 'latin',
959
+ 'latin-ext',
960
+ ),
961
+ ),
962
+ 'Average' => array(
963
+ 'label' => 'Average',
964
+ 'variants' => array(
965
+ 'regular',
966
+ ),
967
+ 'subsets' => array(
968
+ 'latin',
969
+ 'latin-ext',
970
+ ),
971
+ ),
972
+ 'Average Sans' => array(
973
+ 'label' => 'Average Sans',
974
+ 'variants' => array(
975
+ 'regular',
976
+ ),
977
+ 'subsets' => array(
978
+ 'latin',
979
+ 'latin-ext',
980
+ ),
981
+ ),
982
+ 'Averia Gruesa Libre' => array(
983
+ 'label' => 'Averia Gruesa Libre',
984
+ 'variants' => array(
985
+ 'regular',
986
+ ),
987
+ 'subsets' => array(
988
+ 'latin',
989
+ 'latin-ext',
990
+ ),
991
+ ),
992
+ 'Averia Libre' => array(
993
+ 'label' => 'Averia Libre',
994
+ 'variants' => array(
995
+ '300',
996
+ '300italic',
997
+ 'regular',
998
+ 'italic',
999
+ '700',
1000
+ '700italic',
1001
+ ),
1002
+ 'subsets' => array(
1003
+ 'latin',
1004
+ ),
1005
+ ),
1006
+ 'Averia Sans Libre' => array(
1007
+ 'label' => 'Averia Sans Libre',
1008
+ 'variants' => array(
1009
+ '300',
1010
+ '300italic',
1011
+ 'regular',
1012
+ 'italic',
1013
+ '700',
1014
+ '700italic',
1015
+ ),
1016
+ 'subsets' => array(
1017
+ 'latin',
1018
+ ),
1019
+ ),
1020
+ 'Averia Serif Libre' => array(
1021
+ 'label' => 'Averia Serif Libre',
1022
+ 'variants' => array(
1023
+ '300',
1024
+ '300italic',
1025
+ 'regular',
1026
+ 'italic',
1027
+ '700',
1028
+ '700italic',
1029
+ ),
1030
+ 'subsets' => array(
1031
+ 'latin',
1032
+ ),
1033
+ ),
1034
+ 'Bad Script' => array(
1035
+ 'label' => 'Bad Script',
1036
+ 'variants' => array(
1037
+ 'regular',
1038
+ ),
1039
+ 'subsets' => array(
1040
+ 'latin',
1041
+ 'cyrillic',
1042
+ ),
1043
+ ),
1044
+ 'Balthazar' => array(
1045
+ 'label' => 'Balthazar',
1046
+ 'variants' => array(
1047
+ 'regular',
1048
+ ),
1049
+ 'subsets' => array(
1050
+ 'latin',
1051
+ ),
1052
+ ),
1053
+ 'Bangers' => array(
1054
+ 'label' => 'Bangers',
1055
+ 'variants' => array(
1056
+ 'regular',
1057
+ ),
1058
+ 'subsets' => array(
1059
+ 'latin',
1060
+ ),
1061
+ ),
1062
+ 'Basic' => array(
1063
+ 'label' => 'Basic',
1064
+ 'variants' => array(
1065
+ 'regular',
1066
+ ),
1067
+ 'subsets' => array(
1068
+ 'latin',
1069
+ 'latin-ext',
1070
+ ),
1071
+ ),
1072
+ 'Battambang' => array(
1073
+ 'label' => 'Battambang',
1074
+ 'variants' => array(
1075
+ 'regular',
1076
+ '700',
1077
+ ),
1078
+ 'subsets' => array(
1079
+ 'khmer',
1080
+ ),
1081
+ ),
1082
+ 'Baumans' => array(
1083
+ 'label' => 'Baumans',
1084
+ 'variants' => array(
1085
+ 'regular',
1086
+ ),
1087
+ 'subsets' => array(
1088
+ 'latin',
1089
+ ),
1090
+ ),
1091
+ 'Bayon' => array(
1092
+ 'label' => 'Bayon',
1093
+ 'variants' => array(
1094
+ 'regular',
1095
+ ),
1096
+ 'subsets' => array(
1097
+ 'khmer',
1098
+ ),
1099
+ ),
1100
+ 'Belgrano' => array(
1101
+ 'label' => 'Belgrano',
1102
+ 'variants' => array(
1103
+ 'regular',
1104
+ ),
1105
+ 'subsets' => array(
1106
+ 'latin',
1107
+ ),
1108
+ ),
1109
+ 'Belleza' => array(
1110
+ 'label' => 'Belleza',
1111
+ 'variants' => array(
1112
+ 'regular',
1113
+ ),
1114
+ 'subsets' => array(
1115
+ 'latin',
1116
+ 'latin-ext',
1117
+ ),
1118
+ ),
1119
+ 'BenchNine' => array(
1120
+ 'label' => 'BenchNine',
1121
+ 'variants' => array(
1122
+ '300',
1123
+ 'regular',
1124
+ '700',
1125
+ ),
1126
+ 'subsets' => array(
1127
+ 'latin',
1128
+ 'latin-ext',
1129
+ ),
1130
+ ),
1131
+ 'Bentham' => array(
1132
+ 'label' => 'Bentham',
1133
+ 'variants' => array(
1134
+ 'regular',
1135
+ ),
1136
+ 'subsets' => array(
1137
+ 'latin',
1138
+ ),
1139
+ ),
1140
+ 'Berkshire Swash' => array(
1141
+ 'label' => 'Berkshire Swash',
1142
+ 'variants' => array(
1143
+ 'regular',
1144
+ ),
1145
+ 'subsets' => array(
1146
+ 'latin',
1147
+ 'latin-ext',
1148
+ ),
1149
+ ),
1150
+ 'Bevan' => array(
1151
+ 'label' => 'Bevan',
1152
+ 'variants' => array(
1153
+ 'regular',
1154
+ ),
1155
+ 'subsets' => array(
1156
+ 'latin',
1157
+ ),
1158
+ ),
1159
+ 'Bigelow Rules' => array(
1160
+ 'label' => 'Bigelow Rules',
1161
+ 'variants' => array(
1162
+ 'regular',
1163
+ ),
1164
+ 'subsets' => array(
1165
+ 'latin',
1166
+ 'latin-ext',
1167
+ ),
1168
+ ),
1169
+ 'Bigshot One' => array(
1170
+ 'label' => 'Bigshot One',
1171
+ 'variants' => array(
1172
+ 'regular',
1173
+ ),
1174
+ 'subsets' => array(
1175
+ 'latin',
1176
+ ),
1177
+ ),
1178
+ 'Bilbo' => array(
1179
+ 'label' => 'Bilbo',
1180
+ 'variants' => array(
1181
+ 'regular',
1182
+ ),
1183
+ 'subsets' => array(
1184
+ 'latin',
1185
+ 'latin-ext',
1186
+ ),
1187
+ ),
1188
+ 'Bilbo Swash Caps' => array(
1189
+ 'label' => 'Bilbo Swash Caps',
1190
+ 'variants' => array(
1191
+ 'regular',
1192
+ ),
1193
+ 'subsets' => array(
1194
+ 'latin',
1195
+ 'latin-ext',
1196
+ ),
1197
+ ),
1198
+ 'Bitter' => array(
1199
+ 'label' => 'Bitter',
1200
+ 'variants' => array(
1201
+ 'regular',
1202
+ 'italic',
1203
+ '700',
1204
+ ),
1205
+ 'subsets' => array(
1206
+ 'latin',
1207
+ 'latin-ext',
1208
+ ),
1209
+ ),
1210
+ 'Black Ops One' => array(
1211
+ 'label' => 'Black Ops One',
1212
+ 'variants' => array(
1213
+ 'regular',
1214
+ ),
1215
+ 'subsets' => array(
1216
+ 'latin',
1217
+ 'latin-ext',
1218
+ ),
1219
+ ),
1220
+ 'Bokor' => array(
1221
+ 'label' => 'Bokor',
1222
+ 'variants' => array(
1223
+ 'regular',
1224
+ ),
1225
+ 'subsets' => array(
1226
+ 'khmer',
1227
+ ),
1228
+ ),
1229
+ 'Bonbon' => array(
1230
+ 'label' => 'Bonbon',
1231
+ 'variants' => array(
1232
+ 'regular',
1233
+ ),
1234
+ 'subsets' => array(
1235
+ 'latin',
1236
+ ),
1237
+ ),
1238
+ 'Boogaloo' => array(
1239
+ 'label' => 'Boogaloo',
1240
+ 'variants' => array(
1241
+ 'regular',
1242
+ ),
1243
+ 'subsets' => array(
1244
+ 'latin',
1245
+ ),
1246
+ ),
1247
+ 'Bowlby One' => array(
1248
+ 'label' => 'Bowlby One',
1249
+ 'variants' => array(
1250
+ 'regular',
1251
+ ),
1252
+ 'subsets' => array(
1253
+ 'latin',
1254
+ ),
1255
+ ),
1256
+ 'Bowlby One SC' => array(
1257
+ 'label' => 'Bowlby One SC',
1258
+ 'variants' => array(
1259
+ 'regular',
1260
+ ),
1261
+ 'subsets' => array(
1262
+ 'latin',
1263
+ 'latin-ext',
1264
+ ),
1265
+ ),
1266
+ 'Brawler' => array(
1267
+ 'label' => 'Brawler',
1268
+ 'variants' => array(
1269
+ 'regular',
1270
+ ),
1271
+ 'subsets' => array(
1272
+ 'latin',
1273
+ ),
1274
+ ),
1275
+ 'Bree Serif' => array(
1276
+ 'label' => 'Bree Serif',
1277
+ 'variants' => array(
1278
+ 'regular',
1279
+ ),
1280
+ 'subsets' => array(
1281
+ 'latin',
1282
+ 'latin-ext',
1283
+ ),
1284
+ ),
1285
+ 'Bubblegum Sans' => array(
1286
+ 'label' => 'Bubblegum Sans',
1287
+ 'variants' => array(
1288
+ 'regular',
1289
+ ),
1290
+ 'subsets' => array(
1291
+ 'latin',
1292
+ 'latin-ext',
1293
+ ),
1294
+ ),
1295
+ 'Bubbler One' => array(
1296
+ 'label' => 'Bubbler One',
1297
+ 'variants' => array(
1298
+ 'regular',
1299
+ ),
1300
+ 'subsets' => array(
1301
+ 'latin',
1302
+ 'latin-ext',
1303
+ ),
1304
+ ),
1305
+ 'Buda' => array(
1306
+ 'label' => 'Buda',
1307
+ 'variants' => array(
1308
+ '300',
1309
+ ),
1310
+ 'subsets' => array(
1311
+ 'latin',
1312
+ ),
1313
+ ),
1314
+ 'Buenard' => array(
1315
+ 'label' => 'Buenard',
1316
+ 'variants' => array(
1317
+ 'regular',
1318
+ '700',
1319
+ ),
1320
+ 'subsets' => array(
1321
+ 'latin',
1322
+ 'latin-ext',
1323
+ ),
1324
+ ),
1325
+ 'Butcherman' => array(
1326
+ 'label' => 'Butcherman',
1327
+ 'variants' => array(
1328
+ 'regular',
1329
+ ),
1330
+ 'subsets' => array(
1331
+ 'latin',
1332
+ 'latin-ext',
1333
+ ),
1334
+ ),
1335
+ 'Butterfly Kids' => array(
1336
+ 'label' => 'Butterfly Kids',
1337
+ 'variants' => array(
1338
+ 'regular',
1339
+ ),
1340
+ 'subsets' => array(
1341
+ 'latin',
1342
+ 'latin-ext',
1343
+ ),
1344
+ ),
1345
+ 'Cabin' => array(
1346
+ 'label' => 'Cabin',
1347
+ 'variants' => array(
1348
+ 'regular',
1349
+ 'italic',
1350
+ '500',
1351
+ '500italic',
1352
+ '600',
1353
+ '600italic',
1354
+ '700',
1355
+ '700italic',
1356
+ ),
1357
+ 'subsets' => array(
1358
+ 'latin',
1359
+ ),
1360
+ ),
1361
+ 'Cabin Condensed' => array(
1362
+ 'label' => 'Cabin Condensed',
1363
+ 'variants' => array(
1364
+ 'regular',
1365
+ '500',
1366
+ '600',
1367
+ '700',
1368
+ ),
1369
+ 'subsets' => array(
1370
+ 'latin',
1371
+ ),
1372
+ ),
1373
+ 'Cabin Sketch' => array(
1374
+ 'label' => 'Cabin Sketch',
1375
+ 'variants' => array(
1376
+ 'regular',
1377
+ '700',
1378
+ ),
1379
+ 'subsets' => array(
1380
+ 'latin',
1381
+ ),
1382
+ ),
1383
+ 'Caesar Dressing' => array(
1384
+ 'label' => 'Caesar Dressing',
1385
+ 'variants' => array(
1386
+ 'regular',
1387
+ ),
1388
+ 'subsets' => array(
1389
+ 'latin',
1390
+ ),
1391
+ ),
1392
+ 'Cagliostro' => array(
1393
+ 'label' => 'Cagliostro',
1394
+ 'variants' => array(
1395
+ 'regular',
1396
+ ),
1397
+ 'subsets' => array(
1398
+ 'latin',
1399
+ ),
1400
+ ),
1401
+ 'Calligraffitti' => array(
1402
+ 'label' => 'Calligraffitti',
1403
+ 'variants' => array(
1404
+ 'regular',
1405
+ ),
1406
+ 'subsets' => array(
1407
+ 'latin',
1408
+ ),
1409
+ ),
1410
+ 'Cambo' => array(
1411
+ 'label' => 'Cambo',
1412
+ 'variants' => array(
1413
+ 'regular',
1414
+ ),
1415
+ 'subsets' => array(
1416
+ 'latin',
1417
+ ),
1418
+ ),
1419
+ 'Candal' => array(
1420
+ 'label' => 'Candal',
1421
+ 'variants' => array(
1422
+ 'regular',
1423
+ ),
1424
+ 'subsets' => array(
1425
+ 'latin',
1426
+ ),
1427
+ ),
1428
+ 'Cantarell' => array(
1429
+ 'label' => 'Cantarell',
1430
+ 'variants' => array(
1431
+ 'regular',
1432
+ 'italic',
1433
+ '700',
1434
+ '700italic',
1435
+ ),
1436
+ 'subsets' => array(
1437
+ 'latin',
1438
+ ),
1439
+ ),
1440
+ 'Cantata One' => array(
1441
+ 'label' => 'Cantata One',
1442
+ 'variants' => array(
1443
+ 'regular',
1444
+ ),
1445
+ 'subsets' => array(
1446
+ 'latin',
1447
+ 'latin-ext',
1448
+ ),
1449
+ ),
1450
+ 'Cantora One' => array(
1451
+ 'label' => 'Cantora One',
1452
+ 'variants' => array(
1453
+ 'regular',
1454
+ ),
1455
+ 'subsets' => array(
1456
+ 'latin',
1457
+ 'latin-ext',
1458
+ ),
1459
+ ),
1460
+ 'Capriola' => array(
1461
+ 'label' => 'Capriola',
1462
+ 'variants' => array(
1463
+ 'regular',
1464
+ ),
1465
+ 'subsets' => array(
1466
+ 'latin',
1467
+ 'latin-ext',
1468
+ ),
1469
+ ),
1470
+ 'Cardo' => array(
1471
+ 'label' => 'Cardo',
1472
+ 'variants' => array(
1473
+ 'regular',
1474
+ 'italic',
1475
+ '700',
1476
+ ),
1477
+ 'subsets' => array(
1478
+ 'latin',
1479
+ 'greek-ext',
1480
+ 'greek',
1481
+ 'latin-ext',
1482
+ ),
1483
+ ),
1484
+ 'Carme' => array(
1485
+ 'label' => 'Carme',
1486
+ 'variants' => array(
1487
+ 'regular',
1488
+ ),
1489
+ 'subsets' => array(
1490
+ 'latin',
1491
+ ),
1492
+ ),
1493
+ 'Carrois Gothic' => array(
1494
+ 'label' => 'Carrois Gothic',
1495
+ 'variants' => array(
1496
+ 'regular',
1497
+ ),
1498
+ 'subsets' => array(
1499
+ 'latin',
1500
+ ),
1501
+ ),
1502
+ 'Carrois Gothic SC' => array(
1503
+ 'label' => 'Carrois Gothic SC',
1504
+ 'variants' => array(
1505
+ 'regular',
1506
+ ),
1507
+ 'subsets' => array(
1508
+ 'latin',
1509
+ ),
1510
+ ),
1511
+ 'Carter One' => array(
1512
+ 'label' => 'Carter One',
1513
+ 'variants' => array(
1514
+ 'regular',
1515
+ ),
1516
+ 'subsets' => array(
1517
+ 'latin',
1518
+ ),
1519
+ ),
1520
+ 'Caudex' => array(
1521
+ 'label' => 'Caudex',
1522
+ 'variants' => array(
1523
+ 'regular',
1524
+ 'italic',
1525
+ '700',
1526
+ '700italic',
1527
+ ),
1528
+ 'subsets' => array(
1529
+ 'latin',
1530
+ 'greek-ext',
1531
+ 'greek',
1532
+ 'latin-ext',
1533
+ ),
1534
+ ),
1535
+ 'Cedarville Cursive' => array(
1536
+ 'label' => 'Cedarville Cursive',
1537
+ 'variants' => array(
1538
+ 'regular',
1539
+ ),
1540
+ 'subsets' => array(
1541
+ 'latin',
1542
+ ),
1543
+ ),
1544
+ 'Ceviche One' => array(
1545
+ 'label' => 'Ceviche One',
1546
+ 'variants' => array(
1547
+ 'regular',
1548
+ ),
1549
+ 'subsets' => array(
1550
+ 'latin',
1551
+ ),
1552
+ ),
1553
+ 'Changa One' => array(
1554
+ 'label' => 'Changa One',
1555
+ 'variants' => array(
1556
+ 'regular',
1557
+ 'italic',
1558
+ ),
1559
+ 'subsets' => array(
1560
+ 'latin',
1561
+ ),
1562
+ ),
1563
+ 'Chango' => array(
1564
+ 'label' => 'Chango',
1565
+ 'variants' => array(
1566
+ 'regular',
1567
+ ),
1568
+ 'subsets' => array(
1569
+ 'latin',
1570
+ 'latin-ext',
1571
+ ),
1572
+ ),
1573
+ 'Chau Philomene One' => array(
1574
+ 'label' => 'Chau Philomene One',
1575
+ 'variants' => array(
1576
+ 'regular',
1577
+ 'italic',
1578
+ ),
1579
+ 'subsets' => array(
1580
+ 'latin',
1581
+ 'latin-ext',
1582
+ ),
1583
+ ),
1584
+ 'Chela One' => array(
1585
+ 'label' => 'Chela One',
1586
+ 'variants' => array(
1587
+ 'regular',
1588
+ ),
1589
+ 'subsets' => array(
1590
+ 'latin',
1591
+ 'latin-ext',
1592
+ ),
1593
+ ),
1594
+ 'Chelsea Market' => array(
1595
+ 'label' => 'Chelsea Market',
1596
+ 'variants' => array(
1597
+ 'regular',
1598
+ ),
1599
+ 'subsets' => array(
1600
+ 'latin',
1601
+ 'latin-ext',
1602
+ ),
1603
+ ),
1604
+ 'Chenla' => array(
1605
+ 'label' => 'Chenla',
1606
+ 'variants' => array(
1607
+ 'regular',
1608
+ ),
1609
+ 'subsets' => array(
1610
+ 'khmer',
1611
+ ),
1612
+ ),
1613
+ 'Cherry Cream Soda' => array(
1614
+ 'label' => 'Cherry Cream Soda',
1615
+ 'variants' => array(
1616
+ 'regular',
1617
+ ),
1618
+ 'subsets' => array(
1619
+ 'latin',
1620
+ ),
1621
+ ),
1622
+ 'Cherry Swash' => array(
1623
+ 'label' => 'Cherry Swash',
1624
+ 'variants' => array(
1625
+ 'regular',
1626
+ '700',
1627
+ ),
1628
+ 'subsets' => array(
1629
+ 'latin',
1630
+ 'latin-ext',
1631
+ ),
1632
+ ),
1633
+ 'Chewy' => array(
1634
+ 'label' => 'Chewy',
1635
+ 'variants' => array(
1636
+ 'regular',
1637
+ ),
1638
+ 'subsets' => array(
1639
+ 'latin',
1640
+ ),
1641
+ ),
1642
+ 'Chicle' => array(
1643
+ 'label' => 'Chicle',
1644
+ 'variants' => array(
1645
+ 'regular',
1646
+ ),
1647
+ 'subsets' => array(
1648
+ 'latin',
1649
+ 'latin-ext',
1650
+ ),
1651
+ ),
1652
+ 'Chivo' => array(
1653
+ 'label' => 'Chivo',
1654
+ 'variants' => array(
1655
+ 'regular',
1656
+ 'italic',
1657
+ '900',
1658
+ '900italic',
1659
+ ),
1660
+ 'subsets' => array(
1661
+ 'latin',
1662
+ ),
1663
+ ),
1664
+ 'Cinzel' => array(
1665
+ 'label' => 'Cinzel',
1666
+ 'variants' => array(
1667
+ 'regular',
1668
+ '700',
1669
+ '900',
1670
+ ),
1671
+ 'subsets' => array(
1672
+ 'latin',
1673
+ ),
1674
+ ),
1675
+ 'Cinzel Decorative' => array(
1676
+ 'label' => 'Cinzel Decorative',
1677
+ 'variants' => array(
1678
+ 'regular',
1679
+ '700',
1680
+ '900',
1681
+ ),
1682
+ 'subsets' => array(
1683
+ 'latin',
1684
+ ),
1685
+ ),
1686
+ 'Clicker Script' => array(
1687
+ 'label' => 'Clicker Script',
1688
+ 'variants' => array(
1689
+ 'regular',
1690
+ ),
1691
+ 'subsets' => array(
1692
+ 'latin',
1693
+ 'latin-ext',
1694
+ ),
1695
+ ),
1696
+ 'Coda' => array(
1697
+ 'label' => 'Coda',
1698
+ 'variants' => array(
1699
+ 'regular',
1700
+ '800',
1701
+ ),
1702
+ 'subsets' => array(
1703
+ 'latin',
1704
+ ),
1705
+ ),
1706
+ 'Coda Caption' => array(
1707
+ 'label' => 'Coda Caption',
1708
+ 'variants' => array(
1709
+ '800',
1710
+ ),
1711
+ 'subsets' => array(
1712
+ 'latin',
1713
+ ),
1714
+ ),
1715
+ 'Codystar' => array(
1716
+ 'label' => 'Codystar',
1717
+ 'variants' => array(
1718
+ '300',
1719
+ 'regular',
1720
+ ),
1721
+ 'subsets' => array(
1722
+ 'latin',
1723
+ 'latin-ext',
1724
+ ),
1725
+ ),
1726
+ 'Combo' => array(
1727
+ 'label' => 'Combo',
1728
+ 'variants' => array(
1729
+ 'regular',
1730
+ ),
1731
+ 'subsets' => array(
1732
+ 'latin',
1733
+ 'latin-ext',
1734
+ ),
1735
+ ),
1736
+ 'Comfortaa' => array(
1737
+ 'label' => 'Comfortaa',
1738
+ 'variants' => array(
1739
+ '300',
1740
+ 'regular',
1741
+ '700',
1742
+ ),
1743
+ 'subsets' => array(
1744
+ 'latin',
1745
+ 'cyrillic',
1746
+ 'greek',
1747
+ 'latin-ext',
1748
+ 'cyrillic-ext',
1749
+ ),
1750
+ ),
1751
+ 'Coming Soon' => array(
1752
+ 'label' => 'Coming Soon',
1753
+ 'variants' => array(
1754
+ 'regular',
1755
+ ),
1756
+ 'subsets' => array(
1757
+ 'latin',
1758
+ ),
1759
+ ),
1760
+ 'Concert One' => array(
1761
+ 'label' => 'Concert One',
1762
+ 'variants' => array(
1763
+ 'regular',
1764
+ ),
1765
+ 'subsets' => array(
1766
+ 'latin',
1767
+ 'latin-ext',
1768
+ ),
1769
+ ),
1770
+ 'Condiment' => array(
1771
+ 'label' => 'Condiment',
1772
+ 'variants' => array(
1773
+ 'regular',
1774
+ ),
1775
+ 'subsets' => array(
1776
+ 'latin',
1777
+ 'latin-ext',
1778
+ ),
1779
+ ),
1780
+ 'Content' => array(
1781
+ 'label' => 'Content',
1782
+ 'variants' => array(
1783
+ 'regular',
1784
+ '700',
1785
+ ),
1786
+ 'subsets' => array(
1787
+ 'khmer',
1788
+ ),
1789
+ ),
1790
+ 'Contrail One' => array(
1791
+ 'label' => 'Contrail One',
1792
+ 'variants' => array(
1793
+ 'regular',
1794
+ ),
1795
+ 'subsets' => array(
1796
+ 'latin',
1797
+ ),
1798
+ ),
1799
+ 'Convergence' => array(
1800
+ 'label' => 'Convergence',
1801
+ 'variants' => array(
1802
+ 'regular',
1803
+ ),
1804
+ 'subsets' => array(
1805
+ 'latin',
1806
+ ),
1807
+ ),
1808
+ 'Cookie' => array(
1809
+ 'label' => 'Cookie',
1810
+ 'variants' => array(
1811
+ 'regular',
1812
+ ),
1813
+ 'subsets' => array(
1814
+ 'latin',
1815
+ ),
1816
+ ),
1817
+ 'Copse' => array(
1818
+ 'label' => 'Copse',
1819
+ 'variants' => array(
1820
+ 'regular',
1821
+ ),
1822
+ 'subsets' => array(
1823
+ 'latin',
1824
+ ),
1825
+ ),
1826
+ 'Corben' => array(
1827
+ 'label' => 'Corben',
1828
+ 'variants' => array(
1829
+ 'regular',
1830
+ '700',
1831
+ ),
1832
+ 'subsets' => array(
1833
+ 'latin',
1834
+ ),
1835
+ ),
1836
+ 'Courgette' => array(
1837
+ 'label' => 'Courgette',
1838
+ 'variants' => array(
1839
+ 'regular',
1840
+ ),
1841
+ 'subsets' => array(
1842
+ 'latin',
1843
+ 'latin-ext',
1844
+ ),
1845
+ ),
1846
+ 'Cousine' => array(
1847
+ 'label' => 'Cousine',
1848
+ 'variants' => array(
1849
+ 'regular',
1850
+ 'italic',
1851
+ '700',
1852
+ '700italic',
1853
+ ),
1854
+ 'subsets' => array(
1855
+ 'latin',
1856
+ 'greek-ext',
1857
+ 'cyrillic',
1858
+ 'greek',
1859
+ 'vietnamese',
1860
+ 'latin-ext',
1861
+ 'cyrillic-ext',
1862
+ ),
1863
+ ),
1864
+ 'Coustard' => array(
1865
+ 'label' => 'Coustard',
1866
+ 'variants' => array(
1867
+ 'regular',
1868
+ '900',
1869
+ ),
1870
+ 'subsets' => array(
1871
+ 'latin',
1872
+ ),
1873
+ ),
1874
+ 'Covered By Your Grace' => array(
1875
+ 'label' => 'Covered By Your Grace',
1876
+ 'variants' => array(
1877
+ 'regular',
1878
+ ),
1879
+ 'subsets' => array(
1880
+ 'latin',
1881
+ ),
1882
+ ),
1883
+ 'Crafty Girls' => array(
1884
+ 'label' => 'Crafty Girls',
1885
+ 'variants' => array(
1886
+ 'regular',
1887
+ ),
1888
+ 'subsets' => array(
1889
+ 'latin',
1890
+ ),
1891
+ ),
1892
+ 'Creepster' => array(
1893
+ 'label' => 'Creepster',
1894
+ 'variants' => array(
1895
+ 'regular',
1896
+ ),
1897
+ 'subsets' => array(
1898
+ 'latin',
1899
+ ),
1900
+ ),
1901
+ 'Crete Round' => array(
1902
+ 'label' => 'Crete Round',
1903
+ 'variants' => array(
1904
+ 'regular',
1905
+ 'italic',
1906
+ ),
1907
+ 'subsets' => array(
1908
+ 'latin',
1909
+ 'latin-ext',
1910
+ ),
1911
+ ),
1912
+ 'Crimson Text' => array(
1913
+ 'label' => 'Crimson Text',
1914
+ 'variants' => array(
1915
+ 'regular',
1916
+ 'italic',
1917
+ '600',
1918
+ '600italic',
1919
+ '700',
1920
+ '700italic',
1921
+ ),
1922
+ 'subsets' => array(
1923
+ 'latin',
1924
+ ),
1925
+ ),
1926
+ 'Croissant One' => array(
1927
+ 'label' => 'Croissant One',
1928
+ 'variants' => array(
1929
+ 'regular',
1930
+ ),
1931
+ 'subsets' => array(
1932
+ 'latin',
1933
+ 'latin-ext',
1934
+ ),
1935
+ ),
1936
+ 'Crushed' => array(
1937
+ 'label' => 'Crushed',
1938
+ 'variants' => array(
1939
+ 'regular',
1940
+ ),
1941
+ 'subsets' => array(
1942
+ 'latin',
1943
+ ),
1944
+ ),
1945
+ 'Cuprum' => array(
1946
+ 'label' => 'Cuprum',
1947
+ 'variants' => array(
1948
+ 'regular',
1949
+ 'italic',
1950
+ '700',
1951
+ '700italic',
1952
+ ),
1953
+ 'subsets' => array(
1954
+ 'latin',
1955
+ 'cyrillic',
1956
+ 'latin-ext',
1957
+ ),
1958
+ ),
1959
+ 'Cutive' => array(
1960
+ 'label' => 'Cutive',
1961
+ 'variants' => array(
1962
+ 'regular',
1963
+ ),
1964
+ 'subsets' => array(
1965
+ 'latin',
1966
+ 'latin-ext',
1967
+ ),
1968
+ ),
1969
+ 'Cutive Mono' => array(
1970
+ 'label' => 'Cutive Mono',
1971
+ 'variants' => array(
1972
+ 'regular',
1973
+ ),
1974
+ 'subsets' => array(
1975
+ 'latin',
1976
+ 'latin-ext',
1977
+ ),
1978
+ ),
1979
+ 'Damion' => array(
1980
+ 'label' => 'Damion',
1981
+ 'variants' => array(
1982
+ 'regular',
1983
+ ),
1984
+ 'subsets' => array(
1985
+ 'latin',
1986
+ ),
1987
+ ),
1988
+ 'Dancing Script' => array(
1989
+ 'label' => 'Dancing Script',
1990
+ 'variants' => array(
1991
+ 'regular',
1992
+ '700',
1993
+ ),
1994
+ 'subsets' => array(
1995
+ 'latin',
1996
+ ),
1997
+ ),
1998
+ 'Dangrek' => array(
1999
+ 'label' => 'Dangrek',
2000
+ 'variants' => array(
2001
+ 'regular',
2002
+ ),
2003
+ 'subsets' => array(
2004
+ 'khmer',
2005
+ ),
2006
+ ),
2007
+ 'Dawning of a New Day' => array(
2008
+ 'label' => 'Dawning of a New Day',
2009
+ 'variants' => array(
2010
+ 'regular',
2011
+ ),
2012
+ 'subsets' => array(
2013
+ 'latin',
2014
+ ),
2015
+ ),
2016
+ 'Days One' => array(
2017
+ 'label' => 'Days One',
2018
+ 'variants' => array(
2019
+ 'regular',
2020
+ ),
2021
+ 'subsets' => array(
2022
+ 'latin',
2023
+ ),
2024
+ ),
2025
+ 'Delius' => array(
2026
+ 'label' => 'Delius',
2027
+ 'variants' => array(
2028
+ 'regular',
2029
+ ),
2030
+ 'subsets' => array(
2031
+ 'latin',
2032
+ ),
2033
+ ),
2034
+ 'Delius Swash Caps' => array(
2035
+ 'label' => 'Delius Swash Caps',
2036
+ 'variants' => array(
2037
+ 'regular',
2038
+ ),
2039
+ 'subsets' => array(
2040
+ 'latin',
2041
+ ),
2042
+ ),
2043
+ 'Delius Unicase' => array(
2044
+ 'label' => 'Delius Unicase',
2045
+ 'variants' => array(
2046
+ 'regular',
2047
+ '700',
2048
+ ),
2049
+ 'subsets' => array(
2050
+ 'latin',
2051
+ ),
2052
+ ),
2053
+ 'Della Respira' => array(
2054
+ 'label' => 'Della Respira',
2055
+ 'variants' => array(
2056
+ 'regular',
2057
+ ),
2058
+ 'subsets' => array(
2059
+ 'latin',
2060
+ ),
2061
+ ),
2062
+ 'Denk One' => array(
2063
+ 'label' => 'Denk One',
2064
+ 'variants' => array(
2065
+ 'regular',
2066
+ ),
2067
+ 'subsets' => array(
2068
+ 'latin',
2069
+ 'latin-ext',
2070
+ ),
2071
+ ),
2072
+ 'Devonshire' => array(
2073
+ 'label' => 'Devonshire',
2074
+ 'variants' => array(
2075
+ 'regular',
2076
+ ),
2077
+ 'subsets' => array(
2078
+ 'latin',
2079
+ 'latin-ext',
2080
+ ),
2081
+ ),
2082
+ 'Didact Gothic' => array(
2083
+ 'label' => 'Didact Gothic',
2084
+ 'variants' => array(
2085
+ 'regular',
2086
+ ),
2087
+ 'subsets' => array(
2088
+ 'latin',
2089
+ 'greek-ext',
2090
+ 'cyrillic',
2091
+ 'greek',
2092
+ 'latin-ext',
2093
+ 'cyrillic-ext',
2094
+ ),
2095
+ ),
2096
+ 'Diplomata' => array(
2097
+ 'label' => 'Diplomata',
2098
+ 'variants' => array(
2099
+ 'regular',
2100
+ ),
2101
+ 'subsets' => array(
2102
+ 'latin',
2103
+ 'latin-ext',
2104
+ ),
2105
+ ),
2106
+ 'Diplomata SC' => array(
2107
+ 'label' => 'Diplomata SC',
2108
+ 'variants' => array(
2109
+ 'regular',
2110
+ ),
2111
+ 'subsets' => array(
2112
+ 'latin',
2113
+ 'latin-ext',
2114
+ ),
2115
+ ),
2116
+ 'Domine' => array(
2117
+ 'label' => 'Domine',
2118
+ 'variants' => array(
2119
+ 'regular',
2120
+ '700',
2121
+ ),
2122
+ 'subsets' => array(
2123
+ 'latin',
2124
+ 'latin-ext',
2125
+ ),
2126
+ ),
2127
+ 'Donegal One' => array(
2128
+ 'label' => 'Donegal One',
2129
+ 'variants' => array(
2130
+ 'regular',
2131
+ ),
2132
+ 'subsets' => array(
2133
+ 'latin',
2134
+ 'latin-ext',
2135
+ ),
2136
+ ),
2137
+ 'Doppio One' => array(
2138
+ 'label' => 'Doppio One',
2139
+ 'variants' => array(
2140
+ 'regular',
2141
+ ),
2142
+ 'subsets' => array(
2143
+ 'latin',
2144
+ 'latin-ext',
2145
+ ),
2146
+ ),
2147
+ 'Dorsa' => array(
2148
+ 'label' => 'Dorsa',
2149
+ 'variants' => array(
2150
+ 'regular',
2151
+ ),
2152
+ 'subsets' => array(
2153
+ 'latin',
2154
+ ),
2155
+ ),
2156
+ 'Dosis' => array(
2157
+ 'label' => 'Dosis',
2158
+ 'variants' => array(
2159
+ '200',
2160
+ '300',
2161
+ 'regular',
2162
+ '500',
2163
+ '600',
2164
+ '700',
2165
+ '800',
2166
+ ),
2167
+ 'subsets' => array(
2168
+ 'latin',
2169
+ 'latin-ext',
2170
+ ),
2171
+ ),
2172
+ 'Dr Sugiyama' => array(
2173
+ 'label' => 'Dr Sugiyama',
2174
+ 'variants' => array(
2175
+ 'regular',
2176
+ ),
2177
+ 'subsets' => array(
2178
+ 'latin',
2179
+ 'latin-ext',
2180
+ ),
2181
+ ),
2182
+ 'Droid Sans' => array(
2183
+ 'label' => 'Droid Sans',
2184
+ 'variants' => array(
2185
+ 'regular',
2186
+ '700',
2187
+ ),
2188
+ 'subsets' => array(
2189
+ 'latin',
2190
+ ),
2191
+ ),
2192
+ 'Droid Sans Mono' => array(
2193
+ 'label' => 'Droid Sans Mono',
2194
+ 'variants' => array(
2195
+ 'regular',
2196
+ ),
2197
+ 'subsets' => array(
2198
+ 'latin',
2199
+ ),
2200
+ ),
2201
+ 'Droid Serif' => array(
2202
+ 'label' => 'Droid Serif',
2203
+ 'variants' => array(
2204
+ 'regular',
2205
+ 'italic',
2206
+ '700',
2207
+ '700italic',
2208
+ ),
2209
+ 'subsets' => array(
2210
+ 'latin',
2211
+ ),
2212
+ ),
2213
+ 'Duru Sans' => array(
2214
+ 'label' => 'Duru Sans',
2215
+ 'variants' => array(
2216
+ 'regular',
2217
+ ),
2218
+ 'subsets' => array(
2219
+ 'latin',
2220
+ 'latin-ext',
2221
+ ),
2222
+ ),
2223
+ 'Dynalight' => array(
2224
+ 'label' => 'Dynalight',
2225
+ 'variants' => array(
2226
+ 'regular',
2227
+ ),
2228
+ 'subsets' => array(
2229
+ 'latin',
2230
+ 'latin-ext',
2231
+ ),
2232
+ ),
2233
+ 'EB Garamond' => array(
2234
+ 'label' => 'EB Garamond',
2235
+ 'variants' => array(
2236
+ 'regular',
2237
+ ),
2238
+ 'subsets' => array(
2239
+ 'latin',
2240
+ 'cyrillic',
2241
+ 'vietnamese',
2242
+ 'latin-ext',
2243
+ 'cyrillic-ext',
2244
+ ),
2245
+ ),
2246
+ 'Eagle Lake' => array(
2247
+ 'label' => 'Eagle Lake',
2248
+ 'variants' => array(
2249
+ 'regular',
2250
+ ),
2251
+ 'subsets' => array(
2252
+ 'latin',
2253
+ 'latin-ext',
2254
+ ),
2255
+ ),
2256
+ 'Eater' => array(
2257
+ 'label' => 'Eater',
2258
+ 'variants' => array(
2259
+ 'regular',
2260
+ ),
2261
+ 'subsets' => array(
2262
+ 'latin',
2263
+ 'latin-ext',
2264
+ ),
2265
+ ),
2266
+ 'Economica' => array(
2267
+ 'label' => 'Economica',
2268
+ 'variants' => array(
2269
+ 'regular',
2270
+ 'italic',
2271
+ '700',
2272
+ '700italic',
2273
+ ),
2274
+ 'subsets' => array(
2275
+ 'latin',
2276
+ 'latin-ext',
2277
+ ),
2278
+ ),
2279
+ 'Electrolize' => array(
2280
+ 'label' => 'Electrolize',
2281
+ 'variants' => array(
2282
+ 'regular',
2283
+ ),
2284
+ 'subsets' => array(
2285
+ 'latin',
2286
+ ),
2287
+ ),
2288
+ 'Elsie' => array(
2289
+ 'label' => 'Elsie',
2290
+ 'variants' => array(
2291
+ 'regular',
2292
+ '900',
2293
+ ),
2294
+ 'subsets' => array(
2295
+ 'latin',
2296
+ 'latin-ext',
2297
+ ),
2298
+ ),
2299
+ 'Elsie Swash Caps' => array(
2300
+ 'label' => 'Elsie Swash Caps',
2301
+ 'variants' => array(
2302
+ 'regular',
2303
+ '900',
2304
+ ),
2305
+ 'subsets' => array(
2306
+ 'latin',
2307
+ 'latin-ext',
2308
+ ),
2309
+ ),
2310
+ 'Emblema One' => array(
2311
+ 'label' => 'Emblema One',
2312
+ 'variants' => array(
2313
+ 'regular',
2314
+ ),
2315
+ 'subsets' => array(
2316
+ 'latin',
2317
+ 'latin-ext',
2318
+ ),
2319
+ ),
2320
+ 'Emilys Candy' => array(
2321
+ 'label' => 'Emilys Candy',
2322
+ 'variants' => array(
2323
+ 'regular',
2324
+ ),
2325
+ 'subsets' => array(
2326
+ 'latin',
2327
+ 'latin-ext',
2328
+ ),
2329
+ ),
2330
+ 'Engagement' => array(
2331
+ 'label' => 'Engagement',
2332
+ 'variants' => array(
2333
+ 'regular',
2334
+ ),
2335
+ 'subsets' => array(
2336
+ 'latin',
2337
+ ),
2338
+ ),
2339
+ 'Englebert' => array(
2340
+ 'label' => 'Englebert',
2341
+ 'variants' => array(
2342
+ 'regular',
2343
+ ),
2344
+ 'subsets' => array(
2345
+ 'latin',
2346
+ 'latin-ext',
2347
+ ),
2348
+ ),
2349
+ 'Enriqueta' => array(
2350
+ 'label' => 'Enriqueta',
2351
+ 'variants' => array(
2352
+ 'regular',
2353
+ '700',
2354
+ ),
2355
+ 'subsets' => array(
2356
+ 'latin',
2357
+ 'latin-ext',
2358
+ ),
2359
+ ),
2360
+ 'Erica One' => array(
2361
+ 'label' => 'Erica One',
2362
+ 'variants' => array(
2363
+ 'regular',
2364
+ ),
2365
+ 'subsets' => array(
2366
+ 'latin',
2367
+ ),
2368
+ ),
2369
+ 'Esteban' => array(
2370
+ 'label' => 'Esteban',
2371
+ 'variants' => array(
2372
+ 'regular',
2373
+ ),
2374
+ 'subsets' => array(
2375
+ 'latin',
2376
+ 'latin-ext',
2377
+ ),
2378
+ ),
2379
+ 'Euphoria Script' => array(
2380
+ 'label' => 'Euphoria Script',
2381
+ 'variants' => array(
2382
+ 'regular',
2383
+ ),
2384
+ 'subsets' => array(
2385
+ 'latin',
2386
+ 'latin-ext',
2387
+ ),
2388
+ ),
2389
+ 'Ewert' => array(
2390
+ 'label' => 'Ewert',
2391
+ 'variants' => array(
2392
+ 'regular',
2393
+ ),
2394
+ 'subsets' => array(
2395
+ 'latin',
2396
+ 'latin-ext',
2397
+ ),
2398
+ ),
2399
+ 'Exo' => array(
2400
+ 'label' => 'Exo',
2401
+ 'variants' => array(
2402
+ '100',
2403
+ '100italic',
2404
+ '200',
2405
+ '200italic',
2406
+ '300',
2407
+ '300italic',
2408
+ 'regular',
2409
+ 'italic',
2410
+ '500',
2411
+ '500italic',
2412
+ '600',
2413
+ '600italic',
2414
+ '700',
2415
+ '700italic',
2416
+ '800',
2417
+ '800italic',
2418
+ '900',
2419
+ '900italic',
2420
+ ),
2421
+ 'subsets' => array(
2422
+ 'latin',
2423
+ 'latin-ext',
2424
+ ),
2425
+ ),
2426
+ 'Exo 2' => array(
2427
+ 'label' => 'Exo 2',
2428
+ 'variants' => array(
2429
+ '100',
2430
+ '100italic',
2431
+ '200',
2432
+ '200italic',
2433
+ '300',
2434
+ '300italic',
2435
+ 'regular',
2436
+ 'italic',
2437
+ '500',
2438
+ '500italic',
2439
+ '600',
2440
+ '600italic',
2441
+ '700',
2442
+ '700italic',
2443
+ '800',
2444
+ '800italic',
2445
+ '900',
2446
+ '900italic',
2447
+ ),
2448
+ 'subsets' => array(
2449
+ 'latin',
2450
+ 'cyrillic',
2451
+ 'latin-ext',
2452
+ ),
2453
+ ),
2454
+ 'Expletus Sans' => array(
2455
+ 'label' => 'Expletus Sans',
2456
+ 'variants' => array(
2457
+ 'regular',
2458
+ 'italic',
2459
+ '500',
2460
+ '500italic',
2461
+ '600',
2462
+ '600italic',
2463
+ '700',
2464
+ '700italic',
2465
+ ),
2466
+ 'subsets' => array(
2467
+ 'latin',
2468
+ ),
2469
+ ),
2470
+ 'Fanwood Text' => array(
2471
+ 'label' => 'Fanwood Text',
2472
+ 'variants' => array(
2473
+ 'regular',
2474
+ 'italic',
2475
+ ),
2476
+ 'subsets' => array(
2477
+ 'latin',
2478
+ ),
2479
+ ),
2480
+ 'Fascinate' => array(
2481
+ 'label' => 'Fascinate',
2482
+ 'variants' => array(
2483
+ 'regular',
2484
+ ),
2485
+ 'subsets' => array(
2486
+ 'latin',
2487
+ ),
2488
+ ),
2489
+ 'Fascinate Inline' => array(
2490
+ 'label' => 'Fascinate Inline',
2491
+ 'variants' => array(
2492
+ 'regular',
2493
+ ),
2494
+ 'subsets' => array(
2495
+ 'latin',
2496
+ ),
2497
+ ),
2498
+ 'Faster One' => array(
2499
+ 'label' => 'Faster One',
2500
+ 'variants' => array(
2501
+ 'regular',
2502
+ ),
2503
+ 'subsets' => array(
2504
+ 'latin',
2505
+ ),
2506
+ ),
2507
+ 'Fasthand' => array(
2508
+ 'label' => 'Fasthand',
2509
+ 'variants' => array(
2510
+ 'regular',
2511
+ ),
2512
+ 'subsets' => array(
2513
+ 'khmer',
2514
+ ),
2515
+ ),
2516
+ 'Fauna One' => array(
2517
+ 'label' => 'Fauna One',
2518
+ 'variants' => array(
2519
+ 'regular',
2520
+ ),
2521
+ 'subsets' => array(
2522
+ 'latin',
2523
+ 'latin-ext',
2524
+ ),
2525
+ ),
2526
+ 'Federant' => array(
2527
+ 'label' => 'Federant',
2528
+ 'variants' => array(
2529
+ 'regular',
2530
+ ),
2531
+ 'subsets' => array(
2532
+ 'latin',
2533
+ ),
2534
+ ),
2535
+ 'Federo' => array(
2536
+ 'label' => 'Federo',
2537
+ 'variants' => array(
2538
+ 'regular',
2539
+ ),
2540
+ 'subsets' => array(
2541
+ 'latin',
2542
+ ),
2543
+ ),
2544
+ 'Felipa' => array(
2545
+ 'label' => 'Felipa',
2546
+ 'variants' => array(
2547
+ 'regular',
2548
+ ),
2549
+ 'subsets' => array(
2550
+ 'latin',
2551
+ 'latin-ext',
2552
+ ),
2553
+ ),
2554
+ 'Fenix' => array(
2555
+ 'label' => 'Fenix',
2556
+ 'variants' => array(
2557
+ 'regular',
2558
+ ),
2559
+ 'subsets' => array(
2560
+ 'latin',
2561
+ 'latin-ext',
2562
+ ),
2563
+ ),
2564
+ 'Finger Paint' => array(
2565
+ 'label' => 'Finger Paint',
2566
+ 'variants' => array(
2567
+ 'regular',
2568
+ ),
2569
+ 'subsets' => array(
2570
+ 'latin',
2571
+ ),
2572
+ ),
2573
+ 'Fjalla One' => array(
2574
+ 'label' => 'Fjalla One',
2575
+ 'variants' => array(
2576
+ 'regular',
2577
+ ),
2578
+ 'subsets' => array(
2579
+ 'latin',
2580
+ 'latin-ext',
2581
+ ),
2582
+ ),
2583
+ 'Fjord One' => array(
2584
+ 'label' => 'Fjord One',
2585
+ 'variants' => array(
2586
+ 'regular',
2587
+ ),
2588
+ 'subsets' => array(
2589
+ 'latin',
2590
+ ),
2591
+ ),
2592
+ 'Flamenco' => array(
2593
+ 'label' => 'Flamenco',
2594
+ 'variants' => array(
2595
+ '300',
2596
+ 'regular',
2597
+ ),
2598
+ 'subsets' => array(
2599
+ 'latin',
2600
+ ),
2601
+ ),
2602
+ 'Flavors' => array(
2603
+ 'label' => 'Flavors',
2604
+ 'variants' => array(
2605
+ 'regular',
2606
+ ),
2607
+ 'subsets' => array(
2608
+ 'latin',
2609
+ ),
2610
+ ),
2611
+ 'Fondamento' => array(
2612
+ 'label' => 'Fondamento',
2613
+ 'variants' => array(
2614
+ 'regular',
2615
+ 'italic',
2616
+ ),
2617
+ 'subsets' => array(
2618
+ 'latin',
2619
+ 'latin-ext',
2620
+ ),
2621
+ ),
2622
+ 'Fontdiner Swanky' => array(
2623
+ 'label' => 'Fontdiner Swanky',
2624
+ 'variants' => array(
2625
+ 'regular',
2626
+ ),
2627
+ 'subsets' => array(
2628
+ 'latin',
2629
+ ),
2630
+ ),
2631
+ 'Forum' => array(
2632
+ 'label' => 'Forum',
2633
+ 'variants' => array(
2634
+ 'regular',
2635
+ ),
2636
+ 'subsets' => array(
2637
+ 'latin',
2638
+ 'cyrillic',
2639
+ 'latin-ext',
2640
+ 'cyrillic-ext',
2641
+ ),
2642
+ ),
2643
+ 'Francois One' => array(
2644
+ 'label' => 'Francois One',
2645
+ 'variants' => array(
2646
+ 'regular',
2647
+ ),
2648
+ 'subsets' => array(
2649
+ 'latin',
2650
+ 'latin-ext',
2651
+ ),
2652
+ ),
2653
+ 'Freckle Face' => array(
2654
+ 'label' => 'Freckle Face',
2655
+ 'variants' => array(
2656
+ 'regular',
2657
+ ),
2658
+ 'subsets' => array(
2659
+ 'latin',
2660
+ 'latin-ext',
2661
+ ),
2662
+ ),
2663
+ 'Fredericka the Great' => array(
2664
+ 'label' => 'Fredericka the Great',
2665
+ 'variants' => array(
2666
+ 'regular',
2667
+ ),
2668
+ 'subsets' => array(
2669
+ 'latin',
2670
+ ),
2671
+ ),
2672
+ 'Fredoka One' => array(
2673
+ 'label' => 'Fredoka One',
2674
+ 'variants' => array(
2675
+ 'regular',
2676
+ ),
2677
+ 'subsets' => array(
2678
+ 'latin',
2679
+ ),
2680
+ ),
2681
+ 'Freehand' => array(
2682
+ 'label' => 'Freehand',
2683
+ 'variants' => array(
2684
+ 'regular',
2685
+ ),
2686
+ 'subsets' => array(
2687
+ 'khmer',
2688
+ ),
2689
+ ),
2690
+ 'Fresca' => array(
2691
+ 'label' => 'Fresca',
2692
+ 'variants' => array(
2693
+ 'regular',
2694
+ ),
2695
+ 'subsets' => array(
2696
+ 'latin',
2697
+ 'latin-ext',
2698
+ ),
2699
+ ),
2700
+ 'Frijole' => array(
2701
+ 'label' => 'Frijole',
2702
+ 'variants' => array(
2703
+ 'regular',
2704
+ ),
2705
+ 'subsets' => array(
2706
+ 'latin',
2707
+ ),
2708
+ ),
2709
+ 'Fruktur' => array(
2710
+ 'label' => 'Fruktur',
2711
+ 'variants' => array(
2712
+ 'regular',
2713
+ ),
2714
+ 'subsets' => array(
2715
+ 'latin',
2716
+ 'latin-ext',
2717
+ ),
2718
+ ),
2719
+ 'Fugaz One' => array(
2720
+ 'label' => 'Fugaz One',
2721
+ 'variants' => array(
2722
+ 'regular',
2723
+ ),
2724
+ 'subsets' => array(
2725
+ 'latin',
2726
+ ),
2727
+ ),
2728
+ 'GFS Didot' => array(
2729
+ 'label' => 'GFS Didot',
2730
+ 'variants' => array(
2731
+ 'regular',
2732
+ ),
2733
+ 'subsets' => array(
2734
+ 'greek',
2735
+ ),
2736
+ ),
2737
+ 'GFS Neohellenic' => array(
2738
+ 'label' => 'GFS Neohellenic',
2739
+ 'variants' => array(
2740
+ 'regular',
2741
+ 'italic',
2742
+ '700',
2743
+ '700italic',
2744
+ ),
2745
+ 'subsets' => array(
2746
+ 'greek',
2747
+ ),
2748
+ ),
2749
+ 'Gabriela' => array(
2750
+ 'label' => 'Gabriela',
2751
+ 'variants' => array(
2752
+ 'regular',
2753
+ ),
2754
+ 'subsets' => array(
2755
+ 'latin',
2756
+ 'latin-ext',
2757
+ ),
2758
+ ),
2759
+ 'Gafata' => array(
2760
+ 'label' => 'Gafata',
2761
+ 'variants' => array(
2762
+ 'regular',
2763
+ ),
2764
+ 'subsets' => array(
2765
+ 'latin',
2766
+ 'latin-ext',
2767
+ ),
2768
+ ),
2769
+ 'Galdeano' => array(
2770
+ 'label' => 'Galdeano',
2771
+ 'variants' => array(
2772
+ 'regular',
2773
+ ),
2774
+ 'subsets' => array(
2775
+ 'latin',
2776
+ ),
2777
+ ),
2778
+ 'Galindo' => array(
2779
+ 'label' => 'Galindo',
2780
+ 'variants' => array(
2781
+ 'regular',
2782
+ ),
2783
+ 'subsets' => array(
2784
+ 'latin',
2785
+ 'latin-ext',
2786
+ ),
2787
+ ),
2788
+ 'Gentium Basic' => array(
2789
+ 'label' => 'Gentium Basic',
2790
+ 'variants' => array(
2791
+ 'regular',
2792
+ 'italic',
2793
+ '700',
2794
+ '700italic',
2795
+ ),
2796
+ 'subsets' => array(
2797
+ 'latin',
2798
+ 'latin-ext',
2799
+ ),
2800
+ ),
2801
+ 'Gentium Book Basic' => array(
2802
+ 'label' => 'Gentium Book Basic',
2803
+ 'variants' => array(
2804
+ 'regular',
2805
+ 'italic',
2806
+ '700',
2807
+ '700italic',
2808
+ ),
2809
+ 'subsets' => array(
2810
+ 'latin',
2811
+ 'latin-ext',
2812
+ ),
2813
+ ),
2814
+ 'Geo' => array(
2815
+ 'label' => 'Geo',
2816
+ 'variants' => array(
2817
+ 'regular',
2818
+ 'italic',
2819
+ ),
2820
+ 'subsets' => array(
2821
+ 'latin',
2822
+ ),
2823
+ ),
2824
+ 'Geostar' => array(
2825
+ 'label' => 'Geostar',
2826
+ 'variants' => array(
2827
+ 'regular',
2828
+ ),
2829
+ 'subsets' => array(
2830
+ 'latin',
2831
+ ),
2832
+ ),
2833
+ 'Geostar Fill' => array(
2834
+ 'label' => 'Geostar Fill',
2835
+ 'variants' => array(
2836
+ 'regular',
2837
+ ),
2838
+ 'subsets' => array(
2839
+ 'latin',
2840
+ ),
2841
+ ),
2842
+ 'Germania One' => array(
2843
+ 'label' => 'Germania One',
2844
+ 'variants' => array(
2845
+ 'regular',
2846
+ ),
2847
+ 'subsets' => array(
2848
+ 'latin',
2849
+ ),
2850
+ ),
2851
+ 'Gilda Display' => array(
2852
+ 'label' => 'Gilda Display',
2853
+ 'variants' => array(
2854
+ 'regular',
2855
+ ),
2856
+ 'subsets' => array(
2857
+ 'latin',
2858
+ 'latin-ext',
2859
+ ),
2860
+ ),
2861
+ 'Give You Glory' => array(
2862
+ 'label' => 'Give You Glory',
2863
+ 'variants' => array(
2864
+ 'regular',
2865
+ ),
2866
+ 'subsets' => array(
2867
+ 'latin',
2868
+ ),
2869
+ ),
2870
+ 'Glass Antiqua' => array(
2871
+ 'label' => 'Glass Antiqua',
2872
+ 'variants' => array(
2873
+ 'regular',
2874
+ ),
2875
+ 'subsets' => array(
2876
+ 'latin',
2877
+ 'latin-ext',
2878
+ ),
2879
+ ),
2880
+ 'Glegoo' => array(
2881
+ 'label' => 'Glegoo',
2882
+ 'variants' => array(
2883
+ 'regular',
2884
+ ),
2885
+ 'subsets' => array(
2886
+ 'latin',
2887
+ 'latin-ext',
2888
+ ),
2889
+ ),
2890
+ 'Gloria Hallelujah' => array(
2891
+ 'label' => 'Gloria Hallelujah',
2892
+ 'variants' => array(
2893
+ 'regular',
2894
+ ),
2895
+ 'subsets' => array(
2896
+ 'latin',
2897
+ ),
2898
+ ),
2899
+ 'Goblin One' => array(
2900
+ 'label' => 'Goblin One',
2901
+ 'variants' => array(
2902
+ 'regular',
2903
+ ),
2904
+ 'subsets' => array(
2905
+ 'latin',
2906
+ ),
2907
+ ),
2908
+ 'Gochi Hand' => array(
2909
+ 'label' => 'Gochi Hand',
2910
+ 'variants' => array(
2911
+ 'regular',
2912
+ ),
2913
+ 'subsets' => array(
2914
+ 'latin',
2915
+ ),
2916
+ ),
2917
+ 'Gorditas' => array(
2918
+ 'label' => 'Gorditas',
2919
+ 'variants' => array(
2920
+ 'regular',
2921
+ '700',
2922
+ ),
2923
+ 'subsets' => array(
2924
+ 'latin',
2925
+ ),
2926
+ ),
2927
+ 'Goudy Bookletter 1911' => array(
2928
+ 'label' => 'Goudy Bookletter 1911',
2929
+ 'variants' => array(
2930
+ 'regular',
2931
+ ),
2932
+ 'subsets' => array(
2933
+ 'latin',
2934
+ ),
2935
+ ),
2936
+ 'Graduate' => array(
2937
+ 'label' => 'Graduate',
2938
+ 'variants' => array(
2939
+ 'regular',
2940
+ ),
2941
+ 'subsets' => array(
2942
+ 'latin',
2943
+ ),
2944
+ ),
2945
+ 'Grand Hotel' => array(
2946
+ 'label' => 'Grand Hotel',
2947
+ 'variants' => array(
2948
+ 'regular',
2949
+ ),
2950
+ 'subsets' => array(
2951
+ 'latin',
2952
+ 'latin-ext',
2953
+ ),
2954
+ ),
2955
+ 'Gravitas One' => array(
2956
+ 'label' => 'Gravitas One',
2957
+ 'variants' => array(
2958
+ 'regular',
2959
+ ),
2960
+ 'subsets' => array(
2961
+ 'latin',
2962
+ ),
2963
+ ),
2964
+ 'Great Vibes' => array(
2965
+ 'label' => 'Great Vibes',
2966
+ 'variants' => array(
2967
+ 'regular',
2968
+ ),
2969
+ 'subsets' => array(
2970
+ 'latin',
2971
+ 'latin-ext',
2972
+ ),
2973
+ ),
2974
+ 'Griffy' => array(
2975
+ 'label' => 'Griffy',
2976
+ 'variants' => array(
2977
+ 'regular',
2978
+ ),
2979
+ 'subsets' => array(
2980
+ 'latin',
2981
+ 'latin-ext',
2982
+ ),
2983
+ ),
2984
+ 'Gruppo' => array(
2985
+ 'label' => 'Gruppo',
2986
+ 'variants' => array(
2987
+ 'regular',
2988
+ ),
2989
+ 'subsets' => array(
2990
+ 'latin',
2991
+ 'latin-ext',
2992
+ ),
2993
+ ),
2994
+ 'Gudea' => array(
2995
+ 'label' => 'Gudea',
2996
+ 'variants' => array(
2997
+ 'regular',
2998
+ 'italic',
2999
+ '700',
3000
+ ),
3001
+ 'subsets' => array(
3002
+ 'latin',
3003
+ 'latin-ext',
3004
+ ),
3005
+ ),
3006
+ 'Habibi' => array(
3007
+ 'label' => 'Habibi',
3008
+ 'variants' => array(
3009
+ 'regular',
3010
+ ),
3011
+ 'subsets' => array(
3012
+ 'latin',
3013
+ 'latin-ext',
3014
+ ),
3015
+ ),
3016
+ 'Hammersmith One' => array(
3017
+ 'label' => 'Hammersmith One',
3018
+ 'variants' => array(
3019
+ 'regular',
3020
+ ),
3021
+ 'subsets' => array(
3022
+ 'latin',
3023
+ 'latin-ext',
3024
+ ),
3025
+ ),
3026
+ 'Hanalei' => array(
3027
+ 'label' => 'Hanalei',
3028
+ 'variants' => array(
3029
+ 'regular',
3030
+ ),
3031
+ 'subsets' => array(
3032
+ 'latin',
3033
+ 'latin-ext',
3034
+ ),
3035
+ ),
3036
+ 'Hanalei Fill' => array(
3037
+ 'label' => 'Hanalei Fill',
3038
+ 'variants' => array(
3039
+ 'regular',
3040
+ ),
3041
+ 'subsets' => array(
3042
+ 'latin',
3043
+ 'latin-ext',
3044
+ ),
3045
+ ),
3046
+ 'Handlee' => array(
3047
+ 'label' => 'Handlee',
3048
+ 'variants' => array(
3049
+ 'regular',
3050
+ ),
3051
+ 'subsets' => array(
3052
+ 'latin',
3053
+ ),
3054
+ ),
3055
+ 'Hanuman' => array(
3056
+ 'label' => 'Hanuman',
3057
+ 'variants' => array(
3058
+ 'regular',
3059
+ '700',
3060
+ ),
3061
+ 'subsets' => array(
3062
+ 'khmer',
3063
+ ),
3064
+ ),
3065
+ 'Happy Monkey' => array(
3066
+ 'label' => 'Happy Monkey',
3067
+ 'variants' => array(
3068
+ 'regular',
3069
+ ),
3070
+ 'subsets' => array(
3071
+ 'latin',
3072
+ 'latin-ext',
3073
+ ),
3074
+ ),
3075
+ 'Headland One' => array(
3076
+ 'label' => 'Headland One',
3077
+ 'variants' => array(
3078
+ 'regular',
3079
+ ),
3080
+ 'subsets' => array(
3081
+ 'latin',
3082
+ 'latin-ext',
3083
+ ),
3084
+ ),
3085
+ 'Henny Penny' => array(
3086
+ 'label' => 'Henny Penny',
3087
+ 'variants' => array(
3088
+ 'regular',
3089
+ ),
3090
+ 'subsets' => array(
3091
+ 'latin',
3092
+ ),
3093
+ ),
3094
+ 'Herr Von Muellerhoff' => array(
3095
+ 'label' => 'Herr Von Muellerhoff',
3096
+ 'variants' => array(
3097
+ 'regular',
3098
+ ),
3099
+ 'subsets' => array(
3100
+ 'latin',
3101
+ 'latin-ext',
3102
+ ),
3103
+ ),
3104
+ 'Holtwood One SC' => array(
3105
+ 'label' => 'Holtwood One SC',
3106
+ 'variants' => array(
3107
+ 'regular',
3108
+ ),
3109
+ 'subsets' => array(
3110
+ 'latin',
3111
+ ),
3112
+ ),
3113
+ 'Homemade Apple' => array(
3114
+ 'label' => 'Homemade Apple',
3115
+ 'variants' => array(
3116
+ 'regular',
3117
+ ),
3118
+ 'subsets' => array(
3119
+ 'latin',
3120
+ ),
3121
+ ),
3122
+ 'Homenaje' => array(
3123
+ 'label' => 'Homenaje',
3124
+ 'variants' => array(
3125
+ 'regular',
3126
+ ),
3127
+ 'subsets' => array(
3128
+ 'latin',
3129
+ 'latin-ext',
3130
+ ),
3131
+ ),
3132
+ 'IM Fell DW Pica' => array(
3133
+ 'label' => 'IM Fell DW Pica',
3134
+ 'variants' => array(
3135
+ 'regular',
3136
+ 'italic',
3137
+ ),
3138
+ 'subsets' => array(
3139
+ 'latin',
3140
+ ),
3141
+ ),
3142
+ 'IM Fell DW Pica SC' => array(
3143
+ 'label' => 'IM Fell DW Pica SC',
3144
+ 'variants' => array(
3145
+ 'regular',
3146
+ ),
3147
+ 'subsets' => array(
3148
+ 'latin',
3149
+ ),
3150
+ ),
3151
+ 'IM Fell Double Pica' => array(
3152
+ 'label' => 'IM Fell Double Pica',
3153
+ 'variants' => array(
3154
+ 'regular',
3155
+ 'italic',
3156
+ ),
3157
+ 'subsets' => array(
3158
+ 'latin',
3159
+ ),
3160
+ ),
3161
+ 'IM Fell Double Pica SC' => array(
3162
+ 'label' => 'IM Fell Double Pica SC',
3163
+ 'variants' => array(
3164
+ 'regular',
3165
+ ),
3166
+ 'subsets' => array(
3167
+ 'latin',
3168
+ ),
3169
+ ),
3170
+ 'IM Fell English' => array(
3171
+ 'label' => 'IM Fell English',
3172
+ 'variants' => array(
3173
+ 'regular',
3174
+ 'italic',
3175
+ ),
3176
+ 'subsets' => array(
3177
+ 'latin',
3178
+ ),
3179
+ ),
3180
+ 'IM Fell English SC' => array(
3181
+ 'label' => 'IM Fell English SC',
3182
+ 'variants' => array(
3183
+ 'regular',
3184
+ ),
3185
+ 'subsets' => array(
3186
+ 'latin',
3187
+ ),
3188
+ ),
3189
+ 'IM Fell French Canon' => array(
3190
+ 'label' => 'IM Fell French Canon',
3191
+ 'variants' => array(
3192
+ 'regular',
3193
+ 'italic',
3194
+ ),
3195
+ 'subsets' => array(
3196
+ 'latin',
3197
+ ),
3198
+ ),
3199
+ 'IM Fell French Canon SC' => array(
3200
+ 'label' => 'IM Fell French Canon SC',
3201
+ 'variants' => array(
3202
+ 'regular',
3203
+ ),
3204
+ 'subsets' => array(
3205
+ 'latin',
3206
+ ),
3207
+ ),
3208
+ 'IM Fell Great Primer' => array(
3209
+ 'label' => 'IM Fell Great Primer',
3210
+ 'variants' => array(
3211
+ 'regular',
3212
+ 'italic',
3213
+ ),
3214
+ 'subsets' => array(
3215
+ 'latin',
3216
+ ),
3217
+ ),
3218
+ 'IM Fell Great Primer SC' => array(
3219
+ 'label' => 'IM Fell Great Primer SC',
3220
+ 'variants' => array(
3221
+ 'regular',
3222
+ ),
3223
+ 'subsets' => array(
3224
+ 'latin',
3225
+ ),
3226
+ ),
3227
+ 'Iceberg' => array(
3228
+ 'label' => 'Iceberg',
3229
+ 'variants' => array(
3230
+ 'regular',
3231
+ ),
3232
+ 'subsets' => array(
3233
+ 'latin',
3234
+ ),
3235
+ ),
3236
+ 'Iceland' => array(
3237
+ 'label' => 'Iceland',
3238
+ 'variants' => array(
3239
+ 'regular',
3240
+ ),
3241
+ 'subsets' => array(
3242
+ 'latin',
3243
+ ),
3244
+ ),
3245
+ 'Imprima' => array(
3246
+ 'label' => 'Imprima',
3247
+ 'variants' => array(
3248
+ 'regular',
3249
+ ),
3250
+ 'subsets' => array(
3251
+ 'latin',
3252
+ 'latin-ext',
3253
+ ),
3254
+ ),
3255
+ 'Inconsolata' => array(
3256
+ 'label' => 'Inconsolata',
3257
+ 'variants' => array(
3258
+ 'regular',
3259
+ '700',
3260
+ ),
3261
+ 'subsets' => array(
3262
+ 'latin',
3263
+ 'latin-ext',
3264
+ ),
3265
+ ),
3266
+ 'Inder' => array(
3267
+ 'label' => 'Inder',
3268
+ 'variants' => array(
3269
+ 'regular',
3270
+ ),
3271
+ 'subsets' => array(
3272
+ 'latin',
3273
+ 'latin-ext',
3274
+ ),
3275
+ ),
3276
+ 'Indie Flower' => array(
3277
+ 'label' => 'Indie Flower',
3278
+ 'variants' => array(
3279
+ 'regular',
3280
+ ),
3281
+ 'subsets' => array(
3282
+ 'latin',
3283
+ ),
3284
+ ),
3285
+ 'Inika' => array(
3286
+ 'label' => 'Inika',
3287
+ 'variants' => array(
3288
+ 'regular',
3289
+ '700',
3290
+ ),
3291
+ 'subsets' => array(
3292
+ 'latin',
3293
+ 'latin-ext',
3294
+ ),
3295
+ ),
3296
+ 'Irish Grover' => array(
3297
+ 'label' => 'Irish Grover',
3298
+ 'variants' => array(
3299
+ 'regular',
3300
+ ),
3301
+ 'subsets' => array(
3302
+ 'latin',
3303
+ ),
3304
+ ),
3305
+ 'Istok Web' => array(
3306
+ 'label' => 'Istok Web',
3307
+ 'variants' => array(
3308
+ 'regular',
3309
+ 'italic',
3310
+ '700',
3311
+ '700italic',
3312
+ ),
3313
+ 'subsets' => array(
3314
+ 'latin',
3315
+ 'cyrillic',
3316
+ 'latin-ext',
3317
+ 'cyrillic-ext',
3318
+ ),
3319
+ ),
3320
+ 'Italiana' => array(
3321
+ 'label' => 'Italiana',
3322
+ 'variants' => array(
3323
+ 'regular',
3324
+ ),
3325
+ 'subsets' => array(
3326
+ 'latin',
3327
+ ),
3328
+ ),
3329
+ 'Italianno' => array(
3330
+ 'label' => 'Italianno',
3331
+ 'variants' => array(
3332
+ 'regular',
3333
+ ),
3334
+ 'subsets' => array(
3335
+ 'latin',
3336
+ 'latin-ext',
3337
+ ),
3338
+ ),
3339
+ 'Jacques Francois' => array(
3340
+ 'label' => 'Jacques Francois',
3341
+ 'variants' => array(
3342
+ 'regular',
3343
+ ),
3344
+ 'subsets' => array(
3345
+ 'latin',
3346
+ ),
3347
+ ),
3348
+ 'Jacques Francois Shadow' => array(
3349
+ 'label' => 'Jacques Francois Shadow',
3350
+ 'variants' => array(
3351
+ 'regular',
3352
+ ),
3353
+ 'subsets' => array(
3354
+ 'latin',
3355
+ ),
3356
+ ),
3357
+ 'Jim Nightshade' => array(
3358
+ 'label' => 'Jim Nightshade',
3359
+ 'variants' => array(
3360
+ 'regular',
3361
+ ),
3362
+ 'subsets' => array(
3363
+ 'latin',
3364
+ 'latin-ext',
3365
+ ),
3366
+ ),
3367
+ 'Jockey One' => array(
3368
+ 'label' => 'Jockey One',
3369
+ 'variants' => array(
3370
+ 'regular',
3371
+ ),
3372
+ 'subsets' => array(
3373
+ 'latin',
3374
+ 'latin-ext',
3375
+ ),
3376
+ ),
3377
+ 'Jolly Lodger' => array(
3378
+ 'label' => 'Jolly Lodger',
3379
+ 'variants' => array(
3380
+ 'regular',
3381
+ ),
3382
+ 'subsets' => array(
3383
+ 'latin',
3384
+ 'latin-ext',
3385
+ ),
3386
+ ),
3387
+ 'Josefin Sans' => array(
3388
+ 'label' => 'Josefin Sans',
3389
+ 'variants' => array(
3390
+ '100',
3391
+ '100italic',
3392
+ '300',
3393
+ '300italic',
3394
+ 'regular',
3395
+ 'italic',
3396
+ '600',
3397
+ '600italic',
3398
+ '700',
3399
+ '700italic',
3400
+ ),
3401
+ 'subsets' => array(
3402
+ 'latin',
3403
+ ),
3404
+ ),
3405
+ 'Josefin Slab' => array(
3406
+ 'label' => 'Josefin Slab',
3407
+ 'variants' => array(
3408
+ '100',
3409
+ '100italic',
3410
+ '300',
3411
+ '300italic',
3412
+ 'regular',
3413
+ 'italic',
3414
+ '600',
3415
+ '600italic',
3416
+ '700',
3417
+ '700italic',
3418
+ ),
3419
+ 'subsets' => array(
3420
+ 'latin',
3421
+ ),
3422
+ ),
3423
+ 'Joti One' => array(
3424
+ 'label' => 'Joti One',
3425
+ 'variants' => array(
3426
+ 'regular',
3427
+ ),
3428
+ 'subsets' => array(
3429
+ 'latin',
3430
+ 'latin-ext',
3431
+ ),
3432
+ ),
3433
+ 'Judson' => array(
3434
+ 'label' => 'Judson',
3435
+ 'variants' => array(
3436
+ 'regular',
3437
+ 'italic',
3438
+ '700',
3439
+ ),
3440
+ 'subsets' => array(
3441
+ 'latin',
3442
+ ),
3443
+ ),
3444
+ 'Julee' => array(
3445
+ 'label' => 'Julee',
3446
+ 'variants' => array(
3447
+ 'regular',
3448
+ ),
3449
+ 'subsets' => array(
3450
+ 'latin',
3451
+ ),
3452
+ ),
3453
+ 'Julius Sans One' => array(
3454
+ 'label' => 'Julius Sans One',
3455
+ 'variants' => array(
3456
+ 'regular',
3457
+ ),
3458
+ 'subsets' => array(
3459
+ 'latin',
3460
+ 'latin-ext',
3461
+ ),
3462
+ ),
3463
+ 'Junge' => array(
3464
+ 'label' => 'Junge',
3465
+ 'variants' => array(
3466
+ 'regular',
3467
+ ),
3468
+ 'subsets' => array(
3469
+ 'latin',
3470
+ ),
3471
+ ),
3472
+ 'Jura' => array(
3473
+ 'label' => 'Jura',
3474
+ 'variants' => array(
3475
+ '300',
3476
+ 'regular',
3477
+ '500',
3478
+ '600',
3479
+ ),
3480
+ 'subsets' => array(
3481
+ 'latin',
3482
+ 'greek-ext',
3483
+ 'cyrillic',
3484
+ 'greek',
3485
+ 'latin-ext',
3486
+ 'cyrillic-ext',
3487
+ ),
3488
+ ),
3489
+ 'Just Another Hand' => array(
3490
+ 'label' => 'Just Another Hand',
3491
+ 'variants' => array(
3492
+ 'regular',
3493
+ ),
3494
+ 'subsets' => array(
3495
+ 'latin',
3496
+ ),
3497
+ ),
3498
+ 'Just Me Again Down Here' => array(
3499
+ 'label' => 'Just Me Again Down Here',
3500
+ 'variants' => array(
3501
+ 'regular',
3502
+ ),
3503
+ 'subsets' => array(
3504
+ 'latin',
3505
+ 'latin-ext',
3506
+ ),
3507
+ ),
3508
+ 'Kameron' => array(
3509
+ 'label' => 'Kameron',
3510
+ 'variants' => array(
3511
+ 'regular',
3512
+ '700',
3513
+ ),
3514
+ 'subsets' => array(
3515
+ 'latin',
3516
+ ),
3517
+ ),
3518
+ 'Kantumruy' => array(
3519
+ 'label' => 'Kantumruy',
3520
+ 'variants' => array(
3521
+ '300',
3522
+ 'regular',
3523
+ '700',
3524
+ ),
3525
+ 'subsets' => array(
3526
+ 'khmer',
3527
+ ),
3528
+ ),
3529
+ 'Karla' => array(
3530
+ 'label' => 'Karla',
3531
+ 'variants' => array(
3532
+ 'regular',
3533
+ 'italic',
3534
+ '700',
3535
+ '700italic',
3536
+ ),
3537
+ 'subsets' => array(
3538
+ 'latin',
3539
+ 'latin-ext',
3540
+ ),
3541
+ ),
3542
+ 'Kaushan Script' => array(
3543
+ 'label' => 'Kaushan Script',
3544
+ 'variants' => array(
3545
+ 'regular',
3546
+ ),
3547
+ 'subsets' => array(
3548
+ 'latin',
3549
+ 'latin-ext',
3550
+ ),
3551
+ ),
3552
+ 'Kavoon' => array(
3553
+ 'label' => 'Kavoon',
3554
+ 'variants' => array(
3555
+ 'regular',
3556
+ ),
3557
+ 'subsets' => array(
3558
+ 'latin',
3559
+ 'latin-ext',
3560
+ ),
3561
+ ),
3562
+ 'Kdam Thmor' => array(
3563
+ 'label' => 'Kdam Thmor',
3564
+ 'variants' => array(
3565
+ 'regular',
3566
+ ),
3567
+ 'subsets' => array(
3568
+ 'khmer',
3569
+ ),
3570
+ ),
3571
+ 'Keania One' => array(
3572
+ 'label' => 'Keania One',
3573
+ 'variants' => array(
3574
+ 'regular',
3575
+ ),
3576
+ 'subsets' => array(
3577
+ 'latin',
3578
+ 'latin-ext',
3579
+ ),
3580
+ ),
3581
+ 'Kelly Slab' => array(
3582
+ 'label' => 'Kelly Slab',
3583
+ 'variants' => array(
3584
+ 'regular',
3585
+ ),
3586
+ 'subsets' => array(
3587
+ 'latin',
3588
+ 'cyrillic',
3589
+ 'latin-ext',
3590
+ ),
3591
+ ),
3592
+ 'Kenia' => array(
3593
+ 'label' => 'Kenia',
3594
+ 'variants' => array(
3595
+ 'regular',
3596
+ ),
3597
+ 'subsets' => array(
3598
+ 'latin',
3599
+ ),
3600
+ ),
3601
+ 'Khmer' => array(
3602
+ 'label' => 'Khmer',
3603
+ 'variants' => array(
3604
+ 'regular',
3605
+ ),
3606
+ 'subsets' => array(
3607
+ 'khmer',
3608
+ ),
3609
+ ),
3610
+ 'Kite One' => array(
3611
+ 'label' => 'Kite One',
3612
+ 'variants' => array(
3613
+ 'regular',
3614
+ ),
3615
+ 'subsets' => array(
3616
+ 'latin',
3617
+ ),
3618
+ ),
3619
+ 'Knewave' => array(
3620
+ 'label' => 'Knewave',
3621
+ 'variants' => array(
3622
+ 'regular',
3623
+ ),
3624
+ 'subsets' => array(
3625
+ 'latin',
3626
+ 'latin-ext',
3627
+ ),
3628
+ ),
3629
+ 'Kotta One' => array(
3630
+ 'label' => 'Kotta One',
3631
+ 'variants' => array(
3632
+ 'regular',
3633
+ ),
3634
+ 'subsets' => array(
3635
+ 'latin',
3636
+ 'latin-ext',
3637
+ ),
3638
+ ),
3639
+ 'Koulen' => array(
3640
+ 'label' => 'Koulen',
3641
+ 'variants' => array(
3642
+ 'regular',
3643
+ ),
3644
+ 'subsets' => array(
3645
+ 'khmer',
3646
+ ),
3647
+ ),
3648
+ 'Kranky' => array(
3649
+ 'label' => 'Kranky',
3650
+ 'variants' => array(
3651
+ 'regular',
3652
+ ),
3653
+ 'subsets' => array(
3654
+ 'latin',
3655
+ ),
3656
+ ),
3657
+ 'Kreon' => array(
3658
+ 'label' => 'Kreon',
3659
+ 'variants' => array(
3660
+ '300',
3661
+ 'regular',
3662
+ '700',
3663
+ ),
3664
+ 'subsets' => array(
3665
+ 'latin',
3666
+ ),
3667
+ ),
3668
+ 'Kristi' => array(
3669
+ 'label' => 'Kristi',
3670
+ 'variants' => array(
3671
+ 'regular',
3672
+ ),
3673
+ 'subsets' => array(
3674
+ 'latin',
3675
+ ),
3676
+ ),
3677
+ 'Krona One' => array(
3678
+ 'label' => 'Krona One',
3679
+ 'variants' => array(
3680
+ 'regular',
3681
+ ),
3682
+ 'subsets' => array(
3683
+ 'latin',
3684
+ 'latin-ext',
3685
+ ),
3686
+ ),
3687
+ 'La Belle Aurore' => array(
3688
+ 'label' => 'La Belle Aurore',
3689
+ 'variants' => array(
3690
+ 'regular',
3691
+ ),
3692
+ 'subsets' => array(
3693
+ 'latin',
3694
+ ),
3695
+ ),
3696
+ 'Lancelot' => array(
3697
+ 'label' => 'Lancelot',
3698
+ 'variants' => array(
3699
+ 'regular',
3700
+ ),
3701
+ 'subsets' => array(
3702
+ 'latin',
3703
+ ),
3704
+ ),
3705
+ 'Lato' => array(
3706
+ 'label' => 'Lato',
3707
+ 'variants' => array(
3708
+ '100',
3709
+ '100italic',
3710
+ '300',
3711
+ '300italic',
3712
+ 'regular',
3713
+ 'italic',
3714
+ '700',
3715
+ '700italic',
3716
+ '900',
3717
+ '900italic',
3718
+ ),
3719
+ 'subsets' => array(
3720
+ 'latin',
3721
+ ),
3722
+ ),
3723
+ 'League Script' => array(
3724
+ 'label' => 'League Script',
3725
+ 'variants' => array(
3726
+ 'regular',
3727
+ ),
3728
+ 'subsets' => array(
3729
+ 'latin',
3730
+ ),
3731
+ ),
3732
+ 'Leckerli One' => array(
3733
+ 'label' => 'Leckerli One',
3734
+ 'variants' => array(
3735
+ 'regular',
3736
+ ),
3737
+ 'subsets' => array(
3738
+ 'latin',
3739
+ ),
3740
+ ),
3741
+ 'Ledger' => array(
3742
+ 'label' => 'Ledger',
3743
+ 'variants' => array(
3744
+ 'regular',
3745
+ ),
3746
+ 'subsets' => array(
3747
+ 'latin',
3748
+ 'cyrillic',
3749
+ 'latin-ext',
3750
+ ),
3751
+ ),
3752
+ 'Lekton' => array(
3753
+ 'label' => 'Lekton',
3754
+ 'variants' => array(
3755
+ 'regular',
3756
+ 'italic',
3757
+ '700',
3758
+ ),
3759
+ 'subsets' => array(
3760
+ 'latin',
3761
+ 'latin-ext',
3762
+ ),
3763
+ ),
3764
+ 'Lemon' => array(
3765
+ 'label' => 'Lemon',
3766
+ 'variants' => array(
3767
+ 'regular',
3768
+ ),
3769
+ 'subsets' => array(
3770
+ 'latin',
3771
+ ),
3772
+ ),
3773
+ 'Libre Baskerville' => array(
3774
+ 'label' => 'Libre Baskerville',
3775
+ 'variants' => array(
3776
+ 'regular',
3777
+ 'italic',
3778
+ '700',
3779
+ ),
3780
+ 'subsets' => array(
3781
+ 'latin',
3782
+ 'latin-ext',
3783
+ ),
3784
+ ),
3785
+ 'Life Savers' => array(
3786
+ 'label' => 'Life Savers',
3787
+ 'variants' => array(
3788
+ 'regular',
3789
+ '700',
3790
+ ),
3791
+ 'subsets' => array(
3792
+ 'latin',
3793
+ 'latin-ext',
3794
+ ),
3795
+ ),
3796
+ 'Lilita One' => array(
3797
+ 'label' => 'Lilita One',
3798
+ 'variants' => array(
3799
+ 'regular',
3800
+ ),
3801
+ 'subsets' => array(
3802
+ 'latin',
3803
+ 'latin-ext',
3804
+ ),
3805
+ ),
3806
+ 'Lily Script One' => array(
3807
+ 'label' => 'Lily Script One',
3808
+ 'variants' => array(
3809
+ 'regular',
3810
+ ),
3811
+ 'subsets' => array(
3812
+ 'latin',
3813
+ 'latin-ext',
3814
+ ),
3815
+ ),
3816
+ 'Limelight' => array(
3817
+ 'label' => 'Limelight',
3818
+ 'variants' => array(
3819
+ 'regular',
3820
+ ),
3821
+ 'subsets' => array(
3822
+ 'latin',
3823
+ 'latin-ext',
3824
+ ),
3825
+ ),
3826
+ 'Linden Hill' => array(
3827
+ 'label' => 'Linden Hill',
3828
+ 'variants' => array(
3829
+ 'regular',
3830
+ 'italic',
3831
+ ),
3832
+ 'subsets' => array(
3833
+ 'latin',
3834
+ ),
3835
+ ),
3836
+ 'Lobster' => array(
3837
+ 'label' => 'Lobster',
3838
+ 'variants' => array(
3839
+ 'regular',
3840
+ ),
3841
+ 'subsets' => array(
3842
+ 'latin',
3843
+ 'cyrillic',
3844
+ 'latin-ext',
3845
+ 'cyrillic-ext',
3846
+ ),
3847
+ ),
3848
+ 'Lobster Two' => array(
3849
+ 'label' => 'Lobster Two',
3850
+ 'variants' => array(
3851
+ 'regular',
3852
+ 'italic',
3853
+ '700',
3854
+ '700italic',
3855
+ ),
3856
+ 'subsets' => array(
3857
+ 'latin',
3858
+ ),
3859
+ ),
3860
+ 'Londrina Outline' => array(
3861
+ 'label' => 'Londrina Outline',
3862
+ 'variants' => array(
3863
+ 'regular',
3864
+ ),
3865
+ 'subsets' => array(
3866
+ 'latin',
3867
+ ),
3868
+ ),
3869
+ 'Londrina Shadow' => array(
3870
+ 'label' => 'Londrina Shadow',
3871
+ 'variants' => array(
3872
+ 'regular',
3873
+ ),
3874
+ 'subsets' => array(
3875
+ 'latin',
3876
+ ),
3877
+ ),
3878
+ 'Londrina Sketch' => array(
3879
+ 'label' => 'Londrina Sketch',
3880
+ 'variants' => array(
3881
+ 'regular',
3882
+ ),
3883
+ 'subsets' => array(
3884
+ 'latin',
3885
+ ),
3886
+ ),
3887
+ 'Londrina Solid' => array(
3888
+ 'label' => 'Londrina Solid',
3889
+ 'variants' => array(
3890
+ 'regular',
3891
+ ),
3892
+ 'subsets' => array(
3893
+ 'latin',
3894
+ ),
3895
+ ),
3896
+ 'Lora' => array(
3897
+ 'label' => 'Lora',
3898
+ 'variants' => array(
3899
+ 'regular',
3900
+ 'italic',
3901
+ '700',
3902
+ '700italic',
3903
+ ),
3904
+ 'subsets' => array(
3905
+ 'latin',
3906
+ 'cyrillic',
3907
+ 'latin-ext',
3908
+ ),
3909
+ ),
3910
+ 'Love Ya Like A Sister' => array(
3911
+ 'label' => 'Love Ya Like A Sister',
3912
+ 'variants' => array(
3913
+ 'regular',
3914
+ ),
3915
+ 'subsets' => array(
3916
+ 'latin',
3917
+ ),
3918
+ ),
3919
+ 'Loved by the King' => array(
3920
+ 'label' => 'Loved by the King',
3921
+ 'variants' => array(
3922
+ 'regular',
3923
+ ),
3924
+ 'subsets' => array(
3925
+ 'latin',
3926
+ ),
3927
+ ),
3928
+ 'Lovers Quarrel' => array(
3929
+ 'label' => 'Lovers Quarrel',
3930
+ 'variants' => array(
3931
+ 'regular',
3932
+ ),
3933
+ 'subsets' => array(
3934
+ 'latin',
3935
+ 'latin-ext',
3936
+ ),
3937
+ ),
3938
+ 'Luckiest Guy' => array(
3939
+ 'label' => 'Luckiest Guy',
3940
+ 'variants' => array(
3941
+ 'regular',
3942
+ ),
3943
+ 'subsets' => array(
3944
+ 'latin',
3945
+ ),
3946
+ ),
3947
+ 'Lusitana' => array(
3948
+ 'label' => 'Lusitana',
3949
+ 'variants' => array(
3950
+ 'regular',
3951
+ '700',
3952
+ ),
3953
+ 'subsets' => array(
3954
+ 'latin',
3955
+ ),
3956
+ ),
3957
+ 'Lustria' => array(
3958
+ 'label' => 'Lustria',
3959
+ 'variants' => array(
3960
+ 'regular',
3961
+ ),
3962
+ 'subsets' => array(
3963
+ 'latin',
3964
+ ),
3965
+ ),
3966
+ 'Macondo' => array(
3967
+ 'label' => 'Macondo',
3968
+ 'variants' => array(
3969
+ 'regular',
3970
+ ),
3971
+ 'subsets' => array(
3972
+ 'latin',
3973
+ ),
3974
+ ),
3975
+ 'Macondo Swash Caps' => array(
3976
+ 'label' => 'Macondo Swash Caps',
3977
+ 'variants' => array(
3978
+ 'regular',
3979
+ ),
3980
+ 'subsets' => array(
3981
+ 'latin',
3982
+ ),
3983
+ ),
3984
+ 'Magra' => array(
3985
+ 'label' => 'Magra',
3986
+ 'variants' => array(
3987
+ 'regular',
3988
+ '700',
3989
+ ),
3990
+ 'subsets' => array(
3991
+ 'latin',
3992
+ 'latin-ext',
3993
+ ),
3994
+ ),
3995
+ 'Maiden Orange' => array(
3996
+ 'label' => 'Maiden Orange',
3997
+ 'variants' => array(
3998
+ 'regular',
3999
+ ),
4000
+ 'subsets' => array(
4001
+ 'latin',
4002
+ ),
4003
+ ),
4004
+ 'Mako' => array(
4005
+ 'label' => 'Mako',
4006
+ 'variants' => array(
4007
+ 'regular',
4008
+ ),
4009
+ 'subsets' => array(
4010
+ 'latin',
4011
+ ),
4012
+ ),
4013
+ 'Marcellus' => array(
4014
+ 'label' => 'Marcellus',
4015
+ 'variants' => array(
4016
+ 'regular',
4017
+ ),
4018
+ 'subsets' => array(
4019
+ 'latin',
4020
+ 'latin-ext',
4021
+ ),
4022
+ ),
4023
+ 'Marcellus SC' => array(
4024
+ 'label' => 'Marcellus SC',
4025
+ 'variants' => array(
4026
+ 'regular',
4027
+ ),
4028
+ 'subsets' => array(
4029
+ 'latin',
4030
+ 'latin-ext',
4031
+ ),
4032
+ ),
4033
+ 'Marck Script' => array(
4034
+ 'label' => 'Marck Script',
4035
+ 'variants' => array(
4036
+ 'regular',
4037
+ ),
4038
+ 'subsets' => array(
4039
+ 'latin',
4040
+ 'cyrillic',
4041
+ 'latin-ext',
4042
+ ),
4043
+ ),
4044
+ 'Margarine' => array(
4045
+ 'label' => 'Margarine',
4046
+ 'variants' => array(
4047
+ 'regular',
4048
+ ),
4049
+ 'subsets' => array(
4050
+ 'latin',
4051
+ 'latin-ext',
4052
+ ),
4053
+ ),
4054
+ 'Marko One' => array(
4055
+ 'label' => 'Marko One',
4056
+ 'variants' => array(
4057
+ 'regular',
4058
+ ),
4059
+ 'subsets' => array(
4060
+ 'latin',
4061
+ ),
4062
+ ),
4063
+ 'Marmelad' => array(
4064
+ 'label' => 'Marmelad',
4065
+ 'variants' => array(
4066
+ 'regular',
4067
+ ),
4068
+ 'subsets' => array(
4069
+ 'latin',
4070
+ 'cyrillic',
4071
+ 'latin-ext',
4072
+ ),
4073
+ ),
4074
+ 'Marvel' => array(
4075
+ 'label' => 'Marvel',
4076
+ 'variants' => array(
4077
+ 'regular',
4078
+ 'italic',
4079
+ '700',
4080
+ '700italic',
4081
+ ),
4082
+ 'subsets' => array(
4083
+ 'latin',
4084
+ ),
4085
+ ),
4086
+ 'Mate' => array(
4087
+ 'label' => 'Mate',
4088
+ 'variants' => array(
4089
+ 'regular',
4090
+ 'italic',
4091
+ ),
4092
+ 'subsets' => array(
4093
+ 'latin',
4094
+ ),
4095
+ ),
4096
+ 'Mate SC' => array(
4097
+ 'label' => 'Mate SC',
4098
+ 'variants' => array(
4099
+ 'regular',
4100
+ ),
4101
+ 'subsets' => array(
4102
+ 'latin',
4103
+ ),
4104
+ ),
4105
+ 'Maven Pro' => array(
4106
+ 'label' => 'Maven Pro',
4107
+ 'variants' => array(
4108
+ 'regular',
4109
+ '500',
4110
+ '700',
4111
+ '900',
4112
+ ),
4113
+ 'subsets' => array(
4114
+ 'latin',
4115
+ ),
4116
+ ),
4117
+ 'McLaren' => array(
4118
+ 'label' => 'McLaren',
4119
+ 'variants' => array(
4120
+ 'regular',
4121
+ ),
4122
+ 'subsets' => array(
4123
+ 'latin',
4124
+ 'latin-ext',
4125
+ ),
4126
+ ),
4127
+ 'Meddon' => array(
4128
+ 'label' => 'Meddon',
4129
+ 'variants' => array(
4130
+ 'regular',
4131
+ ),
4132
+ 'subsets' => array(
4133
+ 'latin',
4134
+ ),
4135
+ ),
4136
+ 'MedievalSharp' => array(
4137
+ 'label' => 'MedievalSharp',
4138
+ 'variants' => array(
4139
+ 'regular',
4140
+ ),
4141
+ 'subsets' => array(
4142
+ 'latin',
4143
+ 'latin-ext',
4144
+ ),
4145
+ ),
4146
+ 'Medula One' => array(
4147
+ 'label' => 'Medula One',
4148
+ 'variants' => array(
4149
+ 'regular',
4150
+ ),
4151
+ 'subsets' => array(
4152
+ 'latin',
4153
+ ),
4154
+ ),
4155
+ 'Megrim' => array(
4156
+ 'label' => 'Megrim',
4157
+ 'variants' => array(
4158
+ 'regular',
4159
+ ),
4160
+ 'subsets' => array(
4161
+ 'latin',
4162
+ ),
4163
+ ),
4164
+ 'Meie Script' => array(
4165
+ 'label' => 'Meie Script',
4166
+ 'variants' => array(
4167
+ 'regular',
4168
+ ),
4169
+ 'subsets' => array(
4170
+ 'latin',
4171
+ 'latin-ext',
4172
+ ),
4173
+ ),
4174
+ 'Merienda' => array(
4175
+ 'label' => 'Merienda',
4176
+ 'variants' => array(
4177
+ 'regular',
4178
+ '700',
4179
+ ),
4180
+ 'subsets' => array(
4181
+ 'latin',
4182
+ 'latin-ext',
4183
+ ),
4184
+ ),
4185
+ 'Merienda One' => array(
4186
+ 'label' => 'Merienda One',
4187
+ 'variants' => array(
4188
+ 'regular',
4189
+ ),
4190
+ 'subsets' => array(
4191
+ 'latin',
4192
+ ),
4193
+ ),
4194
+ 'Merriweather' => array(
4195
+ 'label' => 'Merriweather',
4196
+ 'variants' => array(
4197
+ '300',
4198
+ '300italic',
4199
+ 'regular',
4200
+ 'italic',
4201
+ '700',
4202
+ '700italic',
4203
+ '900',
4204
+ '900italic',
4205
+ ),
4206
+ 'subsets' => array(
4207
+ 'latin',
4208
+ 'latin-ext',
4209
+ ),
4210
+ ),
4211
+ 'Merriweather Sans' => array(
4212
+ 'label' => 'Merriweather Sans',
4213
+ 'variants' => array(
4214
+ '300',
4215
+ '300italic',
4216
+ 'regular',
4217
+ 'italic',
4218
+ '700',
4219
+ '700italic',
4220
+ '800',
4221
+ '800italic',
4222
+ ),
4223
+ 'subsets' => array(
4224
+ 'latin',
4225
+ 'latin-ext',
4226
+ ),
4227
+ ),
4228
+ 'Metal' => array(
4229
+ 'label' => 'Metal',
4230
+ 'variants' => array(
4231
+ 'regular',
4232
+ ),
4233
+ 'subsets' => array(
4234
+ 'khmer',
4235
+ ),
4236
+ ),
4237
+ 'Metal Mania' => array(
4238
+ 'label' => 'Metal Mania',
4239
+ 'variants' => array(
4240
+ 'regular',
4241
+ ),
4242
+ 'subsets' => array(
4243
+ 'latin',
4244
+ 'latin-ext',
4245
+ ),
4246
+ ),
4247
+ 'Metamorphous' => array(
4248
+ 'label' => 'Metamorphous',
4249
+ 'variants' => array(
4250
+ 'regular',
4251
+ ),
4252
+ 'subsets' => array(
4253
+ 'latin',
4254
+ 'latin-ext',
4255
+ ),
4256
+ ),
4257
+ 'Metrophobic' => array(
4258
+ 'label' => 'Metrophobic',
4259
+ 'variants' => array(
4260
+ 'regular',
4261
+ ),
4262
+ 'subsets' => array(
4263
+ 'latin',
4264
+ ),
4265
+ ),
4266
+ 'Michroma' => array(
4267
+ 'label' => 'Michroma',
4268
+ 'variants' => array(
4269
+ 'regular',
4270
+ ),
4271
+ 'subsets' => array(
4272
+ 'latin',
4273
+ ),
4274
+ ),
4275
+ 'Milonga' => array(
4276
+ 'label' => 'Milonga',
4277
+ 'variants' => array(
4278
+ 'regular',
4279
+ ),
4280
+ 'subsets' => array(
4281
+ 'latin',
4282
+ 'latin-ext',
4283
+ ),
4284
+ ),
4285
+ 'Miltonian' => array(
4286
+ 'label' => 'Miltonian',
4287
+ 'variants' => array(
4288
+ 'regular',
4289
+ ),
4290
+ 'subsets' => array(
4291
+ 'latin',
4292
+ ),
4293
+ ),
4294
+ 'Miltonian Tattoo' => array(
4295
+ 'label' => 'Miltonian Tattoo',
4296
+ 'variants' => array(
4297
+ 'regular',
4298
+ ),
4299
+ 'subsets' => array(
4300
+ 'latin',
4301
+ ),
4302
+ ),
4303
+ 'Miniver' => array(
4304
+ 'label' => 'Miniver',
4305
+ 'variants' => array(
4306
+ 'regular',
4307
+ ),
4308
+ 'subsets' => array(
4309
+ 'latin',
4310
+ ),
4311
+ ),
4312
+ 'Miss Fajardose' => array(
4313
+ 'label' => 'Miss Fajardose',
4314
+ 'variants' => array(
4315
+ 'regular',
4316
+ ),
4317
+ 'subsets' => array(
4318
+ 'latin',
4319
+ 'latin-ext',
4320
+ ),
4321
+ ),
4322
+ 'Modern Antiqua' => array(
4323
+ 'label' => 'Modern Antiqua',
4324
+ 'variants' => array(
4325
+ 'regular',
4326
+ ),
4327
+ 'subsets' => array(
4328
+ 'latin',
4329
+ 'latin-ext',
4330
+ ),
4331
+ ),
4332
+ 'Molengo' => array(
4333
+ 'label' => 'Molengo',
4334
+ 'variants' => array(
4335
+ 'regular',
4336
+ ),
4337
+ 'subsets' => array(
4338
+ 'latin',
4339
+ 'latin-ext',
4340
+ ),
4341
+ ),
4342
+ 'Molle' => array(
4343
+ 'label' => 'Molle',
4344
+ 'variants' => array(
4345
+ 'italic',
4346
+ ),
4347
+ 'subsets' => array(
4348
+ 'latin',
4349
+ 'latin-ext',
4350
+ ),
4351
+ ),
4352
+ 'Monda' => array(
4353
+ 'label' => 'Monda',
4354
+ 'variants' => array(
4355
+ 'regular',
4356
+ '700',
4357
+ ),
4358
+ 'subsets' => array(
4359
+ 'latin',
4360
+ 'latin-ext',
4361
+ ),
4362
+ ),
4363
+ 'Monofett' => array(
4364
+ 'label' => 'Monofett',
4365
+ 'variants' => array(
4366
+ 'regular',
4367
+ ),
4368
+ 'subsets' => array(
4369
+ 'latin',
4370
+ ),
4371
+ ),
4372
+ 'Monoton' => array(
4373
+ 'label' => 'Monoton',
4374
+ 'variants' => array(
4375
+ 'regular',
4376
+ ),
4377
+ 'subsets' => array(
4378
+ 'latin',
4379
+ ),
4380
+ ),
4381
+ 'Monsieur La Doulaise' => array(
4382
+ 'label' => 'Monsieur La Doulaise',
4383
+ 'variants' => array(
4384
+ 'regular',
4385
+ ),
4386
+ 'subsets' => array(
4387
+ 'latin',
4388
+ 'latin-ext',
4389
+ ),
4390
+ ),
4391
+ 'Montaga' => array(
4392
+ 'label' => 'Montaga',
4393
+ 'variants' => array(
4394
+ 'regular',
4395
+ ),
4396
+ 'subsets' => array(
4397
+ 'latin',
4398
+ ),
4399
+ ),
4400
+ 'Montez' => array(
4401
+ 'label' => 'Montez',
4402
+ 'variants' => array(
4403
+ 'regular',
4404
+ ),
4405
+ 'subsets' => array(
4406
+ 'latin',
4407
+ ),
4408
+ ),
4409
+ 'Montserrat' => array(
4410
+ 'label' => 'Montserrat',
4411
+ 'variants' => array(
4412
+ 'regular',
4413
+ '700',
4414
+ ),
4415
+ 'subsets' => array(
4416
+ 'latin',
4417
+ ),
4418
+ ),
4419
+ 'Montserrat Alternates' => array(
4420
+ 'label' => 'Montserrat Alternates',
4421
+ 'variants' => array(
4422
+ 'regular',
4423
+ '700',
4424
+ ),
4425
+ 'subsets' => array(
4426
+ 'latin',
4427
+ ),
4428
+ ),
4429
+ 'Montserrat Subrayada' => array(
4430
+ 'label' => 'Montserrat Subrayada',
4431
+ 'variants' => array(
4432
+ 'regular',
4433
+ '700',
4434
+ ),
4435
+ 'subsets' => array(
4436
+ 'latin',
4437
+ ),
4438
+ ),
4439
+ 'Moul' => array(
4440
+ 'label' => 'Moul',
4441
+ 'variants' => array(
4442
+ 'regular',
4443
+ ),
4444
+ 'subsets' => array(
4445
+ 'khmer',
4446
+ ),
4447
+ ),
4448
+ 'Moulpali' => array(
4449
+ 'label' => 'Moulpali',
4450
+ 'variants' => array(
4451
+ 'regular',
4452
+ ),
4453
+ 'subsets' => array(
4454
+ 'khmer',
4455
+ ),
4456
+ ),
4457
+ 'Mountains of Christmas' => array(
4458
+ 'label' => 'Mountains of Christmas',
4459
+ 'variants' => array(
4460
+ 'regular',
4461
+ '700',
4462
+ ),
4463
+ 'subsets' => array(
4464
+ 'latin',
4465
+ ),
4466
+ ),
4467
+ 'Mouse Memoirs' => array(
4468
+ 'label' => 'Mouse Memoirs',
4469
+ 'variants' => array(
4470
+ 'regular',
4471
+ ),
4472
+ 'subsets' => array(
4473
+ 'latin',
4474
+ 'latin-ext',
4475
+ ),
4476
+ ),
4477
+ 'Mr Bedfort' => array(
4478
+ 'label' => 'Mr Bedfort',
4479
+ 'variants' => array(
4480
+ 'regular',
4481
+ ),
4482
+ 'subsets' => array(
4483
+ 'latin',
4484
+ 'latin-ext',
4485
+ ),
4486
+ ),
4487
+ 'Mr Dafoe' => array(
4488
+ 'label' => 'Mr Dafoe',
4489
+ 'variants' => array(
4490
+ 'regular',
4491
+ ),
4492
+ 'subsets' => array(
4493
+ 'latin',
4494
+ 'latin-ext',
4495
+ ),
4496
+ ),
4497
+ 'Mr De Haviland' => array(
4498
+ 'label' => 'Mr De Haviland',
4499
+ 'variants' => array(
4500
+ 'regular',
4501
+ ),
4502
+ 'subsets' => array(
4503
+ 'latin',
4504
+ 'latin-ext',
4505
+ ),
4506
+ ),
4507
+ 'Mrs Saint Delafield' => array(
4508
+ 'label' => 'Mrs Saint Delafield',
4509
+ 'variants' => array(
4510
+ 'regular',
4511
+ ),
4512
+ 'subsets' => array(
4513
+ 'latin',
4514
+ 'latin-ext',
4515
+ ),
4516
+ ),
4517
+ 'Mrs Sheppards' => array(
4518
+ 'label' => 'Mrs Sheppards',
4519
+ 'variants' => array(
4520
+ 'regular',
4521
+ ),
4522
+ 'subsets' => array(
4523
+ 'latin',
4524
+ 'latin-ext',
4525
+ ),
4526
+ ),
4527
+ 'Muli' => array(
4528
+ 'label' => 'Muli',
4529
+ 'variants' => array(
4530
+ '300',
4531
+ '300italic',
4532
+ 'regular',
4533
+ 'italic',
4534
+ ),
4535
+ 'subsets' => array(
4536
+ 'latin',
4537
+ ),
4538
+ ),
4539
+ 'Mystery Quest' => array(
4540
+ 'label' => 'Mystery Quest',
4541
+ 'variants' => array(
4542
+ 'regular',
4543
+ ),
4544
+ 'subsets' => array(
4545
+ 'latin',
4546
+ 'latin-ext',
4547
+ ),
4548
+ ),
4549
+ 'Neucha' => array(
4550
+ 'label' => 'Neucha',
4551
+ 'variants' => array(
4552
+ 'regular',
4553
+ ),
4554
+ 'subsets' => array(
4555
+ 'latin',
4556
+ 'cyrillic',
4557
+ ),
4558
+ ),
4559
+ 'Neuton' => array(
4560
+ 'label' => 'Neuton',
4561
+ 'variants' => array(
4562
+ '200',
4563
+ '300',
4564
+ 'regular',
4565
+ 'italic',
4566
+ '700',
4567
+ '800',
4568
+ ),
4569
+ 'subsets' => array(
4570
+ 'latin',
4571
+ 'latin-ext',
4572
+ ),
4573
+ ),
4574
+ 'New Rocker' => array(
4575
+ 'label' => 'New Rocker',
4576
+ 'variants' => array(
4577
+ 'regular',
4578
+ ),
4579
+ 'subsets' => array(
4580
+ 'latin',
4581
+ 'latin-ext',
4582
+ ),
4583
+ ),
4584
+ 'News Cycle' => array(
4585
+ 'label' => 'News Cycle',
4586
+ 'variants' => array(
4587
+ 'regular',
4588
+ '700',
4589
+ ),
4590
+ 'subsets' => array(
4591
+ 'latin',
4592
+ 'latin-ext',
4593
+ ),
4594
+ ),
4595
+ 'Niconne' => array(
4596
+ 'label' => 'Niconne',
4597
+ 'variants' => array(
4598
+ 'regular',
4599
+ ),
4600
+ 'subsets' => array(
4601
+ 'latin',
4602
+ 'latin-ext',
4603
+ ),
4604
+ ),
4605
+ 'Nixie One' => array(
4606
+ 'label' => 'Nixie One',
4607
+ 'variants' => array(
4608
+ 'regular',
4609
+ ),
4610
+ 'subsets' => array(
4611
+ 'latin',
4612
+ ),
4613
+ ),
4614
+ 'Nobile' => array(
4615
+ 'label' => 'Nobile',
4616
+ 'variants' => array(
4617
+ 'regular',
4618
+ 'italic',
4619
+ '700',
4620
+ '700italic',
4621
+ ),
4622
+ 'subsets' => array(
4623
+ 'latin',
4624
+ ),
4625
+ ),
4626
+ 'Nokora' => array(
4627
+ 'label' => 'Nokora',
4628
+ 'variants' => array(
4629
+ 'regular',
4630
+ '700',
4631
+ ),
4632
+ 'subsets' => array(
4633
+ 'khmer',
4634
+ ),
4635
+ ),
4636
+ 'Norican' => array(
4637
+ 'label' => 'Norican',
4638
+ 'variants' => array(
4639
+ 'regular',
4640
+ ),
4641
+ 'subsets' => array(
4642
+ 'latin',
4643
+ 'latin-ext',
4644
+ ),
4645
+ ),
4646
+ 'Nosifer' => array(
4647
+ 'label' => 'Nosifer',
4648
+ 'variants' => array(
4649
+ 'regular',
4650
+ ),
4651
+ 'subsets' => array(
4652
+ 'latin',
4653
+ 'latin-ext',
4654
+ ),
4655
+ ),
4656
+ 'Nothing You Could Do' => array(
4657
+ 'label' => 'Nothing You Could Do',
4658
+ 'variants' => array(
4659
+ 'regular',
4660
+ ),
4661
+ 'subsets' => array(
4662
+ 'latin',
4663
+ ),
4664
+ ),
4665
+ 'Noticia Text' => array(
4666
+ 'label' => 'Noticia Text',
4667
+ 'variants' => array(
4668
+ 'regular',
4669
+ 'italic',
4670
+ '700',
4671
+ '700italic',
4672
+ ),
4673
+ 'subsets' => array(
4674
+ 'latin',
4675
+ 'vietnamese',
4676
+ 'latin-ext',
4677
+ ),
4678
+ ),
4679
+ 'Noto Sans' => array(
4680
+ 'label' => 'Noto Sans',
4681
+ 'variants' => array(
4682
+ 'regular',
4683
+ 'italic',
4684
+ '700',
4685
+ '700italic',
4686
+ ),
4687
+ 'subsets' => array(
4688
+ 'latin',
4689
+ 'greek-ext',
4690
+ 'cyrillic',
4691
+ 'greek',
4692
+ 'vietnamese',
4693
+ 'latin-ext',
4694
+ 'devanagari',
4695
+ 'cyrillic-ext',
4696
+ ),
4697
+ ),
4698
+ 'Noto Serif' => array(
4699
+ 'label' => 'Noto Serif',
4700
+ 'variants' => array(
4701
+ 'regular',
4702
+ 'italic',
4703
+ '700',
4704
+ '700italic',
4705
+ ),
4706
+ 'subsets' => array(
4707
+ 'latin',
4708
+ 'greek-ext',
4709
+ 'cyrillic',
4710
+ 'greek',
4711
+ 'vietnamese',
4712
+ 'latin-ext',
4713
+ 'cyrillic-ext',
4714
+ ),
4715
+ ),
4716
+ 'Nova Cut' => array(
4717
+ 'label' => 'Nova Cut',
4718
+ 'variants' => array(
4719
+ 'regular',
4720
+ ),
4721
+ 'subsets' => array(
4722
+ 'latin',
4723
+ ),
4724
+ ),
4725
+ 'Nova Flat' => array(
4726
+ 'label' => 'Nova Flat',
4727
+ 'variants' => array(
4728
+ 'regular',
4729
+ ),
4730
+ 'subsets' => array(
4731
+ 'latin',
4732
+ ),
4733
+ ),
4734
+ 'Nova Mono' => array(
4735
+ 'label' => 'Nova Mono',
4736
+ 'variants' => array(
4737
+ 'regular',
4738
+ ),
4739
+ 'subsets' => array(
4740
+ 'latin',
4741
+ 'greek',
4742
+ ),
4743
+ ),
4744
+ 'Nova Oval' => array(
4745
+ 'label' => 'Nova Oval',
4746
+ 'variants' => array(
4747
+ 'regular',
4748
+ ),
4749
+ 'subsets' => array(
4750
+ 'latin',
4751
+ ),
4752
+ ),
4753
+ 'Nova Round' => array(
4754
+ 'label' => 'Nova Round',
4755
+ 'variants' => array(
4756
+ 'regular',
4757
+ ),
4758
+ 'subsets' => array(
4759
+ 'latin',
4760
+ ),
4761
+ ),
4762
+ 'Nova Script' => array(
4763
+ 'label' => 'Nova Script',
4764
+ 'variants' => array(
4765
+ 'regular',
4766
+ ),
4767
+ 'subsets' => array(
4768
+ 'latin',
4769
+ ),
4770
+ ),
4771
+ 'Nova Slim' => array(
4772
+ 'label' => 'Nova Slim',
4773
+ 'variants' => array(
4774
+ 'regular',
4775
+ ),
4776
+ 'subsets' => array(
4777
+ 'latin',
4778
+ ),
4779
+ ),
4780
+ 'Nova Square' => array(
4781
+ 'label' => 'Nova Square',
4782
+ 'variants' => array(
4783
+ 'regular',
4784
+ ),
4785
+ 'subsets' => array(
4786
+ 'latin',
4787
+ ),
4788
+ ),
4789
+ 'Numans' => array(
4790
+ 'label' => 'Numans',
4791
+ 'variants' => array(
4792
+ 'regular',
4793
+ ),
4794
+ 'subsets' => array(
4795
+ 'latin',
4796
+ ),
4797
+ ),
4798
+ 'Nunito' => array(
4799
+ 'label' => 'Nunito',
4800
+ 'variants' => array(
4801
+ '300',
4802
+ 'regular',
4803
+ '700',
4804
+ ),
4805
+ 'subsets' => array(
4806
+ 'latin',
4807
+ ),
4808
+ ),
4809
+ 'Odor Mean Chey' => array(
4810
+ 'label' => 'Odor Mean Chey',
4811
+ 'variants' => array(
4812
+ 'regular',
4813
+ ),
4814
+ 'subsets' => array(
4815
+ 'khmer',
4816
+ ),
4817
+ ),
4818
+ 'Offside' => array(
4819
+ 'label' => 'Offside',
4820
+ 'variants' => array(
4821
+ 'regular',
4822
+ ),
4823
+ 'subsets' => array(
4824
+ 'latin',
4825
+ ),
4826
+ ),
4827
+ 'Old Standard TT' => array(
4828
+ 'label' => 'Old Standard TT',
4829
+ 'variants' => array(
4830
+ 'regular',
4831
+ 'italic',
4832
+ '700',
4833
+ ),
4834
+ 'subsets' => array(
4835
+ 'latin',
4836
+ ),
4837
+ ),
4838
+ 'Oldenburg' => array(
4839
+ 'label' => 'Oldenburg',
4840
+ 'variants' => array(
4841
+ 'regular',
4842
+ ),
4843
+ 'subsets' => array(
4844
+ 'latin',
4845
+ 'latin-ext',
4846
+ ),
4847
+ ),
4848
+ 'Oleo Script' => array(
4849
+ 'label' => 'Oleo Script',
4850
+ 'variants' => array(
4851
+ 'regular',
4852
+ '700',
4853
+ ),
4854
+ 'subsets' => array(
4855
+ 'latin',
4856
+ 'latin-ext',
4857
+ ),
4858
+ ),
4859
+ 'Oleo Script Swash Caps' => array(
4860
+ 'label' => 'Oleo Script Swash Caps',
4861
+ 'variants' => array(
4862
+ 'regular',
4863
+ '700',
4864
+ ),
4865
+ 'subsets' => array(
4866
+ 'latin',
4867
+ 'latin-ext',
4868
+ ),
4869
+ ),
4870
+ 'Open Sans' => array(
4871
+ 'label' => 'Open Sans',
4872
+ 'variants' => array(
4873
+ '300',
4874
+ '300italic',
4875
+ 'regular',
4876
+ 'italic',
4877
+ '600',
4878
+ '600italic',
4879
+ '700',
4880
+ '700italic',
4881
+ '800',
4882
+ '800italic',
4883
+ ),
4884
+ 'subsets' => array(
4885
+ 'latin',
4886
+ 'greek-ext',
4887
+ 'cyrillic',
4888
+ 'greek',
4889
+ 'vietnamese',
4890
+ 'latin-ext',
4891
+ 'devanagari',
4892
+ 'cyrillic-ext',
4893
+ ),
4894
+ ),
4895
+ 'Open Sans Condensed' => array(
4896
+ 'label' => 'Open Sans Condensed',
4897
+ 'variants' => array(
4898
+ '300',
4899
+ '300italic',
4900
+ '700',
4901
+ ),
4902
+ 'subsets' => array(
4903
+ 'latin',
4904
+ 'greek-ext',
4905
+ 'cyrillic',
4906
+ 'greek',
4907
+ 'vietnamese',
4908
+ 'latin-ext',
4909
+ 'cyrillic-ext',
4910
+ ),
4911
+ ),
4912
+ 'Oranienbaum' => array(
4913
+ 'label' => 'Oranienbaum',
4914
+ 'variants' => array(
4915
+ 'regular',
4916
+ ),
4917
+ 'subsets' => array(
4918
+ 'latin',
4919
+ 'cyrillic',
4920
+ 'latin-ext',
4921
+ 'cyrillic-ext',
4922
+ ),
4923
+ ),
4924
+ 'Orbitron' => array(
4925
+ 'label' => 'Orbitron',
4926
+ 'variants' => array(
4927
+ 'regular',
4928
+ '500',
4929
+ '700',
4930
+ '900',
4931
+ ),
4932
+ 'subsets' => array(
4933
+ 'latin',
4934
+ ),
4935
+ ),
4936
+ 'Oregano' => array(
4937
+ 'label' => 'Oregano',
4938
+ 'variants' => array(
4939
+ 'regular',
4940
+ 'italic',
4941
+ ),
4942
+ 'subsets' => array(
4943
+ 'latin',
4944
+ 'latin-ext',
4945
+ ),
4946
+ ),
4947
+ 'Orienta' => array(
4948
+ 'label' => 'Orienta',
4949
+ 'variants' => array(
4950
+ 'regular',
4951
+ ),
4952
+ 'subsets' => array(
4953
+ 'latin',
4954
+ 'latin-ext',
4955
+ ),
4956
+ ),
4957
+ 'Original Surfer' => array(
4958
+ 'label' => 'Original Surfer',
4959
+ 'variants' => array(
4960
+ 'regular',
4961
+ ),
4962
+ 'subsets' => array(
4963
+ 'latin',
4964
+ ),
4965
+ ),
4966
+ 'Oswald' => array(
4967
+ 'label' => 'Oswald',
4968
+ 'variants' => array(
4969
+ '300',
4970
+ 'regular',
4971
+ '700',
4972
+ ),
4973
+ 'subsets' => array(
4974
+ 'latin',
4975
+ 'latin-ext',
4976
+ ),
4977
+ ),
4978
+ 'Over the Rainbow' => array(
4979
+ 'label' => 'Over the Rainbow',
4980
+ 'variants' => array(
4981
+ 'regular',
4982
+ ),
4983
+ 'subsets' => array(
4984
+ 'latin',
4985
+ ),
4986
+ ),
4987
+ 'Overlock' => array(
4988
+ 'label' => 'Overlock',
4989
+ 'variants' => array(
4990
+ 'regular',
4991
+ 'italic',
4992
+ '700',
4993
+ '700italic',
4994
+ '900',
4995
+ '900italic',
4996
+ ),
4997
+ 'subsets' => array(
4998
+ 'latin',
4999
+ 'latin-ext',
5000
+ ),
5001
+ ),
5002
+ 'Overlock SC' => array(
5003
+ 'label' => 'Overlock SC',
5004
+ 'variants' => array(
5005
+ 'regular',
5006
+ ),
5007
+ 'subsets' => array(
5008
+ 'latin',
5009
+ 'latin-ext',
5010
+ ),
5011
+ ),
5012
+ 'Ovo' => array(
5013
+ 'label' => 'Ovo',
5014
+ 'variants' => array(
5015
+ 'regular',
5016
+ ),
5017
+ 'subsets' => array(
5018
+ 'latin',
5019
+ ),
5020
+ ),
5021
+ 'Oxygen' => array(
5022
+ 'label' => 'Oxygen',
5023
+ 'variants' => array(
5024
+ '300',
5025
+ 'regular',
5026
+ '700',
5027
+ ),
5028
+ 'subsets' => array(
5029
+ 'latin',
5030
+ 'latin-ext',
5031
+ ),
5032
+ ),
5033
+ 'Oxygen Mono' => array(
5034
+ 'label' => 'Oxygen Mono',
5035
+ 'variants' => array(
5036
+ 'regular',
5037
+ ),
5038
+ 'subsets' => array(
5039
+ 'latin',
5040
+ 'latin-ext',
5041
+ ),
5042
+ ),
5043
+ 'PT Mono' => array(
5044
+ 'label' => 'PT Mono',
5045
+ 'variants' => array(
5046
+ 'regular',
5047
+ ),
5048
+ 'subsets' => array(
5049
+ 'latin',
5050
+ 'cyrillic',
5051
+ 'latin-ext',
5052
+ 'cyrillic-ext',
5053
+ ),
5054
+ ),
5055
+ 'PT Sans' => array(
5056
+ 'label' => 'PT Sans',
5057
+ 'variants' => array(
5058
+ 'regular',
5059
+ 'italic',
5060
+ '700',
5061
+ '700italic',
5062
+ ),
5063
+ 'subsets' => array(
5064
+ 'latin',
5065
+ 'cyrillic',
5066
+ 'latin-ext',
5067
+ 'cyrillic-ext',
5068
+ ),
5069
+ ),
5070
+ 'PT Sans Caption' => array(
5071
+ 'label' => 'PT Sans Caption',
5072
+ 'variants' => array(
5073
+ 'regular',
5074
+ '700',
5075
+ ),
5076
+ 'subsets' => array(
5077
+ 'latin',
5078
+ 'cyrillic',
5079
+ 'latin-ext',
5080
+ 'cyrillic-ext',
5081
+ ),
5082
+ ),
5083
+ 'PT Sans Narrow' => array(
5084
+ 'label' => 'PT Sans Narrow',
5085
+ 'variants' => array(
5086
+ 'regular',
5087
+ '700',
5088
+ ),
5089
+ 'subsets' => array(
5090
+ 'latin',
5091
+ 'cyrillic',
5092
+ 'latin-ext',
5093
+ 'cyrillic-ext',
5094
+ ),
5095
+ ),
5096
+ 'PT Serif' => array(
5097
+ 'label' => 'PT Serif',
5098
+ 'variants' => array(
5099
+ 'regular',
5100
+ 'italic',
5101
+ '700',
5102
+ '700italic',
5103
+ ),
5104
+ 'subsets' => array(
5105
+ 'latin',
5106
+ 'cyrillic',
5107
+ 'latin-ext',
5108
+ 'cyrillic-ext',
5109
+ ),
5110
+ ),
5111
+ 'PT Serif Caption' => array(
5112
+ 'label' => 'PT Serif Caption',
5113
+ 'variants' => array(
5114
+ 'regular',
5115
+ 'italic',
5116
+ ),
5117
+ 'subsets' => array(
5118
+ 'latin',
5119
+ 'cyrillic',
5120
+ 'latin-ext',
5121
+ 'cyrillic-ext',
5122
+ ),
5123
+ ),
5124
+ 'Pacifico' => array(
5125
+ 'label' => 'Pacifico',
5126
+ 'variants' => array(
5127
+ 'regular',
5128
+ ),
5129
+ 'subsets' => array(
5130
+ 'latin',
5131
+ ),
5132
+ ),
5133
+ 'Paprika' => array(
5134
+ 'label' => 'Paprika',
5135
+ 'variants' => array(
5136
+ 'regular',
5137
+ ),
5138
+ 'subsets' => array(
5139
+ 'latin',
5140
+ ),
5141
+ ),
5142
+ 'Parisienne' => array(
5143
+ 'label' => 'Parisienne',
5144
+ 'variants' => array(
5145
+ 'regular',
5146
+ ),
5147
+ 'subsets' => array(
5148
+ 'latin',
5149
+ 'latin-ext',
5150
+ ),
5151
+ ),
5152
+ 'Passero One' => array(
5153
+ 'label' => 'Passero One',
5154
+ 'variants' => array(
5155
+ 'regular',
5156
+ ),
5157
+ 'subsets' => array(
5158
+ 'latin',
5159
+ 'latin-ext',
5160
+ ),
5161
+ ),
5162
+ 'Passion One' => array(
5163
+ 'label' => 'Passion One',
5164
+ 'variants' => array(
5165
+ 'regular',
5166
+ '700',
5167
+ '900',
5168
+ ),
5169
+ 'subsets' => array(
5170
+ 'latin',
5171
+ 'latin-ext',
5172
+ ),
5173
+ ),
5174
+ 'Pathway Gothic One' => array(
5175
+ 'label' => 'Pathway Gothic One',
5176
+ 'variants' => array(
5177
+ 'regular',
5178
+ ),
5179
+ 'subsets' => array(
5180
+ 'latin',
5181
+ 'latin-ext',
5182
+ ),
5183
+ ),
5184
+ 'Patrick Hand' => array(
5185
+ 'label' => 'Patrick Hand',
5186
+ 'variants' => array(
5187
+ 'regular',
5188
+ ),
5189
+ 'subsets' => array(
5190
+ 'latin',
5191
+ 'vietnamese',
5192
+ 'latin-ext',
5193
+ ),
5194
+ ),
5195
+ 'Patrick Hand SC' => array(
5196
+ 'label' => 'Patrick Hand SC',
5197
+ 'variants' => array(
5198
+ 'regular',
5199
+ ),
5200
+ 'subsets' => array(
5201
+ 'latin',
5202
+ 'vietnamese',
5203
+ 'latin-ext',
5204
+ ),
5205
+ ),
5206
+ 'Patua One' => array(
5207
+ 'label' => 'Patua One',
5208
+ 'variants' => array(
5209
+ 'regular',
5210
+ ),
5211
+ 'subsets' => array(
5212
+ 'latin',
5213
+ ),
5214
+ ),
5215
+ 'Paytone One' => array(
5216
+ 'label' => 'Paytone One',
5217
+ 'variants' => array(
5218
+ 'regular',
5219
+ ),
5220
+ 'subsets' => array(
5221
+ 'latin',
5222
+ ),
5223
+ ),
5224
+ 'Peralta' => array(
5225
+ 'label' => 'Peralta',
5226
+ 'variants' => array(
5227
+ 'regular',
5228
+ ),
5229
+ 'subsets' => array(
5230
+ 'latin',
5231
+ 'latin-ext',
5232
+ ),
5233
+ ),
5234
+ 'Permanent Marker' => array(
5235
+ 'label' => 'Permanent Marker',
5236
+ 'variants' => array(
5237
+ 'regular',
5238
+ ),
5239
+ 'subsets' => array(
5240
+ 'latin',
5241
+ ),
5242
+ ),
5243
+ 'Petit Formal Script' => array(
5244
+ 'label' => 'Petit Formal Script',
5245
+ 'variants' => array(
5246
+ 'regular',
5247
+ ),
5248
+ 'subsets' => array(
5249
+ 'latin',
5250
+ 'latin-ext',
5251
+ ),
5252
+ ),
5253
+ 'Petrona' => array(
5254
+ 'label' => 'Petrona',
5255
+ 'variants' => array(
5256
+ 'regular',
5257
+ ),
5258
+ 'subsets' => array(
5259
+ 'latin',
5260
+ ),
5261
+ ),
5262
+ 'Philosopher' => array(
5263
+ 'label' => 'Philosopher',
5264
+ 'variants' => array(
5265
+ 'regular',
5266
+ 'italic',
5267
+ '700',
5268
+ '700italic',
5269
+ ),
5270
+ 'subsets' => array(
5271
+ 'latin',
5272
+ 'cyrillic',
5273
+ ),
5274
+ ),
5275
+ 'Piedra' => array(
5276
+ 'label' => 'Piedra',
5277
+ 'variants' => array(
5278
+ 'regular',
5279
+ ),
5280
+ 'subsets' => array(
5281
+ 'latin',
5282
+ 'latin-ext',
5283
+ ),
5284
+ ),
5285
+ 'Pinyon Script' => array(
5286
+ 'label' => 'Pinyon Script',
5287
+ 'variants' => array(
5288
+ 'regular',
5289
+ ),
5290
+ 'subsets' => array(
5291
+ 'latin',
5292
+ ),
5293
+ ),
5294
+ 'Pirata One' => array(
5295
+ 'label' => 'Pirata One',
5296
+ 'variants' => array(
5297
+ 'regular',
5298
+ ),
5299
+ 'subsets' => array(
5300
+ 'latin',
5301
+ 'latin-ext',
5302
+ ),
5303
+ ),
5304
+ 'Plaster' => array(
5305
+ 'label' => 'Plaster',
5306
+ 'variants' => array(
5307
+ 'regular',
5308
+ ),
5309
+ 'subsets' => array(
5310
+ 'latin',
5311
+ 'latin-ext',
5312
+ ),
5313
+ ),
5314
+ 'Play' => array(
5315
+ 'label' => 'Play',
5316
+ 'variants' => array(
5317
+ 'regular',
5318
+ '700',
5319
+ ),
5320
+ 'subsets' => array(
5321
+ 'latin',
5322
+ 'greek-ext',
5323
+ 'cyrillic',
5324
+ 'greek',
5325
+ 'latin-ext',
5326
+ 'cyrillic-ext',
5327
+ ),
5328
+ ),
5329
+ 'Playball' => array(
5330
+ 'label' => 'Playball',
5331
+ 'variants' => array(
5332
+ 'regular',
5333
+ ),
5334
+ 'subsets' => array(
5335
+ 'latin',
5336
+ 'latin-ext',
5337
+ ),
5338
+ ),
5339
+ 'Playfair Display' => array(
5340
+ 'label' => 'Playfair Display',
5341
+ 'variants' => array(
5342
+ 'regular',
5343
+ 'italic',
5344
+ '700',
5345
+ '700italic',
5346
+ '900',
5347
+ '900italic',
5348
+ ),
5349
+ 'subsets' => array(
5350
+ 'latin',
5351
+ 'cyrillic',
5352
+ 'latin-ext',
5353
+ ),
5354
+ ),
5355
+ 'Playfair Display SC' => array(
5356
+ 'label' => 'Playfair Display SC',
5357
+ 'variants' => array(
5358
+ 'regular',
5359
+ 'italic',
5360
+ '700',
5361
+ '700italic',
5362
+ '900',
5363
+ '900italic',
5364
+ ),
5365
+ 'subsets' => array(
5366
+ 'latin',
5367
+ 'cyrillic',
5368
+ 'latin-ext',
5369
+ ),
5370
+ ),
5371
+ 'Podkova' => array(
5372
+ 'label' => 'Podkova',
5373
+ 'variants' => array(
5374
+ 'regular',
5375
+ '700',
5376
+ ),
5377
+ 'subsets' => array(
5378
+ 'latin',
5379
+ ),
5380
+ ),
5381
+ 'Poiret One' => array(
5382
+ 'label' => 'Poiret One',
5383
+ 'variants' => array(
5384
+ 'regular',
5385
+ ),
5386
+ 'subsets' => array(
5387
+ 'latin',
5388
+ 'cyrillic',
5389
+ 'latin-ext',
5390
+ ),
5391
+ ),
5392
+ 'Poller One' => array(
5393
+ 'label' => 'Poller One',
5394
+ 'variants' => array(
5395
+ 'regular',
5396
+ ),
5397
+ 'subsets' => array(
5398
+ 'latin',
5399
+ ),
5400
+ ),
5401
+ 'Poly' => array(
5402
+ 'label' => 'Poly',
5403
+ 'variants' => array(
5404
+ 'regular',
5405
+ 'italic',
5406
+ ),
5407
+ 'subsets' => array(
5408
+ 'latin',
5409
+ ),
5410
+ ),
5411
+ 'Pompiere' => array(
5412
+ 'label' => 'Pompiere',
5413
+ 'variants' => array(
5414
+ 'regular',
5415
+ ),
5416
+ 'subsets' => array(
5417
+ 'latin',
5418
+ ),
5419
+ ),
5420
+ 'Pontano Sans' => array(
5421
+ 'label' => 'Pontano Sans',
5422
+ 'variants' => array(
5423
+ 'regular',
5424
+ ),
5425
+ 'subsets' => array(
5426
+ 'latin',
5427
+ 'latin-ext',
5428
+ ),
5429
+ ),
5430
+ 'Port Lligat Sans' => array(
5431
+ 'label' => 'Port Lligat Sans',
5432
+ 'variants' => array(
5433
+ 'regular',
5434
+ ),
5435
+ 'subsets' => array(
5436
+ 'latin',
5437
+ ),
5438
+ ),
5439
+ 'Port Lligat Slab' => array(
5440
+ 'label' => 'Port Lligat Slab',
5441
+ 'variants' => array(
5442
+ 'regular',
5443
+ ),
5444
+ 'subsets' => array(
5445
+ 'latin',
5446
+ ),
5447
+ ),
5448
+ 'Prata' => array(
5449
+ 'label' => 'Prata',
5450
+ 'variants' => array(
5451
+ 'regular',
5452
+ ),
5453
+ 'subsets' => array(
5454
+ 'latin',
5455
+ ),
5456
+ ),
5457
+ 'Preahvihear' => array(
5458
+ 'label' => 'Preahvihear',
5459
+ 'variants' => array(
5460
+ 'regular',
5461
+ ),
5462
+ 'subsets' => array(
5463
+ 'khmer',
5464
+ ),
5465
+ ),
5466
+ 'Press Start 2P' => array(
5467
+ 'label' => 'Press Start 2P',
5468
+ 'variants' => array(
5469
+ 'regular',
5470
+ ),
5471
+ 'subsets' => array(
5472
+ 'latin',
5473
+ 'cyrillic',
5474
+ 'greek',
5475
+ 'latin-ext',
5476
+ ),
5477
+ ),
5478
+ 'Princess Sofia' => array(
5479
+ 'label' => 'Princess Sofia',
5480
+ 'variants' => array(
5481
+ 'regular',
5482
+ ),
5483
+ 'subsets' => array(
5484
+ 'latin',
5485
+ 'latin-ext',
5486
+ ),
5487
+ ),
5488
+ 'Prociono' => array(
5489
+ 'label' => 'Prociono',
5490
+ 'variants' => array(
5491
+ 'regular',
5492
+ ),
5493
+ 'subsets' => array(
5494
+ 'latin',
5495
+ ),
5496
+ ),
5497
+ 'Prosto One' => array(
5498
+ 'label' => 'Prosto One',
5499
+ 'variants' => array(
5500
+ 'regular',
5501
+ ),
5502
+ 'subsets' => array(
5503
+ 'latin',
5504
+ 'cyrillic',
5505
+ 'latin-ext',
5506
+ ),
5507
+ ),
5508
+ 'Puritan' => array(
5509
+ 'label' => 'Puritan',
5510
+ 'variants' => array(
5511
+ 'regular',
5512
+ 'italic',
5513
+ '700',
5514
+ '700italic',
5515
+ ),
5516
+ 'subsets' => array(
5517
+ 'latin',
5518
+ ),
5519
+ ),
5520
+ 'Purple Purse' => array(
5521
+ 'label' => 'Purple Purse',
5522
+ 'variants' => array(
5523
+ 'regular',
5524
+ ),
5525
+ 'subsets' => array(
5526
+ 'latin',
5527
+ 'latin-ext',
5528
+ ),
5529
+ ),
5530
+ 'Quando' => array(
5531
+ 'label' => 'Quando',
5532
+ 'variants' => array(
5533
+ 'regular',
5534
+ ),
5535
+ 'subsets' => array(
5536
+ 'latin',
5537
+ 'latin-ext',
5538
+ ),
5539
+ ),
5540
+ 'Quantico' => array(
5541
+ 'label' => 'Quantico',
5542
+ 'variants' => array(
5543
+ 'regular',
5544
+ 'italic',
5545
+ '700',
5546
+ '700italic',
5547
+ ),
5548
+ 'subsets' => array(
5549
+ 'latin',
5550
+ ),
5551
+ ),
5552
+ 'Quattrocento' => array(
5553
+ 'label' => 'Quattrocento',
5554
+ 'variants' => array(
5555
+ 'regular',
5556
+ '700',
5557
+ ),
5558
+ 'subsets' => array(
5559
+ 'latin',
5560
+ 'latin-ext',
5561
+ ),
5562
+ ),
5563
+ 'Quattrocento Sans' => array(
5564
+ 'label' => 'Quattrocento Sans',
5565
+ 'variants' => array(
5566
+ 'regular',
5567
+ 'italic',
5568
+ '700',
5569
+ '700italic',
5570
+ ),
5571
+ 'subsets' => array(
5572
+ 'latin',
5573
+ 'latin-ext',
5574
+ ),
5575
+ ),
5576
+ 'Questrial' => array(
5577
+ 'label' => 'Questrial',
5578
+ 'variants' => array(
5579
+ 'regular',
5580
+ ),
5581
+ 'subsets' => array(
5582
+ 'latin',
5583
+ ),
5584
+ ),
5585
+ 'Quicksand' => array(
5586
+ 'label' => 'Quicksand',
5587
+ 'variants' => array(
5588
+ '300',
5589
+ 'regular',
5590
+ '700',
5591
+ ),
5592
+ 'subsets' => array(
5593
+ 'latin',
5594
+ ),
5595
+ ),
5596
+ 'Quintessential' => array(
5597
+ 'label' => 'Quintessential',
5598
+ 'variants' => array(
5599
+ 'regular',
5600
+ ),
5601
+ 'subsets' => array(
5602
+ 'latin',
5603
+ 'latin-ext',
5604
+ ),
5605
+ ),
5606
+ 'Qwigley' => array(
5607
+ 'label' => 'Qwigley',
5608
+ 'variants' => array(
5609
+ 'regular',
5610
+ ),
5611
+ 'subsets' => array(
5612
+ 'latin',
5613
+ 'latin-ext',
5614
+ ),
5615
+ ),
5616
+ 'Racing Sans One' => array(
5617
+ 'label' => 'Racing Sans One',
5618
+ 'variants' => array(
5619
+ 'regular',
5620
+ ),
5621
+ 'subsets' => array(
5622
+ 'latin',
5623
+ 'latin-ext',
5624
+ ),
5625
+ ),
5626
+ 'Radley' => array(
5627
+ 'label' => 'Radley',
5628
+ 'variants' => array(
5629
+ 'regular',
5630
+ 'italic',
5631
+ ),
5632
+ 'subsets' => array(
5633
+ 'latin',
5634
+ 'latin-ext',
5635
+ ),
5636
+ ),
5637
+ 'Raleway' => array(
5638
+ 'label' => 'Raleway',
5639
+ 'variants' => array(
5640
+ '100',
5641
+ '200',
5642
+ '300',
5643
+ 'regular',
5644
+ '500',
5645
+ '600',
5646
+ '700',
5647
+ '800',
5648
+ '900',
5649
+ ),
5650
+ 'subsets' => array(
5651
+ 'latin',
5652
+ ),
5653
+ ),
5654
+ 'Raleway Dots' => array(
5655
+ 'label' => 'Raleway Dots',
5656
+ 'variants' => array(
5657
+ 'regular',
5658
+ ),
5659
+ 'subsets' => array(
5660
+ 'latin',
5661
+ 'latin-ext',
5662
+ ),
5663
+ ),
5664
+ 'Rambla' => array(
5665
+ 'label' => 'Rambla',
5666
+ 'variants' => array(
5667
+ 'regular',
5668
+ 'italic',
5669
+ '700',
5670
+ '700italic',
5671
+ ),
5672
+ 'subsets' => array(
5673
+ 'latin',
5674
+ 'latin-ext',
5675
+ ),
5676
+ ),
5677
+ 'Rammetto One' => array(
5678
+ 'label' => 'Rammetto One',
5679
+ 'variants' => array(
5680
+ 'regular',
5681
+ ),
5682
+ 'subsets' => array(
5683
+ 'latin',
5684
+ 'latin-ext',
5685
+ ),
5686
+ ),
5687
+ 'Ranchers' => array(
5688
+ 'label' => 'Ranchers',
5689
+ 'variants' => array(
5690
+ 'regular',
5691
+ ),
5692
+ 'subsets' => array(
5693
+ 'latin',
5694
+ 'latin-ext',
5695
+ ),
5696
+ ),
5697
+ 'Rancho' => array(
5698
+ 'label' => 'Rancho',
5699
+ 'variants' => array(
5700
+ 'regular',
5701
+ ),
5702
+ 'subsets' => array(
5703
+ 'latin',
5704
+ ),
5705
+ ),
5706
+ 'Rationale' => array(
5707
+ 'label' => 'Rationale',
5708
+ 'variants' => array(
5709
+ 'regular',
5710
+ ),
5711
+ 'subsets' => array(
5712
+ 'latin',
5713
+ ),
5714
+ ),
5715
+ 'Redressed' => array(
5716
+ 'label' => 'Redressed',
5717
+ 'variants' => array(
5718
+ 'regular',
5719
+ ),
5720
+ 'subsets' => array(
5721
+ 'latin',
5722
+ ),
5723
+ ),
5724
+ 'Reenie Beanie' => array(
5725
+ 'label' => 'Reenie Beanie',
5726
+ 'variants' => array(
5727
+ 'regular',
5728
+ ),
5729
+ 'subsets' => array(
5730
+ 'latin',
5731
+ ),
5732
+ ),
5733
+ 'Revalia' => array(
5734
+ 'label' => 'Revalia',
5735
+ 'variants' => array(
5736
+ 'regular',
5737
+ ),
5738
+ 'subsets' => array(
5739
+ 'latin',
5740
+ 'latin-ext',
5741
+ ),
5742
+ ),
5743
+ 'Ribeye' => array(
5744
+ 'label' => 'Ribeye',
5745
+ 'variants' => array(
5746
+ 'regular',
5747
+ ),
5748
+ 'subsets' => array(
5749
+ 'latin',
5750
+ 'latin-ext',
5751
+ ),
5752
+ ),
5753
+ 'Ribeye Marrow' => array(
5754
+ 'label' => 'Ribeye Marrow',
5755
+ 'variants' => array(
5756
+ 'regular',
5757
+ ),
5758
+ 'subsets' => array(
5759
+ 'latin',
5760
+ 'latin-ext',
5761
+ ),
5762
+ ),
5763
+ 'Righteous' => array(
5764
+ 'label' => 'Righteous',
5765
+ 'variants' => array(
5766
+ 'regular',
5767
+ ),
5768
+ 'subsets' => array(
5769
+ 'latin',
5770
+ 'latin-ext',
5771
+ ),
5772
+ ),
5773
+ 'Risque' => array(
5774
+ 'label' => 'Risque',
5775
+ 'variants' => array(
5776
+ 'regular',
5777
+ ),
5778
+ 'subsets' => array(
5779
+ 'latin',
5780
+ 'latin-ext',
5781
+ ),
5782
+ ),
5783
+ 'Roboto' => array(
5784
+ 'label' => 'Roboto',
5785
+ 'variants' => array(
5786
+ '100',
5787
+ '100italic',
5788
+ '300',
5789
+ '300italic',
5790
+ 'regular',
5791
+ 'italic',
5792
+ '500',
5793
+ '500italic',
5794
+ '700',
5795
+ '700italic',
5796
+ '900',
5797
+ '900italic',
5798
+ ),
5799
+ 'subsets' => array(
5800
+ 'latin',
5801
+ 'greek-ext',
5802
+ 'cyrillic',
5803
+ 'greek',
5804
+ 'vietnamese',
5805
+ 'latin-ext',
5806
+ 'cyrillic-ext',
5807
+ ),
5808
+ ),
5809
+ 'Roboto Condensed' => array(
5810
+ 'label' => 'Roboto Condensed',
5811
+ 'variants' => array(
5812
+ '300',
5813
+ '300italic',
5814
+ 'regular',
5815
+ 'italic',
5816
+ '700',
5817
+ '700italic',
5818
+ ),
5819
+ 'subsets' => array(
5820
+ 'latin',
5821
+ 'greek-ext',
5822
+ 'cyrillic',
5823
+ 'greek',
5824
+ 'vietnamese',
5825
+ 'latin-ext',
5826
+ 'cyrillic-ext',
5827
+ ),
5828
+ ),
5829
+ 'Roboto Slab' => array(
5830
+ 'label' => 'Roboto Slab',
5831
+ 'variants' => array(
5832
+ '100',
5833
+ '300',
5834
+ 'regular',
5835
+ '700',
5836
+ ),
5837
+ 'subsets' => array(
5838
+ 'latin',
5839
+ 'greek-ext',
5840
+ 'cyrillic',
5841
+ 'greek',
5842
+ 'vietnamese',
5843
+ 'latin-ext',
5844
+ 'cyrillic-ext',
5845
+ ),
5846
+ ),
5847
+ 'Rochester' => array(
5848
+ 'label' => 'Rochester',
5849
+ 'variants' => array(
5850
+ 'regular',
5851
+ ),
5852
+ 'subsets' => array(
5853
+ 'latin',
5854
+ ),
5855
+ ),
5856
+ 'Rock Salt' => array(
5857
+ 'label' => 'Rock Salt',
5858
+ 'variants' => array(
5859
+ 'regular',
5860
+ ),
5861
+ 'subsets' => array(
5862
+ 'latin',
5863
+ ),
5864
+ ),
5865
+ 'Rokkitt' => array(
5866
+ 'label' => 'Rokkitt',
5867
+ 'variants' => array(
5868
+ 'regular',
5869
+ '700',
5870
+ ),
5871
+ 'subsets' => array(
5872
+ 'latin',
5873
+ ),
5874
+ ),
5875
+ 'Romanesco' => array(
5876
+ 'label' => 'Romanesco',
5877
+ 'variants' => array(
5878
+ 'regular',
5879
+ ),
5880
+ 'subsets' => array(
5881
+ 'latin',
5882
+ 'latin-ext',
5883
+ ),
5884
+ ),
5885
+ 'Ropa Sans' => array(
5886
+ 'label' => 'Ropa Sans',
5887
+ 'variants' => array(
5888
+ 'regular',
5889
+ 'italic',
5890
+ ),
5891
+ 'subsets' => array(
5892
+ 'latin',
5893
+ 'latin-ext',
5894
+ ),
5895
+ ),
5896
+ 'Rosario' => array(
5897
+ 'label' => 'Rosario',
5898
+ 'variants' => array(
5899
+ 'regular',
5900
+ 'italic',
5901
+ '700',
5902
+ '700italic',
5903
+ ),
5904
+ 'subsets' => array(
5905
+ 'latin',
5906
+ ),
5907
+ ),
5908
+ 'Rosarivo' => array(
5909
+ 'label' => 'Rosarivo',
5910
+ 'variants' => array(
5911
+ 'regular',
5912
+ 'italic',
5913
+ ),
5914
+ 'subsets' => array(
5915
+ 'latin',
5916
+ 'latin-ext',
5917
+ ),
5918
+ ),
5919
+ 'Rouge Script' => array(
5920
+ 'label' => 'Rouge Script',
5921
+ 'variants' => array(
5922
+ 'regular',
5923
+ ),
5924
+ 'subsets' => array(
5925
+ 'latin',
5926
+ ),
5927
+ ),
5928
+ 'Ruda' => array(
5929
+ 'label' => 'Ruda',
5930
+ 'variants' => array(
5931
+ 'regular',
5932
+ '700',
5933
+ '900',
5934
+ ),
5935
+ 'subsets' => array(
5936
+ 'latin',
5937
+ 'latin-ext',
5938
+ ),
5939
+ ),
5940
+ 'Rufina' => array(
5941
+ 'label' => 'Rufina',
5942
+ 'variants' => array(
5943
+ 'regular',
5944
+ '700',
5945
+ ),
5946
+ 'subsets' => array(
5947
+ 'latin',
5948
+ 'latin-ext',
5949
+ ),
5950
+ ),
5951
+ 'Ruge Boogie' => array(
5952
+ 'label' => 'Ruge Boogie',
5953
+ 'variants' => array(
5954
+ 'regular',
5955
+ ),
5956
+ 'subsets' => array(
5957
+ 'latin',
5958
+ 'latin-ext',
5959
+ ),
5960
+ ),
5961
+ 'Ruluko' => array(
5962
+ 'label' => 'Ruluko',
5963
+ 'variants' => array(
5964
+ 'regular',
5965
+ ),
5966
+ 'subsets' => array(
5967
+ 'latin',
5968
+ 'latin-ext',
5969
+ ),
5970
+ ),
5971
+ 'Rum Raisin' => array(
5972
+ 'label' => 'Rum Raisin',
5973
+ 'variants' => array(
5974
+ 'regular',
5975
+ ),
5976
+ 'subsets' => array(
5977
+ 'latin',
5978
+ 'latin-ext',
5979
+ ),
5980
+ ),
5981
+ 'Ruslan Display' => array(
5982
+ 'label' => 'Ruslan Display',
5983
+ 'variants' => array(
5984
+ 'regular',
5985
+ ),
5986
+ 'subsets' => array(
5987
+ 'latin',
5988
+ 'cyrillic',
5989
+ 'latin-ext',
5990
+ 'cyrillic-ext',
5991
+ ),
5992
+ ),
5993
+ 'Russo One' => array(
5994
+ 'label' => 'Russo One',
5995
+ 'variants' => array(
5996
+ 'regular',
5997
+ ),
5998
+ 'subsets' => array(
5999
+ 'latin',
6000
+ 'cyrillic',
6001
+ 'latin-ext',
6002
+ ),
6003
+ ),
6004
+ 'Ruthie' => array(
6005
+ 'label' => 'Ruthie',
6006
+ 'variants' => array(
6007
+ 'regular',
6008
+ ),
6009
+ 'subsets' => array(
6010
+ 'latin',
6011
+ 'latin-ext',
6012
+ ),
6013
+ ),
6014
+ 'Rye' => array(
6015
+ 'label' => 'Rye',
6016
+ 'variants' => array(
6017
+ 'regular',
6018
+ ),
6019
+ 'subsets' => array(
6020
+ 'latin',
6021
+ 'latin-ext',
6022
+ ),
6023
+ ),
6024
+ 'Sacramento' => array(
6025
+ 'label' => 'Sacramento',
6026
+ 'variants' => array(
6027
+ 'regular',
6028
+ ),
6029
+ 'subsets' => array(
6030
+ 'latin',
6031
+ 'latin-ext',
6032
+ ),
6033
+ ),
6034
+ 'Sail' => array(
6035
+ 'label' => 'Sail',
6036
+ 'variants' => array(
6037
+ 'regular',
6038
+ ),
6039
+ 'subsets' => array(
6040
+ 'latin',
6041
+ ),
6042
+ ),
6043
+ 'Salsa' => array(
6044
+ 'label' => 'Salsa',
6045
+ 'variants' => array(
6046
+ 'regular',
6047
+ ),
6048
+ 'subsets' => array(
6049
+ 'latin',
6050
+ ),
6051
+ ),
6052
+ 'Sanchez' => array(
6053
+ 'label' => 'Sanchez',
6054
+ 'variants' => array(
6055
+ 'regular',
6056
+ 'italic',
6057
+ ),
6058
+ 'subsets' => array(
6059
+ 'latin',
6060
+ 'latin-ext',
6061
+ ),
6062
+ ),
6063
+ 'Sancreek' => array(
6064
+ 'label' => 'Sancreek',
6065
+ 'variants' => array(
6066
+ 'regular',
6067
+ ),
6068
+ 'subsets' => array(
6069
+ 'latin',
6070
+ 'latin-ext',
6071
+ ),
6072
+ ),
6073
+ 'Sansita One' => array(
6074
+ 'label' => 'Sansita One',
6075
+ 'variants' => array(
6076
+ 'regular',
6077
+ ),
6078
+ 'subsets' => array(
6079
+ 'latin',
6080
+ ),
6081
+ ),
6082
+ 'Sarina' => array(
6083
+ 'label' => 'Sarina',
6084
+ 'variants' => array(
6085
+ 'regular',
6086
+ ),
6087
+ 'subsets' => array(
6088
+ 'latin',
6089
+ 'latin-ext',
6090
+ ),
6091
+ ),
6092
+ 'Satisfy' => array(
6093
+ 'label' => 'Satisfy',
6094
+ 'variants' => array(
6095
+ 'regular',
6096
+ ),
6097
+ 'subsets' => array(
6098
+ 'latin',
6099
+ ),
6100
+ ),
6101
+ 'Scada' => array(
6102
+ 'label' => 'Scada',
6103
+ 'variants' => array(
6104
+ 'regular',
6105
+ 'italic',
6106
+ '700',
6107
+ '700italic',
6108
+ ),
6109
+ 'subsets' => array(
6110
+ 'latin',
6111
+ 'cyrillic',
6112
+ 'latin-ext',
6113
+ ),
6114
+ ),
6115
+ 'Schoolbell' => array(
6116
+ 'label' => 'Schoolbell',
6117
+ 'variants' => array(
6118
+ 'regular',
6119
+ ),
6120
+ 'subsets' => array(
6121
+ 'latin',
6122
+ ),
6123
+ ),
6124
+ 'Seaweed Script' => array(
6125
+ 'label' => 'Seaweed Script',
6126
+ 'variants' => array(
6127
+ 'regular',
6128
+ ),
6129
+ 'subsets' => array(
6130
+ 'latin',
6131
+ 'latin-ext',
6132
+ ),
6133
+ ),
6134
+ 'Sevillana' => array(
6135
+ 'label' => 'Sevillana',
6136
+ 'variants' => array(
6137
+ 'regular',
6138
+ ),
6139
+ 'subsets' => array(
6140
+ 'latin',
6141
+ 'latin-ext',
6142
+ ),
6143
+ ),
6144
+ 'Seymour One' => array(
6145
+ 'label' => 'Seymour One',
6146
+ 'variants' => array(
6147
+ 'regular',
6148
+ ),
6149
+ 'subsets' => array(
6150
+ 'latin',
6151
+ 'cyrillic',
6152
+ 'latin-ext',
6153
+ ),
6154
+ ),
6155
+ 'Shadows Into Light' => array(
6156
+ 'label' => 'Shadows Into Light',
6157
+ 'variants' => array(
6158
+ 'regular',
6159
+ ),
6160
+ 'subsets' => array(
6161
+ 'latin',
6162
+ ),
6163
+ ),
6164
+ 'Shadows Into Light Two' => array(
6165
+ 'label' => 'Shadows Into Light Two',
6166
+ 'variants' => array(
6167
+ 'regular',
6168
+ ),
6169
+ 'subsets' => array(
6170
+ 'latin',
6171
+ 'latin-ext',
6172
+ ),
6173
+ ),
6174
+ 'Shanti' => array(
6175
+ 'label' => 'Shanti',
6176
+ 'variants' => array(
6177
+ 'regular',
6178
+ ),
6179
+ 'subsets' => array(
6180
+ 'latin',
6181
+ ),
6182
+ ),
6183
+ 'Share' => array(
6184
+ 'label' => 'Share',
6185
+ 'variants' => array(
6186
+ 'regular',
6187
+ 'italic',
6188
+ '700',
6189
+ '700italic',
6190
+ ),
6191
+ 'subsets' => array(
6192
+ 'latin',
6193
+ 'latin-ext',
6194
+ ),
6195
+ ),
6196
+ 'Share Tech' => array(
6197
+ 'label' => 'Share Tech',
6198
+ 'variants' => array(
6199
+ 'regular',
6200
+ ),
6201
+ 'subsets' => array(
6202
+ 'latin',
6203
+ ),
6204
+ ),
6205
+ 'Share Tech Mono' => array(
6206
+ 'label' => 'Share Tech Mono',
6207
+ 'variants' => array(
6208
+ 'regular',
6209
+ ),
6210
+ 'subsets' => array(
6211
+ 'latin',
6212
+ ),
6213
+ ),
6214
+ 'Shojumaru' => array(
6215
+ 'label' => 'Shojumaru',
6216
+ 'variants' => array(
6217
+ 'regular',
6218
+ ),
6219
+ 'subsets' => array(
6220
+ 'latin',
6221
+ 'latin-ext',
6222
+ ),
6223
+ ),
6224
+ 'Short Stack' => array(
6225
+ 'label' => 'Short Stack',
6226
+ 'variants' => array(
6227
+ 'regular',
6228
+ ),
6229
+ 'subsets' => array(
6230
+ 'latin',
6231
+ ),
6232
+ ),
6233
+ 'Siemreap' => array(
6234
+ 'label' => 'Siemreap',
6235
+ 'variants' => array(
6236
+ 'regular',
6237
+ ),
6238
+ 'subsets' => array(
6239
+ 'khmer',
6240
+ ),
6241
+ ),
6242
+ 'Sigmar One' => array(
6243
+ 'label' => 'Sigmar One',
6244
+ 'variants' => array(
6245
+ 'regular',
6246
+ ),
6247
+ 'subsets' => array(
6248
+ 'latin',
6249
+ ),
6250
+ ),
6251
+ 'Signika' => array(
6252
+ 'label' => 'Signika',
6253
+ 'variants' => array(
6254
+ '300',
6255
+ 'regular',
6256
+ '600',
6257
+ '700',
6258
+ ),
6259
+ 'subsets' => array(
6260
+ 'latin',
6261
+ 'latin-ext',
6262
+ ),
6263
+ ),
6264
+ 'Signika Negative' => array(
6265
+ 'label' => 'Signika Negative',
6266
+ 'variants' => array(
6267
+ '300',
6268
+ 'regular',
6269
+ '600',
6270
+ '700',
6271
+ ),
6272
+ 'subsets' => array(
6273
+ 'latin',
6274
+ 'latin-ext',
6275
+ ),
6276
+ ),
6277
+ 'Simonetta' => array(
6278
+ 'label' => 'Simonetta',
6279
+ 'variants' => array(
6280
+ 'regular',
6281
+ 'italic',
6282
+ '900',
6283
+ '900italic',
6284
+ ),
6285
+ 'subsets' => array(
6286
+ 'latin',
6287
+ 'latin-ext',
6288
+ ),
6289
+ ),
6290
+ 'Sintony' => array(
6291
+ 'label' => 'Sintony',
6292
+ 'variants' => array(
6293
+ 'regular',
6294
+ '700',
6295
+ ),
6296
+ 'subsets' => array(
6297
+ 'latin',
6298
+ 'latin-ext',
6299
+ ),
6300
+ ),
6301
+ 'Sirin Stencil' => array(
6302
+ 'label' => 'Sirin Stencil',
6303
+ 'variants' => array(
6304
+ 'regular',
6305
+ ),
6306
+ 'subsets' => array(
6307
+ 'latin',
6308
+ ),
6309
+ ),
6310
+ 'Six Caps' => array(
6311
+ 'label' => 'Six Caps',
6312
+ 'variants' => array(
6313
+ 'regular',
6314
+ ),
6315
+ 'subsets' => array(
6316
+ 'latin',
6317
+ ),
6318
+ ),
6319
+ 'Skranji' => array(
6320
+ 'label' => 'Skranji',
6321
+ 'variants' => array(
6322
+ 'regular',
6323
+ '700',
6324
+ ),
6325
+ 'subsets' => array(
6326
+ 'latin',
6327
+ 'latin-ext',
6328
+ ),
6329
+ ),
6330
+ 'Slackey' => array(
6331
+ 'label' => 'Slackey',
6332
+ 'variants' => array(
6333
+ 'regular',
6334
+ ),
6335
+ 'subsets' => array(
6336
+ 'latin',
6337
+ ),
6338
+ ),
6339
+ 'Smokum' => array(
6340
+ 'label' => 'Smokum',
6341
+ 'variants' => array(
6342
+ 'regular',
6343
+ ),
6344
+ 'subsets' => array(
6345
+ 'latin',
6346
+ ),
6347
+ ),
6348
+ 'Smythe' => array(
6349
+ 'label' => 'Smythe',
6350
+ 'variants' => array(
6351
+ 'regular',
6352
+ ),
6353
+ 'subsets' => array(
6354
+ 'latin',
6355
+ ),
6356
+ ),
6357
+ 'Sniglet' => array(
6358
+ 'label' => 'Sniglet',
6359
+ 'variants' => array(
6360
+ 'regular',
6361
+ '800',
6362
+ ),
6363
+ 'subsets' => array(
6364
+ 'latin',
6365
+ 'latin-ext',
6366
+ ),
6367
+ ),
6368
+ 'Snippet' => array(
6369
+ 'label' => 'Snippet',
6370
+ 'variants' => array(
6371
+ 'regular',
6372
+ ),
6373
+ 'subsets' => array(
6374
+ 'latin',
6375
+ ),
6376
+ ),
6377
+ 'Snowburst One' => array(
6378
+ 'label' => 'Snowburst One',
6379
+ 'variants' => array(
6380
+ 'regular',
6381
+ ),
6382
+ 'subsets' => array(
6383
+ 'latin',
6384
+ 'latin-ext',
6385
+ ),
6386
+ ),
6387
+ 'Sofadi One' => array(
6388
+ 'label' => 'Sofadi One',
6389
+ 'variants' => array(
6390
+ 'regular',
6391
+ ),
6392
+ 'subsets' => array(
6393
+ 'latin',
6394
+ ),
6395
+ ),
6396
+ 'Sofia' => array(
6397
+ 'label' => 'Sofia',
6398
+ 'variants' => array(
6399
+ 'regular',
6400
+ ),
6401
+ 'subsets' => array(
6402
+ 'latin',
6403
+ ),
6404
+ ),
6405
+ 'Sonsie One' => array(
6406
+ 'label' => 'Sonsie One',
6407
+ 'variants' => array(
6408
+ 'regular',
6409
+ ),
6410
+ 'subsets' => array(
6411
+ 'latin',
6412
+ 'latin-ext',
6413
+ ),
6414
+ ),
6415
+ 'Sorts Mill Goudy' => array(
6416
+ 'label' => 'Sorts Mill Goudy',
6417
+ 'variants' => array(
6418
+ 'regular',
6419
+ 'italic',
6420
+ ),
6421
+ 'subsets' => array(
6422
+ 'latin',
6423
+ 'latin-ext',
6424
+ ),
6425
+ ),
6426
+ 'Source Code Pro' => array(
6427
+ 'label' => 'Source Code Pro',
6428
+ 'variants' => array(
6429
+ '200',
6430
+ '300',
6431
+ 'regular',
6432
+ '500',
6433
+ '600',
6434
+ '700',
6435
+ '900',
6436
+ ),
6437
+ 'subsets' => array(
6438
+ 'latin',
6439
+ 'latin-ext',
6440
+ ),
6441
+ ),
6442
+ 'Source Sans Pro' => array(
6443
+ 'label' => 'Source Sans Pro',
6444
+ 'variants' => array(
6445
+ '200',
6446
+ '200italic',
6447
+ '300',
6448
+ '300italic',
6449
+ 'regular',
6450
+ 'italic',
6451
+ '600',
6452
+ '600italic',
6453
+ '700',
6454
+ '700italic',
6455
+ '900',
6456
+ '900italic',
6457
+ ),
6458
+ 'subsets' => array(
6459
+ 'latin',
6460
+ 'vietnamese',
6461
+ 'latin-ext',
6462
+ ),
6463
+ ),
6464
+ 'Special Elite' => array(
6465
+ 'label' => 'Special Elite',
6466
+ 'variants' => array(
6467
+ 'regular',
6468
+ ),
6469
+ 'subsets' => array(
6470
+ 'latin',
6471
+ ),
6472
+ ),
6473
+ 'Spicy Rice' => array(
6474
+ 'label' => 'Spicy Rice',
6475
+ 'variants' => array(
6476
+ 'regular',
6477
+ ),
6478
+ 'subsets' => array(
6479
+ 'latin',
6480
+ ),
6481
+ ),
6482
+ 'Spinnaker' => array(
6483
+ 'label' => 'Spinnaker',
6484
+ 'variants' => array(
6485
+ 'regular',
6486
+ ),
6487
+ 'subsets' => array(
6488
+ 'latin',
6489
+ 'latin-ext',
6490
+ ),
6491
+ ),
6492
+ 'Spirax' => array(
6493
+ 'label' => 'Spirax',
6494
+ 'variants' => array(
6495
+ 'regular',
6496
+ ),
6497
+ 'subsets' => array(
6498
+ 'latin',
6499
+ ),
6500
+ ),
6501
+ 'Squada One' => array(
6502
+ 'label' => 'Squada One',
6503
+ 'variants' => array(
6504
+ 'regular',
6505
+ ),
6506
+ 'subsets' => array(
6507
+ 'latin',
6508
+ ),
6509
+ ),
6510
+ 'Stalemate' => array(
6511
+ 'label' => 'Stalemate',
6512
+ 'variants' => array(
6513
+ 'regular',
6514
+ ),
6515
+ 'subsets' => array(
6516
+ 'latin',
6517
+ 'latin-ext',
6518
+ ),
6519
+ ),
6520
+ 'Stalinist One' => array(
6521
+ 'label' => 'Stalinist One',
6522
+ 'variants' => array(
6523
+ 'regular',
6524
+ ),
6525
+ 'subsets' => array(
6526
+ 'latin',
6527
+ 'cyrillic',
6528
+ 'latin-ext',
6529
+ ),
6530
+ ),
6531
+ 'Stardos Stencil' => array(
6532
+ 'label' => 'Stardos Stencil',
6533
+ 'variants' => array(
6534
+ 'regular',
6535
+ '700',
6536
+ ),
6537
+ 'subsets' => array(
6538
+ 'latin',
6539
+ ),
6540
+ ),
6541
+ 'Stint Ultra Condensed' => array(
6542
+ 'label' => 'Stint Ultra Condensed',
6543
+ 'variants' => array(
6544
+ 'regular',
6545
+ ),
6546
+ 'subsets' => array(
6547
+ 'latin',
6548
+ 'latin-ext',
6549
+ ),
6550
+ ),
6551
+ 'Stint Ultra Expanded' => array(
6552
+ 'label' => 'Stint Ultra Expanded',
6553
+ 'variants' => array(
6554
+ 'regular',
6555
+ ),
6556
+ 'subsets' => array(
6557
+ 'latin',
6558
+ 'latin-ext',
6559
+ ),
6560
+ ),
6561
+ 'Stoke' => array(
6562
+ 'label' => 'Stoke',
6563
+ 'variants' => array(
6564
+ '300',
6565
+ 'regular',
6566
+ ),
6567
+ 'subsets' => array(
6568
+ 'latin',
6569
+ 'latin-ext',
6570
+ ),
6571
+ ),
6572
+ 'Strait' => array(
6573
+ 'label' => 'Strait',
6574
+ 'variants' => array(
6575
+ 'regular',
6576
+ ),
6577
+ 'subsets' => array(
6578
+ 'latin',
6579
+ ),
6580
+ ),
6581
+ 'Sue Ellen Francisco' => array(
6582
+ 'label' => 'Sue Ellen Francisco',
6583
+ 'variants' => array(
6584
+ 'regular',
6585
+ ),
6586
+ 'subsets' => array(
6587
+ 'latin',
6588
+ ),
6589
+ ),
6590
+ 'Sunshiney' => array(
6591
+ 'label' => 'Sunshiney',
6592
+ 'variants' => array(
6593
+ 'regular',
6594
+ ),
6595
+ 'subsets' => array(
6596
+ 'latin',
6597
+ ),
6598
+ ),
6599
+ 'Supermercado One' => array(
6600
+ 'label' => 'Supermercado One',
6601
+ 'variants' => array(
6602
+ 'regular',
6603
+ ),
6604
+ 'subsets' => array(
6605
+ 'latin',
6606
+ ),
6607
+ ),
6608
+ 'Suwannaphum' => array(
6609
+ 'label' => 'Suwannaphum',
6610
+ 'variants' => array(
6611
+ 'regular',
6612
+ ),
6613
+ 'subsets' => array(
6614
+ 'khmer',
6615
+ ),
6616
+ ),
6617
+ 'Swanky and Moo Moo' => array(
6618
+ 'label' => 'Swanky and Moo Moo',
6619
+ 'variants' => array(
6620
+ 'regular',
6621
+ ),
6622
+ 'subsets' => array(
6623
+ 'latin',
6624
+ ),
6625
+ ),
6626
+ 'Syncopate' => array(
6627
+ 'label' => 'Syncopate',
6628
+ 'variants' => array(
6629
+ 'regular',
6630
+ '700',
6631
+ ),
6632
+ 'subsets' => array(
6633
+ 'latin',
6634
+ ),
6635
+ ),
6636
+ 'Tangerine' => array(
6637
+ 'label' => 'Tangerine',
6638
+ 'variants' => array(
6639
+ 'regular',
6640
+ '700',
6641
+ ),
6642
+ 'subsets' => array(
6643
+ 'latin',
6644
+ ),
6645
+ ),
6646
+ 'Taprom' => array(
6647
+ 'label' => 'Taprom',
6648
+ 'variants' => array(
6649
+ 'regular',
6650
+ ),
6651
+ 'subsets' => array(
6652
+ 'khmer',
6653
+ ),
6654
+ ),
6655
+ 'Tauri' => array(
6656
+ 'label' => 'Tauri',
6657
+ 'variants' => array(
6658
+ 'regular',
6659
+ ),
6660
+ 'subsets' => array(
6661
+ 'latin',
6662
+ 'latin-ext',
6663
+ ),
6664
+ ),
6665
+ 'Telex' => array(
6666
+ 'label' => 'Telex',
6667
+ 'variants' => array(
6668
+ 'regular',
6669
+ ),
6670
+ 'subsets' => array(
6671
+ 'latin',
6672
+ ),
6673
+ ),
6674
+ 'Tenor Sans' => array(
6675
+ 'label' => 'Tenor Sans',
6676
+ 'variants' => array(
6677
+ 'regular',
6678
+ ),
6679
+ 'subsets' => array(
6680
+ 'latin',
6681
+ 'cyrillic',
6682
+ 'latin-ext',
6683
+ 'cyrillic-ext',
6684
+ ),
6685
+ ),
6686
+ 'Text Me One' => array(
6687
+ 'label' => 'Text Me One',
6688
+ 'variants' => array(
6689
+ 'regular',
6690
+ ),
6691
+ 'subsets' => array(
6692
+ 'latin',
6693
+ 'latin-ext',
6694
+ ),
6695
+ ),
6696
+ 'The Girl Next Door' => array(
6697
+ 'label' => 'The Girl Next Door',
6698
+ 'variants' => array(
6699
+ 'regular',
6700
+ ),
6701
+ 'subsets' => array(
6702
+ 'latin',
6703
+ ),
6704
+ ),
6705
+ 'Tienne' => array(
6706
+ 'label' => 'Tienne',
6707
+ 'variants' => array(
6708
+ 'regular',
6709
+ '700',
6710
+ '900',
6711
+ ),
6712
+ 'subsets' => array(
6713
+ 'latin',
6714
+ ),
6715
+ ),
6716
+ 'Tinos' => array(
6717
+ 'label' => 'Tinos',
6718
+ 'variants' => array(
6719
+ 'regular',
6720
+ 'italic',
6721
+ '700',
6722
+ '700italic',
6723
+ ),
6724
+ 'subsets' => array(
6725
+ 'latin',
6726
+ 'greek-ext',
6727
+ 'cyrillic',
6728
+ 'greek',
6729
+ 'vietnamese',
6730
+ 'latin-ext',
6731
+ 'cyrillic-ext',
6732
+ ),
6733
+ ),
6734
+ 'Titan One' => array(
6735
+ 'label' => 'Titan One',
6736
+ 'variants' => array(
6737
+ 'regular',
6738
+ ),
6739
+ 'subsets' => array(
6740
+ 'latin',
6741
+ 'latin-ext',
6742
+ ),
6743
+ ),
6744
+ 'Titillium Web' => array(
6745
+ 'label' => 'Titillium Web',
6746
+ 'variants' => array(
6747
+ '200',
6748
+ '200italic',
6749
+ '300',
6750
+ '300italic',
6751
+ 'regular',
6752
+ 'italic',
6753
+ '600',
6754
+ '600italic',
6755
+ '700',
6756
+ '700italic',
6757
+ '900',
6758
+ ),
6759
+ 'subsets' => array(
6760
+ 'latin',
6761
+ 'latin-ext',
6762
+ ),
6763
+ ),
6764
+ 'Trade Winds' => array(
6765
+ 'label' => 'Trade Winds',
6766
+ 'variants' => array(
6767
+ 'regular',
6768
+ ),
6769
+ 'subsets' => array(
6770
+ 'latin',
6771
+ ),
6772
+ ),
6773
+ 'Trocchi' => array(
6774
+ 'label' => 'Trocchi',
6775
+ 'variants' => array(
6776
+ 'regular',
6777
+ ),
6778
+ 'subsets' => array(
6779
+ 'latin',
6780
+ 'latin-ext',
6781
+ ),
6782
+ ),
6783
+ 'Trochut' => array(
6784
+ 'label' => 'Trochut',
6785
+ 'variants' => array(
6786
+ 'regular',
6787
+ 'italic',
6788
+ '700',
6789
+ ),
6790
+ 'subsets' => array(
6791
+ 'latin',
6792
+ ),
6793
+ ),
6794
+ 'Trykker' => array(
6795
+ 'label' => 'Trykker',
6796
+ 'variants' => array(
6797
+ 'regular',
6798
+ ),
6799
+ 'subsets' => array(
6800
+ 'latin',
6801
+ 'latin-ext',
6802
+ ),
6803
+ ),
6804
+ 'Tulpen One' => array(
6805
+ 'label' => 'Tulpen One',
6806
+ 'variants' => array(
6807
+ 'regular',
6808
+ ),
6809
+ 'subsets' => array(
6810
+ 'latin',
6811
+ ),
6812
+ ),
6813
+ 'Ubuntu' => array(
6814
+ 'label' => 'Ubuntu',
6815
+ 'variants' => array(
6816
+ '300',
6817
+ '300italic',
6818
+ 'regular',
6819
+ 'italic',
6820
+ '500',
6821
+ '500italic',
6822
+ '700',
6823
+ '700italic',
6824
+ ),
6825
+ 'subsets' => array(
6826
+ 'latin',
6827
+ 'greek-ext',
6828
+ 'cyrillic',
6829
+ 'greek',
6830
+ 'latin-ext',
6831
+ 'cyrillic-ext',
6832
+ ),
6833
+ ),
6834
+ 'Ubuntu Condensed' => array(
6835
+ 'label' => 'Ubuntu Condensed',
6836
+ 'variants' => array(
6837
+ 'regular',
6838
+ ),
6839
+ 'subsets' => array(
6840
+ 'latin',
6841
+ 'greek-ext',
6842
+ 'cyrillic',
6843
+ 'greek',
6844
+ 'latin-ext',
6845
+ 'cyrillic-ext',
6846
+ ),
6847
+ ),
6848
+ 'Ubuntu Mono' => array(
6849
+ 'label' => 'Ubuntu Mono',
6850
+ 'variants' => array(
6851
+ 'regular',
6852
+ 'italic',
6853
+ '700',
6854
+ '700italic',
6855
+ ),
6856
+ 'subsets' => array(
6857
+ 'latin',
6858
+ 'greek-ext',
6859
+ 'cyrillic',
6860
+ 'greek',
6861
+ 'latin-ext',
6862
+ 'cyrillic-ext',
6863
+ ),
6864
+ ),
6865
+ 'Ultra' => array(
6866
+ 'label' => 'Ultra',
6867
+ 'variants' => array(
6868
+ 'regular',
6869
+ ),
6870
+ 'subsets' => array(
6871
+ 'latin',
6872
+ ),
6873
+ ),
6874
+ 'Uncial Antiqua' => array(
6875
+ 'label' => 'Uncial Antiqua',
6876
+ 'variants' => array(
6877
+ 'regular',
6878
+ ),
6879
+ 'subsets' => array(
6880
+ 'latin',
6881
+ ),
6882
+ ),
6883
+ 'Underdog' => array(
6884
+ 'label' => 'Underdog',
6885
+ 'variants' => array(
6886
+ 'regular',
6887
+ ),
6888
+ 'subsets' => array(
6889
+ 'latin',
6890
+ 'cyrillic',
6891
+ 'latin-ext',
6892
+ ),
6893
+ ),
6894
+ 'Unica One' => array(
6895
+ 'label' => 'Unica One',
6896
+ 'variants' => array(
6897
+ 'regular',
6898
+ ),
6899
+ 'subsets' => array(
6900
+ 'latin',
6901
+ 'latin-ext',
6902
+ ),
6903
+ ),
6904
+ 'UnifrakturCook' => array(
6905
+ 'label' => 'UnifrakturCook',
6906
+ 'variants' => array(
6907
+ '700',
6908
+ ),
6909
+ 'subsets' => array(
6910
+ 'latin',
6911
+ ),
6912
+ ),
6913
+ 'UnifrakturMaguntia' => array(
6914
+ 'label' => 'UnifrakturMaguntia',
6915
+ 'variants' => array(
6916
+ 'regular',
6917
+ ),
6918
+ 'subsets' => array(
6919
+ 'latin',
6920
+ ),
6921
+ ),
6922
+ 'Unkempt' => array(
6923
+ 'label' => 'Unkempt',
6924
+ 'variants' => array(
6925
+ 'regular',
6926
+ '700',
6927
+ ),
6928
+ 'subsets' => array(
6929
+ 'latin',
6930
+ ),
6931
+ ),
6932
+ 'Unlock' => array(
6933
+ 'label' => 'Unlock',
6934
+ 'variants' => array(
6935
+ 'regular',
6936
+ ),
6937
+ 'subsets' => array(
6938
+ 'latin',
6939
+ ),
6940
+ ),
6941
+ 'Unna' => array(
6942
+ 'label' => 'Unna',
6943
+ 'variants' => array(
6944
+ 'regular',
6945
+ ),
6946
+ 'subsets' => array(
6947
+ 'latin',
6948
+ ),
6949
+ ),
6950
+ 'VT323' => array(
6951
+ 'label' => 'VT323',
6952
+ 'variants' => array(
6953
+ 'regular',
6954
+ ),
6955
+ 'subsets' => array(
6956
+ 'latin',
6957
+ ),
6958
+ ),
6959
+ 'Vampiro One' => array(
6960
+ 'label' => 'Vampiro One',
6961
+ 'variants' => array(
6962
+ 'regular',
6963
+ ),
6964
+ 'subsets' => array(
6965
+ 'latin',
6966
+ 'latin-ext',
6967
+ ),
6968
+ ),
6969
+ 'Varela' => array(
6970
+ 'label' => 'Varela',
6971
+ 'variants' => array(
6972
+ 'regular',
6973
+ ),
6974
+ 'subsets' => array(
6975
+ 'latin',
6976
+ 'latin-ext',
6977
+ ),
6978
+ ),
6979
+ 'Varela Round' => array(
6980
+ 'label' => 'Varela Round',
6981
+ 'variants' => array(
6982
+ 'regular',
6983
+ ),
6984
+ 'subsets' => array(
6985
+ 'latin',
6986
+ ),
6987
+ ),
6988
+ 'Vast Shadow' => array(
6989
+ 'label' => 'Vast Shadow',
6990
+ 'variants' => array(
6991
+ 'regular',
6992
+ ),
6993
+ 'subsets' => array(
6994
+ 'latin',
6995
+ ),
6996
+ ),
6997
+ 'Vibur' => array(
6998
+ 'label' => 'Vibur',
6999
+ 'variants' => array(
7000
+ 'regular',
7001
+ ),
7002
+ 'subsets' => array(
7003
+ 'latin',
7004
+ ),
7005
+ ),
7006
+ 'Vidaloka' => array(
7007
+ 'label' => 'Vidaloka',
7008
+ 'variants' => array(
7009
+ 'regular',
7010
+ ),
7011
+ 'subsets' => array(
7012
+ 'latin',
7013
+ ),
7014
+ ),
7015
+ 'Viga' => array(
7016
+ 'label' => 'Viga',
7017
+ 'variants' => array(
7018
+ 'regular',
7019
+ ),
7020
+ 'subsets' => array(
7021
+ 'latin',
7022
+ 'latin-ext',
7023
+ ),
7024
+ ),
7025
+ 'Voces' => array(
7026
+ 'label' => 'Voces',
7027
+ 'variants' => array(
7028
+ 'regular',
7029
+ ),
7030
+ 'subsets' => array(
7031
+ 'latin',
7032
+ 'latin-ext',
7033
+ ),
7034
+ ),
7035
+ 'Volkhov' => array(
7036
+ 'label' => 'Volkhov',
7037
+ 'variants' => array(
7038
+ 'regular',
7039
+ 'italic',
7040
+ '700',
7041
+ '700italic',
7042
+ ),
7043
+ 'subsets' => array(
7044
+ 'latin',
7045
+ ),
7046
+ ),
7047
+ 'Vollkorn' => array(
7048
+ 'label' => 'Vollkorn',
7049
+ 'variants' => array(
7050
+ 'regular',
7051
+ 'italic',
7052
+ '700',
7053
+ '700italic',
7054
+ ),
7055
+ 'subsets' => array(
7056
+ 'latin',
7057
+ ),
7058
+ ),
7059
+ 'Voltaire' => array(
7060
+ 'label' => 'Voltaire',
7061
+ 'variants' => array(
7062
+ 'regular',
7063
+ ),
7064
+ 'subsets' => array(
7065
+ 'latin',
7066
+ ),
7067
+ ),
7068
+ 'Waiting for the Sunrise' => array(
7069
+ 'label' => 'Waiting for the Sunrise',
7070
+ 'variants' => array(
7071
+ 'regular',
7072
+ ),
7073
+ 'subsets' => array(
7074
+ 'latin',
7075
+ ),
7076
+ ),
7077
+ 'Wallpoet' => array(
7078
+ 'label' => 'Wallpoet',
7079
+ 'variants' => array(
7080
+ 'regular',
7081
+ ),
7082
+ 'subsets' => array(
7083
+ 'latin',
7084
+ ),
7085
+ ),
7086
+ 'Walter Turncoat' => array(
7087
+ 'label' => 'Walter Turncoat',
7088
+ 'variants' => array(
7089
+ 'regular',
7090
+ ),
7091
+ 'subsets' => array(
7092
+ 'latin',
7093
+ ),
7094
+ ),
7095
+ 'Warnes' => array(
7096
+ 'label' => 'Warnes',
7097
+ 'variants' => array(
7098
+ 'regular',
7099
+ ),
7100
+ 'subsets' => array(
7101
+ 'latin',
7102
+ 'latin-ext',
7103
+ ),
7104
+ ),
7105
+ 'Wellfleet' => array(
7106
+ 'label' => 'Wellfleet',
7107
+ 'variants' => array(
7108
+ 'regular',
7109
+ ),
7110
+ 'subsets' => array(
7111
+ 'latin',
7112
+ 'latin-ext',
7113
+ ),
7114
+ ),
7115
+ 'Wendy One' => array(
7116
+ 'label' => 'Wendy One',
7117
+ 'variants' => array(
7118
+ 'regular',
7119
+ ),
7120
+ 'subsets' => array(
7121
+ 'latin',
7122
+ 'latin-ext',
7123
+ ),
7124
+ ),
7125
+ 'Wire One' => array(
7126
+ 'label' => 'Wire One',
7127
+ 'variants' => array(
7128
+ 'regular',
7129
+ ),
7130
+ 'subsets' => array(
7131
+ 'latin',
7132
+ ),
7133
+ ),
7134
+ 'Yanone Kaffeesatz' => array(
7135
+ 'label' => 'Yanone Kaffeesatz',
7136
+ 'variants' => array(
7137
+ '200',
7138
+ '300',
7139
+ 'regular',
7140
+ '700',
7141
+ ),
7142
+ 'subsets' => array(
7143
+ 'latin',
7144
+ 'latin-ext',
7145
+ ),
7146
+ ),
7147
+ 'Yellowtail' => array(
7148
+ 'label' => 'Yellowtail',
7149
+ 'variants' => array(
7150
+ 'regular',
7151
+ ),
7152
+ 'subsets' => array(
7153
+ 'latin',
7154
+ ),
7155
+ ),
7156
+ 'Yeseva One' => array(
7157
+ 'label' => 'Yeseva One',
7158
+ 'variants' => array(
7159
+ 'regular',
7160
+ ),
7161
+ 'subsets' => array(
7162
+ 'latin',
7163
+ 'cyrillic',
7164
+ 'latin-ext',
7165
+ ),
7166
+ ),
7167
+ 'Yesteryear' => array(
7168
+ 'label' => 'Yesteryear',
7169
+ 'variants' => array(
7170
+ 'regular',
7171
+ ),
7172
+ 'subsets' => array(
7173
+ 'latin',
7174
+ ),
7175
+ ),
7176
+ 'Zeyada' => array(
7177
+ 'label' => 'Zeyada',
7178
+ 'variants' => array(
7179
+ 'regular',
7180
+ ),
7181
+ 'subsets' => array(
7182
+ 'latin',
7183
+ ),
7184
+ ),
7185
+ ) );
7186
+
7187
+ }
7188
+
7189
+ }
includes/functions/color-functions.php ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Sanitize hex colors
5
+ */
6
+ function kirki_sanitize_hex( $color ) {
7
+ // Remove any spaces and special characters before and after the string
8
+ $color = trim( $color. ' \t\n\r\0\x0B' );
9
+
10
+ // Remove any trailing '#' symbols from the color value
11
+ $color = str_replace( '#', '', $color );
12
+
13
+ // If there are more than 6 characters, only keep the first 6.
14
+ if ( strlen( $color ) > 6 ) {
15
+
16
+ $color = substr( $color, 0, 6 );
17
+
18
+ }
19
+
20
+ if ( strlen( $color ) == 6 ) {
21
+
22
+ $hex = $color; // If string consists of 6 characters, then this is our color
23
+
24
+ } else {
25
+
26
+ // String is shorter than 6 characters.
27
+ // We will have to do some calculations below to get the actual 6-digit hex value.
28
+
29
+ // If the string is longer than 3 characters, only keep the first 3.
30
+ if ( strlen( $color ) > 3 ) {
31
+ $color = substr( $color, 0, 3 );
32
+ }
33
+
34
+ // If this is a 3-character string, format it to 6 characters.
35
+ if ( strlen( $color ) == 3 ) {
36
+
37
+ $red = substr( $color, 0, 1 ) . substr( $color, 0, 1 );
38
+ $green = substr( $color, 1, 1 ) . substr( $color, 1, 1 );
39
+ $blue = substr( $color, 2, 1 ) . substr( $color, 2, 1 );
40
+
41
+ $hex = $red . $green . $blue;
42
+
43
+ }
44
+
45
+ // If this is shorter than 3 characters, do some voodoo.
46
+ if ( strlen( $color ) == 2 ) {
47
+
48
+ $hex = $color . $color . $color;
49
+
50
+ } else if ( strlen( $color ) == 1 ) {
51
+
52
+ $hex = $color . $color . $color . $color . $color . $color;
53
+
54
+ }
55
+
56
+ }
57
+
58
+ return '#' . $hex;
59
+ }
60
+
61
+ /*
62
+ * Gets the rgb value of the $hex color.
63
+ * Returns an array.
64
+ */
65
+ function kirki_get_rgb( $hex, $implode = false ) {
66
+ // Remove any trailing '#' symbols from the color value
67
+ $hex = str_replace( '#', '', kirki_sanitize_hex( $hex ) );
68
+
69
+ if ( strlen( $hex ) == 3 ) {
70
+ // If the color is entered using a short, 3-character format,
71
+ // then find the rgb values from them
72
+ $red = hexdec( substr( $hex, 0, 1 ) . substr( $hex, 0, 1 ) );
73
+ $green = hexdec( substr( $hex, 1, 1 ) . substr( $hex, 1, 1 ) );
74
+ $blue = hexdec( substr( $hex, 2, 1 ) . substr( $hex, 2, 1 ) );
75
+ } else {
76
+ // If the color is entered using a 6-character format,
77
+ // then find the rgb values from them
78
+ $red = hexdec( substr( $hex, 0, 2 ) );
79
+ $green = hexdec( substr( $hex, 2, 2 ) );
80
+ $blue = hexdec( substr( $hex, 4, 2 ) );
81
+ }
82
+
83
+ // rgb is an array
84
+ $rgb = array( $red, $green, $blue );
85
+ if ( $implode ) {
86
+ return implode( ',', $rgb );
87
+ } else {
88
+ return $rgb;
89
+ }
90
+ }
91
+
92
+ /*
93
+ * Gets the rgba value of a color.
94
+ */
95
+ function kirki_get_rgba( $hex = '#fff', $opacity = 100 ) {
96
+ $hex = kirki_sanitize_hex( $hex );
97
+ // Make sure that opacity is properly formatted :
98
+ // Set the opacity to 100 if a larger value has been entered by mistake.
99
+ // If a negative value is used, then set to 0.
100
+ // If an opacity value is entered in a decimal form (for example 0.25), then multiply by 100.
101
+ if ( $opacity >= 100 ) {
102
+
103
+ $opacity = 100;
104
+
105
+ } elseif ( $opacity < 0 ) {
106
+
107
+ $opacity = 0;
108
+
109
+ } elseif ( $opacity < 1 && $opacity != 0 ) {
110
+
111
+ $opacity = ( $opacity * 100 );
112
+
113
+ } else {
114
+
115
+ $opacity = $opacity;
116
+
117
+ }
118
+
119
+ // Divide the opacity by 100 to end-up with a CSS value for the opacity
120
+ $opacity = ( $opacity / 100 );
121
+
122
+ $color = 'rgba(' . kirki_get_rgb( $hex, true ) . ', ' . $opacity . ')';
123
+
124
+ return $color;
125
+
126
+ }
127
+
128
+ /*
129
+ * Gets the brightness of the $hex color.
130
+ * Returns a value between 0 and 255
131
+ */
132
+ function kirki_get_brightness( $hex ) {
133
+ $hex = kirki_sanitize_hex( $hex );
134
+ // returns brightness value from 0 to 255
135
+ // strip off any leading #
136
+ $hex = str_replace( '#', '', $hex );
137
+
138
+ $red = hexdec( substr( $hex, 0, 2 ) );
139
+ $green = hexdec( substr( $hex, 2, 2 ) );
140
+ $blue = hexdec( substr( $hex, 4, 2 ) );
141
+
142
+ return ( ( $red * 299 ) + ( $green * 587 ) + ( $blue * 114 ) ) / 1000;
143
+ }
includes/functions/required.php ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Add the required script.
5
+ */
6
+ function kirki_required_script() {
7
+
8
+ $controls = apply_filters( 'kirki/controls', array() );
9
+
10
+ if ( isset( $controls ) ) {
11
+
12
+ foreach ( $controls as $control ) {
13
+
14
+ if ( isset( $control['required'] ) && ! is_null( $control['required'] && is_array( $control['required'] ) ) ) {
15
+
16
+ foreach ( $control['required'] as $id => $value ) : ?>
17
+
18
+ <script>
19
+ jQuery(document).ready(function($) {
20
+ <?php if ( isset( $id ) && isset( $value ) && $value == intval( get_theme_mod( $id ) ) ) : ?>
21
+ $( '[id="customize-control-<?php echo $control['setting']; ?>"]' ).fadeIn(300);
22
+ <?php elseif ( isset( $id ) && isset( $value ) && $value != intval( get_theme_mod( $id ) ) ) : ?>
23
+ $( '[id="customize-control-<?php echo $control['setting']; ?>"]' ).fadeOut(300);
24
+ <?php endif; ?>
25
+
26
+ $( "#input_<?php echo $id; ?> input" ).each(function(){
27
+ $(this).click(function(){
28
+ if ( $(this).val() == "<?php echo $value; ?>" ) {
29
+ $( '[id="customize-control-<?php echo $control['setting']; ?>"]' ).fadeIn(300);
30
+ } else {
31
+ $( '[id="customize-control-<?php echo $control['setting']; ?>"]' ).fadeOut(300);
32
+ }
33
+ });
34
+ if ( $(this).val() == "<?php echo $value; ?>" ) {
35
+ $( '[id="customize-control-<?php echo $control['setting']; ?>"]' ).fadeIn(300);
36
+ } else {
37
+ $( '[id="customize-control-<?php echo $control['setting']; ?>"]' ).fadeOut(300);
38
+ }
39
+ });
40
+ });
41
+ </script>
42
+ <?php
43
+
44
+ endforeach;
45
+
46
+ }
47
+
48
+ }
49
+
50
+ }
51
+
52
+ }
53
+ add_action( 'customize_controls_print_scripts', 'kirki_required_script', 999 );
kirki.php ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Plugin Name: Kirki Framework
4
+ Plugin URI: http://kirki.org
5
+ Description: An options framework using and extending the WordPress Customizer
6
+ Author: Aristeides Stathopoulos
7
+ Author URI: http://wpmu.io/
8
+ Version: 0.4
9
+ */
10
+
11
+ /**
12
+ * The main Kirki class
13
+ */
14
+ if ( ! class_exists( 'Kirki' ) ) :
15
+ class Kirki {
16
+
17
+ function __construct() {
18
+
19
+ $this->options = apply_filters( 'kirki/config', array() );
20
+ $options = $this->options;
21
+
22
+ // Include files
23
+ include_once( dirname( __FILE__ ) . '/includes/functions/color-functions.php' );
24
+
25
+ if ( ! isset( $options['live_css'] ) || true == $options['live_css'] ) {
26
+ include_once( dirname( __FILE__ ) . '/includes/functions/background-css.php' );
27
+ }
28
+ include_once( dirname( __FILE__ ) . '/includes/functions/required.php' );
29
+
30
+ // Include the controls initialization script
31
+ include_once( dirname( __FILE__ ) . '/includes/controls/controls-init.php' );
32
+
33
+ // Include the fonts class
34
+ include_once( dirname( __FILE__ ) . '/includes/functions/class-Kirki_Fonts.php' );
35
+
36
+ add_action( 'customize_register', array( $this, 'include_files' ), 1 );
37
+ add_action( 'customize_controls_print_styles', array( $this, 'styles' ) );
38
+ add_action( 'customize_controls_print_styles', array( $this, 'googlefonts' ) );
39
+ add_action( 'customize_controls_print_styles', array( $this, 'custom_css' ), 999 );
40
+ add_action( 'customize_controls_print_scripts', array( $this, 'custom_js' ), 999 );
41
+
42
+ }
43
+
44
+ /**
45
+ * Include the necessary files
46
+ */
47
+ function include_files() {
48
+
49
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Checkbox_Control.php' );
50
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Color_Control.php' );
51
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Image_Control.php' );
52
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Multicheck_Control.php' );
53
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Number_Control.php' );
54
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Radio_Control.php' );
55
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Sliderui_Control.php' );
56
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Text_Control.php' );
57
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Textarea_Control.php' );
58
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Upload_Control.php' );
59
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Select_Control.php' );
60
+ include_once( dirname( __FILE__ ) . '/includes/controls/class-Kirki_Customize_Group_Title_Control.php' );
61
+
62
+ }
63
+
64
+ /**
65
+ * Enqueue the stylesheets and scripts required.
66
+ */
67
+ function styles() {
68
+
69
+ $options = apply_filters( 'kirki/config', array() );
70
+
71
+ $kirki_url = isset( $options['url_path'] ) ? $options['url_path'] : plugin_dir_url( __FILE__ );
72
+
73
+ wp_enqueue_style( 'kirki-customizer-css', $kirki_url . 'assets/css/customizer.css', NULL, '0.3' );
74
+ wp_enqueue_style( 'kirki-customizer-ui', $kirki_url . 'assets/css/jquery-ui-1.10.0.custom.css', NULL, '0.3' );
75
+
76
+ wp_enqueue_script( 'kirki_customizer_js', $kirki_url . 'assets/js/customizer.js');
77
+ wp_enqueue_script( 'tipsy', $kirki_url . 'assets/js/tooltipsy.min.js', array( 'jquery' ) );
78
+
79
+ }
80
+
81
+ /**
82
+ * Use the Roboto font on the customizer.
83
+ */
84
+ function googlefonts() { ?>
85
+ <link href='http://fonts.googleapis.com/css?family=Roboto:100,400|Roboto+Slab:700,400&subset=latin,cyrillic-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
86
+ <?php
87
+ }
88
+
89
+ /**
90
+ * Add custom CSS rules to the head, applying our custom styles
91
+ */
92
+ function custom_css() {
93
+
94
+ // Get the active admin theme
95
+ global $_wp_admin_css_colors;
96
+
97
+ // Get the user's admin colors
98
+ $color = get_user_option( 'admin_color' );
99
+ // If no theme is active set it to 'fresh'
100
+ if ( empty( $color ) || ! isset( $_wp_admin_css_colors[$color] ) ) {
101
+ $color = 'fresh';
102
+ }
103
+
104
+ $color = (array) $_wp_admin_css_colors[$color];
105
+
106
+ $admin_theme = get_user_meta( get_current_user_id(), 'admin_color', true ); //Find out which theme the user has selected.
107
+
108
+ $options = apply_filters( 'kirki/config', array() );
109
+
110
+ $color_font = false;
111
+ $color_active = isset( $options['color_active'] ) ? $options['color_active'] : $color['colors'][3];
112
+ $color_light = isset( $options['color_light'] ) ? $options['color_light'] : $color['colors'][2];
113
+ $color_select = isset( $options['color_select'] ) ? $options['color_select'] : $color['colors'][3];
114
+ $color_accent = isset( $options['color_accent'] ) ? $options['color_accent'] : $color['icon_colors']['focus'];
115
+ $color_back = isset( $options['color_back'] ) ? $options['color_back'] : false;
116
+
117
+ if ( $color_back ) {
118
+ $color_font = ( 170 > kirki_get_brightness( $color_back ) ) ? '#f2f2f2' : '#222';
119
+ }
120
+
121
+ ?>
122
+
123
+ <style>
124
+ .wp-core-ui .button.tooltip {
125
+ background: <?php echo $color_select; ?>;
126
+ color: #fff;
127
+ }
128
+
129
+ .image.ui-buttonset label.ui-button.ui-state-active {
130
+ background: <?php echo $color_select; ?>;
131
+ }
132
+
133
+ <?php if ( $color_back ) : ?>
134
+
135
+ .wp-full-overlay-sidebar,
136
+ #customize-info .accordion-section-title,
137
+ #customize-info .accordion-section-title:hover,
138
+ #customize-theme-controls .accordion-section-title,
139
+ #customize-theme-controls .control-section .accordion-section-title {
140
+ background: <?php echo $color_back; ?>;
141
+ <?php if ( $color_font ) : ?>color: <?php echo $color_font; ?>;<?php endif; ?>
142
+ }
143
+ #customize-theme-controls .control-section .accordion-section-title:focus,
144
+ #customize-theme-controls .control-section .accordion-section-title:hover,
145
+ #customize-theme-controls .control-section.open .accordion-section-title,
146
+ #customize-theme-controls .control-section:hover .accordion-section-title {
147
+ <?php if ( $color_font ) : ?>color: <?php echo $color_font; ?>;<?php endif; ?>
148
+ }
149
+
150
+ <?php if ( 170 > kirki_get_brightness( $color_back ) ) : ?>
151
+ .control-section.control-panel>.accordion-section-title:after {
152
+ background: #111;
153
+ color: #f5f5f5;
154
+ border-left: 1px solid #000;
155
+ }
156
+ #customize-theme-controls .control-section.control-panel>h3.accordion-section-title:focus:after,
157
+ #customize-theme-controls .control-section.control-panel>h3.accordion-section-title:hover:after {
158
+ background: #222;
159
+ color: #fff;
160
+ border: 1px solid #222;
161
+ }
162
+
163
+ .control-panel-back,
164
+ .customize-controls-close {
165
+ background: #111 !important;
166
+ border-right: 1px solid #111 !important;
167
+ }
168
+ .control-panel-back:before,
169
+ .control-panel-back:after,
170
+ .customize-controls-close:before,
171
+ .customize-controls-close:after {
172
+ color: #f2f2f2 !important;
173
+ }
174
+ .control-panel-back:focus:before,
175
+ .control-panel-back:hover:before,
176
+ .customize-controls-close:focus:before,
177
+ .customize-controls-close:hover:before {
178
+ background: #000;
179
+ color: #fff;
180
+ }
181
+ #customize-header-actions {
182
+ border-bottom: 1px solid #111;
183
+ }
184
+ <?php endif; ?>
185
+
186
+ <?php endif; ?>
187
+
188
+ .ui-state-default,
189
+ .ui-widget-content .ui-state-default,
190
+ .ui-widget-header .ui-state-default,
191
+ .ui-state-active.ui-button.ui-widget.ui-state-default {
192
+ background-color: <?php echo $color_active; ?>;
193
+ border: 1px solid rgba(0,0,0,.05);
194
+ }
195
+
196
+ .ui-button.ui-widget.ui-state-default {
197
+ background-color: #f2f2f2;
198
+ }
199
+
200
+ #customize-theme-controls .accordion-section-title {
201
+ border-bottom: 1px solid rgba(0,0,0,.1);
202
+ }
203
+
204
+ #customize-theme-controls .control-section .accordion-section-title:focus,
205
+ #customize-theme-controls .control-section .accordion-section-title:hover,
206
+ #customize-theme-controls .control-section.open .accordion-section-title,
207
+ #customize-theme-controls .control-section:hover .accordion-section-title {
208
+ background: <?php echo $color_active; ?>;
209
+ }
210
+ #customize-theme-controls .control-section.control-panel.current-panel:hover .accordion-section-title{
211
+ background: none;
212
+ }
213
+
214
+ #customize-theme-controls .control-section.control-panel.current-panel .accordion-section-title:hover{
215
+ background: <?php echo $color_active; ?>;
216
+ }
217
+
218
+ .wp-core-ui .button-primary {
219
+ background: <?php echo $color_active; ?>;
220
+ }
221
+
222
+ .wp-core-ui .button-primary.focus,
223
+ .wp-core-ui .button-primary.hover,
224
+ .wp-core-ui .button-primary:focus,
225
+ .wp-core-ui .button-primary:hover {
226
+ background: <?php echo $color_select; ?>;
227
+ }
228
+
229
+ .wp-core-ui .button-primary-disabled,
230
+ .wp-core-ui .button-primary.disabled,
231
+ .wp-core-ui .button-primary:disabled,
232
+ .wp-core-ui .button-primary[disabled] {
233
+ background: <?php echo $color_light; ?> !important;
234
+ color: <?php echo $color_select; ?> !important;
235
+ }
236
+
237
+ <?php if ( isset( $options['logo_image'] ) ) : ?>
238
+ div.kirki-customizer {
239
+ background: url("<?php echo $options['logo_image']; ?>") no-repeat left center;
240
+ }
241
+ <?php endif; ?>
242
+ </style>
243
+ <?php
244
+
245
+ }
246
+
247
+ /**
248
+ * If we've specified an image to be used as logo, replace the default theme description with a div that will have our logo as background.
249
+ */
250
+ function custom_js() {
251
+
252
+ $options = apply_filters( 'kirki/config', array() ); ?>
253
+
254
+ <?php if ( isset( $options['logo_image'] ) ) : ?>
255
+ <script>
256
+ jQuery(document).ready(function($) {
257
+ "use strict";
258
+
259
+ $( 'div#customize-info' ).replaceWith( '<div class="kirki-customizer"></div>' );
260
+ });
261
+ </script>
262
+ <?php endif;
263
+
264
+ }
265
+
266
+ }
267
+
268
+ $kirki = new Kirki();
269
+ endif;
readme.txt ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Kirki ===
2
+ Contributors: aristath, fovoc
3
+ Donate link: http://kirki.org
4
+ Tags: customizer
5
+ Requires at least: 3.8
6
+ Tested up to: 4.0
7
+ Stable tag: 0.4
8
+ License: GPLv2 or later
9
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
+
11
+ Tired of all the bloated options frameworks? You can use the WordPress Customizer instead, and extend it using Kirki!
12
+
13
+ == Description ==
14
+
15
+ For documentation and examples please visit [kirki.org](http://kirki.org).
16
+
17
+ == Installation ==
18
+
19
+ Just install this plugin and activate it.
20
+ For configuration instructions please visit http://kirki.org/#configuration
21
+
22
+ == Changelog ==
23
+
24
+ = 0.4 =
25
+ * Fix: bugfix for selector
26
+ * New: Change the Kirki theme based on which admin theme is selected.
27
+ * Fix: Tranlsation domain issue
28
+ * New: Added a "group_title" control
29
+ * Fix: Updated the required script
30
+ * Fix: Updating CSS
31
+ * Other minor improvements and bugfixes
32
+
33
+ = 0.3 =
34
+ * new: added background field
35
+ * new: added 'output' argument to directly output the CSS
36
+
37
+ = 0.2 =
38
+ * Initial version