Version Description
- 2020-07-31 =
- Fixed: Declared property
- Fixed: Removed code that does not work in older PHP version
- Fixed: Deleted unnecessary files from all dependencies we use
Download this release
Release Info
Developer | themefusecom |
Plugin | Brizy – Page Builder |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.0.1
- README.md +0 -981
- admin/blocks/api.php +1 -1
- admin/cloud/abstract-bridge.php +2 -2
- admin/cloud/api.php +2 -2
- admin/cloud/client.php +4 -4
- admin/cloud/cron.php +1 -1
- admin/cloud/font-bridge.php +2 -2
- admin/cloud/media-bridge.php +2 -2
- brizy.php +2 -2
- editor.php +2 -0
- editor/editor/editor.php +1 -1
- readme.txt +11 -1
- vendor/autoload.php +1 -1
- vendor/bagrinsergiu/brizy-migration-utils/README.md +0 -1
- vendor/bagrinsergiu/brizy-migration-utils/composer.json +0 -25
- vendor/bagrinsergiu/brizy-migration-utils/phpunit.xml.dist +0 -25
- vendor/bagrinsergiu/brizy-migration-utils/tests/BlockScreenshotTest.php +0 -84
- vendor/bagrinsergiu/brizy-migration-utils/tests/ConditionsContextTest.php +0 -25
- vendor/bagrinsergiu/brizy-migration-utils/tests/DataToProjectContextTest.php +0 -30
- vendor/bagrinsergiu/brizy-migration-utils/tests/DataToProjectTransformerTest.php +0 -1667
- vendor/bagrinsergiu/brizy-migration-utils/tests/FixDataToProjectTransformerTest.php +0 -6747
- vendor/bagrinsergiu/brizy-migration-utils/tests/UUIdTest.php +0 -29
- vendor/bagrinsergiu/brizy-migration-utils/tests/_data/editor-build/defaults.json +0 -418
- vendor/bagrinsergiu/brizy-migration-utils/tests/_data/editor-build/googleFonts.json +0 -1
- vendor/bagrinsergiu/brizy-migration-utils/tests/_data/editor-build/templates/meta.json +0 -1
- vendor/bagrinsergiu/brizy-migration-utils/tests/_data/editor-build2/defaults.json +0 -673
README.md
DELETED
@@ -1,981 +0,0 @@
|
|
1 |
-
# Brizy - Page Builder
|
2 |
-
Contributors: themefuse<br>
|
3 |
-
Requires at least: 4.5<br>
|
4 |
-
Tested up to: 5.4.2<br>
|
5 |
-
Requires PHP: 5.6<br>
|
6 |
-
Stable tag: 2.0<br>
|
7 |
-
License: GPLv3<br>
|
8 |
-
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
-
|
10 |
-
Creating WordPress pages should be fast & easy. Brizy is the most user-friendly visual page builder in town! No designer or developer skills required. The only tools you'll need to master are clicks and drags.
|
11 |
-
|
12 |
-
More details on: https://brizy.io
|
13 |
-
|
14 |
-
## Description
|
15 |
-
|
16 |
-
https://vimeo.com/263343966
|
17 |
-
|
18 |
-
Creating WordPress pages should be fast & easy. [Brizy](https://brizy.io/) is the most user-friendly visual page builder in town! No designer or developer skills required. The only tools you'll need to master are clicks and drags.
|
19 |
-
|
20 |
-
## Highlights
|
21 |
-
|
22 |
-
### Smart & clutter free
|
23 |
-
Most page builders crowd all the options for a specific element in remote sidebars, making it hard to focus on the task at hand. We show only what's needed, front & centre, close to the element you're editing.
|
24 |
-
|
25 |
-
### Intuitive Drag & Drop
|
26 |
-
Moving content elements, columns or rows is a breeze with our intuitive Drag & Drop feature. Just grab and drag them to the desired position and everything will instantly fall into place.
|
27 |
-
|
28 |
-
### Design Elements
|
29 |
-
Text, buttons, images, icons, video, maps and many more are ready to help you create your page design in a snap.
|
30 |
-
|
31 |
-
### Over 150 pre-made blocks
|
32 |
-
Blocks are pre-made designs that you can add to your page, ready to be customised. This will enable you to create the main structure of your page in a matter of minutes, while also ensuring that it looks awesome.
|
33 |
-
|
34 |
-
### Over 4000 icons included
|
35 |
-
Available in both Outline and Glyph versions, even the most demanding icon needs are covered. Quickly find the icons you're after by filtering through categories or searching by keywords.
|
36 |
-
|
37 |
-
### Undo / Redo
|
38 |
-
Don't worry if you make a mistake or delete something that you shouldn't have. With Undo you can get everything back.
|
39 |
-
|
40 |
-
### Global styling
|
41 |
-
Ever wanted to change all the similar colors in your web page with a single click? With Brizy, you can! Not only that, but you can change all texts that share the same properties in one go, as well.
|
42 |
-
|
43 |
-
### Mobile Friendly
|
44 |
-
Switch instantly to Mobile View mode, where you can make changes that will only apply to this type of devices. This gives you the power to differentiate your page design and optimise for smaller screens.
|
45 |
-
|
46 |
-
### Cloud auto-save
|
47 |
-
The progress you're making while building your page is always backed up in the cloud, so you'll never lose your work.
|
48 |
-
|
49 |
-
### Liked Brizy?
|
50 |
-
- Join our [Facebook Group](https://www.facebook.com/groups/brizy).
|
51 |
-
|
52 |
-
## Bug reports
|
53 |
-
|
54 |
-
We strive to make Brizy to be awesome and user friendly, though sometimes it's impossible to avoid bugs.
|
55 |
-
A bug means "something is broken" or is not working as it should.
|
56 |
-
|
57 |
-
In order to offer you an effective support and fix for an issue, please follow the below guidelines before submitting a bug report:
|
58 |
-
|
59 |
-
#### Explore Known Issues
|
60 |
-
|
61 |
-
Has your issue already been reported? Check the [Issues page](https://github.com/ThemeFuse/Brizy/issues).
|
62 |
-
|
63 |
-
If your issue has already been reported, great! It will be reviewed in an upcoming release.
|
64 |
-
|
65 |
-
#### Submitting a Bug Report
|
66 |
-
|
67 |
-
You can report the issue via [Issues page](https://github.com/ThemeFuse/Brizy/issues).
|
68 |
-
A good bug report includes full details to easily understand the issue you are having and the exact steps to reproduce if it is a bug.
|
69 |
-
|
70 |
-
|
71 |
-
## Installation
|
72 |
-
|
73 |
-
### Minimum Requirements
|
74 |
-
|
75 |
-
* WordPress 4.5 or greater
|
76 |
-
* PHP version 5.4 or greater
|
77 |
-
* MySQL version 5.0 or greater
|
78 |
-
|
79 |
-
### We recommend your host supports:
|
80 |
-
|
81 |
-
* PHP version 7.0 or greater
|
82 |
-
* MySQL version 5.6 or greater
|
83 |
-
* WP Memory limit of 64 MB or greater (128 MB or higher is preferred)
|
84 |
-
|
85 |
-
### Installation
|
86 |
-
|
87 |
-
1. Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the `wp-content/plugins/` directory of your WordPress installation.
|
88 |
-
2. Activate the plugin through the 'Plugins' menu in WordPress.
|
89 |
-
3. Go to Pages > Add New
|
90 |
-
4. Press the 'Edit with Brizy' button.
|
91 |
-
|
92 |
-
### How to integration in your plugin
|
93 |
-
Do not use the html from post_content.
|
94 |
-
That content is updated only to support some seo plugins.
|
95 |
-
|
96 |
-
To correctly get the compiled post html use the code below:
|
97 |
-
|
98 |
-
```
|
99 |
-
$post = Brizy_Editor_Post::get( $post_id );
|
100 |
-
$html = new Brizy_Editor_CompiledHtml( $post->get_compiled_html() );
|
101 |
-
|
102 |
-
// the <head> content
|
103 |
-
// the $headHtml contains all the assets the page needs
|
104 |
-
$headHtml = apply_filters( 'brizy_content', $html->get_head(), Brizy_Editor_Project::get(), $post->getWpPost() );
|
105 |
-
|
106 |
-
// the <body> content
|
107 |
-
$bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Project::get(), $post->getWpPost() );
|
108 |
-
```
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
### Terms of Service
|
115 |
-
|
116 |
-
[Terms of use](https://brizy.io/terms/)
|
117 |
-
[Privacy policy](https://brizy.io/privacy/)
|
118 |
-
|
119 |
-
## Changelog
|
120 |
-
|
121 |
-
### 2.0 - 2020-07-30 ###
|
122 |
-
* New: Introduced working in Draft
|
123 |
-
* New: Links to Support and Docs in left sidebar
|
124 |
-
* New: Brizy Sync functionality for blocks and layouts
|
125 |
-
* New: You can Clear or Save an entire layout
|
126 |
-
* New: Absolute and Fixed positions for elements
|
127 |
-
* Improved: Increased the size limit of Image population to 5000px
|
128 |
-
* Improved: Enabled shape option on responsive for all Sections
|
129 |
-
* Improved: Updated Google Fonts list
|
130 |
-
* Improved: Added Animation options on all elements
|
131 |
-
* Improved: Re-written ## Changelog extended the Image element (added fixed px size)
|
132 |
-
* Improved: Plugin loading
|
133 |
-
* Improved: Sent post directly in the get_the_content post content element
|
134 |
-
* Improved: Increased the size limit of Image population to 5000px
|
135 |
-
* Improved: Enabled shape option on responsive for all Sections
|
136 |
-
* Fixed: Section tag name
|
137 |
-
* Fixed: Global block toolbar icon
|
138 |
-
* Fixed: Removed content editable attribute on texts at preview
|
139 |
-
* Fixed: Toolbar positioning inside popups
|
140 |
-
* Fixed: TextEditor at undo / redo
|
141 |
-
* Fixed: Background video loop
|
142 |
-
* Fixed: Form select responsive width at preview
|
143 |
-
* Fixed: Section padding resize width
|
144 |
-
* Fixed: Ignore empty data values when updating global blocks
|
145 |
-
* Fixed: Changed the update global blocks to allow to update blocks without sending the data
|
146 |
-
* Fixed: Revision for compile page on preview
|
147 |
-
* Fixed: Compatibility with TranslatePress (Language by GET parameter)
|
148 |
-
* Fixed: Compatibility with LiteSpeed plugin
|
149 |
-
* Fixed: Missing translation ready strings
|
150 |
-
|
151 |
-
### 1.0.126 - 2020-06-03 ###
|
152 |
-
* Fixed: Security fixes
|
153 |
-
|
154 |
-
### 1.0.125 - 2020-06-02 ###
|
155 |
-
* Fixed: Security fixes
|
156 |
-
|
157 |
-
### 1.0.124 - 2020-04-25 ###
|
158 |
-
* New: Switched Nucleo icons for Font Awesome
|
159 |
-
|
160 |
-
### 1.0.123 - 2020-04-14 ###
|
161 |
-
* Improved: The message when the page was edited from another tab or window is now clearer
|
162 |
-
* Fixed: Search Element not appearing in the elements list
|
163 |
-
* Fixed: Popup conditions bug
|
164 |
-
* Fixed: Saved popup blocks not being shown in the global popup editor
|
165 |
-
* Fixed: Mobile menu now closes when clicking on an anchor link from it
|
166 |
-
* Fixed: Edit sub-pages with Brizy
|
167 |
-
* Fixed: Load feedback and widget news only for admin users
|
168 |
-
* Fixed: Hide Gutenberg of WordPress 5.4
|
169 |
-
|
170 |
-
### 1.0.122 - 2020-03-27 ###
|
171 |
-
* Fixed: Progress element text editor
|
172 |
-
* Fixed: Hidden population options
|
173 |
-
* Improved: RichText toolbar doesn't overlap the text
|
174 |
-
|
175 |
-
### 1.0.121 - 2020-03-27 ###
|
176 |
-
* Fixed: Added backward compatibility with old PRO plugins
|
177 |
-
|
178 |
-
### 1.0.120 - 2020-03-26 ###
|
179 |
-
* Fixed: Failed to enqueue script Select2
|
180 |
-
|
181 |
-
### 1.0.119 - 2020-03-25 ###
|
182 |
-
* Fixed: Tooltip position
|
183 |
-
* Fixed: Brizy content for subpages
|
184 |
-
|
185 |
-
|
186 |
-
### 1.0.118 - 2020-03-25 ###
|
187 |
-
* New: Notification system for errors and if two users work on the same page.
|
188 |
-
* New: Maintenance Mode
|
189 |
-
* New: Add a Get Help link
|
190 |
-
* New: Shortcut, press Esc key to select parent container
|
191 |
-
* New: Added toggle options to make the More settings right sidebar sticky
|
192 |
-
* New: Changed the template rules to allow users to create templates for posts from a specific category
|
193 |
-
* New: Added compatibility Broken Link Checker
|
194 |
-
* New: Added compatibility with SeoPress
|
195 |
-
* New: Added compatibility with RankMath
|
196 |
-
* New: Add Maintenance Mode Link in the admin toolbar
|
197 |
-
* New: Changed the template rules to allow users to create templates for posts from a specific category
|
198 |
-
* New: Added compatibility Broken Link Checker
|
199 |
-
* New: Added compatibility with SeoPress
|
200 |
-
* New: Added compatibility with RankMath
|
201 |
-
* New: Add Maintenance Mode Link in the admin toolbar
|
202 |
-
* Improved: Added 2 styles for Progress element
|
203 |
-
* Improved: Added icons, vertical/horizontal options for Tabs element
|
204 |
-
* Improved: Added icons, tags for the Accordion element
|
205 |
-
* Improved: Added styles, redirect, message for the Countdown element
|
206 |
-
* Improved: Added 3 styles for the Counter element
|
207 |
-
* Improved: Element toolbar doesn’t cover the content you are editing anymore
|
208 |
-
* Improved: Optimised and re-written options in the builder for Border, Box Shadow, Code Mirror, Color Picker, Image upload, Input Text, Multi Select, Element Toolbar, Select, Slider, Switch, Tabs, Toggle, Textarea, Typography
|
209 |
-
* Fixed: Enable/Disable editing with Brizy
|
210 |
-
* Fixed: Brizy post revisions
|
211 |
-
* Fixed: Brizy templates that are using the default theme template
|
212 |
-
* Fixed: Enable/Disable editing with brizy
|
213 |
-
* Fixed: Refactoring the post type field in editor config
|
214 |
-
* Fixed: Post field shortcode to use a sample post for templates
|
215 |
-
* Fixed: Brizy post revisions
|
216 |
-
* Fixed: Brizy templates that are using the default theme template
|
217 |
-
* Fixed: Removed header To from email headers
|
218 |
-
|
219 |
-
### 1.0.117 - 2020-03-12 ###
|
220 |
-
* Fixed: Export errors for certain users
|
221 |
-
* Fixed: Removed header 'To' from PHPMailer
|
222 |
-
|
223 |
-
### 1.0.116 - 2020-03-10 ###
|
224 |
-
* Fixed: Removed local Lato font
|
225 |
-
* Fixed: Removed Europa Font
|
226 |
-
* Fixed: Removed IowanOldStyleBT-Bold Font
|
227 |
-
* Fixed: Use jQuery from WordPress
|
228 |
-
* Fixed: Removed all possible screenshot extensions al leaved only jpeg
|
229 |
-
* Fixed: Force jQuery enqueue.
|
230 |
-
* Fixed: Removed some unused code added Select2 as a dependency
|
231 |
-
* Fixed: Removed Site Settings feature as this was never used
|
232 |
-
|
233 |
-
### 1.0.115 - 2020-03-10 ###
|
234 |
-
* Fixed: Removed Nucleo
|
235 |
-
* Fixed: Added Font Awesome4
|
236 |
-
* Fixed: Removed all possible screenshot extensions al leaved only jpeg
|
237 |
-
* Fixed: Force jQuery enqueue.
|
238 |
-
* Fixed: Removed some unused code added Select2 as a dependency
|
239 |
-
* Fixed: Removed Site Settings feature as this was never used
|
240 |
-
|
241 |
-
### 1.0.114 - 2020-02-12 ###
|
242 |
-
* Fixed: Builder settings page access
|
243 |
-
|
244 |
-
### 1.0.113 - 2020-01-30 ###
|
245 |
-
* Fixed: Column settings with column draggable
|
246 |
-
|
247 |
-
### 1.0.112 - 2020-01-24 ###
|
248 |
-
* Fixed: WpMediaUpload buttons
|
249 |
-
* New: Added new Layouts to free
|
250 |
-
|
251 |
-
### 1.0.111 - 2020-01-22 ###
|
252 |
-
* Fixed: PHP warning in RuleSet class
|
253 |
-
* Fixed: Changed the code to return the exception thrown by wp_mail
|
254 |
-
* Fixed: Menu align option
|
255 |
-
|
256 |
-
### 1.0.110 - 2020-01-20 ###
|
257 |
-
* Fixed: Send mail for Wordpress form integration
|
258 |
-
|
259 |
-
### 1.0.109 - 2020-01-16 ###
|
260 |
-
* New: Forms added new Fields
|
261 |
-
* New: SVG Upload Feature
|
262 |
-
* New: Lazy load for image ( Chrome Only )
|
263 |
-
* Improved: Images search for optimization
|
264 |
-
* Improved: Icons for Tabs was added
|
265 |
-
* Improved: WordPress Dynamic content ( Title, Excerpt, Content )
|
266 |
-
* Fixed: Pagination on front page
|
267 |
-
* Fixed: Dashboard Brizy Box
|
268 |
-
* Fixed: Template rules match
|
269 |
-
* Fixed: Popup compilation
|
270 |
-
* Fixes: Popup scroll fixes
|
271 |
-
* Fixes: Incompatibility with LiteSpeed Cache
|
272 |
-
* Fixes: Incompatibility with Unicon core plugin
|
273 |
-
* Fixes: Remove unnecessary SEO, Social entries
|
274 |
-
|
275 |
-
### 1.0.108 - 2019-12-18 ###
|
276 |
-
* Fixed: Editor config cache
|
277 |
-
* Fixed: Compilation and save post
|
278 |
-
|
279 |
-
### 1.0.107 - 2019-12-11 ###
|
280 |
-
* Fixed: Compile if there is no autosave post on vew page
|
281 |
-
|
282 |
-
### 1.0.106 - 2019-12-11 ###
|
283 |
-
* Improved: Page save
|
284 |
-
* New: Extended REST api response for brizy posts
|
285 |
-
* Fixed: Sections shape color in responsive
|
286 |
-
* Fixed: wp_check_filetype_and_ext argument count
|
287 |
-
* Fixed: Set DefaultFont for root brizy not body
|
288 |
-
* Fixed: IconText pre-wrap only buttons
|
289 |
-
* Fixed: Dnd between columns
|
290 |
-
* Fixed: Styles, resolve conflicts with twenty twenty theme
|
291 |
-
* Fixed: Header animation slideUp, slideDown when close/open
|
292 |
-
* Fixed: Menu align option
|
293 |
-
|
294 |
-
### 1.0.105 - 2019-11-21 ###
|
295 |
-
* Fixed: mkdir warning for folders that already exists
|
296 |
-
* Fixed: Usage of PHP_INT_MIN constant
|
297 |
-
|
298 |
-
### 1.0.104 - 2019-11-18 ###
|
299 |
-
* Fixed: Row negative margin
|
300 |
-
* Fixed: Sidebar scroll and reorder blocks
|
301 |
-
* Fixed: Animation with zIndex
|
302 |
-
* Fixed: Carousel with inner icons
|
303 |
-
* Fixed: Section hidden gradient when both gradient are opacity 0
|
304 |
-
* Fixed: Section full height in editor mode
|
305 |
-
* Fixed: Popup screenshots
|
306 |
-
* Fixed: PromptBlock, PromptFonts, PromptForms tooltip pro blocking scroll
|
307 |
-
* Fixed: Columns Dragging
|
308 |
-
* Fixed: Section conflicts padding with Twenty Twenty theme
|
309 |
-
* Improved: Set up default project font to body
|
310 |
-
* Improved: Leftsidebar disabled options for specific roles
|
311 |
-
|
312 |
-
### 1.0.103 - 2019-11-13 ###
|
313 |
-
* Fixed: Create project method
|
314 |
-
* Fixed: Temporary screenshot file path
|
315 |
-
* Fixed: Translation function call
|
316 |
-
|
317 |
-
### 1.0.102 - 2019-11-08 ###
|
318 |
-
* Fixed: Header/Footer box shadow
|
319 |
-
|
320 |
-
### 1.0.101 - 2019-11-07 ###
|
321 |
-
* Fixed: CSS issue that was causing performance problems in Safari
|
322 |
-
|
323 |
-
### 1.0.100 - 2019-10-23 ###
|
324 |
-
* New: Function for dynamic data for RenderPreview in facebook comments
|
325 |
-
* Fixed: Google fonts error for old users
|
326 |
-
* Fixed: Fixed temporary screenshot file path
|
327 |
-
|
328 |
-
### 1.0.99 - 2019-10-21 ###
|
329 |
-
* Fixed: Register Brizy supported custom posts on plugin initialization to be able to run migrations
|
330 |
-
* Fixed: Button not changing colors when switching styles
|
331 |
-
* Fixed: Load default project font on preview
|
332 |
-
|
333 |
-
### 1.0.98 - 2019-10-17 ###
|
334 |
-
* Fixed: Register custom templates if upgrading from a version < 1.0.70
|
335 |
-
* Fixed: Dynamic content context generation
|
336 |
-
* Fixed: Template preview URL for Blogs/Posts page
|
337 |
-
* Fixed: Template preview URL for 404 page
|
338 |
-
|
339 |
-
### 1.0.97 - 2019-10-10 ###
|
340 |
-
* Fixed: Dynamic content form templates
|
341 |
-
* Fixed: Data migration script
|
342 |
-
|
343 |
-
### 1.0.96 - 2019-10-09 ###
|
344 |
-
* Fixed: Brizy content filter
|
345 |
-
* Fixed: Data migration bug
|
346 |
-
|
347 |
-
### 1.0.95 - 2019-10-09 ###
|
348 |
-
* Fixed: Brizy content filter
|
349 |
-
|
350 |
-
### 1.0.94 - 2019-10-08 ###
|
351 |
-
* New: Added Design Kit 2.0
|
352 |
-
|
353 |
-
### 1.0.92 - 2019-10-04 ###
|
354 |
-
* Fixed: Show on tablet & mobile
|
355 |
-
* Fixed: Facebook Elements Fix
|
356 |
-
|
357 |
-
### 1.0.92 - 2019-10-03 ###
|
358 |
-
* Fixed: Header, translation
|
359 |
-
|
360 |
-
### 1.0.91 - 2019-10-01 ###
|
361 |
-
* New: Added indicator to show or hide all hidden blocks
|
362 |
-
* Improved: Slider dots and arrows color can now be set per device
|
363 |
-
* Fixed: The preview Url for archive Brizy templates
|
364 |
-
* Fixed: Show the latest compiled page if the compiler fails
|
365 |
-
* Fixed: Text translations
|
366 |
-
* Fixed: Checking for failed DB request when getting the project instance
|
367 |
-
* Fixed: Globals data migration
|
368 |
-
|
369 |
-
### 1.0.89 - 2019-09-24 ###
|
370 |
-
* Fixed: Disabled Block Background Attachment Fixed for Responsive
|
371 |
-
|
372 |
-
### 1.0.88 - 2019-09-24 ###
|
373 |
-
* Fixed: Image Shadow Border Radius Fix in Preview
|
374 |
-
|
375 |
-
### 1.0.87 - 2019-09-23 ###
|
376 |
-
* Fixed: Editor version number
|
377 |
-
|
378 |
-
### 1.0.86 - 2019-09-20 ###
|
379 |
-
* Fixed: RichText horizontal align justify
|
380 |
-
* Fixed: Show on Devices for Section
|
381 |
-
|
382 |
-
### 1.0.85 - 2019-09-20 ###
|
383 |
-
* Fixed: Globals to data migration
|
384 |
-
* Fixed: WOOProducts shortcode
|
385 |
-
|
386 |
-
### 1.0.84 - 2019-09-19 ###
|
387 |
-
* Fixed: Editor version
|
388 |
-
* Fixed: Read me files
|
389 |
-
|
390 |
-
### 1.0.83 - 2019-09-18 ###
|
391 |
-
* Fixed: Fonts with Mega Menu section
|
392 |
-
|
393 |
-
### 1.0.82 - 2019-09-18 ###
|
394 |
-
* New: Text image mask
|
395 |
-
* New: Text shadow
|
396 |
-
* New: Text gradient color
|
397 |
-
* New: Block shape dividers were moved from PRO to Free
|
398 |
-
* Improved: Migrated Soundcloud, Counter, Facebook Group, Page and Comments to a new CSS system meant to clean up the DOM
|
399 |
-
* Improved: Reduced JavaScript file size
|
400 |
-
* Improved: Improved error handling in api
|
401 |
-
* Fixed: Unable to “unglobal” Header and Footer blocks
|
402 |
-
* Fixed: Unable to use drag and drop in a global Popup block
|
403 |
-
* Fixed: Inputs, selects and textareas not being cleared when successfully submitting a form
|
404 |
-
* Fixed: Changing Section width in desktop mode affected other modes as well
|
405 |
-
* Fixed: RichText putting extra whitespace sometimes
|
406 |
-
* Fixed: SVG for two Section dividers
|
407 |
-
* Fixed: Wrong submit settings action call
|
408 |
-
* Fixed: Media asset processor
|
409 |
-
* Fixed: Template view on network sites
|
410 |
-
* Fixed: Fixed the case for duplicated global blocks in database
|
411 |
-
* Fixed: Media asset processor to replace all image urls from static css
|
412 |
-
* Fixed: Fixed ajax urls
|
413 |
-
|
414 |
-
### 1.0.81 - 2019-05-29 ###
|
415 |
-
* Fixed: Popup option not working for certain users
|
416 |
-
* Fixed: Url for Go to pro button
|
417 |
-
|
418 |
-
### 1.0.80 - 2019-05-28 ###
|
419 |
-
* Fixed: Section Make it a Slider option
|
420 |
-
* Fixed: Hotkeys not working in Global blocks
|
421 |
-
* Fixed: Slider dots options not working with certain WordPress themes
|
422 |
-
* Fixed: Undo / Redo
|
423 |
-
|
424 |
-
### 1.0.79 - 2019-05-27 ###
|
425 |
-
* Fixed: Brizy template for front page
|
426 |
-
|
427 |
-
### 1.0.78 - 2019-05-23 ###
|
428 |
-
* Fixed: Blank template and template loading
|
429 |
-
|
430 |
-
### 1.0.77 - 2019-05-23 ###
|
431 |
-
* New: Added hover transition option for Icon and Button
|
432 |
-
* Improved: Set a minimum height to Embed and WordPress elements
|
433 |
-
* Improved: Migrated Line and Progress to a new CSS system meant to clean up the DOM
|
434 |
-
* Improved: Sql queries
|
435 |
-
* Fixed: Menu not working when having more than one in a page
|
436 |
-
* Fixed: Form number filed triggering validation error when empty but not required
|
437 |
-
* Fixed: Vertical align in column
|
438 |
-
* Fixed: Image optimize submit settings
|
439 |
-
* Fixed: Autosave for globals and saved block
|
440 |
-
|
441 |
-
|
442 |
-
### 1.0.76 - 2019-05-14 ###
|
443 |
-
* Fixed: Guafrette warning in Path class
|
444 |
-
|
445 |
-
### 1.0.75 - 2019-05-10 ###
|
446 |
-
* New: Integrated Shortpixel image optimizer
|
447 |
-
* Improved: Lowered the max brizy revision count
|
448 |
-
* Improved: Delete old autosave posts
|
449 |
-
* Improved: Changed max brizy revision count value to 30
|
450 |
-
* Fixed: Optimized delete auto saved posts code
|
451 |
-
* Fixed: Removed random image names (works only for new image uploads)
|
452 |
-
* Fixed Create global blocks
|
453 |
-
* Fixed Create attachment post for block images
|
454 |
-
* Fixed: Autoptimeze plugin breaks our css
|
455 |
-
|
456 |
-
|
457 |
-
### 1.0.74 - 2019-04-23 ###
|
458 |
-
* New: Box Shadow option for Button, Icon, Soundcloud, Embed, Header, Footer
|
459 |
-
* Improved: Disabled Overlay Color option for Video when it has an image cover
|
460 |
-
* Improved: Return draft posts in Add rule form for template
|
461 |
-
* Fixed: Carousel toolbar not opening
|
462 |
-
* Fixed: Embed Border option not working properly
|
463 |
-
* Fixed: Section Dividers not respecting global color palette values
|
464 |
-
* Fixed: Background Video option not working in preview in certain instances
|
465 |
-
* Fixed: Screenshots for Global and Saved blocks not being displayed
|
466 |
-
|
467 |
-
### 1.0.73 - 2019-04-19 ###
|
468 |
-
* Fixed: Publish button not working for certain users
|
469 |
-
* Fixed: Fixed clear cache method
|
470 |
-
* Fixed: Undo / Redo
|
471 |
-
|
472 |
-
### 1.0.72 - 2019-04-18 ###
|
473 |
-
* Fixed: Project meta value setter
|
474 |
-
|
475 |
-
### 1.0.71 - 2019-04-18 ###
|
476 |
-
* Fixed: Activate license form
|
477 |
-
|
478 |
-
### 1.0.70 - 2019-04-18 ###
|
479 |
-
* New: Box Shadow option for Icon, Image, Video, Map, Column, Row
|
480 |
-
* New: Hover transition option for Image
|
481 |
-
* New: Removed autosave feature when you edit pages
|
482 |
-
* Improved: Editor performance regressions caused by Context Menu
|
483 |
-
* Fixed: Chrome warnings regarding scroll passive events
|
484 |
-
* Fixed: Icon selection popup scrollbar
|
485 |
-
* Fixed: Slider in rtl mode
|
486 |
-
* Fixed: Shift+Z shortcut in RichText
|
487 |
-
|
488 |
-
### 1.0.69 - 2019-04-09 ###
|
489 |
-
* New: White label support
|
490 |
-
* Fixed: Removed the migration per post
|
491 |
-
* Fixed: Form deserialization
|
492 |
-
|
493 |
-
### 1.0.68 - 2019-04-03 ###
|
494 |
-
* Fixed: RichText losing focus after typing pauses
|
495 |
-
|
496 |
-
### 1.0.67 - 2019-04-01 ###
|
497 |
-
* New: Added shortcuts for various actions
|
498 |
-
* New: Row and Column link options
|
499 |
-
* New: Video and Embed border options
|
500 |
-
* Improved: Right click shortcuts
|
501 |
-
* Fixed: Preview in IE 11
|
502 |
-
* Fixed: Image custom CSS option in preview
|
503 |
-
* Fixed: Archives sort order in preview
|
504 |
-
|
505 |
-
### 1.0.66 - 2019-03-28 ###
|
506 |
-
* Fixed: Form integrations
|
507 |
-
* Fixed: Back to WordPress button in classic editor
|
508 |
-
* Fixed: Project dependencies
|
509 |
-
|
510 |
-
### 1.0.65 - 2019-03-21 ###
|
511 |
-
* New: Block Adder UI
|
512 |
-
* New: Map and Soundcloud border options
|
513 |
-
* New: Added spacing for cloneable elements (Button, Icon, etc.) on mobile and tablet
|
514 |
-
* Improved: Custom CSS option
|
515 |
-
* Improved: Link option tabs order
|
516 |
-
* Improved: Network optimizations for block screenshots
|
517 |
-
* Improved: Base64 encode compiled HTML
|
518 |
-
* Fixed: Stop playing videos inside closed popups
|
519 |
-
* Fixed: Video cover position
|
520 |
-
* Fixed: Animations in Safari
|
521 |
-
* Fixed: Images that are added via Embed option CSS
|
522 |
-
* Fixed: Screenshot API refactoring
|
523 |
-
* Fixed: Form serialization
|
524 |
-
* Fixed: Compatibility SG optimizer
|
525 |
-
* Fixed: Compile post flag refactoring
|
526 |
-
|
527 |
-
### 1.0.64 - 2019-03-07 ###
|
528 |
-
* Fixed: Autoloader compatibility
|
529 |
-
|
530 |
-
### 1.0.63 - 2019-03-06 ###
|
531 |
-
* Fixed: Fixed the image cropper
|
532 |
-
|
533 |
-
### 1.0.62 - 2019-03-06 ###
|
534 |
-
* New: Border Styles on mobile and tablet for all containers (Sections, Row, Column)
|
535 |
-
* New: Added wp language placeholder
|
536 |
-
* New: Added facebook placeholders
|
537 |
-
* Fixed: Vertical align option on mobile
|
538 |
-
* Fixed: SectionFooter toolbar icon that shows that it’s a global block missing
|
539 |
-
* Fixed: Increased the image quality to 100%
|
540 |
-
* Fixed: The edit with Brizy buttons
|
541 |
-
* Fixed: Removed template select for posts
|
542 |
-
* Fixed: Added compatibility with phastpress
|
543 |
-
* Fixed: Removed redirect_to_mapped_domain function handled on the hook template_redirect
|
544 |
-
|
545 |
-
### 1.0.61 - 2019-02-21 ###
|
546 |
-
* New: Added column revert option for tablet and mobile device modes
|
547 |
-
* New: Added filters for support and upgrade to pro urls
|
548 |
-
* Fixed: Crash when making a block global
|
549 |
-
* Fixed: Video not working at preview with certain themes
|
550 |
-
* Fixed: Featured image focal point for Gutenberg
|
551 |
-
* Fixed: Thumbnail for downloaded media
|
552 |
-
* Fixed: Hide Gutenberg blocks and show the Brizy button
|
553 |
-
|
554 |
-
### 1.0.60 - 2019-02-18 ###
|
555 |
-
* New: Added gradient to backgrounds
|
556 |
-
* New: Added hover to backgrounds
|
557 |
-
* Fixed: Background parallax at preview
|
558 |
-
* Fixed: RichText sometimes removing newline characters
|
559 |
-
* Fixed: Disabled Row duplicate and delete when inside popup via context menu
|
560 |
-
* Fixed: Access to rule api
|
561 |
-
* Fixed: Compatibility with WebCraftic Clearfy plugin
|
562 |
-
* Fixed: Fixed group options for template rules
|
563 |
-
|
564 |
-
### 1.0.59 - 2019-01-29 ###
|
565 |
-
* Fixed: Wordpress integration for forms
|
566 |
-
|
567 |
-
### 1.0.58 - 2019-01-29 ###
|
568 |
-
* Fixed: Unable to add background images
|
569 |
-
* Fixed: Migration instance class check
|
570 |
-
|
571 |
-
### 1.0.57 - 2019-01-25 ###
|
572 |
-
* New: Forms and Form Integration support
|
573 |
-
* Fixed: Block screenshots being made on mobile device mode
|
574 |
-
* Fixed: Block screenshots not aligning properly in the anchor link option
|
575 |
-
* Fixed: Backgrounds with parallax not working in editor when in mobile device
|
576 |
-
|
577 |
-
### 1.0.56 - 2019-01-18 ###
|
578 |
-
* New: Added block screenshots in browsers that support it (Chrome, Firefox, Safari to a lesser extent)
|
579 |
-
* New: Possibility to add custom names to anchor links
|
580 |
-
* New: Compatibility Litespeed plugin
|
581 |
-
* New: Added API methods to get/save block screenshots
|
582 |
-
* Improved: Changed the rule manager to work with different posts
|
583 |
-
* Improved: Changed the rule api to accept json instead of form-urlencoded values
|
584 |
-
* Fixed: Remove actions that play with js scripts
|
585 |
-
* Fixed: Fixed the regexp for head extraction
|
586 |
-
* Fixed: Fixed page assets url
|
587 |
-
* Fixed: Used hideSiteUrl on save compiled html to db
|
588 |
-
* Fixed: Video not being able to go fullscreen
|
589 |
-
* Fixed: Impossible to add global colors to RichText links
|
590 |
-
* Fixed: Impossible to change margin to less than -100
|
591 |
-
* Fixed: Lightbox z-index conflict with header blocks
|
592 |
-
* Fixed: Check every request for multiple urls by Brizy_Editor_Http_Response
|
593 |
-
* Fixed: Changed signature of do_action of register API methods brizy_register_api_methods
|
594 |
-
* Fixed: Added config texts filter
|
595 |
-
* Fixed: Version check for Gutenberg compatibility
|
596 |
-
|
597 |
-
### 1.0.54 - 2019-01-11 ###
|
598 |
-
* New: Added block screenshots in browsers that support it
|
599 |
-
* New: Possibility to add custom names to anchor links
|
600 |
-
* New: Compatibility litespeed plugin
|
601 |
-
* New: Added api methods to get/save block screenshots
|
602 |
-
* Fixed: Impossible to add global colors to RichText links
|
603 |
-
* Fixed: Impossible to change margin to less than -100
|
604 |
-
* Fixed: Lightbox z-index conflict with header blocks
|
605 |
-
* Fixed: Remove actions that play with js scripts
|
606 |
-
* Fixed: Check every request for multiple urls by Brizy_Editor_Http_Response
|
607 |
-
* Fixed: Fixed the regexp for head extraction
|
608 |
-
|
609 |
-
### 1.0.53 - 2018-12-14 ###
|
610 |
-
* Fixed: Unable to delete Global blocks
|
611 |
-
* Fixed: Brizy buttons for Wordpress 5
|
612 |
-
|
613 |
-
### 1.0.52 - 2018-12-07 ###
|
614 |
-
* FIxed: Brizy buttons for Gutemberg
|
615 |
-
|
616 |
-
### 1.0.51 - 2018-12-06 ###
|
617 |
-
* New: Columns can now be resizes in mobile device mode
|
618 |
-
* Fixed: Tempate fixes
|
619 |
-
* Fixed: Dynamic content fixes
|
620 |
-
* Fixed: Removed wpautop filter
|
621 |
-
* Fixed: Added favicon
|
622 |
-
|
623 |
-
### 1.0.50 - 2018-11-30 ###
|
624 |
-
* Fixed: RichText error in certain blocks
|
625 |
-
* Fixed: Animation delay
|
626 |
-
* Fixed: Link animation on click
|
627 |
-
* Fixed: Disable autoptimize plugin when editor is open
|
628 |
-
* Fixed: Exclude jQuery
|
629 |
-
|
630 |
-
### 1.0.49 - 2018-11-27 ###
|
631 |
-
* Fixed: Image height conflicts with certain plugins
|
632 |
-
* Fixed: Slider video background height
|
633 |
-
* Fixed: Animation class name
|
634 |
-
|
635 |
-
### 1.0.48 - 2018-11-26 ###
|
636 |
-
* Fixed: Fixed autoload for some users
|
637 |
-
|
638 |
-
### 1.0.47 - 2018-11-23 ###
|
639 |
-
* New: Added Column resize in tablet mode
|
640 |
-
* Fixed: NaN showing in RichText toolbar line-height option in tablet and mobile modes
|
641 |
-
* Fixed: Animations z-index issues on preview
|
642 |
-
* Fixed: Iframe with scroll css issue in tablet and mobile modes
|
643 |
-
* Fixed: Fixed css that made deleting Global and Saved blocks or very hard
|
644 |
-
* Fixed: Fixed notices layout
|
645 |
-
* Fixed: Added author list in internal url list
|
646 |
-
* Fixed: Added display type on placeholders
|
647 |
-
* Fixed: Fixed compatibility with WP 5.0
|
648 |
-
|
649 |
-
### 1.0.46 - 2018-11-13 ###
|
650 |
-
* Updated: Removed browser restriction overlay
|
651 |
-
* Improved: Typography inputs can now be edited using the keyboard
|
652 |
-
* Improved: Added revision limits for brizy posts. By default we store 100 revisions.
|
653 |
-
* Fixed: Cursor jumping when editing RichText url
|
654 |
-
* Fixed: Crash when changing device mode with certain themes
|
655 |
-
* Fixed: Removed title attribute from images
|
656 |
-
* Fixed: ImagePicker option styling
|
657 |
-
* Fixed: Added missing justify option to RichText alignment on tablet
|
658 |
-
* Fixed: Editor config
|
659 |
-
* Fixed: Added versioning for plugin assets
|
660 |
-
|
661 |
-
### 1.0.45 - 2018-11-09 ###
|
662 |
-
* Fixed: Fixed editor and plugin version in project
|
663 |
-
* Fixed: Missing Saved and Global blocks that were started from BLANK BLOCK
|
664 |
-
|
665 |
-
### 1.0.44 - 2018-11-06 ###
|
666 |
-
* Fixed: Section slider icons at export
|
667 |
-
|
668 |
-
### 1.0.43 - 2018-11-05 ###
|
669 |
-
* Improved: Refactored the content module
|
670 |
-
|
671 |
-
### 1.0.42 - 2018-11-01 ###
|
672 |
-
* New: Added tablet mode
|
673 |
-
* Improved: Added warning when the theme does not use the_content filter
|
674 |
-
* Fixed: Typography toolbar styles
|
675 |
-
|
676 |
-
### 1.0.41 - 2018-10-29 ###
|
677 |
-
* New: Added mobile body class
|
678 |
-
* Fixed: Preview url for all pages template
|
679 |
-
* Fixed: Carousel at export
|
680 |
-
|
681 |
-
### 1.0.40 - 2018-10-26 ###
|
682 |
-
* New: Added context (right click) menu for most elements
|
683 |
-
* Improved: Button and Icon groups are now vertically centered
|
684 |
-
* Improved: Toolbar options styling
|
685 |
-
* Improved: Added percentage to Image toolbar zoom option
|
686 |
-
* Fixed: Import posts/projects
|
687 |
-
* Fixed: Execute do_shortcodes on page content
|
688 |
-
* Fixed: Brizy Menu for unsupported posts
|
689 |
-
* Fixed: Compatibility fixes for gutemberg, autoptimize and w3-total-cache
|
690 |
-
* Fixed: Class autoloader fix
|
691 |
-
* Fixed: Updated project API
|
692 |
-
* Fixed: Image url problems when using WPML
|
693 |
-
* Fixed: Image missing alt and title attributes
|
694 |
-
* Fixed: CSS Corrupted file compression issue with Siteground
|
695 |
-
* Fixed: Forms stop sending other requests if one is already in progress
|
696 |
-
* Fixed: Nucleo icon font issue
|
697 |
-
* Fixed: Duplicate media
|
698 |
-
* Fixed: Ignore template rules for deleted templates
|
699 |
-
* Fixed: Fixed template rules for deleted templates
|
700 |
-
|
701 |
-
### 1.0.39 - 2018-10-11 ###
|
702 |
-
* Fixed: Section background image for mobil
|
703 |
-
* Fixed: Gutemberg compatilbility
|
704 |
-
* Fixed: User role and capability checker
|
705 |
-
* Fixed: Fixed feed pages
|
706 |
-
|
707 |
-
### 1.0.38 - 2018-10-03 ###
|
708 |
-
* New: Added migration module
|
709 |
-
* New: Migrate project to custom post
|
710 |
-
|
711 |
-
### 1.0.37 - 2018-10-03 ###
|
712 |
-
* New: Added migration module
|
713 |
-
* New: Migrate project to custom post
|
714 |
-
|
715 |
-
### 1.0.36 - 2018-10-01 ###
|
716 |
-
* Fixed: Add Elements from left sidebar broken order
|
717 |
-
|
718 |
-
### 1.0.35 - 2018-09-28 ###
|
719 |
-
* New: Added justify to alignment options for RichText
|
720 |
-
* Updated: RichText font size limit was increased up to 300
|
721 |
-
* Fixed: Section with slider enabled Full Height option
|
722 |
-
* Fixed: Fixed select2 compatibility
|
723 |
-
* Fixed: Remove Content-Length header when returning assets
|
724 |
-
* Fixed: Fixed the_Excerpt recursion
|
725 |
-
* Fixed: Fixed icons urls
|
726 |
-
|
727 |
-
|
728 |
-
### 1.0.34 - 2018-09-24 ###
|
729 |
-
* Improved: Added redundant config urls
|
730 |
-
|
731 |
-
### 1.0.33 - 2018-09-22 ###
|
732 |
-
* Fixed: Editor crash bug
|
733 |
-
|
734 |
-
### 1.0.32 - 2018-09-21 ###
|
735 |
-
* Improved: Removed taxonomies from config
|
736 |
-
* Fixed: Carousel incorrect large width on mobile
|
737 |
-
|
738 |
-
### 1.0.31 - 2018-09-19 ###
|
739 |
-
* Improved: Reduced the number of divs generated by the editor
|
740 |
-
* Fixed: Form submit toolbar not showing for certain users
|
741 |
-
* Fixed: Preview for draft posts
|
742 |
-
|
743 |
-
### 1.0.30 - 2018-09-17 ###
|
744 |
-
* Updated: Carousel library that is used in the editor (react-slick)
|
745 |
-
* Fixed: Display keys instead of blank texts in the editor when missing translations
|
746 |
-
|
747 |
-
### 1.0.29 - 2018-09-14 ###
|
748 |
-
* Improved: Laid some groundwork for future pro features
|
749 |
-
* Improved: Use native query to get the attachment by uid
|
750 |
-
* Fixed: Mobile Tabs content Scroll
|
751 |
-
* Fixed: The conflict with Live composer builder
|
752 |
-
* Fixed: The conflict with Wp copyright plugin
|
753 |
-
* Fixed: The insert content filter
|
754 |
-
* Fixed: Changed the UrlBuilder and CromMedia classe to depend on post id
|
755 |
-
* Fixed: Filter the texonomies that does not have any terms
|
756 |
-
* Fixed: Image crop on dynamic content placeholders
|
757 |
-
|
758 |
-
### 1.0.28 - 2018-09-10 ###
|
759 |
-
* Fixed: Brizy templates preview when the user was not logged in
|
760 |
-
|
761 |
-
### 1.0.27 - 2018-09-06 ###
|
762 |
-
* Improved: CSS transition for Section padding resizer
|
763 |
-
* Improved: Show a special overlay for unsupported browsers instead of loading the editor
|
764 |
-
* Fixed: External links that were broken by previous update
|
765 |
-
* Fixed: RichText font families that were broken by previous update
|
766 |
-
* Fixed: Do not show Upgrade to Pro option when Pro is enabled
|
767 |
-
* Fixed: ColorPicker option in advanced options (right sidebar) being cut by overflow
|
768 |
-
|
769 |
-
### 1.0.26 - 2018-08-30 ###
|
770 |
-
* New: Added get_taxonomies api method
|
771 |
-
* Improved: Links will not open a new tab by default
|
772 |
-
* Improved: Toolbar labels color contrast for better readability
|
773 |
-
* Improved: Device mode popover styles
|
774 |
-
* Improved: Icons popup categories dropdown styles
|
775 |
-
* Improved: Modified the crop proxy to accept attachemt ids and uid hashes
|
776 |
-
* Improved: Added custom preview urls for templates
|
777 |
-
* Fixed: Image LightBox cursor style (set to zoom-in)
|
778 |
-
* Fixed: Text space for ordered and unordered lists
|
779 |
-
* Fixed: Line css conflicts with certain WordPress themes
|
780 |
-
* Fixed: Refresh permalink cache
|
781 |
-
* Fixed: Bug fixes on template module
|
782 |
-
* Fixed: Fixed templates for user with limited access or no acccess
|
783 |
-
* Fixed: Fixed the rule class in template module
|
784 |
-
* Fixed: Fixed the compile check for templates
|
785 |
-
|
786 |
-
### 1.0.25 - 2018-08-22 ###
|
787 |
-
* New: Added Featured Image option in LeftSidebar
|
788 |
-
* New: Added Upgrade to Pro option in LeftSidebar
|
789 |
-
* New: Added Submit an Issue option in LeftSidebar
|
790 |
-
* New: Added Brizy Templates
|
791 |
-
* New: Added Image LightBox
|
792 |
-
|
793 |
-
### 1.0.24 - 2018-08-07 ###
|
794 |
-
* Fixed: Upload path for windows installs
|
795 |
-
|
796 |
-
### 1.0.23 - 2018-08-06 ###
|
797 |
-
* Fixed: RichText word-break in Firefox
|
798 |
-
* Fixed: Added twig file system cache to avoid using eval function.
|
799 |
-
* Fixed: Disabled Expect header for compiler requests
|
800 |
-
* Fixed: Improved the preview page
|
801 |
-
* Fixed: Filter content only on main request regardles of what page type we show the content
|
802 |
-
|
803 |
-
### 1.0.22 - 2018-08-02 ###
|
804 |
-
* Improved: Removed duplicate code that updates the needs_compile flag when the globals is updated
|
805 |
-
* Improved: Added validation of global JSON object
|
806 |
-
* Fixed: Editor loading animation wouldn’t end when certain plugins were installed
|
807 |
-
|
808 |
-
### 1.0.21 - 2018-07-30 ###
|
809 |
-
* Improved: Smooth scroll for internal WordPress menu links
|
810 |
-
* Improved: Text for link nofollow option
|
811 |
-
* Fixed: The editor should now work with performance optimization plugins
|
812 |
-
* Fixed: Color styles for form fields
|
813 |
-
* Fixed: EmbedCode height consistent with content
|
814 |
-
* Fixed: RichText hyphens
|
815 |
-
* Fixed: Used body_class in body tag in brizy-blank-template.php
|
816 |
-
* Fixed: Fixed the inline json for editor
|
817 |
-
* Fixed: Admin url fix for wpengine hosting
|
818 |
-
|
819 |
-
### 1.0.20 - 2018-07-24 ###
|
820 |
-
* New: Added option to external links
|
821 |
-
* New: Check the PHP version and stop the plugin if the required php version is not meet
|
822 |
-
* Improved: Added font subsets (e.g., arabic, bengali, cyrillic)
|
823 |
-
* Improved: Video element will be loaded after click on it’s preview image
|
824 |
-
* Improved: Reduced tooltip animation delay for better UX
|
825 |
-
* Improved: Clicking on a Tabs element handle on mobile will scroll the document to the top of it’s content
|
826 |
-
* Fixed: PHP compatibility fix
|
827 |
-
* Fixed: jQuery conflicts at preview
|
828 |
-
* Fixed: Some Image element resize / crop issues
|
829 |
-
* Fixed: Linking to global blocks should now work as expected
|
830 |
-
* Fixed: Section slider styles in Safari and some conflicts with host theme’s styles
|
831 |
-
* Fixed: RichText tags (i.e., p, span, a, em) & figure tag style conflicts with the host theme (edited)
|
832 |
-
|
833 |
-
### 1.0.19 - 2018-07-16 ###
|
834 |
-
* New: Added box shadow option for various elements
|
835 |
-
* New: Added hamburger option for Menu
|
836 |
-
* New: Revisions support
|
837 |
-
* New: Image resize integration
|
838 |
-
* New: Settings page redesign
|
839 |
-
* Improved: Image resizing will now happen locally in WP instead of on Brizy servers
|
840 |
-
* Improved: IconBox, Form, Tabs, Accordion toolbar looks like Row Column ones
|
841 |
-
* Improved: Added tooltips for sidebar elements
|
842 |
-
* Fixed: Corrected Countdown preview bug
|
843 |
-
* Fixed: Corrected Form integration url
|
844 |
-
* Fixed: Fixed the upload urls
|
845 |
-
* Fixed: Fixed https value in
|
846 |
-
* Fixed: Other minor bugs
|
847 |
-
|
848 |
-
### 1.0.18 - 2018-06-28 ###
|
849 |
-
* Fixed: Fixed asset proxy url
|
850 |
-
|
851 |
-
### 1.0.17 - 2018-06-27 ###
|
852 |
-
* Fixed: Form email field validation
|
853 |
-
* Fixed: Section auto generated ids anchor problems
|
854 |
-
* Fixed: Video not being able to go full screen
|
855 |
-
* Fixed: Other minor bugs
|
856 |
-
|
857 |
-
### 1.0.16 - 2018-06-25 ###
|
858 |
-
* Fixed: Changed the way we store the data in db
|
859 |
-
* Fixed: Submit form for guests
|
860 |
-
* Fixed: Form serialization
|
861 |
-
* Fixed: Clean the logs table when the plugin is deactivated
|
862 |
-
|
863 |
-
|
864 |
-
### 1.0.15 - 2018-06-18 ###
|
865 |
-
* New: Added new icons
|
866 |
-
* Fixed: Fixed the scripts that hide the editor
|
867 |
-
* Fixed: Update page script
|
868 |
-
* Fixed: A bunch of small bugs
|
869 |
-
|
870 |
-
### 1.0.14 - 2018-06-14 ###
|
871 |
-
* Fixed: update global values request
|
872 |
-
|
873 |
-
### 1.0.13 - 2018-06-13 ###
|
874 |
-
* Fixed: Removed signature and token check
|
875 |
-
|
876 |
-
### 1.0.12 - 2018-06-13 ###
|
877 |
-
* New: Added WordPress form integration
|
878 |
-
* New: Added FontWeight and LetterSpacing for RichText element on Mobile
|
879 |
-
* Improved: Section toolbar shows a special icon if the block is global
|
880 |
-
* Improved: Section toolbar Save button feedback when clicked
|
881 |
-
* Fixed: Button text editing on Safari
|
882 |
-
* Fixed: Other minor bugs
|
883 |
-
* Fixed: Changed the the_content filter
|
884 |
-
* Fixed: Do not check the signature of the user if it's a local user
|
885 |
-
* Fixed: Removed from email and name from form class
|
886 |
-
|
887 |
-
### 1.0.11 - 2018-06-11 ###
|
888 |
-
* Improved: Trigger post change when project global data is updated
|
889 |
-
* Fixed: Brizy editor now works properly on SiteGround
|
890 |
-
* Fixed: Fixed page title for editor page
|
891 |
-
|
892 |
-
|
893 |
-
### 1.0.10 - 2018-06-11 ###
|
894 |
-
* Fixed: Changelogs in readme files
|
895 |
-
* Fixed: Back compatibility issues
|
896 |
-
|
897 |
-
### 1.0.9 - 2018-06-08 ###
|
898 |
-
* New: Added saved and global blocks
|
899 |
-
* New: Paddings and margins now accept values in percent
|
900 |
-
* Fixed: Form number input type not accepting negative and decimal values
|
901 |
-
* Fixed: Form submit text editing in Firefox
|
902 |
-
* Fixed: RichText element align on mobile
|
903 |
-
* Fixed: Other minor bugs
|
904 |
-
* Fixed: Removed functions.php
|
905 |
-
* Fixed: Store the platform credentials in plugin config to avoid one platform request
|
906 |
-
|
907 |
-
### 1.0.8 - 2018-06-06 ###
|
908 |
-
* New: Added saved and global blocks
|
909 |
-
* New: Added Form element integrations
|
910 |
-
* New: Paddings and margins now accept values in percent
|
911 |
-
* Fixed: Form submit text editing in Firefox
|
912 |
-
* Fixed: RichText element align on mobile
|
913 |
-
* Fixed: Other minor bugs
|
914 |
-
|
915 |
-
### 1.0.7 - 2018-05-30 ###
|
916 |
-
* New: Made the editor translatable
|
917 |
-
* New: Added 3 new svg icons for wp shortcodes
|
918 |
-
* Improved: Image element drag resizer now works better
|
919 |
-
* Improved: Added the possibility to enable/disable logs
|
920 |
-
* Fixed: Video element autoplay
|
921 |
-
* Fixed: Vertical align for row and column elements
|
922 |
-
* Fixed: Some issues with text element and undo / redo
|
923 |
-
* Fixed: Force all posts to be compiled on next view if the globals has been updated
|
924 |
-
* Fixed: Removed autoformat for wordpress content
|
925 |
-
* Fixed: Other minor bugs
|
926 |
-
|
927 |
-
|
928 |
-
### 1.0.6 - 2018-05-24 ###
|
929 |
-
* New: Disabled all platform api calls
|
930 |
-
* New: Added resizing via drag for Section paddings
|
931 |
-
* New: Added resizing via drag for various elements (Image, Map, Spacer, etc.)
|
932 |
-
* Fixed: Other minor bugs
|
933 |
-
|
934 |
-
### 1.0.5 - 2018-05-22 ###
|
935 |
-
* New: Added WooCommerce elements
|
936 |
-
|
937 |
-
### 1.0.4 - 2018-05-21 ###
|
938 |
-
* Fixed: Fixed array declaration syntax to support older php versions
|
939 |
-
|
940 |
-
### 1.0.3 - 2018-05-21 ###
|
941 |
-
* New: Added basic animations
|
942 |
-
* New: Added spacing option to Menu element
|
943 |
-
* Fixed: Other minor bugs
|
944 |
-
|
945 |
-
### 1.0.2 - 2018-05-15 ###
|
946 |
-
* New: Added cover option to Video element
|
947 |
-
* Improved: Updated readme files
|
948 |
-
* Improved: Clicking on a anchor will trigger a smooth transition to the target
|
949 |
-
* Improved: Tabs element with long labels will look better on mobile
|
950 |
-
* Improved: Better support for retina displays
|
951 |
-
* Fixed: Other minor bugs
|
952 |
-
* Fixed: Capability access to edit/save brizy posts
|
953 |
-
* Fixed: Settings page
|
954 |
-
* Fixed: Recompile page after plugin update
|
955 |
-
* Fixed: The default title of the newly created pages will be "Brizy #{ID}" format
|
956 |
-
* Fixed: Save compiler version at compile time
|
957 |
-
* Fixed: Media asset proxy
|
958 |
-
|
959 |
-
### 1.0.1 - 2018-05-11 ###
|
960 |
-
* Fixed: Reconfigured the page compiler
|
961 |
-
|
962 |
-
### 1.0.0 - 2018-05-08 ###
|
963 |
-
* New: Added keyword shortcuts for undo / redo
|
964 |
-
* Improved: Navigation will return empty if the menu name is null
|
965 |
-
* Improved: Added support for custom type posts
|
966 |
-
* Improved: Updated the plugin name
|
967 |
-
* Improved: Disabled leave confirmation when editing with brizy is clicked
|
968 |
-
* Fixed: Long compile page requests
|
969 |
-
* Fixed: Changed page compilation
|
970 |
-
* Fixed: Responsive issues
|
971 |
-
* Fixed: Scroll speed in Firefox
|
972 |
-
* Fixed: Other minor bugs
|
973 |
-
|
974 |
-
### 0.2.5 - 2018-04-27 ###
|
975 |
-
* Fixed: Publish/Update button
|
976 |
-
|
977 |
-
### 0.2.0 - 2018-04-13 ###
|
978 |
-
* Fixed: Bug Fixes
|
979 |
-
|
980 |
-
### 0.1.0 - 2018-04-12 ###
|
981 |
-
* New: Initial Beta Release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/blocks/api.php
CHANGED
@@ -704,7 +704,7 @@ class Brizy_Admin_Blocks_Api extends Brizy_Admin_AbstractApi {
|
|
704 |
*
|
705 |
* @return false|WP_Post|null
|
706 |
*/
|
707 |
-
private function deleteBlock(
|
708 |
|
709 |
if ( $postType === Brizy_Admin_Blocks_Main::CP_SAVED ) {
|
710 |
|
704 |
*
|
705 |
* @return false|WP_Post|null
|
706 |
*/
|
707 |
+
private function deleteBlock( $block, $postType ) {
|
708 |
|
709 |
if ( $postType === Brizy_Admin_Blocks_Main::CP_SAVED ) {
|
710 |
|
admin/cloud/abstract-bridge.php
CHANGED
@@ -15,7 +15,7 @@ abstract class Brizy_Admin_Cloud_AbstractBridge implements Brizy_Admin_Cloud_Bri
|
|
15 |
*
|
16 |
* @param Brizy_Admin_Cloud_Client $client
|
17 |
*/
|
18 |
-
public function __construct(
|
19 |
$this->client = $client;
|
20 |
}
|
21 |
-
}
|
15 |
*
|
16 |
* @param Brizy_Admin_Cloud_Client $client
|
17 |
*/
|
18 |
+
public function __construct( $client ) {
|
19 |
$this->client = $client;
|
20 |
}
|
21 |
+
}
|
admin/cloud/api.php
CHANGED
@@ -35,7 +35,7 @@ class Brizy_Admin_Cloud_Api extends Brizy_Admin_AbstractApi {
|
|
35 |
*
|
36 |
* @param Brizy_Editor_Project $project
|
37 |
*/
|
38 |
-
public function __construct(
|
39 |
|
40 |
$this->project = $project;
|
41 |
$this->setClient( new Brizy_Admin_Cloud_Client( $project, new WP_Http() ) );
|
@@ -48,7 +48,7 @@ class Brizy_Admin_Cloud_Api extends Brizy_Admin_AbstractApi {
|
|
48 |
* @return Brizy_Admin_Cloud_Api
|
49 |
* @throws Exception
|
50 |
*/
|
51 |
-
public static function _init(
|
52 |
static $instance;
|
53 |
|
54 |
if ( ! $instance ) {
|
35 |
*
|
36 |
* @param Brizy_Editor_Project $project
|
37 |
*/
|
38 |
+
public function __construct( $project ) {
|
39 |
|
40 |
$this->project = $project;
|
41 |
$this->setClient( new Brizy_Admin_Cloud_Client( $project, new WP_Http() ) );
|
48 |
* @return Brizy_Admin_Cloud_Api
|
49 |
* @throws Exception
|
50 |
*/
|
51 |
+
public static function _init( $project ) {
|
52 |
static $instance;
|
53 |
|
54 |
if ( ! $instance ) {
|
admin/cloud/client.php
CHANGED
@@ -29,7 +29,7 @@ class Brizy_Admin_Cloud_Client extends WP_Http {
|
|
29 |
* @param Brizy_Editor_Project $project
|
30 |
* @param WP_Http $http
|
31 |
*/
|
32 |
-
public function __construct(
|
33 |
$this->brizyProject = $project;
|
34 |
$this->http = $http;
|
35 |
|
@@ -321,7 +321,7 @@ class Brizy_Admin_Cloud_Client extends WP_Http {
|
|
321 |
* @return bool
|
322 |
* @throws Exception
|
323 |
*/
|
324 |
-
public function createOrUpdateBlock(
|
325 |
|
326 |
$cloudBlockData = array(
|
327 |
'container' => $this->brizyProject->getCloudContainer(),
|
@@ -394,7 +394,7 @@ class Brizy_Admin_Cloud_Client extends WP_Http {
|
|
394 |
* @return bool
|
395 |
* @throws Exception
|
396 |
*/
|
397 |
-
public function createOrUpdatePopup(
|
398 |
|
399 |
$cloudBlockData = array(
|
400 |
'container' => $this->brizyProject->getCloudContainer(),
|
@@ -465,7 +465,7 @@ class Brizy_Admin_Cloud_Client extends WP_Http {
|
|
465 |
* @return bool
|
466 |
* @throws Exception
|
467 |
*/
|
468 |
-
public function createOrUpdateLayout(
|
469 |
|
470 |
$cloudBlockData = array(
|
471 |
'container' => $this->brizyProject->getCloudContainer(),
|
29 |
* @param Brizy_Editor_Project $project
|
30 |
* @param WP_Http $http
|
31 |
*/
|
32 |
+
public function __construct( $project, $http ) {
|
33 |
$this->brizyProject = $project;
|
34 |
$this->http = $http;
|
35 |
|
321 |
* @return bool
|
322 |
* @throws Exception
|
323 |
*/
|
324 |
+
public function createOrUpdateBlock( $block ) {
|
325 |
|
326 |
$cloudBlockData = array(
|
327 |
'container' => $this->brizyProject->getCloudContainer(),
|
394 |
* @return bool
|
395 |
* @throws Exception
|
396 |
*/
|
397 |
+
public function createOrUpdatePopup( $popup ) {
|
398 |
|
399 |
$cloudBlockData = array(
|
400 |
'container' => $this->brizyProject->getCloudContainer(),
|
465 |
* @return bool
|
466 |
* @throws Exception
|
467 |
*/
|
468 |
+
public function createOrUpdateLayout( $layout ) {
|
469 |
|
470 |
$cloudBlockData = array(
|
471 |
'container' => $this->brizyProject->getCloudContainer(),
|
admin/cloud/cron.php
CHANGED
@@ -20,7 +20,7 @@ class Brizy_Admin_Cloud_Cron {
|
|
20 |
/**
|
21 |
* Brizy_Admin_Cloud_Cron constructor.
|
22 |
*/
|
23 |
-
public function __construct(
|
24 |
|
25 |
$this->setClient( $client );
|
26 |
|
20 |
/**
|
21 |
* Brizy_Admin_Cloud_Cron constructor.
|
22 |
*/
|
23 |
+
public function __construct( $client ) {
|
24 |
|
25 |
$this->setClient( $client );
|
26 |
|
admin/cloud/font-bridge.php
CHANGED
@@ -15,7 +15,7 @@ class Brizy_Admin_Cloud_FontBridge extends Brizy_Admin_Cloud_AbstractBridge {
|
|
15 |
*
|
16 |
* @param Brizy_Admin_Cloud_Client $client
|
17 |
*/
|
18 |
-
public function __construct(
|
19 |
parent::__construct( $client );
|
20 |
|
21 |
$this->fontManager = new Brizy_Admin_Fonts_Manager();
|
@@ -100,4 +100,4 @@ class Brizy_Admin_Cloud_FontBridge extends Brizy_Admin_Cloud_AbstractBridge {
|
|
100 |
public function delete( $fontUid ) {
|
101 |
throw new Exception( 'Not implemented' );
|
102 |
}
|
103 |
-
}
|
15 |
*
|
16 |
* @param Brizy_Admin_Cloud_Client $client
|
17 |
*/
|
18 |
+
public function __construct( $client ) {
|
19 |
parent::__construct( $client );
|
20 |
|
21 |
$this->fontManager = new Brizy_Admin_Fonts_Manager();
|
100 |
public function delete( $fontUid ) {
|
101 |
throw new Exception( 'Not implemented' );
|
102 |
}
|
103 |
+
}
|
admin/cloud/media-bridge.php
CHANGED
@@ -68,11 +68,11 @@ class Brizy_Admin_Cloud_MediaBridge extends Brizy_Admin_Cloud_AbstractBridge {
|
|
68 |
*
|
69 |
* @return Brizy_Admin_Cloud_MediaBridge
|
70 |
*/
|
71 |
-
public function setBlockId( $blockId )
|
72 |
$this->blockId = (int) $blockId;
|
73 |
|
74 |
return $this;
|
75 |
}
|
76 |
|
77 |
|
78 |
-
}
|
68 |
*
|
69 |
* @return Brizy_Admin_Cloud_MediaBridge
|
70 |
*/
|
71 |
+
public function setBlockId( $blockId ) {
|
72 |
$this->blockId = (int) $blockId;
|
73 |
|
74 |
return $this;
|
75 |
}
|
76 |
|
77 |
|
78 |
+
}
|
brizy.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: https://brizy.io/
|
6 |
* Author: Brizy.io
|
7 |
* Author URI: https://brizy.io/
|
8 |
-
* Version: 2.0
|
9 |
* Text Domain: brizy
|
10 |
* License: GPLv3
|
11 |
* Domain Path: /languages
|
@@ -20,7 +20,7 @@ if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && stripos( $_SERVER['HTTP_X_FO
|
|
20 |
|
21 |
define( 'BRIZY_DEVELOPMENT', false );
|
22 |
define( 'BRIZY_LOG', false );
|
23 |
-
define( 'BRIZY_VERSION', '2.0' );
|
24 |
define( 'BRIZY_EDITOR_VERSION', '149-wp' );
|
25 |
define( 'BRIZY_SYNC_VERSION', '149' );
|
26 |
define( 'BRIZY_FILE', __FILE__ );
|
5 |
* Plugin URI: https://brizy.io/
|
6 |
* Author: Brizy.io
|
7 |
* Author URI: https://brizy.io/
|
8 |
+
* Version: 2.0.1
|
9 |
* Text Domain: brizy
|
10 |
* License: GPLv3
|
11 |
* Domain Path: /languages
|
20 |
|
21 |
define( 'BRIZY_DEVELOPMENT', false );
|
22 |
define( 'BRIZY_LOG', false );
|
23 |
+
define( 'BRIZY_VERSION', '2.0.1' );
|
24 |
define( 'BRIZY_EDITOR_VERSION', '149-wp' );
|
25 |
define( 'BRIZY_SYNC_VERSION', '149' );
|
26 |
define( 'BRIZY_FILE', __FILE__ );
|
editor.php
CHANGED
@@ -5,6 +5,8 @@
|
|
5 |
*/
|
6 |
class Brizy_Editor {
|
7 |
|
|
|
|
|
8 |
private static $settings_key = 'post-types';
|
9 |
|
10 |
private static $instance;
|
5 |
*/
|
6 |
class Brizy_Editor {
|
7 |
|
8 |
+
private static $is_allowed_for_current_user = null;
|
9 |
+
|
10 |
private static $settings_key = 'post-types';
|
11 |
|
12 |
private static $instance;
|
editor/editor/editor.php
CHANGED
@@ -876,7 +876,7 @@ class Brizy_Editor_Editor_Editor
|
|
876 |
* @return array
|
877 |
* @throws Exception
|
878 |
*/
|
879 |
-
public function getCloudInfo()
|
880 |
{
|
881 |
|
882 |
// we 'allow' sync if you are not
|
876 |
* @return array
|
877 |
* @throws Exception
|
878 |
*/
|
879 |
+
public function getCloudInfo()
|
880 |
{
|
881 |
|
882 |
// we 'allow' sync if you are not
|
readme.txt
CHANGED
@@ -139,6 +139,11 @@ The progress you're making while building your page is always backed up in the c
|
|
139 |
|
140 |
== Changelog ==
|
141 |
|
|
|
|
|
|
|
|
|
|
|
142 |
= 2.0 - 2020-07-30 =
|
143 |
* New: Introduced working in Draft
|
144 |
* New: Links to Support and Docs in left sidebar
|
@@ -149,7 +154,12 @@ The progress you're making while building your page is always backed up in the c
|
|
149 |
* Improved: Enabled shape option on responsive for all Sections
|
150 |
* Improved: Updated Google Fonts list
|
151 |
* Improved: Added Animation options on all elements
|
152 |
-
* Improved: Re-written == Changelog ==
|
|
|
|
|
|
|
|
|
|
|
153 |
* Improved: Plugin loading
|
154 |
* Improved: Sent post directly in the get_the_content post content element
|
155 |
* Improved: Increased the size limit of Image population to 5000px
|
139 |
|
140 |
== Changelog ==
|
141 |
|
142 |
+
= 2.0.1 - 2020-07-31 =
|
143 |
+
* Fixed: Declared property
|
144 |
+
* Fixed: Removed code that does not work in older PHP version
|
145 |
+
* Fixed: Deleted unnecessary files from all dependencies we use
|
146 |
+
|
147 |
= 2.0 - 2020-07-30 =
|
148 |
* New: Introduced working in Draft
|
149 |
* New: Links to Support and Docs in left sidebar
|
154 |
* Improved: Enabled shape option on responsive for all Sections
|
155 |
* Improved: Updated Google Fonts list
|
156 |
* Improved: Added Animation options on all elements
|
157 |
+
* Improved: Re-written == Changelog ==
|
158 |
+
|
159 |
+
= 2.0.1 - 2020-07-31 =
|
160 |
+
* Fixed: Declared property
|
161 |
+
* Fixed: Removed code that does not work in older PHP version
|
162 |
+
* Fixed: Deleted unnecessary files from all dependencies we use extended the Image element (added fixed px size)
|
163 |
* Improved: Plugin loading
|
164 |
* Improved: Sent post directly in the get_the_content post content element
|
165 |
* Improved: Increased the size limit of Image population to 5000px
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit71ed52db687259d350ad173d136927c4::getLoader();
|
vendor/bagrinsergiu/brizy-migration-utils/README.md
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
# brizy-migration-utils
|
|
vendor/bagrinsergiu/brizy-migration-utils/composer.json
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "bagrinsergiu/brizy-migration-utils",
|
3 |
-
"description": "Data migration utils",
|
4 |
-
"type": "library",
|
5 |
-
"authors": [
|
6 |
-
{
|
7 |
-
"name": "Alex Zaharia",
|
8 |
-
"email": "alecszaharia@gmail.com"
|
9 |
-
}
|
10 |
-
],
|
11 |
-
"require": {},
|
12 |
-
"require-dev": {
|
13 |
-
"phpunit/phpunit": "8.2.1"
|
14 |
-
},
|
15 |
-
"autoload": {
|
16 |
-
"psr-0": {
|
17 |
-
"Brizy": "src/"
|
18 |
-
}
|
19 |
-
},
|
20 |
-
"autoload-dev": {
|
21 |
-
"classmap": [
|
22 |
-
"tests/"
|
23 |
-
]
|
24 |
-
}
|
25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/phpunit.xml.dist
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
|
3 |
-
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
|
4 |
-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5 |
-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
|
6 |
-
backupGlobals="false"
|
7 |
-
colors="true"
|
8 |
-
bootstrap="vendor/autoload.php"
|
9 |
-
>
|
10 |
-
<php>
|
11 |
-
<ini name="error_reporting" value="-1" />
|
12 |
-
</php>
|
13 |
-
|
14 |
-
<testsuites>
|
15 |
-
<testsuite name="Test Suite">
|
16 |
-
<directory>tests</directory>
|
17 |
-
</testsuite>
|
18 |
-
</testsuites>
|
19 |
-
|
20 |
-
<filter>
|
21 |
-
<whitelist>
|
22 |
-
<directory>src</directory>
|
23 |
-
</whitelist>
|
24 |
-
</filter>
|
25 |
-
</phpunit>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/BlockScreenshotTest.php
DELETED
@@ -1,84 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace Brizy;
|
4 |
-
|
5 |
-
|
6 |
-
use PHPUnit\Framework\TestCase;
|
7 |
-
|
8 |
-
class BlockScreenshotTest extends TestCase
|
9 |
-
{
|
10 |
-
public function executeUseCases()
|
11 |
-
{
|
12 |
-
return [
|
13 |
-
['{"type":"SectionPopup2","blockId":"popup1763","value":{"_styles":["sectionPopup2"],"items":[{"type":"Row","value":{"_styles":["row"],"items":[{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<p class=\"brz-text-xs-center brz-mb-sm-20 brz-fs-sm-21 brz-fs-lg-24 brz-fw-lg-700 brz-ff-montserrat brz-ls-lg-0 brz-lh-lg-1_7 brz-fs-xs-19\">Global Popup</p>","_id":"rzcxjfkkycmylhrovfrghzazospxrkwiijjg"}}],"_id":"csenlancdbvdwnpapncmhyehuxetktekbsow"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--form2"],"items":[{"type":"Form2","value":{"_styles":["form2"],"items":[{"type":"Form2Fields","value":{"items":[{"type":"Form2Field","value":{"type":"Text","label":"Your Full Name","required":"on","options":["Option 1","Option 2"],"placeholder":"Your Full Name","_id":"lqpzbkhotesvvmeiblfepajvtsnqtusbycwv"}},{"type":"Form2Field","value":{"type":"Email","label":"Email Address","required":"off","options":["Option 1","Option 2"],"placeholder":"Email Address","_id":"biadshlzyqvvruqdjlkmecrhtzbzbvjfwute"}},{"type":"Form2Field","value":{"type":"Paragraph","label":"Please enter a short project description","required":"off","options":["Option 1","Option 2"],"placeholder":"Please enter a short project description","height":100,"_id":"lbaihagbmuenzyjmnenaqhefxhqkchanrksu"}}],"fontStyle":"","fontFamily":"roboto","fontFamilyType":"google","fontSize":14,"lineHeight":1.2,"letterSpacing":0,"fontWeight":400,"tabsState":"","tabsColor":"","borderColorHex":"#73777f","borderColorOpacity":0.35,"tempBorderColorOpacity":0.35,"borderColorPalette":"","tempBorderColorPalette":"","borderStyle":"solid","borderWidth":1,"borderTopWidth":1,"borderRightWidth":1,"borderBottomWidth":1,"borderLeftWidth":1,"tempBorderTopWidth":1,"tempBorderRightWidth":1,"tempBorderBottomWidth":1,"tempBorderLeftWidth":1,"borderRadius":4,"borderTopLeftRadius":4,"borderTopRightRadius":4,"borderBottomLeftRadius":4,"borderBottomRightRadius":4,"tempBorderRadius":4,"tempBorderTopLeftRadius":4,"tempBorderTopRightRadius":4,"tempBorderBottomLeftRadius":4,"tempBorderBottomRightRadius":4,"tabletFontStyle":"","tabletFontFamily":"roboto","tabletFontFamilyType":"google","tabletFontSize":15,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"tabletFontWeight":400,"mobileFontStyle":"","mobileFontFamily":"roboto","mobileFontFamilyType":"google","mobileFontSize":15,"mobileLineHeight":1.5,"mobileLetterSpacing":0,"mobileFontWeight":400,"colorHex":"#73777f","colorOpacity":0.6,"tempColorOpacity":0.6,"colorPalette":"","tempColorPalette":"","_id":"xrqtkgiupondxkohyzqyibjipnymsfpyymdk"}},{"type":"Button","value":{"_styles":["button","submit"],"text":"SEND NOW!","iconName":"","iconType":"","size":"small","fontSize":14,"paddingTB":11,"paddingTop":11,"paddingBottom":11,"tempPaddingTB":11,"tempPaddingTop":11,"tempPaddingBottom":11,"paddingRL":26,"paddingRight":26,"paddingLeft":26,"tempPaddingRL":26,"tempPaddingRight":26,"tempPaddingLeft":26,"borderRadius":4,"borderWidth":0,"tabsState":"","tabsColor":"","bgColorPalette":"","bgColorHex":"#e85b44","fontFamily":"overpass","fontFamilyType":"google","lineHeight":1.6,"letterSpacing":1,"fontWeight":700,"fontStyle":"","boxShadowBlur":17,"tempBoxShadowBlur":17,"boxShadowSpread":-2,"tempBoxShadowSpread":-2,"boxShadowVertical":8,"tempBoxShadowVertical":8,"boxShadowHorizontal":-8,"tempBoxShadowHorizontal":-8,"boxShadow":"on","boxShadowColorOpacity":0.65,"boxShadowColorPalette":"","boxShadowColorHex":"#e85b44","tempBoxShadowColorOpacity":0.65,"tempBoxShadowColorPalette":"","borderRadiusType":"custom","tempBorderRadiusType":"custom","fillType":"filled","borderColorOpacity":0,"borderColorPalette":0,"hoverBgColorOpacity":1,"hoverBorderColorOpacity":0.8,"tempBorderRadius":4,"tempBorderWidth":2,"hoverBgColorPalette":"color2","hoverBorderColorPalette":"","tempHoverBorderColorPalette":"","hoverBgColorHex":"#1c1c1c","tempHoverBgColorOpacity":1,"tempHoverBgColorPalette":"color3","hoverBorderColorHex":"#1c1c1c","tabletFontSize":14,"tabletLineHeight":1.6,"tabletLetterSpacing":1.5,"tabletFontWeight":700,"tabletFontStyle":"","tabletSize":"custom","tabletPaddingTB":14,"tabletPaddingTop":14,"tabletPaddingBottom":14,"tempTabletPaddingTB":11,"tempTabletPaddingTop":14,"tempTabletPaddingBottom":14,"tabletPaddingRL":26,"tabletPaddingRight":26,"tabletPaddingLeft":26,"tempTabletPaddingRL":26,"tempTabletPaddingRight":26,"tempTabletPaddingLeft":26,"tabletBorderRadius":4,"mobileFontSize":14,"mobileLineHeight":1.6,"mobileLetterSpacing":1.5,"mobileFontWeight":700,"mobileFontStyle":"","mobileSize":"custom","mobilePaddingTB":13,"mobilePaddingTop":13,"mobilePaddingBottom":13,"tempMobilePaddingTB":11,"tempMobilePaddingTop":13,"tempMobilePaddingBottom":13,"mobilePaddingRL":26,"mobilePaddingRight":26,"mobilePaddingLeft":26,"tempMobilePaddingRL":26,"tempMobilePaddingRight":26,"tempMobilePaddingLeft":26,"mobileBorderRadius":4,"_id":"psjrmconmbmifxycsgqduwqgrenbuilvydsh"}}],"submitWidth":50,"horizontalAlign":"right","tabletSubmitWidth":45,"mobileHorizontalAlign":"center","mobileSubmitWidth":55,"_id":"eszfsobcusoddvtahyxegqjrqntwqlvgeczh"}}],"_id":"ovisavsxcafafdviyipklfvtsszerberzjvb"}}],"bgColorHex":"","bgColorOpacity":1,"bgColorPalette":"color8","tempBgColorOpacity":1,"borderRadius":8,"borderTopLeftRadius":8,"borderTopRightRadius":8,"borderBottomRightRadius":0,"borderBottomLeftRadius":0,"mobilePaddingRight":40,"mobilePaddingLeft":40,"width":66.9,"paddingType":"ungrouped","padding":73,"paddingSuffix":"px","paddingTop":70,"paddingRight":190,"paddingBottom":73,"paddingLeft":73,"tempBorderRadius":8,"tempBorderTopLeftRadius":8,"tempBorderTopRightRadius":8,"tempBorderBottomRightRadius":0,"tempBorderBottomLeftRadius":0,"marginType":"ungrouped","marginRight":-80,"marginRightSuffix":"px","margin":0,"marginLeft":80,"marginLeftSuffix":"px","marginTop":-20,"marginTopSuffix":"px","marginBottom":20,"marginBottomSuffix":"px","paddingTopSuffix":"px","paddingRightSuffix":"px","boxShadow":"on","boxShadowColorPalette":"","boxShadowColorHex":"#5d190e","boxShadowColorOpacity":0.3,"boxShadowBlur":37,"boxShadowVertical":29,"boxShadowSpread":-11,"boxShadowHorizontal":-21,"tabletPaddingRight":40,"tabletPaddingRightSuffix":"px","tabletPadding":15,"tabletPaddingLeft":40,"tabletPaddingLeftSuffix":"px","tabletMarginLeft":0,"tabletMarginLeftSuffix":"px","tabletMargin":0,"tabletPaddingTop":20,"tabletPaddingTopSuffix":"px","tabletPaddingBottom":20,"tabletPaddingBottomSuffix":"px","mobilePaddingRightSuffix":"px","mobilePadding":0,"mobilePaddingLeftSuffix":"px","mobilePaddingTop":20,"mobilePaddingTopSuffix":"px","mobilePaddingBottom":20,"mobilePaddingBottomSuffix":"px","marginSuffix":"px","tabletMarginSuffix":"px","tabletWidth":61.2,"tabletBorderRadiusType":"ungrouped","tabletBorderRadius":8,"tempTabletBorderRadius":8,"tabletBorderStyle":"solid","tabletBorderWidth":0,"tabletBorderTopWidth":0,"tabletBorderRightWidth":0,"tabletBorderBottomWidth":0,"tabletBorderLeftWidth":0,"tabletBorderColorOpacity":0,"tabletBorderColorPalette":"","mobileMarginType":"grouped","mobileMarginSuffix":"px","mobileMarginTopSuffix":"px","mobileMarginRightSuffix":"px","mobileMarginBottomSuffix":"px","mobileMarginLeftSuffix":"px","mobileMargin":0,"mobileMarginTop":0,"mobileMarginRight":0,"mobileMarginBottom":0,"mobileMarginLeft":0,"mobilePaddingType":"ungrouped","mobileBorderRadiusType":"ungrouped","mobileBorderRadius":8,"tempMobileBorderRadius":8,"mobileBorderStyle":"solid","mobileBorderWidth":0,"mobileBorderTopWidth":0,"mobileBorderRightWidth":0,"mobileBorderBottomWidth":0,"mobileBorderLeftWidth":0,"mobileBorderColorOpacity":0,"mobileBorderColorPalette":"","_id":"wtdwdkadgkecgrsfmafnaxjqunlopslohsyo"}},{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<p class=\"brz-text-xs-center brz-fw-lg-700 brz-ff-montserrat brz-ls-lg-0 brz-lh-lg-1_7 brz-fs-lg-22 brz-fs-sm-im-21 brz-fs-xs-im-21\"><span class=\"brz-cp-color8\">COME VISIT US AT OUR HQ</span><span style=\"color: rgb(232, 91, 68);\">.</span></p>","_id":"skdkljajyndpbqwtxdwxnowvoizitpfhjhdd"}}],"marginBottom":0,"marginBottomSuffix":"px","margin":0,"showOnMobile":"off","_id":"zuysdzrarmbstggakebrlvapsqpegwfwbftu"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<p class=\"brz-fs-lg-14 brz-lh-lg-1_7 brz-ls-lg-0 brz-ff-roboto brz-fw-lg-400 brz-text-xs-center\"><span style=\"opacity: 1; color: rgb(186, 178, 227);\">Our headquarters are based in Chicago\'s Financial District.</span></p>","_id":"ytuibxvxmxvmqbepccrtxzrmrvsjzqftupzr"}}],"showOnMobile":"off","_id":"lolqbtnaglarldyvdyvwedpcegtpaepzjiuo"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--iconText"],"items":[{"type":"IconText","value":{"_styles":["iconText"],"items":[{"type":"Icon","value":{"_styles":["icon","iconText--icon"],"name":"pin-3","type":"glyph","size":"custom","customSize":18,"borderRadius":0,"colorPalette":"","colorHex":"#e85b44","colorOpacity":1,"_id":"kbwslqhhmpyesjcemtvypmcqdigkqcxrmkql"}},{"type":"RichText","value":{"_styles":["text","iconText--text"],"text":"<p class=\"brz-fs-lg-16 brz-fw-lg-700 brz-ff-roboto brz-ls-lg-0 brz-lh-lg-1_3 brz-text-xs-justify\"><span style=\"color: rgb(255, 255, 255);\">Chicago, Illinois, USA</span></p><p class=\"brz-fs-lg-14 brz-fw-lg-400 brz-ff-roboto brz-ls-lg-0 brz-lh-lg-1_5\"><span style=\"color: rgb(186, 178, 227);\">5400 N. Lakewood Avenue</span></p>","_id":"vbrlbcpiglxphgbtktyzqcxltesewsifvdxa"}}],"iconSpacing":10,"_id":"puzommdkidhiizpkdyinlmwuxxbrfyiljalq"}}],"mobileMarginRight":14,"mobileMarginRightSuffix":"px","mobileMargin":0,"mobileMarginLeft":69,"mobileMarginLeftSuffix":"px","marginTopSuffix":"px","marginTop":15,"margin":0,"marginSuffix":"px","marginBottomSuffix":"px","marginBottom":15,"_id":"rkaetvdnameueeolqponwesfcidyjlqvayek"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--iconText"],"items":[{"type":"IconText","value":{"_styles":["iconText"],"items":[{"type":"Icon","value":{"_styles":["icon","iconText--icon"],"name":"newsletter-dev","type":"glyph","size":"custom","customSize":18,"borderRadius":0,"colorPalette":"","colorHex":"#e85b44","colorOpacity":1,"_id":"lwknyhaqnzknfcoikfnqmgxtgnjimiacbtxe"}},{"type":"RichText","value":{"_styles":["text","iconText--text"],"text":"<p class=\"brz-fw-im-700 brz-fw-lg-700 brz-lh-im-1_4 brz-lh-lg-1_5 brz-ls-lg-0 brz-ls-im-0 brz-ff-roboto brz-fs-lg-16 brz-fs-im-15\"><span style=\"color: rgb(255, 255, 255);\">office@website.hq</span></p>","_id":"xjxcsrrlbqfiyukoesipxjgjwskasuciutob"}}],"iconSpacing":10,"_id":"pimtdoddcdgguszabbzzxwlfammpnixztbja"}}],"mobileMarginLeft":69,"mobileMarginLeftSuffix":"px","mobileMargin":0,"marginTopSuffix":"px","marginTop":15,"margin":0,"marginSuffix":"px","marginBottomSuffix":"px","marginBottom":15,"_id":"vayudwztsekmcosyqmvjtfmxuyjoyuoakrhl"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--iconText"],"items":[{"type":"IconText","value":{"_styles":["iconText"],"items":[{"type":"Icon","value":{"_styles":["icon","iconText--icon"],"name":"phone-2","type":"glyph","size":"custom","customSize":18,"borderRadius":0,"colorPalette":"","colorHex":"#e85b44","colorOpacity":1,"_id":"sgrgjorxxqcpnbqoaskvfoppjvjrfccjiywg"}},{"type":"RichText","value":{"_styles":["text","iconText--text"],"text":"<p class=\"brz-fs-im-15 brz-fs-lg-16 brz-ff-roboto brz-ls-im-0 brz-ls-lg-0 brz-lh-lg-1_5 brz-lh-im-1_4 brz-fw-lg-700 brz-fw-im-700\"><span style=\"color: rgb(255, 255, 255);\">(+45) 234 133 214 </span></p>","_id":"fputxiwamikqubgpafcnameydtskrgtvskxu"}}],"iconSpacing":10,"_id":"ptpdhwbqlakbqaxadgjhfrphjfmbpnmjpbqy"}}],"mobileMarginLeft":69,"mobileMarginLeftSuffix":"px","mobileMargin":0,"marginTopSuffix":"px","marginTop":15,"margin":0,"marginSuffix":"px","marginBottomSuffix":"px","marginBottom":15,"_id":"rnyfewduqcmycyfdwsoxghsxikkwbagiielo"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--spacer"],"items":[{"type":"Spacer","value":{"_styles":["spacer"],"height":14,"tabletHeight":1,"_id":"witkylsgxpvlwdbzumbkpjagenumsizclzzh"}}],"showOnMobile":"off","_id":"mefuxpmwgomiumytmgdtuvpviqfsovyvbvsx"}},{"type":"Cloneable","value":{"_styles":["wrapper-clone","wrapper-clone--icon"],"items":[{"type":"Icon","value":{"_styles":["icon"],"size":"custom","customSize":16,"borderRadius":0,"name":"logo-fb-simple","type":"glyph","colorPalette":"","colorOpacity":1,"colorHex":"#ffffff","tempColorOpacity":1,"hoverColorHex":"#ffffff","hoverColorOpacity":1,"mobileSize":"custom","mobileCustomSize":24,"_id":"ovetiifkrdayarnbspycbshixbhlmwoosziq"}},{"type":"Icon","value":{"_styles":["icon"],"size":"custom","customSize":16,"borderRadius":0,"name":"logo-twitter","type":"glyph","colorPalette":"","colorOpacity":1,"colorHex":"#ffffff","tempColorOpacity":1,"hoverColorHex":"#ffffff","hoverColorOpacity":1,"mobileSize":"custom","mobileCustomSize":24,"_id":"bwlczpphjijichueifgianyindieknwbtjar"}},{"type":"Icon","value":{"_styles":["icon"],"size":"custom","customSize":16,"borderRadius":0,"name":"logo-vimeo","type":"glyph","colorPalette":"","colorOpacity":1,"colorHex":"#ffffff","tempColorOpacity":1,"hoverColorHex":"#ffffff","hoverColorOpacity":1,"mobileSize":"custom","mobileCustomSize":24,"_id":"oovcggwclywwwkpoalicgahqbodnttvxyuhi"}}],"horizontalAlign":"left","itemPadding":15,"itemPaddingRight":15,"itemPaddingLeft":15,"mobileHorizontalAlign":"center","showOnMobile":"on","mobileItemPadding":23,"mobileItemPaddingRight":23,"mobileItemPaddingLeft":23,"_id":"jksuwxypjdzdvlrcilcrwhzgdhuvpdhoomxm"}}],"bgColorPalette":"","bgColorHex":"#514279","bgColorOpacity":1,"mobilePaddingRight":40,"mobilePaddingLeft":40,"width":33.1,"borderRadius":8,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":8,"borderBottomRightRadius":8,"tempBorderRadius":8,"tempBorderTopLeftRadius":0,"tempBorderTopRightRadius":0,"tempBorderBottomRightRadius":8,"tempBorderBottomLeftRadius":8,"verticalAlign":"center","paddingType":"ungrouped","paddingRight":45,"paddingRightSuffix":"px","padding":15,"paddingLeft":45,"paddingLeftSuffix":"px","marginType":"ungrouped","marginTop":20,"marginTopSuffix":"px","margin":0,"marginBottom":-20,"marginBottomSuffix":"px","boxShadow":"on","boxShadowColorPalette":"","boxShadowColorHex":"#201148","boxShadowColorOpacity":0.48,"boxShadowBlur":28,"boxShadowHorizontal":-12,"boxShadowVertical":8,"boxShadowSpread":-6,"animationName":"slideInRight","tempAnimationName":"slideInRight","animationDelay":0,"animationDuration":600,"tabletPaddingRight":30,"tabletPaddingRightSuffix":"px","tabletPadding":15,"tabletPaddingLeft":30,"tabletPaddingLeftSuffix":"px","tabletPaddingBottom":20,"tabletPaddingBottomSuffix":"px","tabletPaddingTop":20,"tabletPaddingTopSuffix":"px","mobilePaddingTop":20,"mobilePaddingTopSuffix":"px","mobilePadding":0,"mobilePaddingBottom":20,"mobilePaddingBottomSuffix":"px","mobilePaddingRightSuffix":"px","mobilePaddingLeftSuffix":"px","marginSuffix":"px","tabsState":"","tabsColor":"","tabletWidth":38,"tabletBorderRadiusType":"ungrouped","tabletBorderRadius":8,"tempTabletBorderRadius":8,"tabletBorderStyle":"solid","tabletBorderWidth":0,"tabletBorderTopWidth":0,"tabletBorderRightWidth":0,"tabletBorderBottomWidth":0,"tabletBorderLeftWidth":0,"tabletBorderColorOpacity":0,"tabletBorderColorPalette":"","mobileMarginType":"grouped","mobileMarginSuffix":"px","mobileMarginTopSuffix":"px","mobileMarginRightSuffix":"px","mobileMarginBottomSuffix":"px","mobileMarginLeftSuffix":"px","mobileMargin":0,"mobileMarginTop":0,"mobileMarginRight":0,"mobileMarginBottom":0,"mobileMarginLeft":0,"mobilePaddingType":"ungrouped","mobileBorderRadiusType":"ungrouped","mobileBorderRadius":8,"tempMobileBorderRadius":8,"mobileBorderStyle":"solid","mobileBorderWidth":0,"mobileBorderTopWidth":0,"mobileBorderRightWidth":0,"mobileBorderBottomWidth":0,"mobileBorderLeftWidth":0,"mobileBorderColorOpacity":0,"mobileBorderColorPalette":"","mobileTabsState":"","mobileTabsColor":"","_id":"pnvtwjxyqhbriyxunexqvuzspyefsycgxnin"}}],"bgColorHex":"#d6d6d6","bgColorOpacity":0,"bgColorPalette":"","mobileBgColorHex":"#000000","tempBgColorOpacity":1,"borderRadius":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomRightRadius":0,"borderBottomLeftRadius":0,"mobilePaddingRight":0,"mobilePaddingLeft":0,"paddingSuffix":"px","paddingTopSuffix":"px","paddingRightSuffix":"px","paddingBottomSuffix":"px","paddingLeftSuffix":"px","tempPaddingSuffix":"px","tempPaddingTopSuffix":"px","tempPaddingRightSuffix":"px","tempPaddingBottomSuffix":"px","tempPaddingLeftSuffix":"px","padding":0,"paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"_id":"oaottipohaikkqzygqrbwbrthycntbuhdxwd"}}],"_blockVisibility":"unlisted","bgColorHex":"#ff8e73","bgColorOpacity":0.93,"bgColorPalette":"","tempBgColorOpacity":0.93,"popupId":"cwstaldvzmiuvhiqxynnslwttjjhpaftewiq","width":900,"widthSuffix":"px","closeSize":"medium","closeCustomSize":24,"closeHorizontalPosition":0,"tabletWidth":95,"tabletWidthSuffix":"%","tabletCloseHorizontalPosition":-30,"mobileWidth":90,"mobileWidthSuffix":"%","mobileCloseHorizontalPosition":8,"mobileClosePosition":"inside","mobileTabsState":"","mobileTabsColor":"","mobileCloseColorPalette":"","tempMobileCloseColorPalette":"","mobileCloseColorOpacity":1,"mobileCloseColorHex":"#514279","tempMobileCloseColorOpacity":1,"mobileCloseVerticalPosition":11,"showCloseButtonAfter":1,"_id":"vxidxkuqicwfcvzlzyhkytzswdfpwqbycxyt","_thumbnailSrc":"bpayctmzpiwzjobqbhawpqgqvgetcyur","_thumbnailWidth":600,"_thumbnailHeight":480,"_thumbnailTime":1584959793090}}'],
|
14 |
-
['{"type":"Section","blockId":"block1466","value":{"_styles":["section"],"items":[{"type":"SectionItem","value":{"_styles":["section-item"],"items":[{"type":"Row","value":{"_styles":["row","hide-row-borders","padding-0"],"items":[{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<p class=\"brz-tp-abovetitle brz-text-lg-left\"><span class=\"brz-cp-color7\" style=\"opacity: 0.8;\">NEW DECO IDEAS</span></p>","_id":"nvquchlhjeukqgvcclvysaxkzbuhqqyijeyb"}}],"_id":"uthtmrgowjqehqgkkrfqbweerkckebvghufv"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<h2 class=\"brz-text-lg-left brz-tp-heading2\"><span class=\"brz-cp-color2\">ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</span></h2>","_id":"zyuugpfiililpiadwdvsowjmozfrezdmnxfl"}}],"marginRightSuffix":"px","marginRight":0,"margin":0,"marginSuffix":"px","marginLeftSuffix":"px","marginLeft":0,"tabletPaddingType":"ungrouped","paddingRightSuffix":"px","tabletPaddingRight":20,"tabletPadding":0,"tabletPaddingSuffix":"px","paddingLeftSuffix":"px","tabletPaddingLeft":0,"paddingType":"ungrouped","paddingRight":50,"padding":0,"paddingSuffix":"px","paddingLeft":0,"_id":"bmugmgulyeeyxrkleiurubcpckcinfdvzzhl"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<p class=\"brz-tp-subtitle brz-text-lg-left\"><span class=\"brz-cp-color7\">Differentiate and you stand out in a very crowded marketplace. Present your uniquen emphasize</span></p>","_id":"itysipwfghglycypvizymnblnhzpzsmwrkgp"}}],"_id":"yeqctongoztcobxcjqpzzwabcldzcthwhktm"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--iconText"],"items":[{"type":"Form","value":{"_styles":["form"],"items":[{"type":"FormFields","value":{"items":[{"type":"FormField","value":{"type":"Email","label":"Enter Your Email","required":"on","options":["Option 1","Option 2"],"_id":"lszjvncmsfjkohisdlplgxbbrrogfkzivnhi"}}],"fontStyle":"paragraph","borderColorPalette":"color7","colorPalette":"color7","colorHex":"#666666","colorOpacity":0.5,"padding":20,"paddingRight":20,"paddingBottom":20,"paddingLeft":20,"borderColorHex":"#666666","borderColorOpacity":0.6,"_id":"lmiiwrucqzynaxbrymwphnawqkmsuvaoujfx"}},{"type":"Button","value":{"_styles":["button","submit"],"text":"Sign Up","iconName":"","iconType":"","borderRadiusType":"custom","tempBorderRadiusType":"custom","paddingRight":42,"paddingLeft":42,"fillType":"filled","borderRadius":4,"borderWidth":0,"borderColorOpacity":0,"borderColorPalette":0,"bgColorOpacity":1,"bgColorPalette":"color3","hoverBgColorOpacity":1,"hoverBorderColorOpacity":0,"tempBorderRadius":4,"tempBorderWidth":2,"hoverBgColorPalette":"color2","hoverBorderColorPalette":"","tempHoverBorderColorPalette":"","hoverBgColorHex":"#1c1c1c","tempHoverBgColorOpacity":1,"tempHoverBgColorPalette":"color3","hoverBorderColorHex":"#1c1c1c","hoverTransition":30,"tempFillType":"filled","paddingRL":42,"paddingTB":14,"paddingTop":14,"paddingBottom":14,"gradientColorOpacity":0.8,"gradientColorPalette":"","_id":"omqxptrjejsgjsyvbczartaztgfhmiaeetad"}}],"horizontalAlign":"left","_id":"zyglgmzlgrmmwujxfanevlyffkjmzfrlbnmj"}}],"marginRightSuffix":"px","marginRight":0,"margin":0,"marginSuffix":"px","paddingType":"ungrouped","paddingRightSuffix":"px","paddingRight":0,"padding":0,"paddingSuffix":"px","paddingLeftSuffix":"px","paddingLeft":0,"tabletMarginRight":0,"tabletMargin":0,"tabletMarginSuffix":"px","marginLeftSuffix":"px","tabletMarginLeft":0,"tabletPaddingType":"ungrouped","tabletPaddingRight":50,"tabletPadding":0,"tabletPaddingSuffix":"px","tabletPaddingLeft":0,"mobilePaddingType":"ungrouped","mobilePaddingRight":0,"mobilePadding":0,"mobilePaddingSuffix":"px","mobilePaddingLeft":0,"_id":"xqdphmahdcizpjfuypoykvljhuhknjmfbspx"}}],"paddingRight":150,"paddingRightSuffix":"px","padding":15,"verticalAlign":"center","tabsState":"tabNormal","tabsCurrentElement":"tabCurrentElement","tabsColor":"tabOverlay","tabletPaddingRightSuffix":"px","tabletPaddingRight":40,"tabletPadding":15,"tabletPaddingSuffix":"px","mobilePaddingRightSuffix":"px","mobilePaddingRight":30,"mobilePadding":0,"mobilePaddingSuffix":"px","mobilePaddingLeftSuffix":"px","mobilePaddingLeft":30,"_id":"atycnbmxvzvshsyhoogqwqqapjfktyntdrcl"}},{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--image"],"items":[{"type":"Image","value":{"_styles":["image"],"imageWidth":3840,"imageHeight":2400,"imageSrc":"952bdd56a18980e00c15c25af12e1fbd.jpg","height":130,"positionX":50,"positionY":50,"imagePopulation":"","resize":100,"borderRadiusType":"custom","borderRadius":6,"tempBorderRadius":6,"tabletHeight":140,"mobileHeight":70,"_id":"necqquspxctbmgdwacolmneuzkjnxlkjuklt"}}],"marginTopSuffix":"px","marginTop":0,"margin":0,"marginSuffix":"px","marginBottomSuffix":"px","marginBottom":0,"_id":"ebpimxhflginxnblnobdpzcbwplydbceyirf"}}],"paddingType":"ungrouped","padding":0,"paddingSuffix":"px","paddingTop":5,"paddingRight":15,"paddingBottom":5,"paddingLeft":15,"tabsState":"tabNormal","tabsCurrentElement":"tabCurrentElement","tabsColor":"tabOverlay","borderRadius":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"tempBorderRadius":6,"tempBorderTopLeftRadius":6,"tempBorderTopRightRadius":6,"tempBorderBottomLeftRadius":6,"tempBorderBottomRightRadius":6,"borderStyle":"","borderWidth":0,"borderTopWidth":0,"borderRightWidth":0,"borderBottomWidth":0,"borderLeftWidth":0,"tempBorderTopWidth":1,"tempBorderRightWidth":1,"tempBorderBottomWidth":1,"tempBorderLeftWidth":1,"borderColorOpacity":0,"borderColorPalette":0,"tempBorderWidth":1,"borderRadiusType":"grouped","borderColorHex":"#66738d","tempBorderColorOpacity":1,"tempBorderColorPalette":"","tabletPaddingRight":0,"tabletPaddingLeft":0,"mobilePaddingRight":0,"mobilePaddingLeft":0,"verticalAlign":"center","paddingTopSuffix":"px","paddingBottomSuffix":"px","paddingRightSuffix":"px","paddingLeftSuffix":"px","_id":"bzhhdxuefcgkpsvexdydzsmzklltwgzkcrdb"}}],"mobileReverseColumns":"on","_id":"tlotnnxbvenmgoobqvfrstpohwvhoafkdtwg"}}],"paddingType":"ungrouped","paddingTop":100,"paddingBottom":100,"padding":75,"tabsCurrentElement":"","bgImageWidth":3840,"bgImageHeight":2400,"bgImageSrc":"6e8ecd96da25fd2528c96ffb5ae6d6ee.jpg","bgColorOpacity":0,"tempBgColorOpacity":1,"borderRadius":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"tempBorderTopLeftRadius":0,"tempBorderTopRightRadius":0,"tempBorderBottomLeftRadius":0,"tempBorderBottomRightRadius":0,"_id":"jkujookovgabhgetgceznylzwyiddoprivhd"}}],"_id":"dssgsyovbzlldwqckxsqrrpdslfffjhvlfyk","_thumbnailSrc":1119207,"_thumbnailWidth":600,"_thumbnailHeight":161,"_thumbnailTime":1584713004740}}'],
|
15 |
-
[ '{"type":"SectionHeader","blockId":"block14876","value":{"_styles":["sectionHeader"],"items":[{"type":"SectionHeaderItem","value":{"_styles":["sectionHeaderItem"],"items":[{"type":"Row","value":{"_styles":["row"],"items":[{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--image"],"items":[{"type":"Image","value":{"_styles":["image"],"imagePopulation":"","imageWidth":2129,"imageHeight":457,"imageSrc":"b731902c6bf15805972db395c1ec4670.png","height":100,"positionX":50,"positionY":50,"resize":15,"mobileResize":48,"tabletResize":28,"linkType":"external","_id":"zyvkfvuculmqudvpjxybpeevzibmgqrkkfcm"}}],"horizontalAlign":"center","mobileHorizontalAlign":"center","marginTop":20,"marginTopSuffix":"px","margin":0,"marginBottom":20,"marginBottomSuffix":"px","mobileMarginBottom":0,"mobileMarginBottomSuffix":"px","mobileMargin":0,"_id":"idyqcbyrimszcophwlfawchtrglgllzayapi"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--menu"],"items":[{"type":"Menu","value":{"_styles":["menu"],"menuSelected":"17ddf21577ccb8a90dc893b3620787d8","fontSize":12,"fontFamily":"montserrat","lineHeight":1.5,"letterSpacing":2.5,"fontWeight":600,"fontStyle":"heading6","itemPadding":45,"itemPaddingRight":45,"itemPaddingLeft":45,"horizontalAlign":"center","colorHex":"#343948","colorOpacity":1,"colorPalette":"color2","tempColorOpacity":1,"hoverColorHex":"#343948","hoverColorOpacity":1,"hoverColorPalette":"color3","subMenuBgColorPalette":"color8","subMenuBgColorOpacity":1,"subMenuHoverBgColorPalette":"color8","mMenuBgColorPalette":"color2","subMenuBorderColorHex":"#1c1c1c","subMenuBorderColorOpacity":0.15,"subMenuBorderColorPalette":"color2","subMenuTempBorderColorOpacity":0.15,"subMenuHoverBorderColorHex":"#ffffff","subMenuHoverBorderColorOpacity":0.5,"mMenuBorderColorHex":"#1c1c1c","mMenuBorderColorOpacity":0.15,"subMenuColorHex":"#343948","subMenuColorOpacity":1,"subMenuColorPalette":"color2","subMenuTempColorOpacity":1,"subMenuHoverColorHex":"#343948","subMenuHoverColorOpacity":1,"mMenuColorHex":"#343948","mMenuColorOpacity":1,"mMenuHoverColorHex":"#343948","mMenuHoverColorOpacity":1,"subMenuHoverColorPalette":"color3","mMenuHoverColorPalette":"color3","subMenuHoverBorderColorPalette":"","subMenuTempHoverBorderColorOpacity":0.5,"subMenuHoverBgColorHex":"#e8e8e8","subMenuHoverBgColorOpacity":"#9ba2b7","tabletMMenuSize":29,"tabletHorizontalAlign":"center","tabletMMenuFontSize":14,"tabletMMenuLineHeight":3,"tabletMMenuLetterSpacing":0.5,"tabletMMenuFontWeight":400,"tabletMMenuFontStyle":"heading6","mMenuBgColorHex":"#3052b9","mMenuBgColorOpacity":1,"mMenuTempBgColorOpacity":1,"mMenuBorderColorPalette":"color2","mMenuTempBorderColorOpacity":0.1,"mMenuTitle":"Main Menu","mobileHorizontalAlign":"center","mobileMMenuSize":28,"mMenuColorPalette":"color8","mMenuTempColorOpacity":1,"mobileMMenuFontSize":15,"mobileMMenuLineHeight":1.5,"mobileMMenuLetterSpacing":0,"mobileMMenuFontWeight":700,"mobileMMenuFontStyle":"","tabletMMenuIconColorHex":"","tabletMMenuIconColorOpacity":1,"tabletMMenuIconColorPalette":"color2","mMenu":"off","mMenuSize":28,"mMenuIconColorHex":"","mMenuIconColorOpacity":1,"mMenuIconColorPalette":"color2","tabletMMenu":"off","mMenuFontSize":14,"mMenuFontFamily":"montserrat","mMenuLineHeight":3,"mMenuLetterSpacing":0.5,"mMenuFontWeight":400,"mMenuFontStyle":"heading6","subMenuBgColorHex":"#e8e8e8","subMenuTempBgColorOpacity":1,"tabletFontStyle":"button","mobileFontStyle":"button","tabletItemPadding":30,"tabletItemPaddingRight":30,"tabletItemPaddingLeft":30,"mobileMMenu":"on","mobileItemPadding":30,"mobileItemPaddingRight":30,"mobileItemPaddingLeft":30,"_id":"fidutspvsxijdlsgrgstoukmhotjakilxgja"}}],"showOnTablet":"on","marginTop":20,"marginTopSuffix":"px","margin":0,"marginBottom":30,"marginBottomSuffix":"px","tabletMarginTop":25,"tabletMarginTopSuffix":"px","tabletMargin":0,"mobileMarginTop":25,"mobileMarginTopSuffix":"px","mobileMargin":0,"mobileMarginBottom":0,"mobileMarginBottomSuffix":"px","tabletMarginBottom":20,"tabletMarginBottomSuffix":"px","_id":"jwiskbxofkiafwztoxtfsugqoolbayycuerz"}}],"verticalAlign":"center","width":100,"tabletWidth":100,"paddingTop":0,"paddingTopSuffix":"px","padding":15,"paddingBottom":0,"paddingBottomSuffix":"px","_id":"slrhwsymjhsjfachszkylllqdtnzvzqzixau"}}],"padding":0,"paddingSuffix":"px","paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"size":100,"tabletPaddingRight":0,"tabletPaddingRightSuffix":"px","tabletPadding":0,"tabletPaddingLeft":0,"tabletPaddingLeftSuffix":"px","tabsState":"tabNormal","tabsCurrentElement":"tabCurrentElement","tabsColor":"tabOverlay","_id":"ifjtdgsiqysnsplqbvbtvwzihiwupjfeuxay"}}],"paddingType":"ungrouped","paddingTop":15,"paddingBottom":15,"padding":75,"bgColorHex":"#ffffff","bgColorOpacity":1,"bgColorPalette":"","tempBgColorOpacity":1,"tabletPaddingType":"ungrouped","tabletPaddingTop":15,"tabletPaddingBottom":15,"tabletPadding":50,"mobilePaddingType":"ungrouped","mobilePaddingTop":15,"mobilePaddingBottom":15,"mobilePadding":25,"boxShadow":"on","boxShadowBlur":10,"boxShadowColorOpacity":0.1,"boxShadowVertical":0,"boxShadowColorHex":"#000000","boxShadowColorPalette":"","_id":"ozkxmjhmckganjbngoptqjmgiuboysfrmeaq","tabsState":"tabNormal","tabsCurrentElement":"tabCurrentElement","tabsColor":"tabOverlay"}},{"type":"SectionHeaderStickyItem","value":{"_styles":["sectionHeaderStickyItem"],"items":[{"type":"Row","value":{"_styles":["row"],"items":[{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--image"],"items":[{"type":"Image","value":{"_styles":["image"],"imagePopulation":"","imageWidth":2129,"imageHeight":457,"imageSrc":"b731902c6bf15805972db395c1ec4670.png","height":100,"positionX":50,"positionY":50,"resize":13,"mobileResize":40,"tabletResize":20,"linkType":"external","_id":"vtxpixdubrmdnmauyejabtriorxrgbqkwtjg"}}],"horizontalAlign":"center","mobileHorizontalAlign":"center","marginTop":20,"marginTopSuffix":"px","margin":0,"marginBottom":20,"marginBottomSuffix":"px","mobileMarginBottom":0,"mobileMarginBottomSuffix":"px","mobileMargin":0,"_id":"wqqwwqshycpywkdhikpopbeycyffwcevoefd"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--menu"],"items":[{"type":"Menu","value":{"_styles":["menu"],"menuSelected":"17ddf21577ccb8a90dc893b3620787d8","fontSize":12,"fontFamily":"montserrat","lineHeight":1.5,"letterSpacing":2.5,"fontWeight":600,"fontStyle":"heading6","itemPadding":45,"itemPaddingRight":45,"itemPaddingLeft":45,"horizontalAlign":"center","colorHex":"#343948","colorOpacity":1,"colorPalette":"color2","tempColorOpacity":1,"hoverColorHex":"#343948","hoverColorOpacity":1,"hoverColorPalette":"color3","subMenuBgColorPalette":"color8","subMenuBgColorOpacity":1,"subMenuHoverBgColorPalette":"color8","mMenuBgColorPalette":"color2","subMenuBorderColorHex":"#1c1c1c","subMenuBorderColorOpacity":0.15,"subMenuBorderColorPalette":"color2","subMenuTempBorderColorOpacity":0.15,"subMenuHoverBorderColorHex":"#ffffff","subMenuHoverBorderColorOpacity":0.5,"mMenuBorderColorHex":"#1c1c1c","mMenuBorderColorOpacity":0.15,"subMenuColorHex":"#343948","subMenuColorOpacity":1,"subMenuColorPalette":"color2","subMenuTempColorOpacity":1,"subMenuHoverColorHex":"#343948","subMenuHoverColorOpacity":1,"mMenuColorHex":"#343948","mMenuColorOpacity":1,"mMenuHoverColorHex":"#343948","mMenuHoverColorOpacity":1,"subMenuHoverColorPalette":"color3","mMenuHoverColorPalette":"color3","subMenuHoverBorderColorPalette":"","subMenuTempHoverBorderColorOpacity":0.5,"subMenuHoverBgColorHex":"#e8e8e8","subMenuHoverBgColorOpacity":"#9ba2b7","tabletMMenuSize":28,"tabletHorizontalAlign":"center","tabletMMenuFontSize":14,"tabletMMenuLineHeight":3,"tabletMMenuLetterSpacing":0.5,"tabletMMenuFontWeight":400,"tabletMMenuFontStyle":"heading6","mMenuBgColorHex":"#3052b9","mMenuBgColorOpacity":1,"mMenuTempBgColorOpacity":1,"mMenuBorderColorPalette":"color2","mMenuTempBorderColorOpacity":0.1,"mMenuTitle":"Main Menu","mobileHorizontalAlign":"center","mobileMMenuSize":28,"mMenuColorPalette":"color8","mMenuTempColorOpacity":1,"mobileMMenuFontSize":15,"mobileMMenuLineHeight":1.5,"mobileMMenuLetterSpacing":0,"mobileMMenuFontWeight":700,"mobileMMenuFontStyle":"","tabletMMenuIconColorHex":"","tabletMMenuIconColorOpacity":1,"tabletMMenuIconColorPalette":"color2","mMenu":"on","mMenuSize":28,"mMenuIconColorHex":"","mMenuIconColorOpacity":1,"mMenuIconColorPalette":"color2","tabletMMenu":"off","mMenuFontSize":14,"mMenuFontFamily":"montserrat","mMenuLineHeight":3,"mMenuLetterSpacing":0.5,"mMenuFontWeight":400,"mMenuFontStyle":"heading6","subMenuBgColorHex":"#e8e8e8","subMenuTempBgColorOpacity":1,"tabletFontStyle":"button","mobileFontStyle":"button","tabletItemPadding":30,"tabletItemPaddingRight":30,"tabletItemPaddingLeft":30,"mobileMMenu":"on","mobileItemPadding":30,"mobileItemPaddingRight":30,"mobileItemPaddingLeft":30,"_id":"rihhlzronphrdnaswwqarpvwwbiidvvzrnhc","mMenuPosition":"left"}}],"showOnTablet":"on","marginTop":20,"marginTopSuffix":"px","margin":0,"marginBottom":30,"marginBottomSuffix":"px","tabletMarginTop":25,"tabletMarginTopSuffix":"px","tabletMargin":0,"mobileMarginTop":25,"mobileMarginTopSuffix":"px","mobileMargin":0,"mobileMarginBottom":0,"mobileMarginBottomSuffix":"px","tabletMarginBottom":20,"tabletMarginBottomSuffix":"px","_id":"uexkpkkoayhaayzylhrccfzgcuvqttveelhi"}}],"verticalAlign":"center","width":100,"tabletWidth":100,"paddingTop":0,"paddingTopSuffix":"px","padding":15,"paddingBottom":0,"paddingBottomSuffix":"px","_id":"zhutbwloqtmunjtcoewzivvguknadhkevezd"}}],"padding":0,"paddingSuffix":"px","paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"size":100,"tabletPaddingRight":0,"tabletPaddingRightSuffix":"px","tabletPadding":0,"tabletPaddingLeft":0,"tabletPaddingLeftSuffix":"px","_id":"succrftbnzycdkqznbelkurxndwnuhllmioh"}}],"padding":15,"paddingTop":15,"paddingBottom":15,"bgColorHex":"#ffffff","bgColorOpacity":0.95,"bgColorPalette":"","tempBgColorOpacity":0.95,"boxShadow":"on","boxShadowColorHex":"#000000","boxShadowColorOpacity":0.1,"boxShadowColorPalette":"","boxShadowBlur":10,"boxShadowVertical":0,"tabsState":"tabNormal","tabsCurrentElement":"tabCurrentElement","tabsColor":"tabOverlay","_id":"aiofxvrdlqxfihddcwwdiwdhxdkoenaaenzv"}}],"type":"animated","_id":"znosboftbhpbvafzmaswwpnsqdzuxgybgehk","_thumbnailSrc":"cgptgtkknjlsnabhlswigwmwpxidksvq","_thumbnailWidth":600,"_thumbnailHeight":71,"_thumbnailTime":1587471021100}}'],
|
16 |
-
[ '{"type":"Section","blockId":"block1269","value":{"_styles":["section"],"items":[{"type":"SectionItem","value":{"_styles":["section-item"],"items":[{"type":"Row","value":{"_styles":["row","hide-row-borders","padding-0"],"items":[{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--form2"],"items":[{"type":"Form2","value":{"_styles":["form2"],"items":[{"type":"Form2Fields","value":{"items":[{"type":"Form2Field","value":{"type":"Email","label":"Email*","required":"off","options":["Option 1","Option 2"],"_id":"wtihwpfyotshwfyoritpcptfukefeqsnribs","placeholder":"Email*"}},{"type":"Form2Field","value":{"type":"Select","label":"Select*","required":"off","options":["Option 1","Option 2"],"_id":"jnkmhxwdobmfrgqgklumgjeuzidreytpuddl","placeholder":"Select*"}},{"type":"Form2Field","value":{"type":"Paragraph","label":"Paragraph*","required":"off","options":["Option 1","Option 2"],"_id":"acvopmgszswgrfpqclmgduqtznszzycnkxfd","placeholder":"Paragraph*"}}],"_id":"pfimrkppposftqaerqjhnlnpzckyztwrypvp"}},{"type":"Button","value":{"_styles":["button","submit"],"_id":"tpskrhzlxeqrfmbtylhtmionjzmjwglwxblr"}}],"_id":"yarhffogvlevgpmkigbngiqmpspfinkkvfrt"}}],"_id":"axydpgdhdithrgnetvjjqhaaxhqfcilytrfm"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<h2 class=\"brz-text-xs-center brz-tp-heading2\"><span class=\"brz-cp-color2\">Download the mobile app or subscribe to our newsletter to stay in touch </span></h2>","_id":"rjpolidcjvphhfcmdjjiigrzledvutajdkls"}}],"_id":"isddgwpzjqumkmropexbwyuefomnjirlbwok"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--spacer"],"items":[{"type":"Spacer","value":{"_styles":["spacer"],"height":40,"tabletHeight":0,"mobileHeight":0,"_id":"mxmlfkhqioyjxjajujxhteghnzfofgeygbge"}}],"showOnTablet":"off","showOnMobile":"off","_id":"udcbtsxpongriouswnsyiogwptshqejppffd"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--form2"],"items":[{"type":"Form2","value":{"_styles":["form2"],"items":[{"type":"Form2Fields","value":{"items":[{"type":"Form2Field","value":{"type":"Email","label":"Username or email","required":"on","options":["Option 1","Option 2"],"placeholder":"Username or email","width":60,"_id":"iftodmnvfzifucbcldcfryggcidesmfpovtn"}}],"fontStyle":"paragraph","size":"small","paddingTop":10,"paddingRight":20,"paddingBottom":10,"paddingLeft":20,"tabsState":"","tabsColor":"","colorPalette":"color2","tempColorPalette":"color2","colorOpacity":0.4,"borderColorPalette":"","tempBorderColorPalette":"color2","borderColorOpacity":0,"borderStyle":0,"borderWidth":0,"borderTopWidth":0,"borderRightWidth":0,"borderBottomWidth":0,"borderLeftWidth":0,"tempBorderTopWidth":1,"tempBorderRightWidth":1,"tempBorderBottomWidth":1,"tempBorderLeftWidth":1,"borderColorHex":"#1c1c1c","tempBorderColorOpacity":0.5,"borderRadius":5,"borderTopLeftRadius":5,"borderTopRightRadius":5,"borderBottomLeftRadius":5,"borderBottomRightRadius":5,"tempBorderRadius":5,"tempBorderTopLeftRadius":5,"tempBorderTopRightRadius":5,"tempBorderBottomLeftRadius":5,"tempBorderBottomRightRadius":5,"colorHex":"#1c1c1c","tempColorOpacity":0.4,"_id":"ehyjdcsgswpnamswdstrjznvvokmkzqeujnq"}},{"type":"Button","value":{"_styles":["button","submit"],"text":"Subscribe","iconName":"","iconType":"","size":"custom","fontSize":15,"paddingTB":13,"paddingTop":13,"paddingBottom":13,"tempPaddingTB":13,"tempPaddingTop":13,"tempPaddingBottom":13,"paddingRL":44,"paddingRight":44,"paddingLeft":44,"tempPaddingRL":44,"tempPaddingRight":44,"tempPaddingLeft":44,"borderRadius":5,"borderWidth":0,"borderRadiusType":"custom","tempBorderRadiusType":"custom","fillType":"filled","borderColorOpacity":0,"borderColorPalette":0,"bgColorOpacity":1,"bgColorPalette":"color3","hoverBgColorOpacity":1,"hoverBorderColorOpacity":0.8,"tempBorderRadius":5,"tempBorderWidth":2,"tabsState":"","tabsColor":"","hoverBgColorPalette":"color8","hoverBorderColorPalette":"","tempHoverBorderColorPalette":"","hoverBgColorHex":"#1c1c1c","tempHoverBgColorOpacity":1,"tempHoverBgColorPalette":"color3","hoverBorderColorHex":"#1c1c1c","colorPalette":"color8","colorOpacity":1,"hoverColorPalette":"color2","hoverColorOpacity":1,"tabletSize":"custom","tabletFontSize":11,"tabletPaddingTB":12,"tabletPaddingTop":12,"tabletPaddingBottom":12,"tempTabletPaddingTB":11,"tempTabletPaddingTop":12,"tempTabletPaddingBottom":12,"tabletPaddingRL":26,"tabletPaddingRight":26,"tabletPaddingLeft":26,"tempTabletPaddingRL":26,"tempTabletPaddingRight":26,"tempTabletPaddingLeft":26,"tabletBorderRadius":5,"mobileSize":"custom","mobileFontSize":11,"mobilePaddingTB":9,"mobilePaddingTop":9,"mobilePaddingBottom":9,"tempMobilePaddingTB":11,"tempMobilePaddingTop":9,"tempMobilePaddingBottom":9,"mobilePaddingRL":26,"mobilePaddingRight":26,"mobilePaddingLeft":26,"tempMobilePaddingRL":26,"tempMobilePaddingRight":26,"tempMobilePaddingLeft":26,"mobileBorderRadius":5,"_id":"bceoymycmpoylfpyhgjlhrajynqkpzemrfeo"}}],"submitWidth":40,"_id":"pscyfqnghuwmhvniztvvdtfhmhnoxllvpktv"}}],"_id":"nvirpwfcjcamkuihnjiwrukeoksoyngqktfu"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--spacer"],"items":[{"type":"Spacer","value":{"_styles":["spacer"],"height":35,"tabletHeight":10,"mobileHeight":5,"_id":"udebrxacolyemxkzmqszvagolatiwrgiysbp"}}],"showOnTablet":"on","showOnMobile":"on","_id":"grnofaghzexyonqbzggnsilfjkmxeqfdtabj"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<p class=\"brz-text-xs-center brz-tp-subtitle\"><span class=\"brz-cp-color7\"><span>Don’t worry only good and interesting stuff. Spam free only</span></span></p>","_id":"ordfyvsuzgqqdfdkjdzkroajwmdyecageigz"}}],"mobilePaddingType":"ungrouped","mobilePaddingRightSuffix":"px","mobilePaddingRight":30,"mobilePadding":0,"mobilePaddingSuffix":"px","mobilePaddingLeftSuffix":"px","mobilePaddingLeft":30,"_id":"czmjhbeobtwfyovgezjkvmoierzdfkyurqyj"}}],"paddingRight":120,"paddingRightSuffix":"px","padding":15,"tabsState":"tabNormal","tabsCurrentElement":"tabCurrentElement","tabsColor":"tabOverlay","verticalAlign":"center","tabletPaddingRightSuffix":"px","tabletPaddingRight":40,"tabletPadding":15,"tabletPaddingSuffix":"px","mobilePaddingRightSuffix":"px","mobilePaddingRight":20,"mobilePadding":0,"mobilePaddingSuffix":"px","mobilePaddingLeftSuffix":"px","mobilePaddingLeft":20,"_id":"moorpfbrgxsuygxrdugfmwqsydcphmcbpohx"}},{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--menu"],"items":[{"type":"Menu","value":{"_styles":["menu"],"_id":"aiiqjfyfxhhugwgsoordzdozkmdwudhuediu"}}],"_id":"hrsrblrusmxxsbmeqyfyguxbpgyexhfdjirn"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--image"],"items":[{"type":"Image","value":{"_styles":["image"],"imageWidth":892,"imageHeight":1152,"imageSrc":"d03-phones-mock.png","height":100,"positionX":50,"positionY":50,"imagePopulation":"","resize":75,"tabletResize":100,"mobileResize":65,"_id":"egtmbqpcnzxlqezcfmipoldksfmmxdeamdok"}}],"horizontalAlign":"center","mobileHorizontalAlign":"center","_id":"iacsyqcquverjuayyfcybzlthgnkhqyqdvno"}}],"verticalAlign":"center","tabsState":"tabNormal","tabsCurrentElement":"tabCurrentElement","tabsColor":"tabOverlay","_id":"jmqgukpxprqdxizannkuyixorsamjkieqqzw"}}],"mobileReverseColumns":"on","_id":"eudqdyinuvinexxxprtobblmlsjlamyrfsyb"}}],"paddingType":"ungrouped","paddingTop":100,"paddingBottom":100,"padding":75,"tabsColor":"","bgColorPalette":"color4","tempBgColorPalette":"color4","bgColorOpacity":1,"borderRadius":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"tempBorderTopLeftRadius":0,"tempBorderTopRightRadius":0,"tempBorderBottomLeftRadius":0,"tempBorderBottomRightRadius":0,"tabsState":"tabNormal","tabsCurrentElement":"tabCurrentElement","_id":"hbrpbdthkbefqcrblwfdqzoljcuolxpjpsbm"}}],"_id":"rtnafsbjknpdeaxrfdzzkulkucmtbptjcoja","_thumbnailSrc":"nfiectsnrpeprjyoqngxnhjpsqjomgih","_thumbnailWidth":600,"_thumbnailHeight":413,"_thumbnailTime":1585306920161}}' ],
|
17 |
-
[ '{"type":"SectionPopup2","blockId":"popup1697","value":{"_styles":["sectionPopup2"],"items":[{"type":"Row","value":{"_styles":["row"],"items":[{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--spacer"],"items":[{"type":"Spacer","value":{"_styles":["spacer"],"height":22,"mobileHeight":10,"tabletHeight":36,"className":"","_id":"bvmnojxrrifbdqqfqotrdhrhyztsarzkmyab"}}],"showOnMobile":"off","className":"","horizontalAlign":"center","paddingType":"grouped","tempPaddingType":"grouped","padding":0,"paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"tempPadding":0,"tempPaddingTop":0,"tempPaddingRight":0,"tempPaddingBottom":0,"tempPaddingLeft":0,"paddingSuffix":"px","paddingTopSuffix":"px","paddingRightSuffix":"px","paddingBottomSuffix":"px","paddingLeftSuffix":"px","tempPaddingSuffix":"px","tempPaddingTopSuffix":"px","tempPaddingRightSuffix":"px","tempPaddingBottomSuffix":"px","tempPaddingLeftSuffix":"px","marginType":"ungrouped","margin":0,"marginTop":10,"marginRight":0,"marginBottom":10,"marginLeft":0,"marginSuffix":"px","marginTopSuffix":"px","marginRightSuffix":"px","marginBottomSuffix":"px","marginLeftSuffix":"px","customClassName":"","customID":"","tabletPaddingType":"grouped","tempTabletPaddingType":"grouped","tabletPadding":0,"tabletPaddingTop":0,"tabletPaddingRight":0,"tabletPaddingBottom":0,"tabletPaddingLeft":0,"tempTabletPadding":0,"tempTabletPaddingTop":0,"tempTabletPaddingRight":0,"tempTabletPaddingBottom":0,"tempTabletPaddingLeft":0,"tabletPaddingSuffix":"px","tabletPaddingTopSuffix":"px","tabletPaddingRightSuffix":"px","tabletPaddingBottomSuffix":"px","tabletPaddingLeftSuffix":"px","tempTabletPaddingSuffix":"px","tempTabletPaddingTopSuffix":"px","tempTabletPaddingRightSuffix":"px","tempTabletPaddingBottomSuffix":"px","tempTabletPaddingLeftSuffix":"px","tabletMarginType":"ungrouped","tabletMargin":0,"tabletMarginTop":10,"tabletMarginRight":0,"tabletMarginBottom":10,"tabletMarginLeft":0,"tabletMarginSuffix":"px","tabletMarginTopSuffix":"px","tabletMarginRightSuffix":"px","tabletMarginBottomSuffix":"px","tabletMarginLeftSuffix":"px","mobilePaddingType":"grouped","tempMobilePaddingType":"grouped","mobilePadding":0,"mobilePaddingTop":0,"mobilePaddingRight":0,"mobilePaddingBottom":0,"mobilePaddingLeft":0,"tempMobilePadding":0,"tempMobilePaddingTop":0,"tempMobilePaddingRight":0,"tempMobilePaddingBottom":0,"tempMobilePaddingLeft":0,"mobilePaddingSuffix":"px","mobilePaddingTopSuffix":"px","mobilePaddingRightSuffix":"px","mobilePaddingBottomSuffix":"px","mobilePaddingLeftSuffix":"px","tempMobilePaddingSuffix":"px","tempMobilePaddingTopSuffix":"px","tempMobilePaddingRightSuffix":"px","tempMobilePaddingBottomSuffix":"px","tempMobilePaddingLeftSuffix":"px","mobileMarginType":"ungrouped","mobileMargin":0,"mobileMarginTop":10,"mobileMarginRight":0,"mobileMarginBottom":10,"mobileMarginLeft":0,"mobileMarginSuffix":"px","mobileMarginTopSuffix":"px","mobileMarginRightSuffix":"px","mobileMarginBottomSuffix":"px","mobileMarginLeftSuffix":"px","_id":"zdejrftpcwrqwvvzjpqmgrdfciajewgdwdwp"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--image"],"items":[{"type":"Image","value":{"_styles":["image"],"imageWidth":1300,"imageHeight":815,"imageSrc":"f78315280e45a65ebc28a41959363a392638b35e.png","height":100,"positionX":50,"positionY":50,"imagePopulation":"","resize":95,"mobileResize":71,"_id":"knkgvsbnivijsuvozcngupizjygjgngsjmxe"}}],"_id":"cucebpntqfafvfvbonkosbwjlffieudgcijc"}},{"type":"Cloneable","value":{"_styles":["wrapper-clone","wrapper-clone--icon"],"items":[{"type":"Icon","value":{"_styles":["icon"],"name":"logo-facebook","type":"glyph","size":"custom","customSize":24,"borderRadius":0,"colorPalette":"","colorHex":"#3b5998","colorOpacity":1,"hoverColorPalette":"","hoverColorHex":"#3b5998","hoverColorOpacity":0.8,"_id":"jdtvqmpidmxfwopfxaqxoekljzdrjmjbkcfz"}},{"type":"Icon","value":{"_styles":["icon"],"name":"logo-twitter","type":"glyph","size":"custom","customSize":24,"borderRadius":0,"colorPalette":"","colorHex":"#1da1f2","colorOpacity":1,"hoverColorPalette":"","hoverColorHex":"#1da1f2","hoverColorOpacity":0.8,"_id":"rfmxorrwwrdqqqalwebjvvgdwtbttrcwnzsq"}},{"type":"Icon","value":{"_styles":["icon"],"name":"logo-pinterest","type":"glyph","size":"custom","customSize":24,"borderRadius":0,"colorPalette":"","colorHex":"#bd081c","colorOpacity":1,"hoverColorPalette":"","hoverColorHex":"#bd081c","hoverColorOpacity":0.8,"_id":"lgcvqeiilcfkhilfitvrhpkzppuchusqlnwt"}}],"itemPadding":20,"itemPaddingRight":20,"itemPaddingLeft":20,"_id":"kkagjtwqkyewqlyiyhailpokujcbhptelriz"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--spacer"],"items":[{"type":"Spacer","value":{"_styles":["spacer"],"height":22,"mobileHeight":10,"className":"","tabletHeight":36,"_id":"pjulaogrhplaoiivoyfiuzfjwaitelxraogp"}}],"showOnMobile":"off","className":"","horizontalAlign":"center","paddingType":"grouped","tempPaddingType":"grouped","padding":0,"paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"tempPadding":0,"tempPaddingTop":0,"tempPaddingRight":0,"tempPaddingBottom":0,"tempPaddingLeft":0,"paddingSuffix":"px","paddingTopSuffix":"px","paddingRightSuffix":"px","paddingBottomSuffix":"px","paddingLeftSuffix":"px","tempPaddingSuffix":"px","tempPaddingTopSuffix":"px","tempPaddingRightSuffix":"px","tempPaddingBottomSuffix":"px","tempPaddingLeftSuffix":"px","marginType":"ungrouped","margin":0,"marginTop":10,"marginRight":0,"marginBottom":10,"marginLeft":0,"marginSuffix":"px","marginTopSuffix":"px","marginRightSuffix":"px","marginBottomSuffix":"px","marginLeftSuffix":"px","customClassName":"","customID":"","tabletPaddingType":"grouped","tempTabletPaddingType":"grouped","tabletPadding":0,"tabletPaddingTop":0,"tabletPaddingRight":0,"tabletPaddingBottom":0,"tabletPaddingLeft":0,"tempTabletPadding":0,"tempTabletPaddingTop":0,"tempTabletPaddingRight":0,"tempTabletPaddingBottom":0,"tempTabletPaddingLeft":0,"tabletPaddingSuffix":"px","tabletPaddingTopSuffix":"px","tabletPaddingRightSuffix":"px","tabletPaddingBottomSuffix":"px","tabletPaddingLeftSuffix":"px","tempTabletPaddingSuffix":"px","tempTabletPaddingTopSuffix":"px","tempTabletPaddingRightSuffix":"px","tempTabletPaddingBottomSuffix":"px","tempTabletPaddingLeftSuffix":"px","tabletMarginType":"ungrouped","tabletMargin":0,"tabletMarginTop":10,"tabletMarginRight":0,"tabletMarginBottom":10,"tabletMarginLeft":0,"tabletMarginSuffix":"px","tabletMarginTopSuffix":"px","tabletMarginRightSuffix":"px","tabletMarginBottomSuffix":"px","tabletMarginLeftSuffix":"px","mobilePaddingType":"grouped","tempMobilePaddingType":"grouped","mobilePadding":0,"mobilePaddingTop":0,"mobilePaddingRight":0,"mobilePaddingBottom":0,"mobilePaddingLeft":0,"tempMobilePadding":0,"tempMobilePaddingTop":0,"tempMobilePaddingRight":0,"tempMobilePaddingBottom":0,"tempMobilePaddingLeft":0,"mobilePaddingSuffix":"px","mobilePaddingTopSuffix":"px","mobilePaddingRightSuffix":"px","mobilePaddingBottomSuffix":"px","mobilePaddingLeftSuffix":"px","tempMobilePaddingSuffix":"px","tempMobilePaddingTopSuffix":"px","tempMobilePaddingRightSuffix":"px","tempMobilePaddingBottomSuffix":"px","tempMobilePaddingLeftSuffix":"px","mobileMarginType":"ungrouped","mobileMargin":0,"mobileMarginTop":10,"mobileMarginRight":0,"mobileMarginBottom":10,"mobileMarginLeft":0,"mobileMarginSuffix":"px","mobileMarginTopSuffix":"px","mobileMarginRightSuffix":"px","mobileMarginBottomSuffix":"px","mobileMarginLeftSuffix":"px","_id":"bsthjlanzsdapicpevqvveminihkdxuivthc"}}],"width":48.6,"verticalAlign":"center","_id":"hhldccflaqujacuhmqhdyflldheuyufhxpaj"}},{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<h3 class=\"brz-tp-heading3 brz-text-xs-center\"><span class=\"brz-cp-color2\">This is a pop-up builder.</span></h3>","_id":"cshlcvoipbbnutotvnjfwvsubcvvrkzgmcby"}}],"_id":"rfxhnhteqcngdyfhmpfcvajfvzxcmklrbibw"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<p class=\"brz-text-xs-center brz-tp-paragraph brz-mb-lg-5\"><span class=\"brz-cp-color7\">You can create any structure you want by using the same tools as in the regular Brizy workflow. Add buttons and forms or anything else you\'d want.</span></p>","_id":"rjmbjdhooxsdznyiszceohrsiwqfyrnjebyk"}}],"paddingType":"ungrouped","paddingRight":20,"paddingRightSuffix":"px","padding":0,"tempPaddingRightSuffix":"px","paddingSuffix":"px","tempPaddingSuffix":"px","tempPaddingRight":20,"marginType":"grouped","tabletPaddingType":"ungrouped","tabletPaddingRightSuffix":"px","tempTabletPaddingRightSuffix":"px","tabletPaddingSuffix":"px","tempTabletPaddingSuffix":"px","tabletPaddingRight":50,"tempTabletPaddingRight":50,"_id":"wlmqaxulcixguaqdvqgpkgnngdmvlxhpgnka"}},{"type":"Cloneable","value":{"_styles":["wrapper-clone","wrapper-clone--button"],"items":[{"type":"Button","value":{"_styles":["button"],"text":"Call to Action","size":"small","mobileSize":"medium","fontSize":11,"paddingTB":11,"paddingTop":11,"paddingBottom":11,"tempPaddingTB":11,"tempPaddingTop":11,"tempPaddingBottom":11,"paddingRL":26,"paddingRight":26,"paddingLeft":26,"tempPaddingRL":26,"tempPaddingRight":26,"tempPaddingLeft":26,"borderRadius":2,"borderWidth":2,"mobilePaddingTop":14,"mobilePaddingRight":42,"mobilePaddingBottom":14,"mobilePaddingLeft":42,"mobileFontSize":12,"mobilePaddingTB":14,"tempMobilePaddingTB":14,"tempMobilePaddingTop":14,"tempMobilePaddingBottom":14,"mobilePaddingRL":42,"tempMobilePaddingRL":42,"tempMobilePaddingRight":42,"tempMobilePaddingLeft":42,"mobileBorderRadius":2,"tabsState":"","tabsColor":"","hoverBgColorPalette":"color2","hoverBgColorOpacity":1,"hoverBorderColorPalette":"","tempHoverBorderColorPalette":"","hoverBgColorHex":"#1c1c1c","tempHoverBgColorOpacity":1,"tempHoverBgColorPalette":"color3","hoverBorderColorHex":"#1c1c1c","hoverBorderColorOpacity":0,"hoverTransition":30,"_id":"ippelndegnrqywmryyradttrqwdcigaftdwl"}}],"horizontalAlign":"left","mobileHorizontalAlign":"center","_id":"yormytckyubzytcinrnaxdvkjfgproymmtpy"}}],"verticalAlign":"center","width":51.4,"paddingLeft":30,"paddingLeftSuffix":"px","padding":15,"paddingRight":30,"paddingRightSuffix":"px","margin":5,"marginSuffix":"px","marginTop":5,"marginRight":5,"marginBottom":5,"marginLeft":5,"borderWidth":0,"borderTopWidth":0,"borderRightWidth":0,"borderBottomWidth":0,"borderLeftWidth":0,"tempBorderWidth":4,"tempBorderTopWidth":4,"tempBorderRightWidth":4,"tempBorderBottomWidth":4,"tempBorderLeftWidth":4,"borderColorOpacity":0,"borderRadius":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"borderColorPalette":"color4","borderColorHex":"#66738d","mobilePaddingRight":30,"mobilePaddingLeft":30,"tempBorderColorOpacity":0.2,"mobilePaddingType":"ungrouped","mobilePaddingRightSuffix":"px","tempMobilePaddingRightSuffix":"px","mobilePaddingSuffix":"px","tempMobilePaddingSuffix":"px","tempMobilePaddingRight":30,"mobilePaddingLeftSuffix":"px","tempMobilePaddingLeftSuffix":"px","tempMobilePaddingLeft":30,"mobilePaddingBottomSuffix":"px","tempMobilePaddingBottomSuffix":"px","mobilePaddingBottom":10,"tempMobilePaddingBottom":10,"_id":"uevzhffsauplwoqnsomyurpfxxcfyiqznfad"}}],"bgColorHex":"#ffffff","bgColorOpacity":1,"bgColorPalette":"","mobileBgColorHex":"#000000","tempBgColorOpacity":1,"borderRadius":6,"borderTopLeftRadius":6,"borderTopRightRadius":6,"borderBottomRightRadius":6,"borderBottomLeftRadius":6,"mobilePaddingRight":0,"mobilePaddingLeft":0,"tempBorderRadius":6,"tempBorderTopLeftRadius":6,"tempBorderTopRightRadius":6,"tempBorderBottomRightRadius":6,"tempBorderBottomLeftRadius":6,"boxShadow":"on","boxShadowColorPalette":"","boxShadowColorHex":"#000000","boxShadowColorOpacity":0.86,"boxShadowBlur":27,"boxShadowSpread":-19,"boxShadowVertical":35,"tabsState":"","tabsColor":"","tempBoxShadowColorOpacity":1,"tempBoxShadowColorPalette":"","boxShadowHorizontal":1,"mobileTabsState":"","mobileTabsColor":"","mobileBgColorPalette":"color8","tempMobileBgColorPalette":"color8","mobileBgColorOpacity":1,"mobileBorderRadius":6,"mobileReverseColumns":"off","_id":"lntblnwfvwgzcpeppsopmlnlweaqvhpkkrva"}}],"_blockVisibility":"unlisted","bgColorPalette":"color2","bgColorHex":"#191b21","bgColorOpacity":0.9,"tempBgColorOpacity":0.9,"popupId":"bnhtyrqeyunpuyuafrmazptwoyaisfqjvxlf","tempBgColorPalette":"color2","borderRadius":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"tempBorderTopLeftRadius":0,"tempBorderTopRightRadius":0,"tempBorderBottomLeftRadius":0,"tempBorderBottomRightRadius":0,"width":750,"widthSuffix":"px","closeSize":"medium","closeCustomSize":24,"closeHorizontalPosition":10,"closeVerticalPosition":10,"tabletWidth":90,"tabletWidthSuffix":"%","tabletCloseHorizontalPosition":-20,"tabletCloseVerticalPosition":15,"mobileWidth":90,"mobileWidthSuffix":"%","mobileCloseHorizontalPosition":15,"mobileCloseVerticalPosition":15,"mobileClosePosition":"inside","mobileTabsState":"","mobileTabsColor":"","mobileCloseColorPalette":"color2","tempMobileCloseColorPalette":"color2","mobileCloseColorOpacity":1,"_id":"tknhpnxfeuenzjvmsoimdbrfozvadqqzpudd","_thumbnailSrc":"elwcrbfksjzuxgweekkyxrbuhbnuosvj","_thumbnailWidth":600,"_thumbnailHeight":480,"_thumbnailTime":1587472317342}}' ],
|
18 |
-
[ '{"type":"SectionPopup","blockId":"popup1697","value":{"_styles":["sectionPopup2"],"items":[{"type":"Row","value":{"_styles":["row"],"items":[{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--spacer"],"items":[{"type":"Spacer","value":{"_styles":["spacer"],"height":22,"mobileHeight":10,"tabletHeight":36,"className":"","_id":"bvmnojxrrifbdqqfqotrdhrhyztsarzkmyab"}}],"showOnMobile":"off","className":"","horizontalAlign":"center","paddingType":"grouped","tempPaddingType":"grouped","padding":0,"paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"tempPadding":0,"tempPaddingTop":0,"tempPaddingRight":0,"tempPaddingBottom":0,"tempPaddingLeft":0,"paddingSuffix":"px","paddingTopSuffix":"px","paddingRightSuffix":"px","paddingBottomSuffix":"px","paddingLeftSuffix":"px","tempPaddingSuffix":"px","tempPaddingTopSuffix":"px","tempPaddingRightSuffix":"px","tempPaddingBottomSuffix":"px","tempPaddingLeftSuffix":"px","marginType":"ungrouped","margin":0,"marginTop":10,"marginRight":0,"marginBottom":10,"marginLeft":0,"marginSuffix":"px","marginTopSuffix":"px","marginRightSuffix":"px","marginBottomSuffix":"px","marginLeftSuffix":"px","customClassName":"","customID":"","tabletPaddingType":"grouped","tempTabletPaddingType":"grouped","tabletPadding":0,"tabletPaddingTop":0,"tabletPaddingRight":0,"tabletPaddingBottom":0,"tabletPaddingLeft":0,"tempTabletPadding":0,"tempTabletPaddingTop":0,"tempTabletPaddingRight":0,"tempTabletPaddingBottom":0,"tempTabletPaddingLeft":0,"tabletPaddingSuffix":"px","tabletPaddingTopSuffix":"px","tabletPaddingRightSuffix":"px","tabletPaddingBottomSuffix":"px","tabletPaddingLeftSuffix":"px","tempTabletPaddingSuffix":"px","tempTabletPaddingTopSuffix":"px","tempTabletPaddingRightSuffix":"px","tempTabletPaddingBottomSuffix":"px","tempTabletPaddingLeftSuffix":"px","tabletMarginType":"ungrouped","tabletMargin":0,"tabletMarginTop":10,"tabletMarginRight":0,"tabletMarginBottom":10,"tabletMarginLeft":0,"tabletMarginSuffix":"px","tabletMarginTopSuffix":"px","tabletMarginRightSuffix":"px","tabletMarginBottomSuffix":"px","tabletMarginLeftSuffix":"px","mobilePaddingType":"grouped","tempMobilePaddingType":"grouped","mobilePadding":0,"mobilePaddingTop":0,"mobilePaddingRight":0,"mobilePaddingBottom":0,"mobilePaddingLeft":0,"tempMobilePadding":0,"tempMobilePaddingTop":0,"tempMobilePaddingRight":0,"tempMobilePaddingBottom":0,"tempMobilePaddingLeft":0,"mobilePaddingSuffix":"px","mobilePaddingTopSuffix":"px","mobilePaddingRightSuffix":"px","mobilePaddingBottomSuffix":"px","mobilePaddingLeftSuffix":"px","tempMobilePaddingSuffix":"px","tempMobilePaddingTopSuffix":"px","tempMobilePaddingRightSuffix":"px","tempMobilePaddingBottomSuffix":"px","tempMobilePaddingLeftSuffix":"px","mobileMarginType":"ungrouped","mobileMargin":0,"mobileMarginTop":10,"mobileMarginRight":0,"mobileMarginBottom":10,"mobileMarginLeft":0,"mobileMarginSuffix":"px","mobileMarginTopSuffix":"px","mobileMarginRightSuffix":"px","mobileMarginBottomSuffix":"px","mobileMarginLeftSuffix":"px","_id":"zdejrftpcwrqwvvzjpqmgrdfciajewgdwdwp"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--image"],"items":[{"type":"Image","value":{"_styles":["image"],"imageWidth":1300,"imageHeight":815,"imageSrc":"f78315280e45a65ebc28a41959363a392638b35e.png","height":100,"positionX":50,"positionY":50,"imagePopulation":"","resize":95,"mobileResize":71,"_id":"knkgvsbnivijsuvozcngupizjygjgngsjmxe"}}],"_id":"cucebpntqfafvfvbonkosbwjlffieudgcijc"}},{"type":"Cloneable","value":{"_styles":["wrapper-clone","wrapper-clone--icon"],"items":[{"type":"Icon","value":{"_styles":["icon"],"name":"logo-facebook","type":"glyph","size":"custom","customSize":24,"borderRadius":0,"colorPalette":"","colorHex":"#3b5998","colorOpacity":1,"hoverColorPalette":"","hoverColorHex":"#3b5998","hoverColorOpacity":0.8,"_id":"jdtvqmpidmxfwopfxaqxoekljzdrjmjbkcfz"}},{"type":"Icon","value":{"_styles":["icon"],"name":"logo-twitter","type":"glyph","size":"custom","customSize":24,"borderRadius":0,"colorPalette":"","colorHex":"#1da1f2","colorOpacity":1,"hoverColorPalette":"","hoverColorHex":"#1da1f2","hoverColorOpacity":0.8,"_id":"rfmxorrwwrdqqqalwebjvvgdwtbttrcwnzsq"}},{"type":"Icon","value":{"_styles":["icon"],"name":"logo-pinterest","type":"glyph","size":"custom","customSize":24,"borderRadius":0,"colorPalette":"","colorHex":"#bd081c","colorOpacity":1,"hoverColorPalette":"","hoverColorHex":"#bd081c","hoverColorOpacity":0.8,"_id":"lgcvqeiilcfkhilfitvrhpkzppuchusqlnwt"}}],"itemPadding":20,"itemPaddingRight":20,"itemPaddingLeft":20,"_id":"kkagjtwqkyewqlyiyhailpokujcbhptelriz"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--spacer"],"items":[{"type":"Spacer","value":{"_styles":["spacer"],"height":22,"mobileHeight":10,"className":"","tabletHeight":36,"_id":"pjulaogrhplaoiivoyfiuzfjwaitelxraogp"}}],"showOnMobile":"off","className":"","horizontalAlign":"center","paddingType":"grouped","tempPaddingType":"grouped","padding":0,"paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"tempPadding":0,"tempPaddingTop":0,"tempPaddingRight":0,"tempPaddingBottom":0,"tempPaddingLeft":0,"paddingSuffix":"px","paddingTopSuffix":"px","paddingRightSuffix":"px","paddingBottomSuffix":"px","paddingLeftSuffix":"px","tempPaddingSuffix":"px","tempPaddingTopSuffix":"px","tempPaddingRightSuffix":"px","tempPaddingBottomSuffix":"px","tempPaddingLeftSuffix":"px","marginType":"ungrouped","margin":0,"marginTop":10,"marginRight":0,"marginBottom":10,"marginLeft":0,"marginSuffix":"px","marginTopSuffix":"px","marginRightSuffix":"px","marginBottomSuffix":"px","marginLeftSuffix":"px","customClassName":"","customID":"","tabletPaddingType":"grouped","tempTabletPaddingType":"grouped","tabletPadding":0,"tabletPaddingTop":0,"tabletPaddingRight":0,"tabletPaddingBottom":0,"tabletPaddingLeft":0,"tempTabletPadding":0,"tempTabletPaddingTop":0,"tempTabletPaddingRight":0,"tempTabletPaddingBottom":0,"tempTabletPaddingLeft":0,"tabletPaddingSuffix":"px","tabletPaddingTopSuffix":"px","tabletPaddingRightSuffix":"px","tabletPaddingBottomSuffix":"px","tabletPaddingLeftSuffix":"px","tempTabletPaddingSuffix":"px","tempTabletPaddingTopSuffix":"px","tempTabletPaddingRightSuffix":"px","tempTabletPaddingBottomSuffix":"px","tempTabletPaddingLeftSuffix":"px","tabletMarginType":"ungrouped","tabletMargin":0,"tabletMarginTop":10,"tabletMarginRight":0,"tabletMarginBottom":10,"tabletMarginLeft":0,"tabletMarginSuffix":"px","tabletMarginTopSuffix":"px","tabletMarginRightSuffix":"px","tabletMarginBottomSuffix":"px","tabletMarginLeftSuffix":"px","mobilePaddingType":"grouped","tempMobilePaddingType":"grouped","mobilePadding":0,"mobilePaddingTop":0,"mobilePaddingRight":0,"mobilePaddingBottom":0,"mobilePaddingLeft":0,"tempMobilePadding":0,"tempMobilePaddingTop":0,"tempMobilePaddingRight":0,"tempMobilePaddingBottom":0,"tempMobilePaddingLeft":0,"mobilePaddingSuffix":"px","mobilePaddingTopSuffix":"px","mobilePaddingRightSuffix":"px","mobilePaddingBottomSuffix":"px","mobilePaddingLeftSuffix":"px","tempMobilePaddingSuffix":"px","tempMobilePaddingTopSuffix":"px","tempMobilePaddingRightSuffix":"px","tempMobilePaddingBottomSuffix":"px","tempMobilePaddingLeftSuffix":"px","mobileMarginType":"ungrouped","mobileMargin":0,"mobileMarginTop":10,"mobileMarginRight":0,"mobileMarginBottom":10,"mobileMarginLeft":0,"mobileMarginSuffix":"px","mobileMarginTopSuffix":"px","mobileMarginRightSuffix":"px","mobileMarginBottomSuffix":"px","mobileMarginLeftSuffix":"px","_id":"bsthjlanzsdapicpevqvveminihkdxuivthc"}}],"width":48.6,"verticalAlign":"center","_id":"hhldccflaqujacuhmqhdyflldheuyufhxpaj"}},{"type":"Column","value":{"_styles":["column"],"items":[{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<h3 class=\"brz-tp-heading3 brz-text-xs-center\"><span class=\"brz-cp-color2\">This is a pop-up builder.</span></h3>","_id":"cshlcvoipbbnutotvnjfwvsubcvvrkzgmcby"}}],"_id":"rfxhnhteqcngdyfhmpfcvajfvzxcmklrbibw"}},{"type":"Wrapper","value":{"_styles":["wrapper","wrapper--richText"],"items":[{"type":"RichText","value":{"_styles":["richText"],"text":"<p class=\"brz-text-xs-center brz-tp-paragraph brz-mb-lg-5\"><span class=\"brz-cp-color7\">You can create any structure you want by using the same tools as in the regular Brizy workflow. Add buttons and forms or anything else you\'d want.</span></p>","_id":"rjmbjdhooxsdznyiszceohrsiwqfyrnjebyk"}}],"paddingType":"ungrouped","paddingRight":20,"paddingRightSuffix":"px","padding":0,"tempPaddingRightSuffix":"px","paddingSuffix":"px","tempPaddingSuffix":"px","tempPaddingRight":20,"marginType":"grouped","tabletPaddingType":"ungrouped","tabletPaddingRightSuffix":"px","tempTabletPaddingRightSuffix":"px","tabletPaddingSuffix":"px","tempTabletPaddingSuffix":"px","tabletPaddingRight":50,"tempTabletPaddingRight":50,"_id":"wlmqaxulcixguaqdvqgpkgnngdmvlxhpgnka"}},{"type":"Cloneable","value":{"_styles":["wrapper-clone","wrapper-clone--button"],"items":[{"type":"Button","value":{"_styles":["button"],"text":"Call to Action","size":"small","mobileSize":"medium","fontSize":11,"paddingTB":11,"paddingTop":11,"paddingBottom":11,"tempPaddingTB":11,"tempPaddingTop":11,"tempPaddingBottom":11,"paddingRL":26,"paddingRight":26,"paddingLeft":26,"tempPaddingRL":26,"tempPaddingRight":26,"tempPaddingLeft":26,"borderRadius":2,"borderWidth":2,"mobilePaddingTop":14,"mobilePaddingRight":42,"mobilePaddingBottom":14,"mobilePaddingLeft":42,"mobileFontSize":12,"mobilePaddingTB":14,"tempMobilePaddingTB":14,"tempMobilePaddingTop":14,"tempMobilePaddingBottom":14,"mobilePaddingRL":42,"tempMobilePaddingRL":42,"tempMobilePaddingRight":42,"tempMobilePaddingLeft":42,"mobileBorderRadius":2,"tabsState":"","tabsColor":"","hoverBgColorPalette":"color2","hoverBgColorOpacity":1,"hoverBorderColorPalette":"","tempHoverBorderColorPalette":"","hoverBgColorHex":"#1c1c1c","tempHoverBgColorOpacity":1,"tempHoverBgColorPalette":"color3","hoverBorderColorHex":"#1c1c1c","hoverBorderColorOpacity":0,"hoverTransition":30,"_id":"ippelndegnrqywmryyradttrqwdcigaftdwl"}}],"horizontalAlign":"left","mobileHorizontalAlign":"center","_id":"yormytckyubzytcinrnaxdvkjfgproymmtpy"}}],"verticalAlign":"center","width":51.4,"paddingLeft":30,"paddingLeftSuffix":"px","padding":15,"paddingRight":30,"paddingRightSuffix":"px","margin":5,"marginSuffix":"px","marginTop":5,"marginRight":5,"marginBottom":5,"marginLeft":5,"borderWidth":0,"borderTopWidth":0,"borderRightWidth":0,"borderBottomWidth":0,"borderLeftWidth":0,"tempBorderWidth":4,"tempBorderTopWidth":4,"tempBorderRightWidth":4,"tempBorderBottomWidth":4,"tempBorderLeftWidth":4,"borderColorOpacity":0,"borderRadius":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"borderColorPalette":"color4","borderColorHex":"#66738d","mobilePaddingRight":30,"mobilePaddingLeft":30,"tempBorderColorOpacity":0.2,"mobilePaddingType":"ungrouped","mobilePaddingRightSuffix":"px","tempMobilePaddingRightSuffix":"px","mobilePaddingSuffix":"px","tempMobilePaddingSuffix":"px","tempMobilePaddingRight":30,"mobilePaddingLeftSuffix":"px","tempMobilePaddingLeftSuffix":"px","tempMobilePaddingLeft":30,"mobilePaddingBottomSuffix":"px","tempMobilePaddingBottomSuffix":"px","mobilePaddingBottom":10,"tempMobilePaddingBottom":10,"_id":"uevzhffsauplwoqnsomyurpfxxcfyiqznfad"}}],"bgColorHex":"#ffffff","bgColorOpacity":1,"bgColorPalette":"","mobileBgColorHex":"#000000","tempBgColorOpacity":1,"borderRadius":6,"borderTopLeftRadius":6,"borderTopRightRadius":6,"borderBottomRightRadius":6,"borderBottomLeftRadius":6,"mobilePaddingRight":0,"mobilePaddingLeft":0,"tempBorderRadius":6,"tempBorderTopLeftRadius":6,"tempBorderTopRightRadius":6,"tempBorderBottomRightRadius":6,"tempBorderBottomLeftRadius":6,"boxShadow":"on","boxShadowColorPalette":"","boxShadowColorHex":"#000000","boxShadowColorOpacity":0.86,"boxShadowBlur":27,"boxShadowSpread":-19,"boxShadowVertical":35,"tabsState":"","tabsColor":"","tempBoxShadowColorOpacity":1,"tempBoxShadowColorPalette":"","boxShadowHorizontal":1,"mobileTabsState":"","mobileTabsColor":"","mobileBgColorPalette":"color8","tempMobileBgColorPalette":"color8","mobileBgColorOpacity":1,"mobileBorderRadius":6,"mobileReverseColumns":"off","_id":"lntblnwfvwgzcpeppsopmlnlweaqvhpkkrva"}}],"_blockVisibility":"unlisted","bgColorPalette":"color2","bgColorHex":"#191b21","bgColorOpacity":0.9,"tempBgColorOpacity":0.9,"popupId":"bnhtyrqeyunpuyuafrmazptwoyaisfqjvxlf","tempBgColorPalette":"color2","borderRadius":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"tempBorderTopLeftRadius":0,"tempBorderTopRightRadius":0,"tempBorderBottomLeftRadius":0,"tempBorderBottomRightRadius":0,"width":750,"widthSuffix":"px","closeSize":"medium","closeCustomSize":24,"closeHorizontalPosition":10,"closeVerticalPosition":10,"tabletWidth":90,"tabletWidthSuffix":"%","tabletCloseHorizontalPosition":-20,"tabletCloseVerticalPosition":15,"mobileWidth":90,"mobileWidthSuffix":"%","mobileCloseHorizontalPosition":15,"mobileCloseVerticalPosition":15,"mobileClosePosition":"inside","mobileTabsState":"","mobileTabsColor":"","mobileCloseColorPalette":"color2","tempMobileCloseColorPalette":"color2","mobileCloseColorOpacity":1,"_id":"tknhpnxfeuenzjvmsoimdbrfozvadqqzpudd","_thumbnailSrc":"mayvdoesflaguimcfziamhswzxqywvyx","_thumbnailWidth":600,"_thumbnailHeight":480,"_thumbnailTime":1587472311881}}']
|
19 |
-
];
|
20 |
-
}
|
21 |
-
|
22 |
-
public function executeFailCases()
|
23 |
-
{
|
24 |
-
return [
|
25 |
-
['{}'],
|
26 |
-
[''],
|
27 |
-
[null],
|
28 |
-
['{type: ""}'],
|
29 |
-
['{value: ""}'],
|
30 |
-
];
|
31 |
-
}
|
32 |
-
|
33 |
-
/**
|
34 |
-
* @dataProvider executeFailCases
|
35 |
-
* @throws \Exception
|
36 |
-
*/
|
37 |
-
public function testExecuteFails($json)
|
38 |
-
{
|
39 |
-
$this->expectException('\Exception');
|
40 |
-
$data = json_decode($json);
|
41 |
-
$context = new BlockScreenshotContext($data);
|
42 |
-
$this->internalExecute($json, $context);
|
43 |
-
}
|
44 |
-
|
45 |
-
/**
|
46 |
-
* @dataProvider executeUseCases
|
47 |
-
* @throws \Exception
|
48 |
-
*/
|
49 |
-
public function testExecute($json)
|
50 |
-
{
|
51 |
-
$data = json_decode($json);
|
52 |
-
$context = new BlockScreenshotContext($data);
|
53 |
-
$this->internalExecute($json, $context);
|
54 |
-
}
|
55 |
-
|
56 |
-
|
57 |
-
protected function assertBlockHasScreenshotAndType($block)
|
58 |
-
{
|
59 |
-
$this->assertTrue(isset($block->meta), "It should contain Meta");
|
60 |
-
|
61 |
-
$meta = $block->meta;
|
62 |
-
|
63 |
-
$this->assertTrue(isset($meta->type), "It should contain type");
|
64 |
-
$this->assertTrue(isset($meta->_thumbnailSrc), "It should contain _thumbnailSrc");
|
65 |
-
$this->assertTrue(isset($meta->_thumbnailWidth), "It should contain _thumbnailWidth");
|
66 |
-
$this->assertTrue(isset($meta->_thumbnailHeight), "It should contain _thumbnailHeight");
|
67 |
-
$this->assertTrue(isset($meta->_thumbnailTime), "It should contain _thumbnailTime");
|
68 |
-
}
|
69 |
-
|
70 |
-
/**
|
71 |
-
* @param $json
|
72 |
-
* @param BlockScreenshotContext $context
|
73 |
-
* @throws \Exception
|
74 |
-
*/
|
75 |
-
protected function internalExecute($json, BlockScreenshotContext $context): void
|
76 |
-
{
|
77 |
-
$block = json_decode($json);
|
78 |
-
$transformer = new BlockScreenshotTransformer($block);
|
79 |
-
$transformer->execute($context);
|
80 |
-
$data = $context->getMeta();
|
81 |
-
|
82 |
-
$this->assertBlockHasScreenshotAndType($data);
|
83 |
-
}
|
84 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/ConditionsContextTest.php
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace Brizy;
|
4 |
-
|
5 |
-
|
6 |
-
use PHPUnit\Framework\TestCase;
|
7 |
-
|
8 |
-
class ConditionsContextTest extends TestCase {
|
9 |
-
|
10 |
-
public function testGetGlobalBlocks() {
|
11 |
-
$o = new ConditionsContext([]);
|
12 |
-
$global_blocks = (object) [];
|
13 |
-
$o->setGlobalBlocks( $global_blocks );
|
14 |
-
|
15 |
-
$this->assertEquals($global_blocks,$o->getGlobalBlocks(),'It should return the correct global blocks');
|
16 |
-
}
|
17 |
-
|
18 |
-
public function testSetConfig() {
|
19 |
-
$o = new ConditionsContext([]);
|
20 |
-
$config = (object) [];
|
21 |
-
$o->setConfig( $config );
|
22 |
-
|
23 |
-
$this->assertEquals($config,$o->getConfig(),'It should return the correct config value');
|
24 |
-
}
|
25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/DataToProjectContextTest.php
DELETED
@@ -1,30 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace Brizy;
|
4 |
-
|
5 |
-
|
6 |
-
use PHPUnit\Framework\TestCase;
|
7 |
-
|
8 |
-
class DataToProjectContextTest extends TestCase {
|
9 |
-
|
10 |
-
public function test__construct() {
|
11 |
-
$globals = (object)[];
|
12 |
-
$buildPath = "/path";
|
13 |
-
|
14 |
-
$o = new DataToProjectContext($globals,$buildPath);
|
15 |
-
|
16 |
-
$this->assertEquals($globals,$o->getData(), 'It should return the valid value for data');
|
17 |
-
$this->assertEquals($buildPath,$o->getBuildPath(), 'It should return the valid value for path');
|
18 |
-
}
|
19 |
-
|
20 |
-
public function testSetBuildPath() {
|
21 |
-
$globals = (object)[];
|
22 |
-
$buildPath = "/path";
|
23 |
-
$secondBuildPath = "/path";
|
24 |
-
|
25 |
-
$o = new DataToProjectContext($globals,$buildPath);
|
26 |
-
$o->setBuildPath( $secondBuildPath );
|
27 |
-
|
28 |
-
$this->assertEquals($secondBuildPath,$o->getBuildPath(), 'It should return the valid value for path');
|
29 |
-
}
|
30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/DataToProjectTransformerTest.php
DELETED
@@ -1,1667 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace Brizy;
|
4 |
-
|
5 |
-
|
6 |
-
use PHPUnit\Framework\TestCase;
|
7 |
-
|
8 |
-
class DataToProjectTransformerTest extends TestCase
|
9 |
-
{
|
10 |
-
|
11 |
-
|
12 |
-
public function executeUseCases()
|
13 |
-
{
|
14 |
-
return [
|
15 |
-
['{}'],
|
16 |
-
['{
|
17 |
-
"extraFonts": [
|
18 |
-
"fanwood_text"
|
19 |
-
]
|
20 |
-
}'],
|
21 |
-
['{
|
22 |
-
"extraFonts": [
|
23 |
-
"fanwood_text"
|
24 |
-
],
|
25 |
-
"styles": {
|
26 |
-
"_selected": "default",
|
27 |
-
"_extraFontStyles": [
|
28 |
-
{
|
29 |
-
"deletable": "on",
|
30 |
-
"id": "hcfdicvfev",
|
31 |
-
"title": "New Style #10",
|
32 |
-
"fontFamily": "noto_serif",
|
33 |
-
"fontSize": 16,
|
34 |
-
"fontWeight": 300,
|
35 |
-
"lineHeight": 1.7,
|
36 |
-
"letterSpacing": 0,
|
37 |
-
"tabletFontSize": 15,
|
38 |
-
"tabletFontWeight": 300,
|
39 |
-
"tabletLineHeight": 1.6,
|
40 |
-
"tabletLetterSpacing": 0,
|
41 |
-
"mobileFontSize": 15,
|
42 |
-
"mobileFontWeight": 300,
|
43 |
-
"mobileLineHeight": 1.6,
|
44 |
-
"mobileLetterSpacing": 0
|
45 |
-
}
|
46 |
-
],
|
47 |
-
"default": {
|
48 |
-
"colorPalette": [
|
49 |
-
{
|
50 |
-
"id": "color1",
|
51 |
-
"hex": "#191b21"
|
52 |
-
},
|
53 |
-
{
|
54 |
-
"id": "color2",
|
55 |
-
"hex": "#142850"
|
56 |
-
},
|
57 |
-
{
|
58 |
-
"id": "color3",
|
59 |
-
"hex": "#239ddb"
|
60 |
-
},
|
61 |
-
{
|
62 |
-
"id": "color4",
|
63 |
-
"hex": "#66738d"
|
64 |
-
},
|
65 |
-
{
|
66 |
-
"id": "color5",
|
67 |
-
"hex": "#bde1f4"
|
68 |
-
},
|
69 |
-
{
|
70 |
-
"id": "color6",
|
71 |
-
"hex": "#eef0f2"
|
72 |
-
},
|
73 |
-
{
|
74 |
-
"id": "color7",
|
75 |
-
"hex": "#73777f"
|
76 |
-
},
|
77 |
-
{
|
78 |
-
"id": "color8",
|
79 |
-
"hex": "#ffffff"
|
80 |
-
}
|
81 |
-
],
|
82 |
-
"fontStyles": [
|
83 |
-
{
|
84 |
-
"deletable": "off",
|
85 |
-
"id": "paragraph",
|
86 |
-
"title": "Paragraph",
|
87 |
-
"fontFamily": "noto_serif",
|
88 |
-
"fontSize": 16,
|
89 |
-
"fontWeight": 300,
|
90 |
-
"lineHeight": 1.7,
|
91 |
-
"letterSpacing": 0,
|
92 |
-
"tabletFontSize": 15,
|
93 |
-
"tabletFontWeight": 300,
|
94 |
-
"tabletLineHeight": 1.6,
|
95 |
-
"tabletLetterSpacing": 0,
|
96 |
-
"mobileFontSize": 15,
|
97 |
-
"mobileFontWeight": 300,
|
98 |
-
"mobileLineHeight": 1.6,
|
99 |
-
"mobileLetterSpacing": 0
|
100 |
-
},
|
101 |
-
{
|
102 |
-
"deletable": "off",
|
103 |
-
"id": "subtitle",
|
104 |
-
"title": "Subtitle",
|
105 |
-
"fontFamily": "noto_serif",
|
106 |
-
"fontSize": 18,
|
107 |
-
"fontWeight": 300,
|
108 |
-
"lineHeight": 1.5,
|
109 |
-
"letterSpacing": 0,
|
110 |
-
"tabletFontSize": 17,
|
111 |
-
"tabletFontWeight": 300,
|
112 |
-
"tabletLineHeight": 1.5,
|
113 |
-
"tabletLetterSpacing": 0,
|
114 |
-
"mobileFontSize": 17,
|
115 |
-
"mobileFontWeight": 300,
|
116 |
-
"mobileLineHeight": 1.5,
|
117 |
-
"mobileLetterSpacing": 0
|
118 |
-
},
|
119 |
-
{
|
120 |
-
"deletable": "off",
|
121 |
-
"id": "abovetitle",
|
122 |
-
"title": "Above Title",
|
123 |
-
"fontFamily": "montserrat",
|
124 |
-
"fontSize": 16,
|
125 |
-
"fontWeight": 400,
|
126 |
-
"lineHeight": 1.7,
|
127 |
-
"letterSpacing": 2,
|
128 |
-
"tabletFontSize": 15,
|
129 |
-
"tabletFontWeight": 400,
|
130 |
-
"tabletLineHeight": 1.7,
|
131 |
-
"tabletLetterSpacing": 2,
|
132 |
-
"mobileFontSize": 13,
|
133 |
-
"mobileFontWeight": 400,
|
134 |
-
"mobileLineHeight": 1.7,
|
135 |
-
"mobileLetterSpacing": 2
|
136 |
-
},
|
137 |
-
{
|
138 |
-
"deletable": "off",
|
139 |
-
"id": "heading1",
|
140 |
-
"title": "Heading 1",
|
141 |
-
"fontFamily": "montserrat",
|
142 |
-
"fontSize": 56,
|
143 |
-
"fontWeight": 200,
|
144 |
-
"lineHeight": 1.3,
|
145 |
-
"letterSpacing": -1.5,
|
146 |
-
"tabletFontSize": 40,
|
147 |
-
"tabletFontWeight": 200,
|
148 |
-
"tabletLineHeight": 1.3,
|
149 |
-
"tabletLetterSpacing": -1,
|
150 |
-
"mobileFontSize": 34,
|
151 |
-
"mobileFontWeight": 200,
|
152 |
-
"mobileLineHeight": 1.3,
|
153 |
-
"mobileLetterSpacing": -1
|
154 |
-
},
|
155 |
-
{
|
156 |
-
"deletable": "off",
|
157 |
-
"id": "heading2",
|
158 |
-
"title": "Heading 2",
|
159 |
-
"fontFamily": "montserrat",
|
160 |
-
"fontSize": 42,
|
161 |
-
"fontWeight": 700,
|
162 |
-
"lineHeight": 1.3,
|
163 |
-
"letterSpacing": -1.5,
|
164 |
-
"tabletFontSize": 35,
|
165 |
-
"tabletFontWeight": 700,
|
166 |
-
"tabletLineHeight": 1.3,
|
167 |
-
"tabletLetterSpacing": -0.5,
|
168 |
-
"mobileFontSize": 29,
|
169 |
-
"mobileFontWeight": 700,
|
170 |
-
"mobileLineHeight": 1.3,
|
171 |
-
"mobileLetterSpacing": -0.5
|
172 |
-
},
|
173 |
-
{
|
174 |
-
"deletable": "off",
|
175 |
-
"id": "heading3",
|
176 |
-
"title": "Heading 3",
|
177 |
-
"fontFamily": "montserrat",
|
178 |
-
"fontSize": 32,
|
179 |
-
"fontWeight": 600,
|
180 |
-
"lineHeight": 1.3,
|
181 |
-
"letterSpacing": -1,
|
182 |
-
"tabletFontSize": 27,
|
183 |
-
"tabletFontWeight": 600,
|
184 |
-
"tabletLineHeight": 1.3,
|
185 |
-
"tabletLetterSpacing": 0,
|
186 |
-
"mobileFontSize": 22,
|
187 |
-
"mobileFontWeight": 600,
|
188 |
-
"mobileLineHeight": 1.3,
|
189 |
-
"mobileLetterSpacing": 0
|
190 |
-
},
|
191 |
-
{
|
192 |
-
"deletable": "off",
|
193 |
-
"id": "heading4",
|
194 |
-
"title": "Heading 4",
|
195 |
-
"fontFamily": "montserrat",
|
196 |
-
"fontSize": 26,
|
197 |
-
"fontWeight": 500,
|
198 |
-
"lineHeight": 1.4,
|
199 |
-
"letterSpacing": -1,
|
200 |
-
"tabletFontSize": 24,
|
201 |
-
"tabletFontWeight": 500,
|
202 |
-
"tabletLineHeight": 1.4,
|
203 |
-
"tabletLetterSpacing": 0,
|
204 |
-
"mobileFontSize": 21,
|
205 |
-
"mobileFontWeight": 500,
|
206 |
-
"mobileLineHeight": 1.4,
|
207 |
-
"mobileLetterSpacing": 0
|
208 |
-
},
|
209 |
-
{
|
210 |
-
"deletable": "off",
|
211 |
-
"id": "heading5",
|
212 |
-
"title": "Heading 5",
|
213 |
-
"fontFamily": "montserrat",
|
214 |
-
"fontSize": 20,
|
215 |
-
"fontWeight": 500,
|
216 |
-
"lineHeight": 1.5,
|
217 |
-
"letterSpacing": 0,
|
218 |
-
"tabletFontSize": 19,
|
219 |
-
"tabletFontWeight": 500,
|
220 |
-
"tabletLineHeight": 1.4,
|
221 |
-
"tabletLetterSpacing": 0,
|
222 |
-
"mobileFontSize": 18,
|
223 |
-
"mobileFontWeight": 500,
|
224 |
-
"mobileLineHeight": 1.4,
|
225 |
-
"mobileLetterSpacing": 0
|
226 |
-
},
|
227 |
-
{
|
228 |
-
"deletable": "off",
|
229 |
-
"id": "heading6",
|
230 |
-
"title": "Heading 6",
|
231 |
-
"fontFamily": "montserrat",
|
232 |
-
"fontSize": 17,
|
233 |
-
"fontWeight": 500,
|
234 |
-
"lineHeight": 1.5,
|
235 |
-
"letterSpacing": 0,
|
236 |
-
"tabletFontSize": 16,
|
237 |
-
"tabletFontWeight": 500,
|
238 |
-
"tabletLineHeight": 1.4,
|
239 |
-
"tabletLetterSpacing": 0,
|
240 |
-
"mobileFontSize": 16,
|
241 |
-
"mobileFontWeight": 500,
|
242 |
-
"mobileLineHeight": 1.4,
|
243 |
-
"mobileLetterSpacing": 0
|
244 |
-
},
|
245 |
-
{
|
246 |
-
"deletable": "off",
|
247 |
-
"id": "button",
|
248 |
-
"title": "Button",
|
249 |
-
"fontFamily": "montserrat",
|
250 |
-
"fontSize": 12,
|
251 |
-
"fontWeight": 600,
|
252 |
-
"lineHeight": 1.8,
|
253 |
-
"letterSpacing": 3,
|
254 |
-
"tabletFontSize": 12,
|
255 |
-
"tabletFontWeight": 600,
|
256 |
-
"tabletLineHeight": 1.8,
|
257 |
-
"tabletLetterSpacing": 3,
|
258 |
-
"mobileFontSize": 12,
|
259 |
-
"mobileFontWeight": 600,
|
260 |
-
"mobileLineHeight": 1.8,
|
261 |
-
"mobileLetterSpacing": 3
|
262 |
-
}
|
263 |
-
]
|
264 |
-
}
|
265 |
-
}
|
266 |
-
}'],
|
267 |
-
['{
|
268 |
-
"styles": {
|
269 |
-
"_selected": "AlpineLodge"
|
270 |
-
}
|
271 |
-
}'],
|
272 |
-
['{
|
273 |
-
"styles": {
|
274 |
-
"_selected": "AlpineLodge"
|
275 |
-
},
|
276 |
-
"extraFonts": [
|
277 |
-
"fanwood_text"
|
278 |
-
]
|
279 |
-
}'],
|
280 |
-
['{
|
281 |
-
"styles": {
|
282 |
-
"_selected": "default"
|
283 |
-
},
|
284 |
-
"extraFonts": [
|
285 |
-
"fanwood_text"
|
286 |
-
]
|
287 |
-
}'],
|
288 |
-
['{
|
289 |
-
"styles": {
|
290 |
-
"_selected": "Yoga",
|
291 |
-
"_extraFontStyles": [
|
292 |
-
{
|
293 |
-
"deletable": "on",
|
294 |
-
"id": "cldnfsvvgz",
|
295 |
-
"title": "New Style #10",
|
296 |
-
"fontFamily": "muli",
|
297 |
-
"fontSize": 16,
|
298 |
-
"fontWeight": 600,
|
299 |
-
"lineHeight": 1.6,
|
300 |
-
"letterSpacing": 0,
|
301 |
-
"mobileFontSize": 15,
|
302 |
-
"mobileFontWeight": 400,
|
303 |
-
"mobileLineHeight": 1.6,
|
304 |
-
"mobileLetterSpacing": 0
|
305 |
-
}
|
306 |
-
],
|
307 |
-
"Yoga": {
|
308 |
-
"colorPalette": [
|
309 |
-
{
|
310 |
-
"id": "color1",
|
311 |
-
"hex": "#1d0f23"
|
312 |
-
},
|
313 |
-
{
|
314 |
-
"id": "color2",
|
315 |
-
"hex": "#442153"
|
316 |
-
},
|
317 |
-
{
|
318 |
-
"id": "color3",
|
319 |
-
"hex": "#51d0d3"
|
320 |
-
},
|
321 |
-
{
|
322 |
-
"id": "color4",
|
323 |
-
"hex": "#9d41c8"
|
324 |
-
},
|
325 |
-
{
|
326 |
-
"id": "color5",
|
327 |
-
"hex": "#bde1f4"
|
328 |
-
},
|
329 |
-
{
|
330 |
-
"id": "color6",
|
331 |
-
"hex": "#f2fafa"
|
332 |
-
},
|
333 |
-
{
|
334 |
-
"id": "color7",
|
335 |
-
"hex": "#968fa0"
|
336 |
-
},
|
337 |
-
{
|
338 |
-
"id": "color8",
|
339 |
-
"hex": "#ffffff"
|
340 |
-
}
|
341 |
-
],
|
342 |
-
"fontStyles": [
|
343 |
-
{
|
344 |
-
"deletable": "off",
|
345 |
-
"id": "paragraph",
|
346 |
-
"title": "Paragraph",
|
347 |
-
"fontFamily": "muli",
|
348 |
-
"fontSize": 16,
|
349 |
-
"fontWeight": 600,
|
350 |
-
"lineHeight": 1.6,
|
351 |
-
"letterSpacing": 0,
|
352 |
-
"mobileFontSize": 15,
|
353 |
-
"mobileFontWeight": 400,
|
354 |
-
"mobileLineHeight": 1.6,
|
355 |
-
"mobileLetterSpacing": 0
|
356 |
-
},
|
357 |
-
{
|
358 |
-
"deletable": "off",
|
359 |
-
"id": "subtitle",
|
360 |
-
"title": "Subtitle",
|
361 |
-
"fontFamily": "muli",
|
362 |
-
"fontSize": 20,
|
363 |
-
"fontWeight": 600,
|
364 |
-
"lineHeight": 1.5,
|
365 |
-
"letterSpacing": 0,
|
366 |
-
"mobileFontSize": 17,
|
367 |
-
"mobileFontWeight": 600,
|
368 |
-
"mobileLineHeight": 1.5,
|
369 |
-
"mobileLetterSpacing": 0
|
370 |
-
},
|
371 |
-
{
|
372 |
-
"deletable": "off",
|
373 |
-
"id": "abovetitle",
|
374 |
-
"title": "Above Title",
|
375 |
-
"fontFamily": "muli",
|
376 |
-
"fontSize": 14,
|
377 |
-
"fontWeight": 700,
|
378 |
-
"lineHeight": 1.7,
|
379 |
-
"letterSpacing": 2.5,
|
380 |
-
"mobileFontSize": 13,
|
381 |
-
"mobileFontWeight": 400,
|
382 |
-
"mobileLineHeight": 1.7,
|
383 |
-
"mobileLetterSpacing": 2
|
384 |
-
},
|
385 |
-
{
|
386 |
-
"deletable": "off",
|
387 |
-
"id": "heading1",
|
388 |
-
"title": "Heading 1",
|
389 |
-
"fontFamily": "muli",
|
390 |
-
"fontSize": 60,
|
391 |
-
"fontWeight": 300,
|
392 |
-
"lineHeight": 1.2,
|
393 |
-
"letterSpacing": -1,
|
394 |
-
"mobileFontSize": 34,
|
395 |
-
"mobileFontWeight": 200,
|
396 |
-
"mobileLineHeight": 1.3,
|
397 |
-
"mobileLetterSpacing": -1
|
398 |
-
},
|
399 |
-
{
|
400 |
-
"deletable": "off",
|
401 |
-
"id": "heading2",
|
402 |
-
"title": "Heading 2",
|
403 |
-
"fontFamily": "yesteryear",
|
404 |
-
"fontSize": 58,
|
405 |
-
"fontWeight": 700,
|
406 |
-
"lineHeight": 1.4,
|
407 |
-
"letterSpacing": -1,
|
408 |
-
"mobileFontSize": 40,
|
409 |
-
"mobileFontWeight": 700,
|
410 |
-
"mobileLineHeight": 1.3,
|
411 |
-
"mobileLetterSpacing": -0.5
|
412 |
-
},
|
413 |
-
{
|
414 |
-
"deletable": "off",
|
415 |
-
"id": "heading3",
|
416 |
-
"title": "Heading 3",
|
417 |
-
"fontFamily": "muli",
|
418 |
-
"fontSize": 40,
|
419 |
-
"fontWeight": 600,
|
420 |
-
"lineHeight": 1.3,
|
421 |
-
"letterSpacing": 0,
|
422 |
-
"mobileFontSize": 24,
|
423 |
-
"mobileFontWeight": 600,
|
424 |
-
"mobileLineHeight": 1.3,
|
425 |
-
"mobileLetterSpacing": 0
|
426 |
-
},
|
427 |
-
{
|
428 |
-
"deletable": "off",
|
429 |
-
"id": "heading4",
|
430 |
-
"title": "Heading 4",
|
431 |
-
"fontFamily": "yesteryear",
|
432 |
-
"fontSize": 26,
|
433 |
-
"fontWeight": 500,
|
434 |
-
"lineHeight": 1.4,
|
435 |
-
"letterSpacing": -1,
|
436 |
-
"mobileFontSize": 21,
|
437 |
-
"mobileFontWeight": 500,
|
438 |
-
"mobileLineHeight": 1.4,
|
439 |
-
"mobileLetterSpacing": 0
|
440 |
-
},
|
441 |
-
{
|
442 |
-
"deletable": "off",
|
443 |
-
"id": "heading5",
|
444 |
-
"title": "Heading 5",
|
445 |
-
"fontFamily": "muli",
|
446 |
-
"fontSize": 22,
|
447 |
-
"fontWeight": 700,
|
448 |
-
"lineHeight": 1.5,
|
449 |
-
"letterSpacing": 0,
|
450 |
-
"mobileFontSize": 18,
|
451 |
-
"mobileFontWeight": 500,
|
452 |
-
"mobileLineHeight": 1.4,
|
453 |
-
"mobileLetterSpacing": 0
|
454 |
-
},
|
455 |
-
{
|
456 |
-
"deletable": "off",
|
457 |
-
"id": "heading6",
|
458 |
-
"title": "Heading 6",
|
459 |
-
"fontFamily": "muli",
|
460 |
-
"fontSize": 20,
|
461 |
-
"fontWeight": 400,
|
462 |
-
"lineHeight": 1.5,
|
463 |
-
"letterSpacing": 0,
|
464 |
-
"mobileFontSize": 22,
|
465 |
-
"mobileFontWeight": 800,
|
466 |
-
"mobileLineHeight": 1.4,
|
467 |
-
"mobileLetterSpacing": 0
|
468 |
-
},
|
469 |
-
{
|
470 |
-
"deletable": "off",
|
471 |
-
"id": "button",
|
472 |
-
"title": "Button",
|
473 |
-
"fontFamily": "muli",
|
474 |
-
"fontSize": 13,
|
475 |
-
"fontWeight": 800,
|
476 |
-
"lineHeight": 1.8,
|
477 |
-
"letterSpacing": 1.5,
|
478 |
-
"mobileFontSize": 13,
|
479 |
-
"mobileFontWeight": 800,
|
480 |
-
"mobileLineHeight": 1.8,
|
481 |
-
"mobileLetterSpacing": 3
|
482 |
-
}
|
483 |
-
]
|
484 |
-
}
|
485 |
-
},
|
486 |
-
"extraFonts": [
|
487 |
-
"fanwood_text"
|
488 |
-
]
|
489 |
-
}'],
|
490 |
-
['{
|
491 |
-
"styles": {
|
492 |
-
"_selected": "Architekt",
|
493 |
-
"_extraFontStyles": [
|
494 |
-
{
|
495 |
-
"deletable": "on",
|
496 |
-
"id": "wdzhaqavbn",
|
497 |
-
"title": "New Style #10",
|
498 |
-
"fontFamily": "muli",
|
499 |
-
"fontSize": 18,
|
500 |
-
"fontWeight": 300,
|
501 |
-
"lineHeight": 1.6,
|
502 |
-
"letterSpacing": 0,
|
503 |
-
"mobileFontSize": 15,
|
504 |
-
"mobileFontWeight": 300,
|
505 |
-
"mobileLineHeight": 1.6,
|
506 |
-
"mobileLetterSpacing": 0
|
507 |
-
}
|
508 |
-
],
|
509 |
-
"Swipe": {
|
510 |
-
"colorPalette": [
|
511 |
-
{
|
512 |
-
"id": "color1",
|
513 |
-
"hex": "#111112"
|
514 |
-
},
|
515 |
-
{
|
516 |
-
"id": "color2",
|
517 |
-
"hex": "#111112"
|
518 |
-
},
|
519 |
-
{
|
520 |
-
"id": "color3",
|
521 |
-
"hex": "#ff5833"
|
522 |
-
},
|
523 |
-
{
|
524 |
-
"id": "color4",
|
525 |
-
"hex": "#a7a7a7"
|
526 |
-
},
|
527 |
-
{
|
528 |
-
"id": "color5",
|
529 |
-
"hex": "#20d6eb"
|
530 |
-
},
|
531 |
-
{
|
532 |
-
"id": "color6",
|
533 |
-
"hex": "#ebebeb"
|
534 |
-
},
|
535 |
-
{
|
536 |
-
"id": "color7",
|
537 |
-
"hex": "#757575"
|
538 |
-
},
|
539 |
-
{
|
540 |
-
"id": "color8",
|
541 |
-
"hex": "#ffffff"
|
542 |
-
}
|
543 |
-
],
|
544 |
-
"fontStyles": [
|
545 |
-
{
|
546 |
-
"deletable": "off",
|
547 |
-
"id": "paragraph",
|
548 |
-
"title": "Paragraph",
|
549 |
-
"fontFamily": "cormorant_garamond",
|
550 |
-
"fontSize": 18,
|
551 |
-
"fontWeight": 300,
|
552 |
-
"lineHeight": 1.6,
|
553 |
-
"letterSpacing": 0,
|
554 |
-
"mobileFontSize": 15,
|
555 |
-
"mobileFontWeight": 300,
|
556 |
-
"mobileLineHeight": 1.6,
|
557 |
-
"mobileLetterSpacing": 0
|
558 |
-
},
|
559 |
-
{
|
560 |
-
"deletable": "off",
|
561 |
-
"id": "subtitle",
|
562 |
-
"title": "Subtitle",
|
563 |
-
"fontFamily": "prata",
|
564 |
-
"fontSize": 25,
|
565 |
-
"fontWeight": 300,
|
566 |
-
"lineHeight": 1.8,
|
567 |
-
"letterSpacing": 0,
|
568 |
-
"mobileFontSize": 17,
|
569 |
-
"mobileFontWeight": 300,
|
570 |
-
"mobileLineHeight": 1.5,
|
571 |
-
"mobileLetterSpacing": 0
|
572 |
-
},
|
573 |
-
{
|
574 |
-
"deletable": "off",
|
575 |
-
"id": "abovetitle",
|
576 |
-
"title": "Above Title",
|
577 |
-
"fontFamily": "crimson_text",
|
578 |
-
"fontSize": 25,
|
579 |
-
"fontWeight": 400,
|
580 |
-
"lineHeight": 1.8,
|
581 |
-
"letterSpacing": 0,
|
582 |
-
"mobileFontSize": 13,
|
583 |
-
"mobileFontWeight": 400,
|
584 |
-
"mobileLineHeight": 1.7,
|
585 |
-
"mobileLetterSpacing": 2
|
586 |
-
},
|
587 |
-
{
|
588 |
-
"deletable": "off",
|
589 |
-
"id": "heading1",
|
590 |
-
"title": "Heading 1",
|
591 |
-
"fontFamily": "crimson_text",
|
592 |
-
"fontSize": 45,
|
593 |
-
"fontWeight": 200,
|
594 |
-
"lineHeight": 1.7,
|
595 |
-
"letterSpacing": 0,
|
596 |
-
"mobileFontSize": 34,
|
597 |
-
"mobileFontWeight": 200,
|
598 |
-
"mobileLineHeight": 1.3,
|
599 |
-
"mobileLetterSpacing": -1
|
600 |
-
},
|
601 |
-
{
|
602 |
-
"deletable": "off",
|
603 |
-
"id": "heading2",
|
604 |
-
"title": "Heading 2",
|
605 |
-
"fontFamily": "montserrat",
|
606 |
-
"fontSize": 32,
|
607 |
-
"fontWeight": 400,
|
608 |
-
"lineHeight": 1.5,
|
609 |
-
"letterSpacing": 0,
|
610 |
-
"mobileFontSize": 29,
|
611 |
-
"mobileFontWeight": 700,
|
612 |
-
"mobileLineHeight": 1.3,
|
613 |
-
"mobileLetterSpacing": -0.5
|
614 |
-
},
|
615 |
-
{
|
616 |
-
"deletable": "off",
|
617 |
-
"id": "heading3",
|
618 |
-
"title": "Heading 3",
|
619 |
-
"fontFamily": "crimson_text",
|
620 |
-
"fontSize": 34,
|
621 |
-
"fontWeight": 400,
|
622 |
-
"lineHeight": 1.5,
|
623 |
-
"letterSpacing": 0,
|
624 |
-
"mobileFontSize": 22,
|
625 |
-
"mobileFontWeight": 600,
|
626 |
-
"mobileLineHeight": 1.3,
|
627 |
-
"mobileLetterSpacing": 0
|
628 |
-
},
|
629 |
-
{
|
630 |
-
"deletable": "off",
|
631 |
-
"id": "heading4",
|
632 |
-
"title": "Heading 4",
|
633 |
-
"fontFamily": "montserrat",
|
634 |
-
"fontSize": 30,
|
635 |
-
"fontWeight": 400,
|
636 |
-
"lineHeight": 1.5,
|
637 |
-
"letterSpacing": 0,
|
638 |
-
"mobileFontSize": 21,
|
639 |
-
"mobileFontWeight": 500,
|
640 |
-
"mobileLineHeight": 1.4,
|
641 |
-
"mobileLetterSpacing": 0
|
642 |
-
},
|
643 |
-
{
|
644 |
-
"deletable": "off",
|
645 |
-
"id": "heading5",
|
646 |
-
"title": "Heading 5",
|
647 |
-
"fontFamily": "playfair_display",
|
648 |
-
"fontSize": 22,
|
649 |
-
"fontWeight": 400,
|
650 |
-
"lineHeight": 1.6,
|
651 |
-
"letterSpacing": 0,
|
652 |
-
"mobileFontSize": 18,
|
653 |
-
"mobileFontWeight": 500,
|
654 |
-
"mobileLineHeight": 1.4,
|
655 |
-
"mobileLetterSpacing": 0
|
656 |
-
},
|
657 |
-
{
|
658 |
-
"deletable": "off",
|
659 |
-
"id": "heading6",
|
660 |
-
"title": "Heading 6",
|
661 |
-
"fontFamily": "montserrat",
|
662 |
-
"fontSize": 20,
|
663 |
-
"fontWeight": 400,
|
664 |
-
"lineHeight": 1.5,
|
665 |
-
"letterSpacing": 0,
|
666 |
-
"mobileFontSize": 16,
|
667 |
-
"mobileFontWeight": 500,
|
668 |
-
"mobileLineHeight": 1.4,
|
669 |
-
"mobileLetterSpacing": 0
|
670 |
-
},
|
671 |
-
{
|
672 |
-
"deletable": "off",
|
673 |
-
"id": "button",
|
674 |
-
"title": "Button",
|
675 |
-
"fontFamily": "montserrat",
|
676 |
-
"fontSize": 13,
|
677 |
-
"fontWeight": 400,
|
678 |
-
"lineHeight": 1.8,
|
679 |
-
"letterSpacing": 0,
|
680 |
-
"mobileFontSize": 12,
|
681 |
-
"mobileFontWeight": 600,
|
682 |
-
"mobileLineHeight": 1.8,
|
683 |
-
"mobileLetterSpacing": 3
|
684 |
-
}
|
685 |
-
]
|
686 |
-
}
|
687 |
-
},
|
688 |
-
"extraFonts": [
|
689 |
-
"the_girl_next_door"
|
690 |
-
]
|
691 |
-
}'],
|
692 |
-
['{
|
693 |
-
"styles": {
|
694 |
-
"_selected": "default",
|
695 |
-
"_extraFontStyles": [
|
696 |
-
{
|
697 |
-
"deletable": "on",
|
698 |
-
"id": "wdzhaqavbn",
|
699 |
-
"title": "New Style #10",
|
700 |
-
"fontFamily": "muli",
|
701 |
-
"fontSize": 18,
|
702 |
-
"fontWeight": 300,
|
703 |
-
"lineHeight": 1.6,
|
704 |
-
"letterSpacing": 0,
|
705 |
-
"mobileFontSize": 15,
|
706 |
-
"mobileFontWeight": 300,
|
707 |
-
"mobileLineHeight": 1.6,
|
708 |
-
"mobileLetterSpacing": 0
|
709 |
-
},
|
710 |
-
{
|
711 |
-
"deletable": "on",
|
712 |
-
"id": "sfcwtcwbex",
|
713 |
-
"title": "New Style #11",
|
714 |
-
"fontFamily": "roboto",
|
715 |
-
"fontSize": 16,
|
716 |
-
"fontWeight": 300,
|
717 |
-
"lineHeight": 1.7,
|
718 |
-
"letterSpacing": 0,
|
719 |
-
"tabletFontSize": 15,
|
720 |
-
"tabletFontWeight": 300,
|
721 |
-
"tabletLineHeight": 1.6,
|
722 |
-
"tabletLetterSpacing": 0,
|
723 |
-
"mobileFontSize": 15,
|
724 |
-
"mobileFontWeight": 300,
|
725 |
-
"mobileLineHeight": 1.6,
|
726 |
-
"mobileLetterSpacing": 0
|
727 |
-
}
|
728 |
-
],
|
729 |
-
"Swipe": {
|
730 |
-
"colorPalette": [
|
731 |
-
{
|
732 |
-
"id": "color1",
|
733 |
-
"hex": "#111112"
|
734 |
-
},
|
735 |
-
{
|
736 |
-
"id": "color2",
|
737 |
-
"hex": "#111112"
|
738 |
-
},
|
739 |
-
{
|
740 |
-
"id": "color3",
|
741 |
-
"hex": "#ff5833"
|
742 |
-
},
|
743 |
-
{
|
744 |
-
"id": "color4",
|
745 |
-
"hex": "#a7a7a7"
|
746 |
-
},
|
747 |
-
{
|
748 |
-
"id": "color5",
|
749 |
-
"hex": "#20d6eb"
|
750 |
-
},
|
751 |
-
{
|
752 |
-
"id": "color6",
|
753 |
-
"hex": "#ebebeb"
|
754 |
-
},
|
755 |
-
{
|
756 |
-
"id": "color7",
|
757 |
-
"hex": "#757575"
|
758 |
-
},
|
759 |
-
{
|
760 |
-
"id": "color8",
|
761 |
-
"hex": "#ffffff"
|
762 |
-
}
|
763 |
-
],
|
764 |
-
"fontStyles": [
|
765 |
-
{
|
766 |
-
"deletable": "off",
|
767 |
-
"id": "paragraph",
|
768 |
-
"title": "Paragraph",
|
769 |
-
"fontFamily": "cormorant_garamond",
|
770 |
-
"fontSize": 18,
|
771 |
-
"fontWeight": 300,
|
772 |
-
"lineHeight": 1.6,
|
773 |
-
"letterSpacing": 0,
|
774 |
-
"mobileFontSize": 15,
|
775 |
-
"mobileFontWeight": 300,
|
776 |
-
"mobileLineHeight": 1.6,
|
777 |
-
"mobileLetterSpacing": 0
|
778 |
-
},
|
779 |
-
{
|
780 |
-
"deletable": "off",
|
781 |
-
"id": "subtitle",
|
782 |
-
"title": "Subtitle",
|
783 |
-
"fontFamily": "prata",
|
784 |
-
"fontSize": 25,
|
785 |
-
"fontWeight": 300,
|
786 |
-
"lineHeight": 1.8,
|
787 |
-
"letterSpacing": 0,
|
788 |
-
"mobileFontSize": 17,
|
789 |
-
"mobileFontWeight": 300,
|
790 |
-
"mobileLineHeight": 1.5,
|
791 |
-
"mobileLetterSpacing": 0
|
792 |
-
},
|
793 |
-
{
|
794 |
-
"deletable": "off",
|
795 |
-
"id": "abovetitle",
|
796 |
-
"title": "Above Title",
|
797 |
-
"fontFamily": "crimson_text",
|
798 |
-
"fontSize": 25,
|
799 |
-
"fontWeight": 400,
|
800 |
-
"lineHeight": 1.8,
|
801 |
-
"letterSpacing": 0,
|
802 |
-
"mobileFontSize": 13,
|
803 |
-
"mobileFontWeight": 400,
|
804 |
-
"mobileLineHeight": 1.7,
|
805 |
-
"mobileLetterSpacing": 2
|
806 |
-
},
|
807 |
-
{
|
808 |
-
"deletable": "off",
|
809 |
-
"id": "heading1",
|
810 |
-
"title": "Heading 1",
|
811 |
-
"fontFamily": "crimson_text",
|
812 |
-
"fontSize": 45,
|
813 |
-
"fontWeight": 200,
|
814 |
-
"lineHeight": 1.7,
|
815 |
-
"letterSpacing": 0,
|
816 |
-
"mobileFontSize": 34,
|
817 |
-
"mobileFontWeight": 200,
|
818 |
-
"mobileLineHeight": 1.3,
|
819 |
-
"mobileLetterSpacing": -1
|
820 |
-
},
|
821 |
-
{
|
822 |
-
"deletable": "off",
|
823 |
-
"id": "heading2",
|
824 |
-
"title": "Heading 2",
|
825 |
-
"fontFamily": "montserrat",
|
826 |
-
"fontSize": 32,
|
827 |
-
"fontWeight": 400,
|
828 |
-
"lineHeight": 1.5,
|
829 |
-
"letterSpacing": 0,
|
830 |
-
"mobileFontSize": 29,
|
831 |
-
"mobileFontWeight": 700,
|
832 |
-
"mobileLineHeight": 1.3,
|
833 |
-
"mobileLetterSpacing": -0.5
|
834 |
-
},
|
835 |
-
{
|
836 |
-
"deletable": "off",
|
837 |
-
"id": "heading3",
|
838 |
-
"title": "Heading 3",
|
839 |
-
"fontFamily": "crimson_text",
|
840 |
-
"fontSize": 34,
|
841 |
-
"fontWeight": 400,
|
842 |
-
"lineHeight": 1.5,
|
843 |
-
"letterSpacing": 0,
|
844 |
-
"mobileFontSize": 22,
|
845 |
-
"mobileFontWeight": 600,
|
846 |
-
"mobileLineHeight": 1.3,
|
847 |
-
"mobileLetterSpacing": 0
|
848 |
-
},
|
849 |
-
{
|
850 |
-
"deletable": "off",
|
851 |
-
"id": "heading4",
|
852 |
-
"title": "Heading 4",
|
853 |
-
"fontFamily": "montserrat",
|
854 |
-
"fontSize": 30,
|
855 |
-
"fontWeight": 400,
|
856 |
-
"lineHeight": 1.5,
|
857 |
-
"letterSpacing": 0,
|
858 |
-
"mobileFontSize": 21,
|
859 |
-
"mobileFontWeight": 500,
|
860 |
-
"mobileLineHeight": 1.4,
|
861 |
-
"mobileLetterSpacing": 0
|
862 |
-
},
|
863 |
-
{
|
864 |
-
"deletable": "off",
|
865 |
-
"id": "heading5",
|
866 |
-
"title": "Heading 5",
|
867 |
-
"fontFamily": "playfair_display",
|
868 |
-
"fontSize": 22,
|
869 |
-
"fontWeight": 400,
|
870 |
-
"lineHeight": 1.6,
|
871 |
-
"letterSpacing": 0,
|
872 |
-
"mobileFontSize": 18,
|
873 |
-
"mobileFontWeight": 500,
|
874 |
-
"mobileLineHeight": 1.4,
|
875 |
-
"mobileLetterSpacing": 0
|
876 |
-
},
|
877 |
-
{
|
878 |
-
"deletable": "off",
|
879 |
-
"id": "heading6",
|
880 |
-
"title": "Heading 6",
|
881 |
-
"fontFamily": "montserrat",
|
882 |
-
"fontSize": 20,
|
883 |
-
"fontWeight": 400,
|
884 |
-
"lineHeight": 1.5,
|
885 |
-
"letterSpacing": 0,
|
886 |
-
"mobileFontSize": 16,
|
887 |
-
"mobileFontWeight": 500,
|
888 |
-
"mobileLineHeight": 1.4,
|
889 |
-
"mobileLetterSpacing": 0
|
890 |
-
},
|
891 |
-
{
|
892 |
-
"deletable": "off",
|
893 |
-
"id": "button",
|
894 |
-
"title": "Button",
|
895 |
-
"fontFamily": "montserrat",
|
896 |
-
"fontSize": 13,
|
897 |
-
"fontWeight": 400,
|
898 |
-
"lineHeight": 1.8,
|
899 |
-
"letterSpacing": 0,
|
900 |
-
"mobileFontSize": 12,
|
901 |
-
"mobileFontWeight": 600,
|
902 |
-
"mobileLineHeight": 1.8,
|
903 |
-
"mobileLetterSpacing": 3
|
904 |
-
}
|
905 |
-
]
|
906 |
-
},
|
907 |
-
"default": {
|
908 |
-
"colorPalette": [
|
909 |
-
{
|
910 |
-
"id": "color1",
|
911 |
-
"hex": "#191b21"
|
912 |
-
},
|
913 |
-
{
|
914 |
-
"id": "color2",
|
915 |
-
"hex": "#142850"
|
916 |
-
},
|
917 |
-
{
|
918 |
-
"id": "color3",
|
919 |
-
"hex": "#239ddb"
|
920 |
-
},
|
921 |
-
{
|
922 |
-
"id": "color4",
|
923 |
-
"hex": "#d70e8c"
|
924 |
-
},
|
925 |
-
{
|
926 |
-
"id": "color5",
|
927 |
-
"hex": "#bde1f4"
|
928 |
-
},
|
929 |
-
{
|
930 |
-
"id": "color6",
|
931 |
-
"hex": "#eef0f2"
|
932 |
-
},
|
933 |
-
{
|
934 |
-
"id": "color7",
|
935 |
-
"hex": "#73777f"
|
936 |
-
},
|
937 |
-
{
|
938 |
-
"id": "color8",
|
939 |
-
"hex": "#ffffff"
|
940 |
-
}
|
941 |
-
],
|
942 |
-
"fontStyles": [
|
943 |
-
{
|
944 |
-
"deletable": "off",
|
945 |
-
"id": "paragraph",
|
946 |
-
"title": "Paragraph",
|
947 |
-
"fontFamily": "noto_serif",
|
948 |
-
"fontSize": 16,
|
949 |
-
"fontWeight": 300,
|
950 |
-
"lineHeight": 1.7,
|
951 |
-
"letterSpacing": 0,
|
952 |
-
"tabletFontSize": 15,
|
953 |
-
"tabletFontWeight": 300,
|
954 |
-
"tabletLineHeight": 1.6,
|
955 |
-
"tabletLetterSpacing": 0,
|
956 |
-
"mobileFontSize": 15,
|
957 |
-
"mobileFontWeight": 300,
|
958 |
-
"mobileLineHeight": 1.6,
|
959 |
-
"mobileLetterSpacing": 0
|
960 |
-
},
|
961 |
-
{
|
962 |
-
"deletable": "off",
|
963 |
-
"id": "subtitle",
|
964 |
-
"title": "Subtitle",
|
965 |
-
"fontFamily": "noto_serif",
|
966 |
-
"fontSize": 18,
|
967 |
-
"fontWeight": 300,
|
968 |
-
"lineHeight": 1.5,
|
969 |
-
"letterSpacing": 0,
|
970 |
-
"tabletFontSize": 17,
|
971 |
-
"tabletFontWeight": 300,
|
972 |
-
"tabletLineHeight": 1.5,
|
973 |
-
"tabletLetterSpacing": 0,
|
974 |
-
"mobileFontSize": 17,
|
975 |
-
"mobileFontWeight": 300,
|
976 |
-
"mobileLineHeight": 1.5,
|
977 |
-
"mobileLetterSpacing": 0
|
978 |
-
},
|
979 |
-
{
|
980 |
-
"deletable": "off",
|
981 |
-
"id": "abovetitle",
|
982 |
-
"title": "Above Title",
|
983 |
-
"fontFamily": "montserrat",
|
984 |
-
"fontSize": 16,
|
985 |
-
"fontWeight": 400,
|
986 |
-
"lineHeight": 1.7,
|
987 |
-
"letterSpacing": 2,
|
988 |
-
"tabletFontSize": 15,
|
989 |
-
"tabletFontWeight": 400,
|
990 |
-
"tabletLineHeight": 1.7,
|
991 |
-
"tabletLetterSpacing": 2,
|
992 |
-
"mobileFontSize": 13,
|
993 |
-
"mobileFontWeight": 400,
|
994 |
-
"mobileLineHeight": 1.7,
|
995 |
-
"mobileLetterSpacing": 2
|
996 |
-
},
|
997 |
-
{
|
998 |
-
"deletable": "off",
|
999 |
-
"id": "heading1",
|
1000 |
-
"title": "Heading 1",
|
1001 |
-
"fontFamily": "montserrat",
|
1002 |
-
"fontSize": 56,
|
1003 |
-
"fontWeight": 200,
|
1004 |
-
"lineHeight": 1.3,
|
1005 |
-
"letterSpacing": -1.5,
|
1006 |
-
"tabletFontSize": 40,
|
1007 |
-
"tabletFontWeight": 200,
|
1008 |
-
"tabletLineHeight": 1.3,
|
1009 |
-
"tabletLetterSpacing": -1,
|
1010 |
-
"mobileFontSize": 34,
|
1011 |
-
"mobileFontWeight": 200,
|
1012 |
-
"mobileLineHeight": 1.3,
|
1013 |
-
"mobileLetterSpacing": -1
|
1014 |
-
},
|
1015 |
-
{
|
1016 |
-
"deletable": "off",
|
1017 |
-
"id": "heading2",
|
1018 |
-
"title": "Heading 2",
|
1019 |
-
"fontFamily": "montserrat",
|
1020 |
-
"fontSize": 42,
|
1021 |
-
"fontWeight": 700,
|
1022 |
-
"lineHeight": 1.3,
|
1023 |
-
"letterSpacing": -1.5,
|
1024 |
-
"tabletFontSize": 35,
|
1025 |
-
"tabletFontWeight": 700,
|
1026 |
-
"tabletLineHeight": 1.3,
|
1027 |
-
"tabletLetterSpacing": -0.5,
|
1028 |
-
"mobileFontSize": 29,
|
1029 |
-
"mobileFontWeight": 700,
|
1030 |
-
"mobileLineHeight": 1.3,
|
1031 |
-
"mobileLetterSpacing": -0.5
|
1032 |
-
},
|
1033 |
-
{
|
1034 |
-
"deletable": "off",
|
1035 |
-
"id": "heading3",
|
1036 |
-
"title": "Heading 3",
|
1037 |
-
"fontFamily": "montserrat",
|
1038 |
-
"fontSize": 32,
|
1039 |
-
"fontWeight": 600,
|
1040 |
-
"lineHeight": 1.3,
|
1041 |
-
"letterSpacing": -1,
|
1042 |
-
"tabletFontSize": 27,
|
1043 |
-
"tabletFontWeight": 600,
|
1044 |
-
"tabletLineHeight": 1.3,
|
1045 |
-
"tabletLetterSpacing": 0,
|
1046 |
-
"mobileFontSize": 22,
|
1047 |
-
"mobileFontWeight": 600,
|
1048 |
-
"mobileLineHeight": 1.3,
|
1049 |
-
"mobileLetterSpacing": 0
|
1050 |
-
},
|
1051 |
-
{
|
1052 |
-
"deletable": "off",
|
1053 |
-
"id": "heading4",
|
1054 |
-
"title": "Heading 4",
|
1055 |
-
"fontFamily": "montserrat",
|
1056 |
-
"fontSize": 26,
|
1057 |
-
"fontWeight": 500,
|
1058 |
-
"lineHeight": 1.4,
|
1059 |
-
"letterSpacing": -1,
|
1060 |
-
"tabletFontSize": 24,
|
1061 |
-
"tabletFontWeight": 500,
|
1062 |
-
"tabletLineHeight": 1.4,
|
1063 |
-
"tabletLetterSpacing": 0,
|
1064 |
-
"mobileFontSize": 21,
|
1065 |
-
"mobileFontWeight": 500,
|
1066 |
-
"mobileLineHeight": 1.4,
|
1067 |
-
"mobileLetterSpacing": 0
|
1068 |
-
},
|
1069 |
-
{
|
1070 |
-
"deletable": "off",
|
1071 |
-
"id": "heading5",
|
1072 |
-
"title": "Heading 5",
|
1073 |
-
"fontFamily": "montserrat",
|
1074 |
-
"fontSize": 20,
|
1075 |
-
"fontWeight": 500,
|
1076 |
-
"lineHeight": 1.5,
|
1077 |
-
"letterSpacing": 0,
|
1078 |
-
"tabletFontSize": 19,
|
1079 |
-
"tabletFontWeight": 500,
|
1080 |
-
"tabletLineHeight": 1.4,
|
1081 |
-
"tabletLetterSpacing": 0,
|
1082 |
-
"mobileFontSize": 18,
|
1083 |
-
"mobileFontWeight": 500,
|
1084 |
-
"mobileLineHeight": 1.4,
|
1085 |
-
"mobileLetterSpacing": 0
|
1086 |
-
},
|
1087 |
-
{
|
1088 |
-
"deletable": "off",
|
1089 |
-
"id": "heading6",
|
1090 |
-
"title": "Heading 6",
|
1091 |
-
"fontFamily": "montserrat",
|
1092 |
-
"fontSize": 17,
|
1093 |
-
"fontWeight": 500,
|
1094 |
-
"lineHeight": 1.5,
|
1095 |
-
"letterSpacing": 0,
|
1096 |
-
"tabletFontSize": 16,
|
1097 |
-
"tabletFontWeight": 500,
|
1098 |
-
"tabletLineHeight": 1.4,
|
1099 |
-
"tabletLetterSpacing": 0,
|
1100 |
-
"mobileFontSize": 16,
|
1101 |
-
"mobileFontWeight": 500,
|
1102 |
-
"mobileLineHeight": 1.4,
|
1103 |
-
"mobileLetterSpacing": 0
|
1104 |
-
},
|
1105 |
-
{
|
1106 |
-
"deletable": "off",
|
1107 |
-
"id": "button",
|
1108 |
-
"title": "Button",
|
1109 |
-
"fontFamily": "montserrat",
|
1110 |
-
"fontSize": 12,
|
1111 |
-
"fontWeight": 600,
|
1112 |
-
"lineHeight": 1.8,
|
1113 |
-
"letterSpacing": 3,
|
1114 |
-
"tabletFontSize": 12,
|
1115 |
-
"tabletFontWeight": 600,
|
1116 |
-
"tabletLineHeight": 1.8,
|
1117 |
-
"tabletLetterSpacing": 3,
|
1118 |
-
"mobileFontSize": 12,
|
1119 |
-
"mobileFontWeight": 600,
|
1120 |
-
"mobileLineHeight": 1.8,
|
1121 |
-
"mobileLetterSpacing": 3
|
1122 |
-
}
|
1123 |
-
]
|
1124 |
-
}
|
1125 |
-
},
|
1126 |
-
"extraFonts": [
|
1127 |
-
"the_girl_next_door",
|
1128 |
-
"farsan"
|
1129 |
-
]
|
1130 |
-
}'],
|
1131 |
-
['{
|
1132 |
-
"styles": {
|
1133 |
-
"_selected": "InShape",
|
1134 |
-
"_extraFontStyles": [
|
1135 |
-
{
|
1136 |
-
"deletable": "on",
|
1137 |
-
"id": "wdzhaqavbn",
|
1138 |
-
"title": "New Style #10",
|
1139 |
-
"fontFamily": "muli",
|
1140 |
-
"fontSize": 18,
|
1141 |
-
"fontWeight": 300,
|
1142 |
-
"lineHeight": 1.6,
|
1143 |
-
"letterSpacing": 0,
|
1144 |
-
"mobileFontSize": 15,
|
1145 |
-
"mobileFontWeight": 300,
|
1146 |
-
"mobileLineHeight": 1.6,
|
1147 |
-
"mobileLetterSpacing": 0
|
1148 |
-
},
|
1149 |
-
{
|
1150 |
-
"deletable": "on",
|
1151 |
-
"id": "sfcwtcwbex",
|
1152 |
-
"title": "New Style #11",
|
1153 |
-
"fontFamily": "roboto",
|
1154 |
-
"fontSize": 16,
|
1155 |
-
"fontWeight": 300,
|
1156 |
-
"lineHeight": 1.7,
|
1157 |
-
"letterSpacing": 0,
|
1158 |
-
"tabletFontSize": 15,
|
1159 |
-
"tabletFontWeight": 300,
|
1160 |
-
"tabletLineHeight": 1.6,
|
1161 |
-
"tabletLetterSpacing": 0,
|
1162 |
-
"mobileFontSize": 15,
|
1163 |
-
"mobileFontWeight": 300,
|
1164 |
-
"mobileLineHeight": 1.6,
|
1165 |
-
"mobileLetterSpacing": 0
|
1166 |
-
}
|
1167 |
-
],
|
1168 |
-
"Swipe": {
|
1169 |
-
"colorPalette": [
|
1170 |
-
{
|
1171 |
-
"id": "color1",
|
1172 |
-
"hex": "#111112"
|
1173 |
-
},
|
1174 |
-
{
|
1175 |
-
"id": "color2",
|
1176 |
-
"hex": "#111112"
|
1177 |
-
},
|
1178 |
-
{
|
1179 |
-
"id": "color3",
|
1180 |
-
"hex": "#ff5833"
|
1181 |
-
},
|
1182 |
-
{
|
1183 |
-
"id": "color4",
|
1184 |
-
"hex": "#a7a7a7"
|
1185 |
-
},
|
1186 |
-
{
|
1187 |
-
"id": "color5",
|
1188 |
-
"hex": "#20d6eb"
|
1189 |
-
},
|
1190 |
-
{
|
1191 |
-
"id": "color6",
|
1192 |
-
"hex": "#ebebeb"
|
1193 |
-
},
|
1194 |
-
{
|
1195 |
-
"id": "color7",
|
1196 |
-
"hex": "#757575"
|
1197 |
-
},
|
1198 |
-
{
|
1199 |
-
"id": "color8",
|
1200 |
-
"hex": "#ffffff"
|
1201 |
-
}
|
1202 |
-
],
|
1203 |
-
"fontStyles": [
|
1204 |
-
{
|
1205 |
-
"deletable": "off",
|
1206 |
-
"id": "paragraph",
|
1207 |
-
"title": "Paragraph",
|
1208 |
-
"fontFamily": "cormorant_garamond",
|
1209 |
-
"fontSize": 18,
|
1210 |
-
"fontWeight": 300,
|
1211 |
-
"lineHeight": 1.6,
|
1212 |
-
"letterSpacing": 0,
|
1213 |
-
"mobileFontSize": 15,
|
1214 |
-
"mobileFontWeight": 300,
|
1215 |
-
"mobileLineHeight": 1.6,
|
1216 |
-
"mobileLetterSpacing": 0
|
1217 |
-
},
|
1218 |
-
{
|
1219 |
-
"deletable": "off",
|
1220 |
-
"id": "subtitle",
|
1221 |
-
"title": "Subtitle",
|
1222 |
-
"fontFamily": "prata",
|
1223 |
-
"fontSize": 25,
|
1224 |
-
"fontWeight": 300,
|
1225 |
-
"lineHeight": 1.8,
|
1226 |
-
"letterSpacing": 0,
|
1227 |
-
"mobileFontSize": 17,
|
1228 |
-
"mobileFontWeight": 300,
|
1229 |
-
"mobileLineHeight": 1.5,
|
1230 |
-
"mobileLetterSpacing": 0
|
1231 |
-
},
|
1232 |
-
{
|
1233 |
-
"deletable": "off",
|
1234 |
-
"id": "abovetitle",
|
1235 |
-
"title": "Above Title",
|
1236 |
-
"fontFamily": "crimson_text",
|
1237 |
-
"fontSize": 25,
|
1238 |
-
"fontWeight": 400,
|
1239 |
-
"lineHeight": 1.8,
|
1240 |
-
"letterSpacing": 0,
|
1241 |
-
"mobileFontSize": 13,
|
1242 |
-
"mobileFontWeight": 400,
|
1243 |
-
"mobileLineHeight": 1.7,
|
1244 |
-
"mobileLetterSpacing": 2
|
1245 |
-
},
|
1246 |
-
{
|
1247 |
-
"deletable": "off",
|
1248 |
-
"id": "heading1",
|
1249 |
-
"title": "Heading 1",
|
1250 |
-
"fontFamily": "crimson_text",
|
1251 |
-
"fontSize": 45,
|
1252 |
-
"fontWeight": 200,
|
1253 |
-
"lineHeight": 1.7,
|
1254 |
-
"letterSpacing": 0,
|
1255 |
-
"mobileFontSize": 34,
|
1256 |
-
"mobileFontWeight": 200,
|
1257 |
-
"mobileLineHeight": 1.3,
|
1258 |
-
"mobileLetterSpacing": -1
|
1259 |
-
},
|
1260 |
-
{
|
1261 |
-
"deletable": "off",
|
1262 |
-
"id": "heading2",
|
1263 |
-
"title": "Heading 2",
|
1264 |
-
"fontFamily": "montserrat",
|
1265 |
-
"fontSize": 32,
|
1266 |
-
"fontWeight": 400,
|
1267 |
-
"lineHeight": 1.5,
|
1268 |
-
"letterSpacing": 0,
|
1269 |
-
"mobileFontSize": 29,
|
1270 |
-
"mobileFontWeight": 700,
|
1271 |
-
"mobileLineHeight": 1.3,
|
1272 |
-
"mobileLetterSpacing": -0.5
|
1273 |
-
},
|
1274 |
-
{
|
1275 |
-
"deletable": "off",
|
1276 |
-
"id": "heading3",
|
1277 |
-
"title": "Heading 3",
|
1278 |
-
"fontFamily": "crimson_text",
|
1279 |
-
"fontSize": 34,
|
1280 |
-
"fontWeight": 400,
|
1281 |
-
"lineHeight": 1.5,
|
1282 |
-
"letterSpacing": 0,
|
1283 |
-
"mobileFontSize": 22,
|
1284 |
-
"mobileFontWeight": 600,
|
1285 |
-
"mobileLineHeight": 1.3,
|
1286 |
-
"mobileLetterSpacing": 0
|
1287 |
-
},
|
1288 |
-
{
|
1289 |
-
"deletable": "off",
|
1290 |
-
"id": "heading4",
|
1291 |
-
"title": "Heading 4",
|
1292 |
-
"fontFamily": "montserrat",
|
1293 |
-
"fontSize": 30,
|
1294 |
-
"fontWeight": 400,
|
1295 |
-
"lineHeight": 1.5,
|
1296 |
-
"letterSpacing": 0,
|
1297 |
-
"mobileFontSize": 21,
|
1298 |
-
"mobileFontWeight": 500,
|
1299 |
-
"mobileLineHeight": 1.4,
|
1300 |
-
"mobileLetterSpacing": 0
|
1301 |
-
},
|
1302 |
-
{
|
1303 |
-
"deletable": "off",
|
1304 |
-
"id": "heading5",
|
1305 |
-
"title": "Heading 5",
|
1306 |
-
"fontFamily": "playfair_display",
|
1307 |
-
"fontSize": 22,
|
1308 |
-
"fontWeight": 400,
|
1309 |
-
"lineHeight": 1.6,
|
1310 |
-
"letterSpacing": 0,
|
1311 |
-
"mobileFontSize": 18,
|
1312 |
-
"mobileFontWeight": 500,
|
1313 |
-
"mobileLineHeight": 1.4,
|
1314 |
-
"mobileLetterSpacing": 0
|
1315 |
-
},
|
1316 |
-
{
|
1317 |
-
"deletable": "off",
|
1318 |
-
"id": "heading6",
|
1319 |
-
"title": "Heading 6",
|
1320 |
-
"fontFamily": "montserrat",
|
1321 |
-
"fontSize": 20,
|
1322 |
-
"fontWeight": 400,
|
1323 |
-
"lineHeight": 1.5,
|
1324 |
-
"letterSpacing": 0,
|
1325 |
-
"mobileFontSize": 16,
|
1326 |
-
"mobileFontWeight": 500,
|
1327 |
-
"mobileLineHeight": 1.4,
|
1328 |
-
"mobileLetterSpacing": 0
|
1329 |
-
},
|
1330 |
-
{
|
1331 |
-
"deletable": "off",
|
1332 |
-
"id": "button",
|
1333 |
-
"title": "Button",
|
1334 |
-
"fontFamily": "montserrat",
|
1335 |
-
"fontSize": 13,
|
1336 |
-
"fontWeight": 400,
|
1337 |
-
"lineHeight": 1.8,
|
1338 |
-
"letterSpacing": 0,
|
1339 |
-
"mobileFontSize": 12,
|
1340 |
-
"mobileFontWeight": 600,
|
1341 |
-
"mobileLineHeight": 1.8,
|
1342 |
-
"mobileLetterSpacing": 3
|
1343 |
-
}
|
1344 |
-
]
|
1345 |
-
},
|
1346 |
-
"default": {
|
1347 |
-
"colorPalette": [
|
1348 |
-
{
|
1349 |
-
"id": "color1",
|
1350 |
-
"hex": "#191b21"
|
1351 |
-
},
|
1352 |
-
{
|
1353 |
-
"id": "color2",
|
1354 |
-
"hex": "#142850"
|
1355 |
-
},
|
1356 |
-
{
|
1357 |
-
"id": "color3",
|
1358 |
-
"hex": "#239ddb"
|
1359 |
-
},
|
1360 |
-
{
|
1361 |
-
"id": "color4",
|
1362 |
-
"hex": "#d70e8c"
|
1363 |
-
},
|
1364 |
-
{
|
1365 |
-
"id": "color5",
|
1366 |
-
"hex": "#bde1f4"
|
1367 |
-
},
|
1368 |
-
{
|
1369 |
-
"id": "color6",
|
1370 |
-
"hex": "#eef0f2"
|
1371 |
-
},
|
1372 |
-
{
|
1373 |
-
"id": "color7",
|
1374 |
-
"hex": "#73777f"
|
1375 |
-
},
|
1376 |
-
{
|
1377 |
-
"id": "color8",
|
1378 |
-
"hex": "#ffffff"
|
1379 |
-
}
|
1380 |
-
],
|
1381 |
-
"fontStyles": [
|
1382 |
-
{
|
1383 |
-
"deletable": "off",
|
1384 |
-
"id": "paragraph",
|
1385 |
-
"title": "Paragraph",
|
1386 |
-
"fontFamily": "noto_serif",
|
1387 |
-
"fontSize": 16,
|
1388 |
-
"fontWeight": 300,
|
1389 |
-
"lineHeight": 1.7,
|
1390 |
-
"letterSpacing": 0,
|
1391 |
-
"tabletFontSize": 15,
|
1392 |
-
"tabletFontWeight": 300,
|
1393 |
-
"tabletLineHeight": 1.6,
|
1394 |
-
"tabletLetterSpacing": 0,
|
1395 |
-
"mobileFontSize": 15,
|
1396 |
-
"mobileFontWeight": 300,
|
1397 |
-
"mobileLineHeight": 1.6,
|
1398 |
-
"mobileLetterSpacing": 0
|
1399 |
-
},
|
1400 |
-
{
|
1401 |
-
"deletable": "off",
|
1402 |
-
"id": "subtitle",
|
1403 |
-
"title": "Subtitle",
|
1404 |
-
"fontFamily": "noto_serif",
|
1405 |
-
"fontSize": 18,
|
1406 |
-
"fontWeight": 300,
|
1407 |
-
"lineHeight": 1.5,
|
1408 |
-
"letterSpacing": 0,
|
1409 |
-
"tabletFontSize": 17,
|
1410 |
-
"tabletFontWeight": 300,
|
1411 |
-
"tabletLineHeight": 1.5,
|
1412 |
-
"tabletLetterSpacing": 0,
|
1413 |
-
"mobileFontSize": 17,
|
1414 |
-
"mobileFontWeight": 300,
|
1415 |
-
"mobileLineHeight": 1.5,
|
1416 |
-
"mobileLetterSpacing": 0
|
1417 |
-
},
|
1418 |
-
{
|
1419 |
-
"deletable": "off",
|
1420 |
-
"id": "abovetitle",
|
1421 |
-
"title": "Above Title",
|
1422 |
-
"fontFamily": "montserrat",
|
1423 |
-
"fontSize": 16,
|
1424 |
-
"fontWeight": 400,
|
1425 |
-
"lineHeight": 1.7,
|
1426 |
-
"letterSpacing": 2,
|
1427 |
-
"tabletFontSize": 15,
|
1428 |
-
"tabletFontWeight": 400,
|
1429 |
-
"tabletLineHeight": 1.7,
|
1430 |
-
"tabletLetterSpacing": 2,
|
1431 |
-
"mobileFontSize": 13,
|
1432 |
-
"mobileFontWeight": 400,
|
1433 |
-
"mobileLineHeight": 1.7,
|
1434 |
-
"mobileLetterSpacing": 2
|
1435 |
-
},
|
1436 |
-
{
|
1437 |
-
"deletable": "off",
|
1438 |
-
"id": "heading1",
|
1439 |
-
"title": "Heading 1",
|
1440 |
-
"fontFamily": "montserrat",
|
1441 |
-
"fontSize": 56,
|
1442 |
-
"fontWeight": 200,
|
1443 |
-
"lineHeight": 1.3,
|
1444 |
-
"letterSpacing": -1.5,
|
1445 |
-
"tabletFontSize": 40,
|
1446 |
-
"tabletFontWeight": 200,
|
1447 |
-
"tabletLineHeight": 1.3,
|
1448 |
-
"tabletLetterSpacing": -1,
|
1449 |
-
"mobileFontSize": 34,
|
1450 |
-
"mobileFontWeight": 200,
|
1451 |
-
"mobileLineHeight": 1.3,
|
1452 |
-
"mobileLetterSpacing": -1
|
1453 |
-
},
|
1454 |
-
{
|
1455 |
-
"deletable": "off",
|
1456 |
-
"id": "heading2",
|
1457 |
-
"title": "Heading 2",
|
1458 |
-
"fontFamily": "montserrat",
|
1459 |
-
"fontSize": 42,
|
1460 |
-
"fontWeight": 700,
|
1461 |
-
"lineHeight": 1.3,
|
1462 |
-
"letterSpacing": -1.5,
|
1463 |
-
"tabletFontSize": 35,
|
1464 |
-
"tabletFontWeight": 700,
|
1465 |
-
"tabletLineHeight": 1.3,
|
1466 |
-
"tabletLetterSpacing": -0.5,
|
1467 |
-
"mobileFontSize": 29,
|
1468 |
-
"mobileFontWeight": 700,
|
1469 |
-
"mobileLineHeight": 1.3,
|
1470 |
-
"mobileLetterSpacing": -0.5
|
1471 |
-
},
|
1472 |
-
{
|
1473 |
-
"deletable": "off",
|
1474 |
-
"id": "heading3",
|
1475 |
-
"title": "Heading 3",
|
1476 |
-
"fontFamily": "montserrat",
|
1477 |
-
"fontSize": 32,
|
1478 |
-
"fontWeight": 600,
|
1479 |
-
"lineHeight": 1.3,
|
1480 |
-
"letterSpacing": -1,
|
1481 |
-
"tabletFontSize": 27,
|
1482 |
-
"tabletFontWeight": 600,
|
1483 |
-
"tabletLineHeight": 1.3,
|
1484 |
-
"tabletLetterSpacing": 0,
|
1485 |
-
"mobileFontSize": 22,
|
1486 |
-
"mobileFontWeight": 600,
|
1487 |
-
"mobileLineHeight": 1.3,
|
1488 |
-
"mobileLetterSpacing": 0
|
1489 |
-
},
|
1490 |
-
{
|
1491 |
-
"deletable": "off",
|
1492 |
-
"id": "heading4",
|
1493 |
-
"title": "Heading 4",
|
1494 |
-
"fontFamily": "montserrat",
|
1495 |
-
"fontSize": 26,
|
1496 |
-
"fontWeight": 500,
|
1497 |
-
"lineHeight": 1.4,
|
1498 |
-
"letterSpacing": -1,
|
1499 |
-
"tabletFontSize": 24,
|
1500 |
-
"tabletFontWeight": 500,
|
1501 |
-
"tabletLineHeight": 1.4,
|
1502 |
-
"tabletLetterSpacing": 0,
|
1503 |
-
"mobileFontSize": 21,
|
1504 |
-
"mobileFontWeight": 500,
|
1505 |
-
"mobileLineHeight": 1.4,
|
1506 |
-
"mobileLetterSpacing": 0
|
1507 |
-
},
|
1508 |
-
{
|
1509 |
-
"deletable": "off",
|
1510 |
-
"id": "heading5",
|
1511 |
-
"title": "Heading 5",
|
1512 |
-
"fontFamily": "montserrat",
|
1513 |
-
"fontSize": 20,
|
1514 |
-
"fontWeight": 500,
|
1515 |
-
"lineHeight": 1.5,
|
1516 |
-
"letterSpacing": 0,
|
1517 |
-
"tabletFontSize": 19,
|
1518 |
-
"tabletFontWeight": 500,
|
1519 |
-
"tabletLineHeight": 1.4,
|
1520 |
-
"tabletLetterSpacing": 0,
|
1521 |
-
"mobileFontSize": 18,
|
1522 |
-
"mobileFontWeight": 500,
|
1523 |
-
"mobileLineHeight": 1.4,
|
1524 |
-
"mobileLetterSpacing": 0
|
1525 |
-
},
|
1526 |
-
{
|
1527 |
-
"deletable": "off",
|
1528 |
-
"id": "heading6",
|
1529 |
-
"title": "Heading 6",
|
1530 |
-
"fontFamily": "montserrat",
|
1531 |
-
"fontSize": 17,
|
1532 |
-
"fontWeight": 500,
|
1533 |
-
"lineHeight": 1.5,
|
1534 |
-
"letterSpacing": 0,
|
1535 |
-
"tabletFontSize": 16,
|
1536 |
-
"tabletFontWeight": 500,
|
1537 |
-
"tabletLineHeight": 1.4,
|
1538 |
-
"tabletLetterSpacing": 0,
|
1539 |
-
"mobileFontSize": 16,
|
1540 |
-
"mobileFontWeight": 500,
|
1541 |
-
"mobileLineHeight": 1.4,
|
1542 |
-
"mobileLetterSpacing": 0
|
1543 |
-
},
|
1544 |
-
{
|
1545 |
-
"deletable": "off",
|
1546 |
-
"id": "button",
|
1547 |
-
"title": "Button",
|
1548 |
-
"fontFamily": "montserrat",
|
1549 |
-
"fontSize": 12,
|
1550 |
-
"fontWeight": 600,
|
1551 |
-
"lineHeight": 1.8,
|
1552 |
-
"letterSpacing": 3,
|
1553 |
-
"tabletFontSize": 12,
|
1554 |
-
"tabletFontWeight": 600,
|
1555 |
-
"tabletLineHeight": 1.8,
|
1556 |
-
"tabletLetterSpacing": 3,
|
1557 |
-
"mobileFontSize": 12,
|
1558 |
-
"mobileFontWeight": 600,
|
1559 |
-
"mobileLineHeight": 1.8,
|
1560 |
-
"mobileLetterSpacing": 3
|
1561 |
-
}
|
1562 |
-
]
|
1563 |
-
}
|
1564 |
-
},
|
1565 |
-
"extraFonts": [
|
1566 |
-
"the_girl_next_door",
|
1567 |
-
"farsan"
|
1568 |
-
]
|
1569 |
-
}']
|
1570 |
-
];
|
1571 |
-
}
|
1572 |
-
|
1573 |
-
/**
|
1574 |
-
* @throws \Exception
|
1575 |
-
*/
|
1576 |
-
public function testInvalidExecuteContext()
|
1577 |
-
{
|
1578 |
-
$this->expectException(\Exception::class);
|
1579 |
-
$context = new DataToProjectContext("", "./tests/_data/editor-build");
|
1580 |
-
$transformer = new DataToProjectTransformer();
|
1581 |
-
$transformer->execute($context);
|
1582 |
-
}
|
1583 |
-
|
1584 |
-
/**
|
1585 |
-
* @dataProvider executeUseCases
|
1586 |
-
*/
|
1587 |
-
public function testExecute($json)
|
1588 |
-
{
|
1589 |
-
$context = new DataToProjectContext(json_decode($json), "./tests/_data/editor-build");
|
1590 |
-
$this->internalExecute($json, $context);
|
1591 |
-
}
|
1592 |
-
|
1593 |
-
/**
|
1594 |
-
* @dataProvider executeUseCases
|
1595 |
-
*/
|
1596 |
-
public function testExecute2($json)
|
1597 |
-
{
|
1598 |
-
$context = new DataToProjectContext(json_decode($json), "./tests/_data/editor-build2");
|
1599 |
-
$this->internalExecute($json, $context);
|
1600 |
-
}
|
1601 |
-
|
1602 |
-
/**
|
1603 |
-
* @param $array
|
1604 |
-
* @param $property
|
1605 |
-
* @param $value
|
1606 |
-
*/
|
1607 |
-
private function assertObjectsFromArrayHasProperty($array, $property, $value, $message = "does not have property")
|
1608 |
-
{
|
1609 |
-
$existed = false;
|
1610 |
-
foreach ($array as $data) {
|
1611 |
-
if (is_object($data) && isset($data->$property) && $data->$property === $value) {
|
1612 |
-
$existed = true;
|
1613 |
-
}
|
1614 |
-
}
|
1615 |
-
|
1616 |
-
$this->assertTrue($existed, $message);
|
1617 |
-
}
|
1618 |
-
|
1619 |
-
/**
|
1620 |
-
* @param $json
|
1621 |
-
* @param DataToProjectContext $context
|
1622 |
-
*/
|
1623 |
-
protected function internalExecute($json, DataToProjectContext $context): void
|
1624 |
-
{
|
1625 |
-
$transformer = new DataToProjectTransformer();
|
1626 |
-
|
1627 |
-
$data = $transformer->execute($context);
|
1628 |
-
|
1629 |
-
// SelectedKit
|
1630 |
-
$this->assertTrue(isset($data->selectedKit), "It should contain selectedKit");
|
1631 |
-
|
1632 |
-
// SelectedStyle
|
1633 |
-
$this->assertTrue(isset($data->selectedStyle), "It should contain selectedStyle");
|
1634 |
-
|
1635 |
-
// Styles
|
1636 |
-
$this->assertTrue(isset($data->styles), "It should contain styles");
|
1637 |
-
|
1638 |
-
$this->assertObjectsFromArrayHasProperty($data->styles, "id", $data->selectedStyle, "The style " . $data->selectedStyle . " is missing from styles");
|
1639 |
-
|
1640 |
-
// ExtraFonts && ExtraFontStyles
|
1641 |
-
$oldData = json_decode($json);
|
1642 |
-
|
1643 |
-
if (isset($oldData->extraFonts)) {
|
1644 |
-
$this->assertTrue(isset($data->fonts->google), "It should contain Fonts -> Google");
|
1645 |
-
|
1646 |
-
foreach ($oldData->extraFonts as $fontKey) {
|
1647 |
-
$hasFonts = false;
|
1648 |
-
|
1649 |
-
foreach ($data->fonts->google->data as $font) {
|
1650 |
-
$fontFamilyToKey = preg_replace('/\s+/', '_', strtolower($font->family));
|
1651 |
-
|
1652 |
-
if ($fontKey === $fontFamilyToKey) {
|
1653 |
-
$hasFonts = true;
|
1654 |
-
}
|
1655 |
-
}
|
1656 |
-
|
1657 |
-
$this->assertTrue($hasFonts, "It should contain font " . $fontKey);
|
1658 |
-
}
|
1659 |
-
}
|
1660 |
-
|
1661 |
-
// ExtraFontStyles
|
1662 |
-
if (isset($oldData->styles) && isset($oldData->styles->_extraFontStyles)) {
|
1663 |
-
$this->assertTrue(isset($data->extraFontStyles), "It should contain ExtraStyles");
|
1664 |
-
}
|
1665 |
-
}
|
1666 |
-
}
|
1667 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/FixDataToProjectTransformerTest.php
DELETED
@@ -1,6747 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace Brizy;
|
4 |
-
|
5 |
-
use PHPUnit\Framework\TestCase;
|
6 |
-
|
7 |
-
class FixDataToProjectTransformerTest extends TestCase
|
8 |
-
{
|
9 |
-
public function oldDataProvider()
|
10 |
-
{
|
11 |
-
return [
|
12 |
-
['{}'],
|
13 |
-
['{
|
14 |
-
"extraFonts": [
|
15 |
-
"fanwood_text"
|
16 |
-
]
|
17 |
-
}'],
|
18 |
-
['{
|
19 |
-
"extraFonts": [
|
20 |
-
"fanwood_text"
|
21 |
-
],
|
22 |
-
"styles": {
|
23 |
-
"_selected": "default",
|
24 |
-
"_extraFontStyles": [
|
25 |
-
{
|
26 |
-
"deletable": "on",
|
27 |
-
"id": "hcfdicvfev",
|
28 |
-
"title": "New Style #10",
|
29 |
-
"fontFamily": "noto_serif",
|
30 |
-
"fontSize": 16,
|
31 |
-
"fontWeight": 300,
|
32 |
-
"lineHeight": 1.7,
|
33 |
-
"letterSpacing": 0,
|
34 |
-
"tabletFontSize": 15,
|
35 |
-
"tabletFontWeight": 300,
|
36 |
-
"tabletLineHeight": 1.6,
|
37 |
-
"tabletLetterSpacing": 0,
|
38 |
-
"mobileFontSize": 15,
|
39 |
-
"mobileFontWeight": 300,
|
40 |
-
"mobileLineHeight": 1.6,
|
41 |
-
"mobileLetterSpacing": 0
|
42 |
-
}
|
43 |
-
],
|
44 |
-
"default": {
|
45 |
-
"colorPalette": [
|
46 |
-
{
|
47 |
-
"id": "color1",
|
48 |
-
"hex": "#191b21"
|
49 |
-
},
|
50 |
-
{
|
51 |
-
"id": "color2",
|
52 |
-
"hex": "#142850"
|
53 |
-
},
|
54 |
-
{
|
55 |
-
"id": "color3",
|
56 |
-
"hex": "#239ddb"
|
57 |
-
},
|
58 |
-
{
|
59 |
-
"id": "color4",
|
60 |
-
"hex": "#66738d"
|
61 |
-
},
|
62 |
-
{
|
63 |
-
"id": "color5",
|
64 |
-
"hex": "#bde1f4"
|
65 |
-
},
|
66 |
-
{
|
67 |
-
"id": "color6",
|
68 |
-
"hex": "#eef0f2"
|
69 |
-
},
|
70 |
-
{
|
71 |
-
"id": "color7",
|
72 |
-
"hex": "#73777f"
|
73 |
-
},
|
74 |
-
{
|
75 |
-
"id": "color8",
|
76 |
-
"hex": "#ffffff"
|
77 |
-
}
|
78 |
-
],
|
79 |
-
"fontStyles": [
|
80 |
-
{
|
81 |
-
"deletable": "off",
|
82 |
-
"id": "paragraph",
|
83 |
-
"title": "Paragraph",
|
84 |
-
"fontFamily": "noto_serif",
|
85 |
-
"fontSize": 16,
|
86 |
-
"fontWeight": 300,
|
87 |
-
"lineHeight": 1.7,
|
88 |
-
"letterSpacing": 0,
|
89 |
-
"tabletFontSize": 15,
|
90 |
-
"tabletFontWeight": 300,
|
91 |
-
"tabletLineHeight": 1.6,
|
92 |
-
"tabletLetterSpacing": 0,
|
93 |
-
"mobileFontSize": 15,
|
94 |
-
"mobileFontWeight": 300,
|
95 |
-
"mobileLineHeight": 1.6,
|
96 |
-
"mobileLetterSpacing": 0
|
97 |
-
},
|
98 |
-
{
|
99 |
-
"deletable": "off",
|
100 |
-
"id": "subtitle",
|
101 |
-
"title": "Subtitle",
|
102 |
-
"fontFamily": "noto_serif",
|
103 |
-
"fontSize": 18,
|
104 |
-
"fontWeight": 300,
|
105 |
-
"lineHeight": 1.5,
|
106 |
-
"letterSpacing": 0,
|
107 |
-
"tabletFontSize": 17,
|
108 |
-
"tabletFontWeight": 300,
|
109 |
-
"tabletLineHeight": 1.5,
|
110 |
-
"tabletLetterSpacing": 0,
|
111 |
-
"mobileFontSize": 17,
|
112 |
-
"mobileFontWeight": 300,
|
113 |
-
"mobileLineHeight": 1.5,
|
114 |
-
"mobileLetterSpacing": 0
|
115 |
-
},
|
116 |
-
{
|
117 |
-
"deletable": "off",
|
118 |
-
"id": "abovetitle",
|
119 |
-
"title": "Above Title",
|
120 |
-
"fontFamily": "montserrat",
|
121 |
-
"fontSize": 16,
|
122 |
-
"fontWeight": 400,
|
123 |
-
"lineHeight": 1.7,
|
124 |
-
"letterSpacing": 2,
|
125 |
-
"tabletFontSize": 15,
|
126 |
-
"tabletFontWeight": 400,
|
127 |
-
"tabletLineHeight": 1.7,
|
128 |
-
"tabletLetterSpacing": 2,
|
129 |
-
"mobileFontSize": 13,
|
130 |
-
"mobileFontWeight": 400,
|
131 |
-
"mobileLineHeight": 1.7,
|
132 |
-
"mobileLetterSpacing": 2
|
133 |
-
},
|
134 |
-
{
|
135 |
-
"deletable": "off",
|
136 |
-
"id": "heading1",
|
137 |
-
"title": "Heading 1",
|
138 |
-
"fontFamily": "montserrat",
|
139 |
-
"fontSize": 56,
|
140 |
-
"fontWeight": 200,
|
141 |
-
"lineHeight": 1.3,
|
142 |
-
"letterSpacing": -1.5,
|
143 |
-
"tabletFontSize": 40,
|
144 |
-
"tabletFontWeight": 200,
|
145 |
-
"tabletLineHeight": 1.3,
|
146 |
-
"tabletLetterSpacing": -1,
|
147 |
-
"mobileFontSize": 34,
|
148 |
-
"mobileFontWeight": 200,
|
149 |
-
"mobileLineHeight": 1.3,
|
150 |
-
"mobileLetterSpacing": -1
|
151 |
-
},
|
152 |
-
{
|
153 |
-
"deletable": "off",
|
154 |
-
"id": "heading2",
|
155 |
-
"title": "Heading 2",
|
156 |
-
"fontFamily": "montserrat",
|
157 |
-
"fontSize": 42,
|
158 |
-
"fontWeight": 700,
|
159 |
-
"lineHeight": 1.3,
|
160 |
-
"letterSpacing": -1.5,
|
161 |
-
"tabletFontSize": 35,
|
162 |
-
"tabletFontWeight": 700,
|
163 |
-
"tabletLineHeight": 1.3,
|
164 |
-
"tabletLetterSpacing": -0.5,
|
165 |
-
"mobileFontSize": 29,
|
166 |
-
"mobileFontWeight": 700,
|
167 |
-
"mobileLineHeight": 1.3,
|
168 |
-
"mobileLetterSpacing": -0.5
|
169 |
-
},
|
170 |
-
{
|
171 |
-
"deletable": "off",
|
172 |
-
"id": "heading3",
|
173 |
-
"title": "Heading 3",
|
174 |
-
"fontFamily": "montserrat",
|
175 |
-
"fontSize": 32,
|
176 |
-
"fontWeight": 600,
|
177 |
-
"lineHeight": 1.3,
|
178 |
-
"letterSpacing": -1,
|
179 |
-
"tabletFontSize": 27,
|
180 |
-
"tabletFontWeight": 600,
|
181 |
-
"tabletLineHeight": 1.3,
|
182 |
-
"tabletLetterSpacing": 0,
|
183 |
-
"mobileFontSize": 22,
|
184 |
-
"mobileFontWeight": 600,
|
185 |
-
"mobileLineHeight": 1.3,
|
186 |
-
"mobileLetterSpacing": 0
|
187 |
-
},
|
188 |
-
{
|
189 |
-
"deletable": "off",
|
190 |
-
"id": "heading4",
|
191 |
-
"title": "Heading 4",
|
192 |
-
"fontFamily": "montserrat",
|
193 |
-
"fontSize": 26,
|
194 |
-
"fontWeight": 500,
|
195 |
-
"lineHeight": 1.4,
|
196 |
-
"letterSpacing": -1,
|
197 |
-
"tabletFontSize": 24,
|
198 |
-
"tabletFontWeight": 500,
|
199 |
-
"tabletLineHeight": 1.4,
|
200 |
-
"tabletLetterSpacing": 0,
|
201 |
-
"mobileFontSize": 21,
|
202 |
-
"mobileFontWeight": 500,
|
203 |
-
"mobileLineHeight": 1.4,
|
204 |
-
"mobileLetterSpacing": 0
|
205 |
-
},
|
206 |
-
{
|
207 |
-
"deletable": "off",
|
208 |
-
"id": "heading5",
|
209 |
-
"title": "Heading 5",
|
210 |
-
"fontFamily": "montserrat",
|
211 |
-
"fontSize": 20,
|
212 |
-
"fontWeight": 500,
|
213 |
-
"lineHeight": 1.5,
|
214 |
-
"letterSpacing": 0,
|
215 |
-
"tabletFontSize": 19,
|
216 |
-
"tabletFontWeight": 500,
|
217 |
-
"tabletLineHeight": 1.4,
|
218 |
-
"tabletLetterSpacing": 0,
|
219 |
-
"mobileFontSize": 18,
|
220 |
-
"mobileFontWeight": 500,
|
221 |
-
"mobileLineHeight": 1.4,
|
222 |
-
"mobileLetterSpacing": 0
|
223 |
-
},
|
224 |
-
{
|
225 |
-
"deletable": "off",
|
226 |
-
"id": "heading6",
|
227 |
-
"title": "Heading 6",
|
228 |
-
"fontFamily": "montserrat",
|
229 |
-
"fontSize": 17,
|
230 |
-
"fontWeight": 500,
|
231 |
-
"lineHeight": 1.5,
|
232 |
-
"letterSpacing": 0,
|
233 |
-
"tabletFontSize": 16,
|
234 |
-
"tabletFontWeight": 500,
|
235 |
-
"tabletLineHeight": 1.4,
|
236 |
-
"tabletLetterSpacing": 0,
|
237 |
-
"mobileFontSize": 16,
|
238 |
-
"mobileFontWeight": 500,
|
239 |
-
"mobileLineHeight": 1.4,
|
240 |
-
"mobileLetterSpacing": 0
|
241 |
-
},
|
242 |
-
{
|
243 |
-
"deletable": "off",
|
244 |
-
"id": "button",
|
245 |
-
"title": "Button",
|
246 |
-
"fontFamily": "montserrat",
|
247 |
-
"fontSize": 12,
|
248 |
-
"fontWeight": 600,
|
249 |
-
"lineHeight": 1.8,
|
250 |
-
"letterSpacing": 3,
|
251 |
-
"tabletFontSize": 12,
|
252 |
-
"tabletFontWeight": 600,
|
253 |
-
"tabletLineHeight": 1.8,
|
254 |
-
"tabletLetterSpacing": 3,
|
255 |
-
"mobileFontSize": 12,
|
256 |
-
"mobileFontWeight": 600,
|
257 |
-
"mobileLineHeight": 1.8,
|
258 |
-
"mobileLetterSpacing": 3
|
259 |
-
}
|
260 |
-
]
|
261 |
-
}
|
262 |
-
}
|
263 |
-
}'],
|
264 |
-
['{
|
265 |
-
"styles": {
|
266 |
-
"_selected": "AlpineLodge"
|
267 |
-
}
|
268 |
-
}'],
|
269 |
-
['{
|
270 |
-
"styles": {
|
271 |
-
"_selected": "AlpineLodge"
|
272 |
-
},
|
273 |
-
"extraFonts": [
|
274 |
-
"fanwood_text"
|
275 |
-
]
|
276 |
-
}'],
|
277 |
-
['{
|
278 |
-
"styles": {
|
279 |
-
"_selected": "default"
|
280 |
-
},
|
281 |
-
"extraFonts": [
|
282 |
-
"fanwood_text"
|
283 |
-
]
|
284 |
-
}'],
|
285 |
-
['{
|
286 |
-
"styles": {
|
287 |
-
"_selected": "Yoga",
|
288 |
-
"_extraFontStyles": [
|
289 |
-
{
|
290 |
-
"deletable": "on",
|
291 |
-
"id": "cldnfsvvgz",
|
292 |
-
"title": "New Style #10",
|
293 |
-
"fontFamily": "muli",
|
294 |
-
"fontSize": 16,
|
295 |
-
"fontWeight": 600,
|
296 |
-
"lineHeight": 1.6,
|
297 |
-
"letterSpacing": 0,
|
298 |
-
"mobileFontSize": 15,
|
299 |
-
"mobileFontWeight": 400,
|
300 |
-
"mobileLineHeight": 1.6,
|
301 |
-
"mobileLetterSpacing": 0
|
302 |
-
}
|
303 |
-
],
|
304 |
-
"Yoga": {
|
305 |
-
"colorPalette": [
|
306 |
-
{
|
307 |
-
"id": "color1",
|
308 |
-
"hex": "#1d0f23"
|
309 |
-
},
|
310 |
-
{
|
311 |
-
"id": "color2",
|
312 |
-
"hex": "#442153"
|
313 |
-
},
|
314 |
-
{
|
315 |
-
"id": "color3",
|
316 |
-
"hex": "#51d0d3"
|
317 |
-
},
|
318 |
-
{
|
319 |
-
"id": "color4",
|
320 |
-
"hex": "#9d41c8"
|
321 |
-
},
|
322 |
-
{
|
323 |
-
"id": "color5",
|
324 |
-
"hex": "#bde1f4"
|
325 |
-
},
|
326 |
-
{
|
327 |
-
"id": "color6",
|
328 |
-
"hex": "#f2fafa"
|
329 |
-
},
|
330 |
-
{
|
331 |
-
"id": "color7",
|
332 |
-
"hex": "#968fa0"
|
333 |
-
},
|
334 |
-
{
|
335 |
-
"id": "color8",
|
336 |
-
"hex": "#ffffff"
|
337 |
-
}
|
338 |
-
],
|
339 |
-
"fontStyles": [
|
340 |
-
{
|
341 |
-
"deletable": "off",
|
342 |
-
"id": "paragraph",
|
343 |
-
"title": "Paragraph",
|
344 |
-
"fontFamily": "muli",
|
345 |
-
"fontSize": 16,
|
346 |
-
"fontWeight": 600,
|
347 |
-
"lineHeight": 1.6,
|
348 |
-
"letterSpacing": 0,
|
349 |
-
"mobileFontSize": 15,
|
350 |
-
"mobileFontWeight": 400,
|
351 |
-
"mobileLineHeight": 1.6,
|
352 |
-
"mobileLetterSpacing": 0
|
353 |
-
},
|
354 |
-
{
|
355 |
-
"deletable": "off",
|
356 |
-
"id": "subtitle",
|
357 |
-
"title": "Subtitle",
|
358 |
-
"fontFamily": "muli",
|
359 |
-
"fontSize": 20,
|
360 |
-
"fontWeight": 600,
|
361 |
-
"lineHeight": 1.5,
|
362 |
-
"letterSpacing": 0,
|
363 |
-
"mobileFontSize": 17,
|
364 |
-
"mobileFontWeight": 600,
|
365 |
-
"mobileLineHeight": 1.5,
|
366 |
-
"mobileLetterSpacing": 0
|
367 |
-
},
|
368 |
-
{
|
369 |
-
"deletable": "off",
|
370 |
-
"id": "abovetitle",
|
371 |
-
"title": "Above Title",
|
372 |
-
"fontFamily": "muli",
|
373 |
-
"fontSize": 14,
|
374 |
-
"fontWeight": 700,
|
375 |
-
"lineHeight": 1.7,
|
376 |
-
"letterSpacing": 2.5,
|
377 |
-
"mobileFontSize": 13,
|
378 |
-
"mobileFontWeight": 400,
|
379 |
-
"mobileLineHeight": 1.7,
|
380 |
-
"mobileLetterSpacing": 2
|
381 |
-
},
|
382 |
-
{
|
383 |
-
"deletable": "off",
|
384 |
-
"id": "heading1",
|
385 |
-
"title": "Heading 1",
|
386 |
-
"fontFamily": "muli",
|
387 |
-
"fontSize": 60,
|
388 |
-
"fontWeight": 300,
|
389 |
-
"lineHeight": 1.2,
|
390 |
-
"letterSpacing": -1,
|
391 |
-
"mobileFontSize": 34,
|
392 |
-
"mobileFontWeight": 200,
|
393 |
-
"mobileLineHeight": 1.3,
|
394 |
-
"mobileLetterSpacing": -1
|
395 |
-
},
|
396 |
-
{
|
397 |
-
"deletable": "off",
|
398 |
-
"id": "heading2",
|
399 |
-
"title": "Heading 2",
|
400 |
-
"fontFamily": "yesteryear",
|
401 |
-
"fontSize": 58,
|
402 |
-
"fontWeight": 700,
|
403 |
-
"lineHeight": 1.4,
|
404 |
-
"letterSpacing": -1,
|
405 |
-
"mobileFontSize": 40,
|
406 |
-
"mobileFontWeight": 700,
|
407 |
-
"mobileLineHeight": 1.3,
|
408 |
-
"mobileLetterSpacing": -0.5
|
409 |
-
},
|
410 |
-
{
|
411 |
-
"deletable": "off",
|
412 |
-
"id": "heading3",
|
413 |
-
"title": "Heading 3",
|
414 |
-
"fontFamily": "muli",
|
415 |
-
"fontSize": 40,
|
416 |
-
"fontWeight": 600,
|
417 |
-
"lineHeight": 1.3,
|
418 |
-
"letterSpacing": 0,
|
419 |
-
"mobileFontSize": 24,
|
420 |
-
"mobileFontWeight": 600,
|
421 |
-
"mobileLineHeight": 1.3,
|
422 |
-
"mobileLetterSpacing": 0
|
423 |
-
},
|
424 |
-
{
|
425 |
-
"deletable": "off",
|
426 |
-
"id": "heading4",
|
427 |
-
"title": "Heading 4",
|
428 |
-
"fontFamily": "yesteryear",
|
429 |
-
"fontSize": 26,
|
430 |
-
"fontWeight": 500,
|
431 |
-
"lineHeight": 1.4,
|
432 |
-
"letterSpacing": -1,
|
433 |
-
"mobileFontSize": 21,
|
434 |
-
"mobileFontWeight": 500,
|
435 |
-
"mobileLineHeight": 1.4,
|
436 |
-
"mobileLetterSpacing": 0
|
437 |
-
},
|
438 |
-
{
|
439 |
-
"deletable": "off",
|
440 |
-
"id": "heading5",
|
441 |
-
"title": "Heading 5",
|
442 |
-
"fontFamily": "muli",
|
443 |
-
"fontSize": 22,
|
444 |
-
"fontWeight": 700,
|
445 |
-
"lineHeight": 1.5,
|
446 |
-
"letterSpacing": 0,
|
447 |
-
"mobileFontSize": 18,
|
448 |
-
"mobileFontWeight": 500,
|
449 |
-
"mobileLineHeight": 1.4,
|
450 |
-
"mobileLetterSpacing": 0
|
451 |
-
},
|
452 |
-
{
|
453 |
-
"deletable": "off",
|
454 |
-
"id": "heading6",
|
455 |
-
"title": "Heading 6",
|
456 |
-
"fontFamily": "muli",
|
457 |
-
"fontSize": 20,
|
458 |
-
"fontWeight": 400,
|
459 |
-
"lineHeight": 1.5,
|
460 |
-
"letterSpacing": 0,
|
461 |
-
"mobileFontSize": 22,
|
462 |
-
"mobileFontWeight": 800,
|
463 |
-
"mobileLineHeight": 1.4,
|
464 |
-
"mobileLetterSpacing": 0
|
465 |
-
},
|
466 |
-
{
|
467 |
-
"deletable": "off",
|
468 |
-
"id": "button",
|
469 |
-
"title": "Button",
|
470 |
-
"fontFamily": "muli",
|
471 |
-
"fontSize": 13,
|
472 |
-
"fontWeight": 800,
|
473 |
-
"lineHeight": 1.8,
|
474 |
-
"letterSpacing": 1.5,
|
475 |
-
"mobileFontSize": 13,
|
476 |
-
"mobileFontWeight": 800,
|
477 |
-
"mobileLineHeight": 1.8,
|
478 |
-
"mobileLetterSpacing": 3
|
479 |
-
}
|
480 |
-
]
|
481 |
-
}
|
482 |
-
},
|
483 |
-
"extraFonts": [
|
484 |
-
"fanwood_text"
|
485 |
-
]
|
486 |
-
}'],
|
487 |
-
['{
|
488 |
-
"styles": {
|
489 |
-
"_selected": "Architekt",
|
490 |
-
"_extraFontStyles": [
|
491 |
-
{
|
492 |
-
"deletable": "on",
|
493 |
-
"id": "wdzhaqavbn",
|
494 |
-
"title": "New Style #10",
|
495 |
-
"fontFamily": "muli",
|
496 |
-
"fontSize": 18,
|
497 |
-
"fontWeight": 300,
|
498 |
-
"lineHeight": 1.6,
|
499 |
-
"letterSpacing": 0,
|
500 |
-
"mobileFontSize": 15,
|
501 |
-
"mobileFontWeight": 300,
|
502 |
-
"mobileLineHeight": 1.6,
|
503 |
-
"mobileLetterSpacing": 0
|
504 |
-
}
|
505 |
-
],
|
506 |
-
"Swipe": {
|
507 |
-
"colorPalette": [
|
508 |
-
{
|
509 |
-
"id": "color1",
|
510 |
-
"hex": "#111112"
|
511 |
-
},
|
512 |
-
{
|
513 |
-
"id": "color2",
|
514 |
-
"hex": "#111112"
|
515 |
-
},
|
516 |
-
{
|
517 |
-
"id": "color3",
|
518 |
-
"hex": "#ff5833"
|
519 |
-
},
|
520 |
-
{
|
521 |
-
"id": "color4",
|
522 |
-
"hex": "#a7a7a7"
|
523 |
-
},
|
524 |
-
{
|
525 |
-
"id": "color5",
|
526 |
-
"hex": "#20d6eb"
|
527 |
-
},
|
528 |
-
{
|
529 |
-
"id": "color6",
|
530 |
-
"hex": "#ebebeb"
|
531 |
-
},
|
532 |
-
{
|
533 |
-
"id": "color7",
|
534 |
-
"hex": "#757575"
|
535 |
-
},
|
536 |
-
{
|
537 |
-
"id": "color8",
|
538 |
-
"hex": "#ffffff"
|
539 |
-
}
|
540 |
-
],
|
541 |
-
"fontStyles": [
|
542 |
-
{
|
543 |
-
"deletable": "off",
|
544 |
-
"id": "paragraph",
|
545 |
-
"title": "Paragraph",
|
546 |
-
"fontFamily": "cormorant_garamond",
|
547 |
-
"fontSize": 18,
|
548 |
-
"fontWeight": 300,
|
549 |
-
"lineHeight": 1.6,
|
550 |
-
"letterSpacing": 0,
|
551 |
-
"mobileFontSize": 15,
|
552 |
-
"mobileFontWeight": 300,
|
553 |
-
"mobileLineHeight": 1.6,
|
554 |
-
"mobileLetterSpacing": 0
|
555 |
-
},
|
556 |
-
{
|
557 |
-
"deletable": "off",
|
558 |
-
"id": "subtitle",
|
559 |
-
"title": "Subtitle",
|
560 |
-
"fontFamily": "prata",
|
561 |
-
"fontSize": 25,
|
562 |
-
"fontWeight": 300,
|
563 |
-
"lineHeight": 1.8,
|
564 |
-
"letterSpacing": 0,
|
565 |
-
"mobileFontSize": 17,
|
566 |
-
"mobileFontWeight": 300,
|
567 |
-
"mobileLineHeight": 1.5,
|
568 |
-
"mobileLetterSpacing": 0
|
569 |
-
},
|
570 |
-
{
|
571 |
-
"deletable": "off",
|
572 |
-
"id": "abovetitle",
|
573 |
-
"title": "Above Title",
|
574 |
-
"fontFamily": "crimson_text",
|
575 |
-
"fontSize": 25,
|
576 |
-
"fontWeight": 400,
|
577 |
-
"lineHeight": 1.8,
|
578 |
-
"letterSpacing": 0,
|
579 |
-
"mobileFontSize": 13,
|
580 |
-
"mobileFontWeight": 400,
|
581 |
-
"mobileLineHeight": 1.7,
|
582 |
-
"mobileLetterSpacing": 2
|
583 |
-
},
|
584 |
-
{
|
585 |
-
"deletable": "off",
|
586 |
-
"id": "heading1",
|
587 |
-
"title": "Heading 1",
|
588 |
-
"fontFamily": "crimson_text",
|
589 |
-
"fontSize": 45,
|
590 |
-
"fontWeight": 200,
|
591 |
-
"lineHeight": 1.7,
|
592 |
-
"letterSpacing": 0,
|
593 |
-
"mobileFontSize": 34,
|
594 |
-
"mobileFontWeight": 200,
|
595 |
-
"mobileLineHeight": 1.3,
|
596 |
-
"mobileLetterSpacing": -1
|
597 |
-
},
|
598 |
-
{
|
599 |
-
"deletable": "off",
|
600 |
-
"id": "heading2",
|
601 |
-
"title": "Heading 2",
|
602 |
-
"fontFamily": "montserrat",
|
603 |
-
"fontSize": 32,
|
604 |
-
"fontWeight": 400,
|
605 |
-
"lineHeight": 1.5,
|
606 |
-
"letterSpacing": 0,
|
607 |
-
"mobileFontSize": 29,
|
608 |
-
"mobileFontWeight": 700,
|
609 |
-
"mobileLineHeight": 1.3,
|
610 |
-
"mobileLetterSpacing": -0.5
|
611 |
-
},
|
612 |
-
{
|
613 |
-
"deletable": "off",
|
614 |
-
"id": "heading3",
|
615 |
-
"title": "Heading 3",
|
616 |
-
"fontFamily": "crimson_text",
|
617 |
-
"fontSize": 34,
|
618 |
-
"fontWeight": 400,
|
619 |
-
"lineHeight": 1.5,
|
620 |
-
"letterSpacing": 0,
|
621 |
-
"mobileFontSize": 22,
|
622 |
-
"mobileFontWeight": 600,
|
623 |
-
"mobileLineHeight": 1.3,
|
624 |
-
"mobileLetterSpacing": 0
|
625 |
-
},
|
626 |
-
{
|
627 |
-
"deletable": "off",
|
628 |
-
"id": "heading4",
|
629 |
-
"title": "Heading 4",
|
630 |
-
"fontFamily": "montserrat",
|
631 |
-
"fontSize": 30,
|
632 |
-
"fontWeight": 400,
|
633 |
-
"lineHeight": 1.5,
|
634 |
-
"letterSpacing": 0,
|
635 |
-
"mobileFontSize": 21,
|
636 |
-
"mobileFontWeight": 500,
|
637 |
-
"mobileLineHeight": 1.4,
|
638 |
-
"mobileLetterSpacing": 0
|
639 |
-
},
|
640 |
-
{
|
641 |
-
"deletable": "off",
|
642 |
-
"id": "heading5",
|
643 |
-
"title": "Heading 5",
|
644 |
-
"fontFamily": "playfair_display",
|
645 |
-
"fontSize": 22,
|
646 |
-
"fontWeight": 400,
|
647 |
-
"lineHeight": 1.6,
|
648 |
-
"letterSpacing": 0,
|
649 |
-
"mobileFontSize": 18,
|
650 |
-
"mobileFontWeight": 500,
|
651 |
-
"mobileLineHeight": 1.4,
|
652 |
-
"mobileLetterSpacing": 0
|
653 |
-
},
|
654 |
-
{
|
655 |
-
"deletable": "off",
|
656 |
-
"id": "heading6",
|
657 |
-
"title": "Heading 6",
|
658 |
-
"fontFamily": "montserrat",
|
659 |
-
"fontSize": 20,
|
660 |
-
"fontWeight": 400,
|
661 |
-
"lineHeight": 1.5,
|
662 |
-
"letterSpacing": 0,
|
663 |
-
"mobileFontSize": 16,
|
664 |
-
"mobileFontWeight": 500,
|
665 |
-
"mobileLineHeight": 1.4,
|
666 |
-
"mobileLetterSpacing": 0
|
667 |
-
},
|
668 |
-
{
|
669 |
-
"deletable": "off",
|
670 |
-
"id": "button",
|
671 |
-
"title": "Button",
|
672 |
-
"fontFamily": "montserrat",
|
673 |
-
"fontSize": 13,
|
674 |
-
"fontWeight": 400,
|
675 |
-
"lineHeight": 1.8,
|
676 |
-
"letterSpacing": 0,
|
677 |
-
"mobileFontSize": 12,
|
678 |
-
"mobileFontWeight": 600,
|
679 |
-
"mobileLineHeight": 1.8,
|
680 |
-
"mobileLetterSpacing": 3
|
681 |
-
}
|
682 |
-
]
|
683 |
-
}
|
684 |
-
},
|
685 |
-
"extraFonts": [
|
686 |
-
"the_girl_next_door"
|
687 |
-
]
|
688 |
-
}'],
|
689 |
-
['{
|
690 |
-
"styles": {
|
691 |
-
"_selected": "default",
|
692 |
-
"_extraFontStyles": [
|
693 |
-
{
|
694 |
-
"deletable": "on",
|
695 |
-
"id": "wdzhaqavbn",
|
696 |
-
"title": "New Style #10",
|
697 |
-
"fontFamily": "muli",
|
698 |
-
"fontSize": 18,
|
699 |
-
"fontWeight": 300,
|
700 |
-
"lineHeight": 1.6,
|
701 |
-
"letterSpacing": 0,
|
702 |
-
"mobileFontSize": 15,
|
703 |
-
"mobileFontWeight": 300,
|
704 |
-
"mobileLineHeight": 1.6,
|
705 |
-
"mobileLetterSpacing": 0
|
706 |
-
},
|
707 |
-
{
|
708 |
-
"deletable": "on",
|
709 |
-
"id": "sfcwtcwbex",
|
710 |
-
"title": "New Style #11",
|
711 |
-
"fontFamily": "roboto",
|
712 |
-
"fontSize": 16,
|
713 |
-
"fontWeight": 300,
|
714 |
-
"lineHeight": 1.7,
|
715 |
-
"letterSpacing": 0,
|
716 |
-
"tabletFontSize": 15,
|
717 |
-
"tabletFontWeight": 300,
|
718 |
-
"tabletLineHeight": 1.6,
|
719 |
-
"tabletLetterSpacing": 0,
|
720 |
-
"mobileFontSize": 15,
|
721 |
-
"mobileFontWeight": 300,
|
722 |
-
"mobileLineHeight": 1.6,
|
723 |
-
"mobileLetterSpacing": 0
|
724 |
-
}
|
725 |
-
],
|
726 |
-
"Swipe": {
|
727 |
-
"colorPalette": [
|
728 |
-
{
|
729 |
-
"id": "color1",
|
730 |
-
"hex": "#111112"
|
731 |
-
},
|
732 |
-
{
|
733 |
-
"id": "color2",
|
734 |
-
"hex": "#111112"
|
735 |
-
},
|
736 |
-
{
|
737 |
-
"id": "color3",
|
738 |
-
"hex": "#ff5833"
|
739 |
-
},
|
740 |
-
{
|
741 |
-
"id": "color4",
|
742 |
-
"hex": "#a7a7a7"
|
743 |
-
},
|
744 |
-
{
|
745 |
-
"id": "color5",
|
746 |
-
"hex": "#20d6eb"
|
747 |
-
},
|
748 |
-
{
|
749 |
-
"id": "color6",
|
750 |
-
"hex": "#ebebeb"
|
751 |
-
},
|
752 |
-
{
|
753 |
-
"id": "color7",
|
754 |
-
"hex": "#757575"
|
755 |
-
},
|
756 |
-
{
|
757 |
-
"id": "color8",
|
758 |
-
"hex": "#ffffff"
|
759 |
-
}
|
760 |
-
],
|
761 |
-
"fontStyles": [
|
762 |
-
{
|
763 |
-
"deletable": "off",
|
764 |
-
"id": "paragraph",
|
765 |
-
"title": "Paragraph",
|
766 |
-
"fontFamily": "cormorant_garamond",
|
767 |
-
"fontSize": 18,
|
768 |
-
"fontWeight": 300,
|
769 |
-
"lineHeight": 1.6,
|
770 |
-
"letterSpacing": 0,
|
771 |
-
"mobileFontSize": 15,
|
772 |
-
"mobileFontWeight": 300,
|
773 |
-
"mobileLineHeight": 1.6,
|
774 |
-
"mobileLetterSpacing": 0
|
775 |
-
},
|
776 |
-
{
|
777 |
-
"deletable": "off",
|
778 |
-
"id": "subtitle",
|
779 |
-
"title": "Subtitle",
|
780 |
-
"fontFamily": "prata",
|
781 |
-
"fontSize": 25,
|
782 |
-
"fontWeight": 300,
|
783 |
-
"lineHeight": 1.8,
|
784 |
-
"letterSpacing": 0,
|
785 |
-
"mobileFontSize": 17,
|
786 |
-
"mobileFontWeight": 300,
|
787 |
-
"mobileLineHeight": 1.5,
|
788 |
-
"mobileLetterSpacing": 0
|
789 |
-
},
|
790 |
-
{
|
791 |
-
"deletable": "off",
|
792 |
-
"id": "abovetitle",
|
793 |
-
"title": "Above Title",
|
794 |
-
"fontFamily": "crimson_text",
|
795 |
-
"fontSize": 25,
|
796 |
-
"fontWeight": 400,
|
797 |
-
"lineHeight": 1.8,
|
798 |
-
"letterSpacing": 0,
|
799 |
-
"mobileFontSize": 13,
|
800 |
-
"mobileFontWeight": 400,
|
801 |
-
"mobileLineHeight": 1.7,
|
802 |
-
"mobileLetterSpacing": 2
|
803 |
-
},
|
804 |
-
{
|
805 |
-
"deletable": "off",
|
806 |
-
"id": "heading1",
|
807 |
-
"title": "Heading 1",
|
808 |
-
"fontFamily": "crimson_text",
|
809 |
-
"fontSize": 45,
|
810 |
-
"fontWeight": 200,
|
811 |
-
"lineHeight": 1.7,
|
812 |
-
"letterSpacing": 0,
|
813 |
-
"mobileFontSize": 34,
|
814 |
-
"mobileFontWeight": 200,
|
815 |
-
"mobileLineHeight": 1.3,
|
816 |
-
"mobileLetterSpacing": -1
|
817 |
-
},
|
818 |
-
{
|
819 |
-
"deletable": "off",
|
820 |
-
"id": "heading2",
|
821 |
-
"title": "Heading 2",
|
822 |
-
"fontFamily": "montserrat",
|
823 |
-
"fontSize": 32,
|
824 |
-
"fontWeight": 400,
|
825 |
-
"lineHeight": 1.5,
|
826 |
-
"letterSpacing": 0,
|
827 |
-
"mobileFontSize": 29,
|
828 |
-
"mobileFontWeight": 700,
|
829 |
-
"mobileLineHeight": 1.3,
|
830 |
-
"mobileLetterSpacing": -0.5
|
831 |
-
},
|
832 |
-
{
|
833 |
-
"deletable": "off",
|
834 |
-
"id": "heading3",
|
835 |
-
"title": "Heading 3",
|
836 |
-
"fontFamily": "crimson_text",
|
837 |
-
"fontSize": 34,
|
838 |
-
"fontWeight": 400,
|
839 |
-
"lineHeight": 1.5,
|
840 |
-
"letterSpacing": 0,
|
841 |
-
"mobileFontSize": 22,
|
842 |
-
"mobileFontWeight": 600,
|
843 |
-
"mobileLineHeight": 1.3,
|
844 |
-
"mobileLetterSpacing": 0
|
845 |
-
},
|
846 |
-
{
|
847 |
-
"deletable": "off",
|
848 |
-
"id": "heading4",
|
849 |
-
"title": "Heading 4",
|
850 |
-
"fontFamily": "montserrat",
|
851 |
-
"fontSize": 30,
|
852 |
-
"fontWeight": 400,
|
853 |
-
"lineHeight": 1.5,
|
854 |
-
"letterSpacing": 0,
|
855 |
-
"mobileFontSize": 21,
|
856 |
-
"mobileFontWeight": 500,
|
857 |
-
"mobileLineHeight": 1.4,
|
858 |
-
"mobileLetterSpacing": 0
|
859 |
-
},
|
860 |
-
{
|
861 |
-
"deletable": "off",
|
862 |
-
"id": "heading5",
|
863 |
-
"title": "Heading 5",
|
864 |
-
"fontFamily": "playfair_display",
|
865 |
-
"fontSize": 22,
|
866 |
-
"fontWeight": 400,
|
867 |
-
"lineHeight": 1.6,
|
868 |
-
"letterSpacing": 0,
|
869 |
-
"mobileFontSize": 18,
|
870 |
-
"mobileFontWeight": 500,
|
871 |
-
"mobileLineHeight": 1.4,
|
872 |
-
"mobileLetterSpacing": 0
|
873 |
-
},
|
874 |
-
{
|
875 |
-
"deletable": "off",
|
876 |
-
"id": "heading6",
|
877 |
-
"title": "Heading 6",
|
878 |
-
"fontFamily": "montserrat",
|
879 |
-
"fontSize": 20,
|
880 |
-
"fontWeight": 400,
|
881 |
-
"lineHeight": 1.5,
|
882 |
-
"letterSpacing": 0,
|
883 |
-
"mobileFontSize": 16,
|
884 |
-
"mobileFontWeight": 500,
|
885 |
-
"mobileLineHeight": 1.4,
|
886 |
-
"mobileLetterSpacing": 0
|
887 |
-
},
|
888 |
-
{
|
889 |
-
"deletable": "off",
|
890 |
-
"id": "button",
|
891 |
-
"title": "Button",
|
892 |
-
"fontFamily": "montserrat",
|
893 |
-
"fontSize": 13,
|
894 |
-
"fontWeight": 400,
|
895 |
-
"lineHeight": 1.8,
|
896 |
-
"letterSpacing": 0,
|
897 |
-
"mobileFontSize": 12,
|
898 |
-
"mobileFontWeight": 600,
|
899 |
-
"mobileLineHeight": 1.8,
|
900 |
-
"mobileLetterSpacing": 3
|
901 |
-
}
|
902 |
-
]
|
903 |
-
},
|
904 |
-
"default": {
|
905 |
-
"colorPalette": [
|
906 |
-
{
|
907 |
-
"id": "color1",
|
908 |
-
"hex": "#191b21"
|
909 |
-
},
|
910 |
-
{
|
911 |
-
"id": "color2",
|
912 |
-
"hex": "#142850"
|
913 |
-
},
|
914 |
-
{
|
915 |
-
"id": "color3",
|
916 |
-
"hex": "#239ddb"
|
917 |
-
},
|
918 |
-
{
|
919 |
-
"id": "color4",
|
920 |
-
"hex": "#d70e8c"
|
921 |
-
},
|
922 |
-
{
|
923 |
-
"id": "color5",
|
924 |
-
"hex": "#bde1f4"
|
925 |
-
},
|
926 |
-
{
|
927 |
-
"id": "color6",
|
928 |
-
"hex": "#eef0f2"
|
929 |
-
},
|
930 |
-
{
|
931 |
-
"id": "color7",
|
932 |
-
"hex": "#73777f"
|
933 |
-
},
|
934 |
-
{
|
935 |
-
"id": "color8",
|
936 |
-
"hex": "#ffffff"
|
937 |
-
}
|
938 |
-
],
|
939 |
-
"fontStyles": [
|
940 |
-
{
|
941 |
-
"deletable": "off",
|
942 |
-
"id": "paragraph",
|
943 |
-
"title": "Paragraph",
|
944 |
-
"fontFamily": "noto_serif",
|
945 |
-
"fontSize": 16,
|
946 |
-
"fontWeight": 300,
|
947 |
-
"lineHeight": 1.7,
|
948 |
-
"letterSpacing": 0,
|
949 |
-
"tabletFontSize": 15,
|
950 |
-
"tabletFontWeight": 300,
|
951 |
-
"tabletLineHeight": 1.6,
|
952 |
-
"tabletLetterSpacing": 0,
|
953 |
-
"mobileFontSize": 15,
|
954 |
-
"mobileFontWeight": 300,
|
955 |
-
"mobileLineHeight": 1.6,
|
956 |
-
"mobileLetterSpacing": 0
|
957 |
-
},
|
958 |
-
{
|
959 |
-
"deletable": "off",
|
960 |
-
"id": "subtitle",
|
961 |
-
"title": "Subtitle",
|
962 |
-
"fontFamily": "noto_serif",
|
963 |
-
"fontSize": 18,
|
964 |
-
"fontWeight": 300,
|
965 |
-
"lineHeight": 1.5,
|
966 |
-
"letterSpacing": 0,
|
967 |
-
"tabletFontSize": 17,
|
968 |
-
"tabletFontWeight": 300,
|
969 |
-
"tabletLineHeight": 1.5,
|
970 |
-
"tabletLetterSpacing": 0,
|
971 |
-
"mobileFontSize": 17,
|
972 |
-
"mobileFontWeight": 300,
|
973 |
-
"mobileLineHeight": 1.5,
|
974 |
-
"mobileLetterSpacing": 0
|
975 |
-
},
|
976 |
-
{
|
977 |
-
"deletable": "off",
|
978 |
-
"id": "abovetitle",
|
979 |
-
"title": "Above Title",
|
980 |
-
"fontFamily": "montserrat",
|
981 |
-
"fontSize": 16,
|
982 |
-
"fontWeight": 400,
|
983 |
-
"lineHeight": 1.7,
|
984 |
-
"letterSpacing": 2,
|
985 |
-
"tabletFontSize": 15,
|
986 |
-
"tabletFontWeight": 400,
|
987 |
-
"tabletLineHeight": 1.7,
|
988 |
-
"tabletLetterSpacing": 2,
|
989 |
-
"mobileFontSize": 13,
|
990 |
-
"mobileFontWeight": 400,
|
991 |
-
"mobileLineHeight": 1.7,
|
992 |
-
"mobileLetterSpacing": 2
|
993 |
-
},
|
994 |
-
{
|
995 |
-
"deletable": "off",
|
996 |
-
"id": "heading1",
|
997 |
-
"title": "Heading 1",
|
998 |
-
"fontFamily": "montserrat",
|
999 |
-
"fontSize": 56,
|
1000 |
-
"fontWeight": 200,
|
1001 |
-
"lineHeight": 1.3,
|
1002 |
-
"letterSpacing": -1.5,
|
1003 |
-
"tabletFontSize": 40,
|
1004 |
-
"tabletFontWeight": 200,
|
1005 |
-
"tabletLineHeight": 1.3,
|
1006 |
-
"tabletLetterSpacing": -1,
|
1007 |
-
"mobileFontSize": 34,
|
1008 |
-
"mobileFontWeight": 200,
|
1009 |
-
"mobileLineHeight": 1.3,
|
1010 |
-
"mobileLetterSpacing": -1
|
1011 |
-
},
|
1012 |
-
{
|
1013 |
-
"deletable": "off",
|
1014 |
-
"id": "heading2",
|
1015 |
-
"title": "Heading 2",
|
1016 |
-
"fontFamily": "montserrat",
|
1017 |
-
"fontSize": 42,
|
1018 |
-
"fontWeight": 700,
|
1019 |
-
"lineHeight": 1.3,
|
1020 |
-
"letterSpacing": -1.5,
|
1021 |
-
"tabletFontSize": 35,
|
1022 |
-
"tabletFontWeight": 700,
|
1023 |
-
"tabletLineHeight": 1.3,
|
1024 |
-
"tabletLetterSpacing": -0.5,
|
1025 |
-
"mobileFontSize": 29,
|
1026 |
-
"mobileFontWeight": 700,
|
1027 |
-
"mobileLineHeight": 1.3,
|
1028 |
-
"mobileLetterSpacing": -0.5
|
1029 |
-
},
|
1030 |
-
{
|
1031 |
-
"deletable": "off",
|
1032 |
-
"id": "heading3",
|
1033 |
-
"title": "Heading 3",
|
1034 |
-
"fontFamily": "montserrat",
|
1035 |
-
"fontSize": 32,
|
1036 |
-
"fontWeight": 600,
|
1037 |
-
"lineHeight": 1.3,
|
1038 |
-
"letterSpacing": -1,
|
1039 |
-
"tabletFontSize": 27,
|
1040 |
-
"tabletFontWeight": 600,
|
1041 |
-
"tabletLineHeight": 1.3,
|
1042 |
-
"tabletLetterSpacing": 0,
|
1043 |
-
"mobileFontSize": 22,
|
1044 |
-
"mobileFontWeight": 600,
|
1045 |
-
"mobileLineHeight": 1.3,
|
1046 |
-
"mobileLetterSpacing": 0
|
1047 |
-
},
|
1048 |
-
{
|
1049 |
-
"deletable": "off",
|
1050 |
-
"id": "heading4",
|
1051 |
-
"title": "Heading 4",
|
1052 |
-
"fontFamily": "montserrat",
|
1053 |
-
"fontSize": 26,
|
1054 |
-
"fontWeight": 500,
|
1055 |
-
"lineHeight": 1.4,
|
1056 |
-
"letterSpacing": -1,
|
1057 |
-
"tabletFontSize": 24,
|
1058 |
-
"tabletFontWeight": 500,
|
1059 |
-
"tabletLineHeight": 1.4,
|
1060 |
-
"tabletLetterSpacing": 0,
|
1061 |
-
"mobileFontSize": 21,
|
1062 |
-
"mobileFontWeight": 500,
|
1063 |
-
"mobileLineHeight": 1.4,
|
1064 |
-
"mobileLetterSpacing": 0
|
1065 |
-
},
|
1066 |
-
{
|
1067 |
-
"deletable": "off",
|
1068 |
-
"id": "heading5",
|
1069 |
-
"title": "Heading 5",
|
1070 |
-
"fontFamily": "montserrat",
|
1071 |
-
"fontSize": 20,
|
1072 |
-
"fontWeight": 500,
|
1073 |
-
"lineHeight": 1.5,
|
1074 |
-
"letterSpacing": 0,
|
1075 |
-
"tabletFontSize": 19,
|
1076 |
-
"tabletFontWeight": 500,
|
1077 |
-
"tabletLineHeight": 1.4,
|
1078 |
-
"tabletLetterSpacing": 0,
|
1079 |
-
"mobileFontSize": 18,
|
1080 |
-
"mobileFontWeight": 500,
|
1081 |
-
"mobileLineHeight": 1.4,
|
1082 |
-
"mobileLetterSpacing": 0
|
1083 |
-
},
|
1084 |
-
{
|
1085 |
-
"deletable": "off",
|
1086 |
-
"id": "heading6",
|
1087 |
-
"title": "Heading 6",
|
1088 |
-
"fontFamily": "montserrat",
|
1089 |
-
"fontSize": 17,
|
1090 |
-
"fontWeight": 500,
|
1091 |
-
"lineHeight": 1.5,
|
1092 |
-
"letterSpacing": 0,
|
1093 |
-
"tabletFontSize": 16,
|
1094 |
-
"tabletFontWeight": 500,
|
1095 |
-
"tabletLineHeight": 1.4,
|
1096 |
-
"tabletLetterSpacing": 0,
|
1097 |
-
"mobileFontSize": 16,
|
1098 |
-
"mobileFontWeight": 500,
|
1099 |
-
"mobileLineHeight": 1.4,
|
1100 |
-
"mobileLetterSpacing": 0
|
1101 |
-
},
|
1102 |
-
{
|
1103 |
-
"deletable": "off",
|
1104 |
-
"id": "button",
|
1105 |
-
"title": "Button",
|
1106 |
-
"fontFamily": "montserrat",
|
1107 |
-
"fontSize": 12,
|
1108 |
-
"fontWeight": 600,
|
1109 |
-
"lineHeight": 1.8,
|
1110 |
-
"letterSpacing": 3,
|
1111 |
-
"tabletFontSize": 12,
|
1112 |
-
"tabletFontWeight": 600,
|
1113 |
-
"tabletLineHeight": 1.8,
|
1114 |
-
"tabletLetterSpacing": 3,
|
1115 |
-
"mobileFontSize": 12,
|
1116 |
-
"mobileFontWeight": 600,
|
1117 |
-
"mobileLineHeight": 1.8,
|
1118 |
-
"mobileLetterSpacing": 3
|
1119 |
-
}
|
1120 |
-
]
|
1121 |
-
}
|
1122 |
-
},
|
1123 |
-
"extraFonts": [
|
1124 |
-
"the_girl_next_door",
|
1125 |
-
"farsan"
|
1126 |
-
]
|
1127 |
-
}'],
|
1128 |
-
['{
|
1129 |
-
"styles": {
|
1130 |
-
"_selected": "InShape",
|
1131 |
-
"_extraFontStyles": [
|
1132 |
-
{
|
1133 |
-
"deletable": "on",
|
1134 |
-
"id": "wdzhaqavbn",
|
1135 |
-
"title": "New Style #10",
|
1136 |
-
"fontFamily": "muli",
|
1137 |
-
"fontSize": 18,
|
1138 |
-
"fontWeight": 300,
|
1139 |
-
"lineHeight": 1.6,
|
1140 |
-
"letterSpacing": 0,
|
1141 |
-
"mobileFontSize": 15,
|
1142 |
-
"mobileFontWeight": 300,
|
1143 |
-
"mobileLineHeight": 1.6,
|
1144 |
-
"mobileLetterSpacing": 0
|
1145 |
-
},
|
1146 |
-
{
|
1147 |
-
"deletable": "on",
|
1148 |
-
"id": "sfcwtcwbex",
|
1149 |
-
"title": "New Style #11",
|
1150 |
-
"fontFamily": "roboto",
|
1151 |
-
"fontSize": 16,
|
1152 |
-
"fontWeight": 300,
|
1153 |
-
"lineHeight": 1.7,
|
1154 |
-
"letterSpacing": 0,
|
1155 |
-
"tabletFontSize": 15,
|
1156 |
-
"tabletFontWeight": 300,
|
1157 |
-
"tabletLineHeight": 1.6,
|
1158 |
-
"tabletLetterSpacing": 0,
|
1159 |
-
"mobileFontSize": 15,
|
1160 |
-
"mobileFontWeight": 300,
|
1161 |
-
"mobileLineHeight": 1.6,
|
1162 |
-
"mobileLetterSpacing": 0
|
1163 |
-
}
|
1164 |
-
],
|
1165 |
-
"Swipe": {
|
1166 |
-
"colorPalette": [
|
1167 |
-
{
|
1168 |
-
"id": "color1",
|
1169 |
-
"hex": "#111112"
|
1170 |
-
},
|
1171 |
-
{
|
1172 |
-
"id": "color2",
|
1173 |
-
"hex": "#111112"
|
1174 |
-
},
|
1175 |
-
{
|
1176 |
-
"id": "color3",
|
1177 |
-
"hex": "#ff5833"
|
1178 |
-
},
|
1179 |
-
{
|
1180 |
-
"id": "color4",
|
1181 |
-
"hex": "#a7a7a7"
|
1182 |
-
},
|
1183 |
-
{
|
1184 |
-
"id": "color5",
|
1185 |
-
"hex": "#20d6eb"
|
1186 |
-
},
|
1187 |
-
{
|
1188 |
-
"id": "color6",
|
1189 |
-
"hex": "#ebebeb"
|
1190 |
-
},
|
1191 |
-
{
|
1192 |
-
"id": "color7",
|
1193 |
-
"hex": "#757575"
|
1194 |
-
},
|
1195 |
-
{
|
1196 |
-
"id": "color8",
|
1197 |
-
"hex": "#ffffff"
|
1198 |
-
}
|
1199 |
-
],
|
1200 |
-
"fontStyles": [
|
1201 |
-
{
|
1202 |
-
"deletable": "off",
|
1203 |
-
"id": "paragraph",
|
1204 |
-
"title": "Paragraph",
|
1205 |
-
"fontFamily": "cormorant_garamond",
|
1206 |
-
"fontSize": 18,
|
1207 |
-
"fontWeight": 300,
|
1208 |
-
"lineHeight": 1.6,
|
1209 |
-
"letterSpacing": 0,
|
1210 |
-
"mobileFontSize": 15,
|
1211 |
-
"mobileFontWeight": 300,
|
1212 |
-
"mobileLineHeight": 1.6,
|
1213 |
-
"mobileLetterSpacing": 0
|
1214 |
-
},
|
1215 |
-
{
|
1216 |
-
"deletable": "off",
|
1217 |
-
"id": "subtitle",
|
1218 |
-
"title": "Subtitle",
|
1219 |
-
"fontFamily": "prata",
|
1220 |
-
"fontSize": 25,
|
1221 |
-
"fontWeight": 300,
|
1222 |
-
"lineHeight": 1.8,
|
1223 |
-
"letterSpacing": 0,
|
1224 |
-
"mobileFontSize": 17,
|
1225 |
-
"mobileFontWeight": 300,
|
1226 |
-
"mobileLineHeight": 1.5,
|
1227 |
-
"mobileLetterSpacing": 0
|
1228 |
-
},
|
1229 |
-
{
|
1230 |
-
"deletable": "off",
|
1231 |
-
"id": "abovetitle",
|
1232 |
-
"title": "Above Title",
|
1233 |
-
"fontFamily": "crimson_text",
|
1234 |
-
"fontSize": 25,
|
1235 |
-
"fontWeight": 400,
|
1236 |
-
"lineHeight": 1.8,
|
1237 |
-
"letterSpacing": 0,
|
1238 |
-
"mobileFontSize": 13,
|
1239 |
-
"mobileFontWeight": 400,
|
1240 |
-
"mobileLineHeight": 1.7,
|
1241 |
-
"mobileLetterSpacing": 2
|
1242 |
-
},
|
1243 |
-
{
|
1244 |
-
"deletable": "off",
|
1245 |
-
"id": "heading1",
|
1246 |
-
"title": "Heading 1",
|
1247 |
-
"fontFamily": "crimson_text",
|
1248 |
-
"fontSize": 45,
|
1249 |
-
"fontWeight": 200,
|
1250 |
-
"lineHeight": 1.7,
|
1251 |
-
"letterSpacing": 0,
|
1252 |
-
"mobileFontSize": 34,
|
1253 |
-
"mobileFontWeight": 200,
|
1254 |
-
"mobileLineHeight": 1.3,
|
1255 |
-
"mobileLetterSpacing": -1
|
1256 |
-
},
|
1257 |
-
{
|
1258 |
-
"deletable": "off",
|
1259 |
-
"id": "heading2",
|
1260 |
-
"title": "Heading 2",
|
1261 |
-
"fontFamily": "montserrat",
|
1262 |
-
"fontSize": 32,
|
1263 |
-
"fontWeight": 400,
|
1264 |
-
"lineHeight": 1.5,
|
1265 |
-
"letterSpacing": 0,
|
1266 |
-
"mobileFontSize": 29,
|
1267 |
-
"mobileFontWeight": 700,
|
1268 |
-
"mobileLineHeight": 1.3,
|
1269 |
-
"mobileLetterSpacing": -0.5
|
1270 |
-
},
|
1271 |
-
{
|
1272 |
-
"deletable": "off",
|
1273 |
-
"id": "heading3",
|
1274 |
-
"title": "Heading 3",
|
1275 |
-
"fontFamily": "crimson_text",
|
1276 |
-
"fontSize": 34,
|
1277 |
-
"fontWeight": 400,
|
1278 |
-
"lineHeight": 1.5,
|
1279 |
-
"letterSpacing": 0,
|
1280 |
-
"mobileFontSize": 22,
|
1281 |
-
"mobileFontWeight": 600,
|
1282 |
-
"mobileLineHeight": 1.3,
|
1283 |
-
"mobileLetterSpacing": 0
|
1284 |
-
},
|
1285 |
-
{
|
1286 |
-
"deletable": "off",
|
1287 |
-
"id": "heading4",
|
1288 |
-
"title": "Heading 4",
|
1289 |
-
"fontFamily": "montserrat",
|
1290 |
-
"fontSize": 30,
|
1291 |
-
"fontWeight": 400,
|
1292 |
-
"lineHeight": 1.5,
|
1293 |
-
"letterSpacing": 0,
|
1294 |
-
"mobileFontSize": 21,
|
1295 |
-
"mobileFontWeight": 500,
|
1296 |
-
"mobileLineHeight": 1.4,
|
1297 |
-
"mobileLetterSpacing": 0
|
1298 |
-
},
|
1299 |
-
{
|
1300 |
-
"deletable": "off",
|
1301 |
-
"id": "heading5",
|
1302 |
-
"title": "Heading 5",
|
1303 |
-
"fontFamily": "playfair_display",
|
1304 |
-
"fontSize": 22,
|
1305 |
-
"fontWeight": 400,
|
1306 |
-
"lineHeight": 1.6,
|
1307 |
-
"letterSpacing": 0,
|
1308 |
-
"mobileFontSize": 18,
|
1309 |
-
"mobileFontWeight": 500,
|
1310 |
-
"mobileLineHeight": 1.4,
|
1311 |
-
"mobileLetterSpacing": 0
|
1312 |
-
},
|
1313 |
-
{
|
1314 |
-
"deletable": "off",
|
1315 |
-
"id": "heading6",
|
1316 |
-
"title": "Heading 6",
|
1317 |
-
"fontFamily": "montserrat",
|
1318 |
-
"fontSize": 20,
|
1319 |
-
"fontWeight": 400,
|
1320 |
-
"lineHeight": 1.5,
|
1321 |
-
"letterSpacing": 0,
|
1322 |
-
"mobileFontSize": 16,
|
1323 |
-
"mobileFontWeight": 500,
|
1324 |
-
"mobileLineHeight": 1.4,
|
1325 |
-
"mobileLetterSpacing": 0
|
1326 |
-
},
|
1327 |
-
{
|
1328 |
-
"deletable": "off",
|
1329 |
-
"id": "button",
|
1330 |
-
"title": "Button",
|
1331 |
-
"fontFamily": "montserrat",
|
1332 |
-
"fontSize": 13,
|
1333 |
-
"fontWeight": 400,
|
1334 |
-
"lineHeight": 1.8,
|
1335 |
-
"letterSpacing": 0,
|
1336 |
-
"mobileFontSize": 12,
|
1337 |
-
"mobileFontWeight": 600,
|
1338 |
-
"mobileLineHeight": 1.8,
|
1339 |
-
"mobileLetterSpacing": 3
|
1340 |
-
}
|
1341 |
-
]
|
1342 |
-
},
|
1343 |
-
"default": {
|
1344 |
-
"colorPalette": [
|
1345 |
-
{
|
1346 |
-
"id": "color1",
|
1347 |
-
"hex": "#191b21"
|
1348 |
-
},
|
1349 |
-
{
|
1350 |
-
"id": "color2",
|
1351 |
-
"hex": "#142850"
|
1352 |
-
},
|
1353 |
-
{
|
1354 |
-
"id": "color3",
|
1355 |
-
"hex": "#239ddb"
|
1356 |
-
},
|
1357 |
-
{
|
1358 |
-
"id": "color4",
|
1359 |
-
"hex": "#d70e8c"
|
1360 |
-
},
|
1361 |
-
{
|
1362 |
-
"id": "color5",
|
1363 |
-
"hex": "#bde1f4"
|
1364 |
-
},
|
1365 |
-
{
|
1366 |
-
"id": "color6",
|
1367 |
-
"hex": "#eef0f2"
|
1368 |
-
},
|
1369 |
-
{
|
1370 |
-
"id": "color7",
|
1371 |
-
"hex": "#73777f"
|
1372 |
-
},
|
1373 |
-
{
|
1374 |
-
"id": "color8",
|
1375 |
-
"hex": "#ffffff"
|
1376 |
-
}
|
1377 |
-
],
|
1378 |
-
"fontStyles": [
|
1379 |
-
{
|
1380 |
-
"deletable": "off",
|
1381 |
-
"id": "paragraph",
|
1382 |
-
"title": "Paragraph",
|
1383 |
-
"fontFamily": "noto_serif",
|
1384 |
-
"fontSize": 16,
|
1385 |
-
"fontWeight": 300,
|
1386 |
-
"lineHeight": 1.7,
|
1387 |
-
"letterSpacing": 0,
|
1388 |
-
"tabletFontSize": 15,
|
1389 |
-
"tabletFontWeight": 300,
|
1390 |
-
"tabletLineHeight": 1.6,
|
1391 |
-
"tabletLetterSpacing": 0,
|
1392 |
-
"mobileFontSize": 15,
|
1393 |
-
"mobileFontWeight": 300,
|
1394 |
-
"mobileLineHeight": 1.6,
|
1395 |
-
"mobileLetterSpacing": 0
|
1396 |
-
},
|
1397 |
-
{
|
1398 |
-
"deletable": "off",
|
1399 |
-
"id": "subtitle",
|
1400 |
-
"title": "Subtitle",
|
1401 |
-
"fontFamily": "noto_serif",
|
1402 |
-
"fontSize": 18,
|
1403 |
-
"fontWeight": 300,
|
1404 |
-
"lineHeight": 1.5,
|
1405 |
-
"letterSpacing": 0,
|
1406 |
-
"tabletFontSize": 17,
|
1407 |
-
"tabletFontWeight": 300,
|
1408 |
-
"tabletLineHeight": 1.5,
|
1409 |
-
"tabletLetterSpacing": 0,
|
1410 |
-
"mobileFontSize": 17,
|
1411 |
-
"mobileFontWeight": 300,
|
1412 |
-
"mobileLineHeight": 1.5,
|
1413 |
-
"mobileLetterSpacing": 0
|
1414 |
-
},
|
1415 |
-
{
|
1416 |
-
"deletable": "off",
|
1417 |
-
"id": "abovetitle",
|
1418 |
-
"title": "Above Title",
|
1419 |
-
"fontFamily": "montserrat",
|
1420 |
-
"fontSize": 16,
|
1421 |
-
"fontWeight": 400,
|
1422 |
-
"lineHeight": 1.7,
|
1423 |
-
"letterSpacing": 2,
|
1424 |
-
"tabletFontSize": 15,
|
1425 |
-
"tabletFontWeight": 400,
|
1426 |
-
"tabletLineHeight": 1.7,
|
1427 |
-
"tabletLetterSpacing": 2,
|
1428 |
-
"mobileFontSize": 13,
|
1429 |
-
"mobileFontWeight": 400,
|
1430 |
-
"mobileLineHeight": 1.7,
|
1431 |
-
"mobileLetterSpacing": 2
|
1432 |
-
},
|
1433 |
-
{
|
1434 |
-
"deletable": "off",
|
1435 |
-
"id": "heading1",
|
1436 |
-
"title": "Heading 1",
|
1437 |
-
"fontFamily": "montserrat",
|
1438 |
-
"fontSize": 56,
|
1439 |
-
"fontWeight": 200,
|
1440 |
-
"lineHeight": 1.3,
|
1441 |
-
"letterSpacing": -1.5,
|
1442 |
-
"tabletFontSize": 40,
|
1443 |
-
"tabletFontWeight": 200,
|
1444 |
-
"tabletLineHeight": 1.3,
|
1445 |
-
"tabletLetterSpacing": -1,
|
1446 |
-
"mobileFontSize": 34,
|
1447 |
-
"mobileFontWeight": 200,
|
1448 |
-
"mobileLineHeight": 1.3,
|
1449 |
-
"mobileLetterSpacing": -1
|
1450 |
-
},
|
1451 |
-
{
|
1452 |
-
"deletable": "off",
|
1453 |
-
"id": "heading2",
|
1454 |
-
"title": "Heading 2",
|
1455 |
-
"fontFamily": "montserrat",
|
1456 |
-
"fontSize": 42,
|
1457 |
-
"fontWeight": 700,
|
1458 |
-
"lineHeight": 1.3,
|
1459 |
-
"letterSpacing": -1.5,
|
1460 |
-
"tabletFontSize": 35,
|
1461 |
-
"tabletFontWeight": 700,
|
1462 |
-
"tabletLineHeight": 1.3,
|
1463 |
-
"tabletLetterSpacing": -0.5,
|
1464 |
-
"mobileFontSize": 29,
|
1465 |
-
"mobileFontWeight": 700,
|
1466 |
-
"mobileLineHeight": 1.3,
|
1467 |
-
"mobileLetterSpacing": -0.5
|
1468 |
-
},
|
1469 |
-
{
|
1470 |
-
"deletable": "off",
|
1471 |
-
"id": "heading3",
|
1472 |
-
"title": "Heading 3",
|
1473 |
-
"fontFamily": "montserrat",
|
1474 |
-
"fontSize": 32,
|
1475 |
-
"fontWeight": 600,
|
1476 |
-
"lineHeight": 1.3,
|
1477 |
-
"letterSpacing": -1,
|
1478 |
-
"tabletFontSize": 27,
|
1479 |
-
"tabletFontWeight": 600,
|
1480 |
-
"tabletLineHeight": 1.3,
|
1481 |
-
"tabletLetterSpacing": 0,
|
1482 |
-
"mobileFontSize": 22,
|
1483 |
-
"mobileFontWeight": 600,
|
1484 |
-
"mobileLineHeight": 1.3,
|
1485 |
-
"mobileLetterSpacing": 0
|
1486 |
-
},
|
1487 |
-
{
|
1488 |
-
"deletable": "off",
|
1489 |
-
"id": "heading4",
|
1490 |
-
"title": "Heading 4",
|
1491 |
-
"fontFamily": "montserrat",
|
1492 |
-
"fontSize": 26,
|
1493 |
-
"fontWeight": 500,
|
1494 |
-
"lineHeight": 1.4,
|
1495 |
-
"letterSpacing": -1,
|
1496 |
-
"tabletFontSize": 24,
|
1497 |
-
"tabletFontWeight": 500,
|
1498 |
-
"tabletLineHeight": 1.4,
|
1499 |
-
"tabletLetterSpacing": 0,
|
1500 |
-
"mobileFontSize": 21,
|
1501 |
-
"mobileFontWeight": 500,
|
1502 |
-
"mobileLineHeight": 1.4,
|
1503 |
-
"mobileLetterSpacing": 0
|
1504 |
-
},
|
1505 |
-
{
|
1506 |
-
"deletable": "off",
|
1507 |
-
"id": "heading5",
|
1508 |
-
"title": "Heading 5",
|
1509 |
-
"fontFamily": "montserrat",
|
1510 |
-
"fontSize": 20,
|
1511 |
-
"fontWeight": 500,
|
1512 |
-
"lineHeight": 1.5,
|
1513 |
-
"letterSpacing": 0,
|
1514 |
-
"tabletFontSize": 19,
|
1515 |
-
"tabletFontWeight": 500,
|
1516 |
-
"tabletLineHeight": 1.4,
|
1517 |
-
"tabletLetterSpacing": 0,
|
1518 |
-
"mobileFontSize": 18,
|
1519 |
-
"mobileFontWeight": 500,
|
1520 |
-
"mobileLineHeight": 1.4,
|
1521 |
-
"mobileLetterSpacing": 0
|
1522 |
-
},
|
1523 |
-
{
|
1524 |
-
"deletable": "off",
|
1525 |
-
"id": "heading6",
|
1526 |
-
"title": "Heading 6",
|
1527 |
-
"fontFamily": "montserrat",
|
1528 |
-
"fontSize": 17,
|
1529 |
-
"fontWeight": 500,
|
1530 |
-
"lineHeight": 1.5,
|
1531 |
-
"letterSpacing": 0,
|
1532 |
-
"tabletFontSize": 16,
|
1533 |
-
"tabletFontWeight": 500,
|
1534 |
-
"tabletLineHeight": 1.4,
|
1535 |
-
"tabletLetterSpacing": 0,
|
1536 |
-
"mobileFontSize": 16,
|
1537 |
-
"mobileFontWeight": 500,
|
1538 |
-
"mobileLineHeight": 1.4,
|
1539 |
-
"mobileLetterSpacing": 0
|
1540 |
-
},
|
1541 |
-
{
|
1542 |
-
"deletable": "off",
|
1543 |
-
"id": "button",
|
1544 |
-
"title": "Button",
|
1545 |
-
"fontFamily": "montserrat",
|
1546 |
-
"fontSize": 12,
|
1547 |
-
"fontWeight": 600,
|
1548 |
-
"lineHeight": 1.8,
|
1549 |
-
"letterSpacing": 3,
|
1550 |
-
"tabletFontSize": 12,
|
1551 |
-
"tabletFontWeight": 600,
|
1552 |
-
"tabletLineHeight": 1.8,
|
1553 |
-
"tabletLetterSpacing": 3,
|
1554 |
-
"mobileFontSize": 12,
|
1555 |
-
"mobileFontWeight": 600,
|
1556 |
-
"mobileLineHeight": 1.8,
|
1557 |
-
"mobileLetterSpacing": 3
|
1558 |
-
}
|
1559 |
-
]
|
1560 |
-
}
|
1561 |
-
},
|
1562 |
-
"extraFonts": [
|
1563 |
-
"the_girl_next_door",
|
1564 |
-
"farsan"
|
1565 |
-
]
|
1566 |
-
}']
|
1567 |
-
];
|
1568 |
-
}
|
1569 |
-
|
1570 |
-
public function brokenDataProvider()
|
1571 |
-
{
|
1572 |
-
return [
|
1573 |
-
['{
|
1574 |
-
"selectedKit": "vnexmlshkihvcgsxmozgxzzdwsyvolvmhtne",
|
1575 |
-
"selectedStyle": "kldugntsakdckzxhreidncqvgunudghrcuzv",
|
1576 |
-
"styles": [
|
1577 |
-
{
|
1578 |
-
"id": "bahcadtpvdhdphmhymrsgrwobyzhxcdzytyx",
|
1579 |
-
"title": "Overpass",
|
1580 |
-
"colorPalette": [
|
1581 |
-
{ "id": "color1", "hex": "#333333" },
|
1582 |
-
{ "id": "color2", "hex": "#333333" },
|
1583 |
-
{ "id": "color3", "hex": "#00b6ef" },
|
1584 |
-
{ "id": "color4", "hex": "#333333" },
|
1585 |
-
{ "id": "color5", "hex": "#bde1f4" },
|
1586 |
-
{ "id": "color6", "hex": "#ffbc39" },
|
1587 |
-
{ "id": "color7", "hex": "#333333" },
|
1588 |
-
{ "id": "color8", "hex": "#ffffff" }
|
1589 |
-
],
|
1590 |
-
"fontStyles": [
|
1591 |
-
{
|
1592 |
-
"deletable": "off",
|
1593 |
-
"id": "paragraph",
|
1594 |
-
"title": "Paragraph",
|
1595 |
-
"fontFamily": "noto_serif",
|
1596 |
-
"fontSize": 16,
|
1597 |
-
"fontWeight": 300,
|
1598 |
-
"lineHeight": 1.7,
|
1599 |
-
"letterSpacing": 0,
|
1600 |
-
"tabletFontSize": 15,
|
1601 |
-
"tabletFontWeight": 300,
|
1602 |
-
"tabletLineHeight": 1.6000000000000001,
|
1603 |
-
"tabletLetterSpacing": 0,
|
1604 |
-
"mobileFontSize": 15,
|
1605 |
-
"mobileFontWeight": 300,
|
1606 |
-
"mobileLineHeight": 1.6000000000000001,
|
1607 |
-
"mobileLetterSpacing": 0,
|
1608 |
-
"fontFamilyType": "google"
|
1609 |
-
},
|
1610 |
-
{
|
1611 |
-
"deletable": "off",
|
1612 |
-
"id": "subtitle",
|
1613 |
-
"title": "Subtitle",
|
1614 |
-
"fontFamily": "noto_serif",
|
1615 |
-
"fontSize": 18,
|
1616 |
-
"fontWeight": 300,
|
1617 |
-
"lineHeight": 1.5,
|
1618 |
-
"letterSpacing": 0,
|
1619 |
-
"tabletFontSize": 17,
|
1620 |
-
"tabletFontWeight": 300,
|
1621 |
-
"tabletLineHeight": 1.5,
|
1622 |
-
"tabletLetterSpacing": 0,
|
1623 |
-
"mobileFontSize": 17,
|
1624 |
-
"mobileFontWeight": 300,
|
1625 |
-
"mobileLineHeight": 1.5,
|
1626 |
-
"mobileLetterSpacing": 0,
|
1627 |
-
"fontFamilyType": "google"
|
1628 |
-
},
|
1629 |
-
{
|
1630 |
-
"deletable": "off",
|
1631 |
-
"id": "abovetitle",
|
1632 |
-
"title": "Above Title",
|
1633 |
-
"fontFamily": "montserrat",
|
1634 |
-
"fontSize": 16,
|
1635 |
-
"fontWeight": 400,
|
1636 |
-
"lineHeight": 1.7,
|
1637 |
-
"letterSpacing": 2,
|
1638 |
-
"tabletFontSize": 15,
|
1639 |
-
"tabletFontWeight": 400,
|
1640 |
-
"tabletLineHeight": 1.7,
|
1641 |
-
"tabletLetterSpacing": 2,
|
1642 |
-
"mobileFontSize": 13,
|
1643 |
-
"mobileFontWeight": 400,
|
1644 |
-
"mobileLineHeight": 1.7,
|
1645 |
-
"mobileLetterSpacing": 2,
|
1646 |
-
"fontFamilyType": "google"
|
1647 |
-
},
|
1648 |
-
{
|
1649 |
-
"deletable": "off",
|
1650 |
-
"id": "heading1",
|
1651 |
-
"title": "Heading 1",
|
1652 |
-
"fontFamily": "montserrat",
|
1653 |
-
"fontSize": 56,
|
1654 |
-
"fontWeight": 200,
|
1655 |
-
"lineHeight": 1.3,
|
1656 |
-
"letterSpacing": -1.5,
|
1657 |
-
"tabletFontSize": 40,
|
1658 |
-
"tabletFontWeight": 200,
|
1659 |
-
"tabletLineHeight": 1.3,
|
1660 |
-
"tabletLetterSpacing": -1,
|
1661 |
-
"mobileFontSize": 34,
|
1662 |
-
"mobileFontWeight": 200,
|
1663 |
-
"mobileLineHeight": 1.3,
|
1664 |
-
"mobileLetterSpacing": -1,
|
1665 |
-
"fontFamilyType": "google"
|
1666 |
-
},
|
1667 |
-
{
|
1668 |
-
"deletable": "off",
|
1669 |
-
"id": "heading2",
|
1670 |
-
"title": "Heading 2",
|
1671 |
-
"fontFamily": "montserrat",
|
1672 |
-
"fontSize": 42,
|
1673 |
-
"fontWeight": 700,
|
1674 |
-
"lineHeight": 1.3,
|
1675 |
-
"letterSpacing": -1.5,
|
1676 |
-
"tabletFontSize": 35,
|
1677 |
-
"tabletFontWeight": 700,
|
1678 |
-
"tabletLineHeight": 1.3,
|
1679 |
-
"tabletLetterSpacing": -0.5,
|
1680 |
-
"mobileFontSize": 29,
|
1681 |
-
"mobileFontWeight": 700,
|
1682 |
-
"mobileLineHeight": 1.3,
|
1683 |
-
"mobileLetterSpacing": -0.5,
|
1684 |
-
"fontFamilyType": "google"
|
1685 |
-
},
|
1686 |
-
{
|
1687 |
-
"deletable": "off",
|
1688 |
-
"id": "heading3",
|
1689 |
-
"title": "Heading 3",
|
1690 |
-
"fontFamily": "montserrat",
|
1691 |
-
"fontSize": 32,
|
1692 |
-
"fontWeight": 600,
|
1693 |
-
"lineHeight": 1.3,
|
1694 |
-
"letterSpacing": -1,
|
1695 |
-
"tabletFontSize": 27,
|
1696 |
-
"tabletFontWeight": 600,
|
1697 |
-
"tabletLineHeight": 1.3,
|
1698 |
-
"tabletLetterSpacing": 0,
|
1699 |
-
"mobileFontSize": 22,
|
1700 |
-
"mobileFontWeight": 600,
|
1701 |
-
"mobileLineHeight": 1.3,
|
1702 |
-
"mobileLetterSpacing": 0,
|
1703 |
-
"fontFamilyType": "google"
|
1704 |
-
},
|
1705 |
-
{
|
1706 |
-
"deletable": "off",
|
1707 |
-
"id": "heading4",
|
1708 |
-
"title": "Heading 4",
|
1709 |
-
"fontFamily": "montserrat",
|
1710 |
-
"fontSize": 26,
|
1711 |
-
"fontWeight": 500,
|
1712 |
-
"lineHeight": 1.3999999999999999,
|
1713 |
-
"letterSpacing": -1,
|
1714 |
-
"tabletFontSize": 24,
|
1715 |
-
"tabletFontWeight": 500,
|
1716 |
-
"tabletLineHeight": 1.3999999999999999,
|
1717 |
-
"tabletLetterSpacing": 0,
|
1718 |
-
"mobileFontSize": 21,
|
1719 |
-
"mobileFontWeight": 500,
|
1720 |
-
"mobileLineHeight": 1.3999999999999999,
|
1721 |
-
"mobileLetterSpacing": 0,
|
1722 |
-
"fontFamilyType": "google"
|
1723 |
-
},
|
1724 |
-
{
|
1725 |
-
"deletable": "off",
|
1726 |
-
"id": "heading5",
|
1727 |
-
"title": "Heading 5",
|
1728 |
-
"fontFamily": "montserrat",
|
1729 |
-
"fontSize": 20,
|
1730 |
-
"fontWeight": 500,
|
1731 |
-
"lineHeight": 1.5,
|
1732 |
-
"letterSpacing": 0,
|
1733 |
-
"tabletFontSize": 19,
|
1734 |
-
"tabletFontWeight": 500,
|
1735 |
-
"tabletLineHeight": 1.3999999999999999,
|
1736 |
-
"tabletLetterSpacing": 0,
|
1737 |
-
"mobileFontSize": 18,
|
1738 |
-
"mobileFontWeight": 500,
|
1739 |
-
"mobileLineHeight": 1.3999999999999999,
|
1740 |
-
"mobileLetterSpacing": 0,
|
1741 |
-
"fontFamilyType": "google"
|
1742 |
-
},
|
1743 |
-
{
|
1744 |
-
"deletable": "off",
|
1745 |
-
"id": "heading6",
|
1746 |
-
"title": "Heading 6",
|
1747 |
-
"fontFamily": "montserrat",
|
1748 |
-
"fontSize": 17,
|
1749 |
-
"fontWeight": 500,
|
1750 |
-
"lineHeight": 1.5,
|
1751 |
-
"letterSpacing": 0,
|
1752 |
-
"tabletFontSize": 16,
|
1753 |
-
"tabletFontWeight": 500,
|
1754 |
-
"tabletLineHeight": 1.3999999999999999,
|
1755 |
-
"tabletLetterSpacing": 0,
|
1756 |
-
"mobileFontSize": 16,
|
1757 |
-
"mobileFontWeight": 500,
|
1758 |
-
"mobileLineHeight": 1.3999999999999999,
|
1759 |
-
"mobileLetterSpacing": 0,
|
1760 |
-
"fontFamilyType": "google"
|
1761 |
-
},
|
1762 |
-
{
|
1763 |
-
"deletable": "off",
|
1764 |
-
"id": "button",
|
1765 |
-
"title": "Button",
|
1766 |
-
"fontFamily": "montserrat",
|
1767 |
-
"fontSize": 12,
|
1768 |
-
"fontWeight": 600,
|
1769 |
-
"lineHeight": 1.8,
|
1770 |
-
"letterSpacing": 3,
|
1771 |
-
"tabletFontSize": 12,
|
1772 |
-
"tabletFontWeight": 600,
|
1773 |
-
"tabletLineHeight": 1.8,
|
1774 |
-
"tabletLetterSpacing": 3,
|
1775 |
-
"mobileFontSize": 12,
|
1776 |
-
"mobileFontWeight": 600,
|
1777 |
-
"mobileLineHeight": 1.8,
|
1778 |
-
"mobileLetterSpacing": 3,
|
1779 |
-
"fontFamilyType": "google"
|
1780 |
-
}
|
1781 |
-
]
|
1782 |
-
},
|
1783 |
-
{
|
1784 |
-
"id": "oilxrtjxgdgosmgudtgrezwpzxjlfumgppro",
|
1785 |
-
"title": "Magazine",
|
1786 |
-
"colorPalette": [
|
1787 |
-
{
|
1788 |
-
"id": "color1",
|
1789 |
-
"hex": "#182E43"
|
1790 |
-
},
|
1791 |
-
{
|
1792 |
-
"id": "color2",
|
1793 |
-
"hex": "#061726"
|
1794 |
-
},
|
1795 |
-
{
|
1796 |
-
"id": "color3",
|
1797 |
-
"hex": "#1176C1"
|
1798 |
-
},
|
1799 |
-
{
|
1800 |
-
"id": "color4",
|
1801 |
-
"hex": "#EDB2CB"
|
1802 |
-
},
|
1803 |
-
{
|
1804 |
-
"id": "color5",
|
1805 |
-
"hex": "#B5D1E6"
|
1806 |
-
},
|
1807 |
-
{
|
1808 |
-
"id": "color6",
|
1809 |
-
"hex": "#FBF1FA"
|
1810 |
-
},
|
1811 |
-
{
|
1812 |
-
"id": "color7",
|
1813 |
-
"hex": "#5B6067"
|
1814 |
-
},
|
1815 |
-
{
|
1816 |
-
"id": "color8",
|
1817 |
-
"hex": "#FFFFFF"
|
1818 |
-
}
|
1819 |
-
],
|
1820 |
-
"fontStyles": [
|
1821 |
-
{
|
1822 |
-
"deletable": "off",
|
1823 |
-
"id": "paragraph",
|
1824 |
-
"title": "Paragraph",
|
1825 |
-
"fontFamily": "red_hat_text",
|
1826 |
-
"fontFamilyType": "google",
|
1827 |
-
"fontSize": 16,
|
1828 |
-
"fontWeight": 400,
|
1829 |
-
"lineHeight": 1.8999999999999999,
|
1830 |
-
"letterSpacing": 0,
|
1831 |
-
"tabletFontSize": 16,
|
1832 |
-
"tabletFontWeight": 400,
|
1833 |
-
"tabletLineHeight": 1.6000000000000001,
|
1834 |
-
"tabletLetterSpacing": 0,
|
1835 |
-
"mobileFontSize": 16,
|
1836 |
-
"mobileFontWeight": 500,
|
1837 |
-
"mobileLineHeight": 1.6000000000000001,
|
1838 |
-
"mobileLetterSpacing": 0
|
1839 |
-
},
|
1840 |
-
{
|
1841 |
-
"deletable": "off",
|
1842 |
-
"id": "subtitle",
|
1843 |
-
"title": "Subtitle",
|
1844 |
-
"fontFamily": "red_hat_text",
|
1845 |
-
"fontFamilyType": "google",
|
1846 |
-
"fontSize": 17,
|
1847 |
-
"fontWeight": 400,
|
1848 |
-
"lineHeight": 1.8,
|
1849 |
-
"letterSpacing": 0,
|
1850 |
-
"tabletFontSize": 17,
|
1851 |
-
"tabletFontWeight": 400,
|
1852 |
-
"tabletLineHeight": 1.5,
|
1853 |
-
"tabletLetterSpacing": 0,
|
1854 |
-
"mobileFontSize": 18,
|
1855 |
-
"mobileFontWeight": 400,
|
1856 |
-
"mobileLineHeight": 1.6000000000000001,
|
1857 |
-
"mobileLetterSpacing": 0
|
1858 |
-
},
|
1859 |
-
{
|
1860 |
-
"deletable": "off",
|
1861 |
-
"id": "abovetitle",
|
1862 |
-
"title": "Above Title",
|
1863 |
-
"fontFamily": "red_hat_text",
|
1864 |
-
"fontFamilyType": "google",
|
1865 |
-
"fontSize": 13,
|
1866 |
-
"fontWeight": 600,
|
1867 |
-
"lineHeight": 1.5,
|
1868 |
-
"letterSpacing": 1.1000000000000001,
|
1869 |
-
"tabletFontSize": 13,
|
1870 |
-
"tabletFontWeight": 600,
|
1871 |
-
"tabletLineHeight": 1.5,
|
1872 |
-
"tabletLetterSpacing": 1,
|
1873 |
-
"mobileFontSize": 13,
|
1874 |
-
"mobileFontWeight": 600,
|
1875 |
-
"mobileLineHeight": 1.5,
|
1876 |
-
"mobileLetterSpacing": 1
|
1877 |
-
},
|
1878 |
-
{
|
1879 |
-
"deletable": "off",
|
1880 |
-
"id": "heading1",
|
1881 |
-
"title": "Heading 1",
|
1882 |
-
"fontFamily": "dm_serif_text",
|
1883 |
-
"fontFamilyType": "google",
|
1884 |
-
"fontSize": 46,
|
1885 |
-
"fontWeight": 400,
|
1886 |
-
"lineHeight": 1.3,
|
1887 |
-
"letterSpacing": -1.5,
|
1888 |
-
"tabletFontSize": 40,
|
1889 |
-
"tabletFontWeight": 600,
|
1890 |
-
"tabletLineHeight": 1.3,
|
1891 |
-
"tabletLetterSpacing": -1.5,
|
1892 |
-
"mobileFontSize": 36,
|
1893 |
-
"mobileFontWeight": 600,
|
1894 |
-
"mobileLineHeight": 1.3,
|
1895 |
-
"mobileLetterSpacing": -1.5
|
1896 |
-
},
|
1897 |
-
{
|
1898 |
-
"deletable": "off",
|
1899 |
-
"id": "heading2",
|
1900 |
-
"title": "Heading 2",
|
1901 |
-
"fontFamily": "dm_serif_text",
|
1902 |
-
"fontFamilyType": "google",
|
1903 |
-
"fontSize": 36,
|
1904 |
-
"fontWeight": 400,
|
1905 |
-
"lineHeight": 1.3999999999999999,
|
1906 |
-
"letterSpacing": -1,
|
1907 |
-
"tabletFontSize": 35,
|
1908 |
-
"tabletFontWeight": 400,
|
1909 |
-
"tabletLineHeight": 1.2,
|
1910 |
-
"tabletLetterSpacing": -1,
|
1911 |
-
"mobileFontSize": 29,
|
1912 |
-
"mobileFontWeight": 400,
|
1913 |
-
"mobileLineHeight": 1.3,
|
1914 |
-
"mobileLetterSpacing": -0.5
|
1915 |
-
},
|
1916 |
-
{
|
1917 |
-
"deletable": "off",
|
1918 |
-
"id": "heading3",
|
1919 |
-
"title": "Heading 3",
|
1920 |
-
"fontFamily": "dm_serif_text",
|
1921 |
-
"fontFamilyType": "google",
|
1922 |
-
"fontSize": 28,
|
1923 |
-
"fontWeight": 400,
|
1924 |
-
"lineHeight": 1.3999999999999999,
|
1925 |
-
"letterSpacing": -0.5,
|
1926 |
-
"tabletFontSize": 27,
|
1927 |
-
"tabletFontWeight": 400,
|
1928 |
-
"tabletLineHeight": 1.3,
|
1929 |
-
"tabletLetterSpacing": -0.5,
|
1930 |
-
"mobileFontSize": 23,
|
1931 |
-
"mobileFontWeight": 400,
|
1932 |
-
"mobileLineHeight": 1.3,
|
1933 |
-
"mobileLetterSpacing": -0.5
|
1934 |
-
},
|
1935 |
-
{
|
1936 |
-
"deletable": "off",
|
1937 |
-
"id": "heading4",
|
1938 |
-
"title": "Heading 4",
|
1939 |
-
"fontFamily": "red_hat_text",
|
1940 |
-
"fontFamilyType": "google",
|
1941 |
-
"fontSize": 22,
|
1942 |
-
"fontWeight": 500,
|
1943 |
-
"lineHeight": 1.5,
|
1944 |
-
"letterSpacing": -0.5,
|
1945 |
-
"tabletFontSize": 20,
|
1946 |
-
"tabletFontWeight": 500,
|
1947 |
-
"tabletLineHeight": 1.3999999999999999,
|
1948 |
-
"tabletLetterSpacing": -0.5,
|
1949 |
-
"mobileFontSize": 20,
|
1950 |
-
"mobileFontWeight": 500,
|
1951 |
-
"mobileLineHeight": 1.3999999999999999,
|
1952 |
-
"mobileLetterSpacing": -0.5
|
1953 |
-
},
|
1954 |
-
{
|
1955 |
-
"deletable": "off",
|
1956 |
-
"id": "heading5",
|
1957 |
-
"title": "Heading 5",
|
1958 |
-
"fontFamily": "red_hat_text",
|
1959 |
-
"fontFamilyType": "google",
|
1960 |
-
"fontSize": 20,
|
1961 |
-
"fontWeight": 500,
|
1962 |
-
"lineHeight": 1.6000000000000001,
|
1963 |
-
"letterSpacing": 0,
|
1964 |
-
"tabletFontSize": 18,
|
1965 |
-
"tabletFontWeight": 500,
|
1966 |
-
"tabletLineHeight": 1.5,
|
1967 |
-
"tabletLetterSpacing": -0.5,
|
1968 |
-
"mobileFontSize": 18,
|
1969 |
-
"mobileFontWeight": 500,
|
1970 |
-
"mobileLineHeight": 1.5,
|
1971 |
-
"mobileLetterSpacing": -0.5
|
1972 |
-
},
|
1973 |
-
{
|
1974 |
-
"deletable": "off",
|
1975 |
-
"id": "heading6",
|
1976 |
-
"title": "Heading 6",
|
1977 |
-
"fontFamily": "red_hat_text",
|
1978 |
-
"fontFamilyType": "google",
|
1979 |
-
"fontSize": 16,
|
1980 |
-
"fontWeight": 700,
|
1981 |
-
"lineHeight": 1.5,
|
1982 |
-
"letterSpacing": 0,
|
1983 |
-
"tabletFontSize": 16,
|
1984 |
-
"tabletFontWeight": 700,
|
1985 |
-
"tabletLineHeight": 1.5,
|
1986 |
-
"tabletLetterSpacing": -0.5,
|
1987 |
-
"mobileFontSize": 16,
|
1988 |
-
"mobileFontWeight": 700,
|
1989 |
-
"mobileLineHeight": 1.5,
|
1990 |
-
"mobileLetterSpacing": 0
|
1991 |
-
},
|
1992 |
-
{
|
1993 |
-
"deletable": "off",
|
1994 |
-
"id": "button",
|
1995 |
-
"title": "Button",
|
1996 |
-
"fontFamily": "red_hat_text",
|
1997 |
-
"fontFamilyType": "google",
|
1998 |
-
"fontSize": 15,
|
1999 |
-
"fontWeight": 500,
|
2000 |
-
"lineHeight": 1.6000000000000001,
|
2001 |
-
"letterSpacing": 1,
|
2002 |
-
"tabletFontSize": 14,
|
2003 |
-
"tabletFontWeight": 500,
|
2004 |
-
"tabletLineHeight": 1.6000000000000001,
|
2005 |
-
"tabletLetterSpacing": 1,
|
2006 |
-
"mobileFontSize": 14,
|
2007 |
-
"mobileFontWeight": 500,
|
2008 |
-
"mobileLineHeight": 1.6000000000000001,
|
2009 |
-
"mobileLetterSpacing": 1
|
2010 |
-
}
|
2011 |
-
]
|
2012 |
-
},
|
2013 |
-
{
|
2014 |
-
"id": "abzxtmjekuwdhhhchiwlaovkxyvspfffueiy",
|
2015 |
-
"title": "Graceful",
|
2016 |
-
"colorPalette": [
|
2017 |
-
{
|
2018 |
-
"id": "color1",
|
2019 |
-
"hex": "#A276AF"
|
2020 |
-
},
|
2021 |
-
{
|
2022 |
-
"id": "color2",
|
2023 |
-
"hex": "#1E1B2D"
|
2024 |
-
},
|
2025 |
-
{
|
2026 |
-
"id": "color3",
|
2027 |
-
"hex": "#7F69F4"
|
2028 |
-
},
|
2029 |
-
{
|
2030 |
-
"id": "color4",
|
2031 |
-
"hex": "#F7CECA"
|
2032 |
-
},
|
2033 |
-
{
|
2034 |
-
"id": "color5",
|
2035 |
-
"hex": "#C1B8EF"
|
2036 |
-
},
|
2037 |
-
{
|
2038 |
-
"id": "color6",
|
2039 |
-
"hex": "#F2EAE7"
|
2040 |
-
},
|
2041 |
-
{
|
2042 |
-
"id": "color7",
|
2043 |
-
"hex": "#67656D"
|
2044 |
-
},
|
2045 |
-
{
|
2046 |
-
"id": "color8",
|
2047 |
-
"hex": "#FFFFFF"
|
2048 |
-
}
|
2049 |
-
],
|
2050 |
-
"fontStyles": [
|
2051 |
-
{
|
2052 |
-
"deletable": "off",
|
2053 |
-
"id": "paragraph",
|
2054 |
-
"title": "Paragraph",
|
2055 |
-
"fontFamily": "blinker",
|
2056 |
-
"fontFamilyType": "google",
|
2057 |
-
"fontSize": 16,
|
2058 |
-
"fontWeight": 400,
|
2059 |
-
"lineHeight": 1.8999999999999999,
|
2060 |
-
"letterSpacing": 0,
|
2061 |
-
"tabletFontSize": 16,
|
2062 |
-
"tabletFontWeight": 400,
|
2063 |
-
"tabletLineHeight": 1.6000000000000001,
|
2064 |
-
"tabletLetterSpacing": 0,
|
2065 |
-
"mobileFontSize": 16,
|
2066 |
-
"mobileFontWeight": 400,
|
2067 |
-
"mobileLineHeight": 1.6000000000000001,
|
2068 |
-
"mobileLetterSpacing": 0
|
2069 |
-
},
|
2070 |
-
{
|
2071 |
-
"deletable": "off",
|
2072 |
-
"id": "subtitle",
|
2073 |
-
"title": "Subtitle",
|
2074 |
-
"fontFamily": "blinker",
|
2075 |
-
"fontFamilyType": "google",
|
2076 |
-
"fontSize": 17,
|
2077 |
-
"fontWeight": 400,
|
2078 |
-
"lineHeight": 1.8,
|
2079 |
-
"letterSpacing": 0,
|
2080 |
-
"tabletFontSize": 17,
|
2081 |
-
"tabletFontWeight": 400,
|
2082 |
-
"tabletLineHeight": 1.5,
|
2083 |
-
"tabletLetterSpacing": 0,
|
2084 |
-
"mobileFontSize": 17,
|
2085 |
-
"mobileFontWeight": 400,
|
2086 |
-
"mobileLineHeight": 1.5,
|
2087 |
-
"mobileLetterSpacing": 0
|
2088 |
-
},
|
2089 |
-
{
|
2090 |
-
"deletable": "off",
|
2091 |
-
"id": "abovetitle",
|
2092 |
-
"title": "Above Title",
|
2093 |
-
"fontFamily": "blinker",
|
2094 |
-
"fontFamilyType": "google",
|
2095 |
-
"fontSize": 13,
|
2096 |
-
"fontWeight": 600,
|
2097 |
-
"lineHeight": 1.5,
|
2098 |
-
"letterSpacing": 1.1000000000000001,
|
2099 |
-
"tabletFontSize": 13,
|
2100 |
-
"tabletFontWeight": 600,
|
2101 |
-
"tabletLineHeight": 1.5,
|
2102 |
-
"tabletLetterSpacing": 1,
|
2103 |
-
"mobileFontSize": 13,
|
2104 |
-
"mobileFontWeight": 600,
|
2105 |
-
"mobileLineHeight": 1.5,
|
2106 |
-
"mobileLetterSpacing": 1
|
2107 |
-
},
|
2108 |
-
{
|
2109 |
-
"deletable": "off",
|
2110 |
-
"id": "heading1",
|
2111 |
-
"title": "Heading 1",
|
2112 |
-
"fontFamily": "aleo",
|
2113 |
-
"fontFamilyType": "google",
|
2114 |
-
"fontSize": 46,
|
2115 |
-
"fontWeight": 400,
|
2116 |
-
"lineHeight": 1.3,
|
2117 |
-
"letterSpacing": -1.5,
|
2118 |
-
"tabletFontSize": 40,
|
2119 |
-
"tabletFontWeight": 400,
|
2120 |
-
"tabletLineHeight": 1.2,
|
2121 |
-
"tabletLetterSpacing": -1.5,
|
2122 |
-
"mobileFontSize": 34,
|
2123 |
-
"mobileFontWeight": 400,
|
2124 |
-
"mobileLineHeight": 1.3,
|
2125 |
-
"mobileLetterSpacing": -1
|
2126 |
-
},
|
2127 |
-
{
|
2128 |
-
"deletable": "off",
|
2129 |
-
"id": "heading2",
|
2130 |
-
"title": "Heading 2",
|
2131 |
-
"fontFamily": "aleo",
|
2132 |
-
"fontFamilyType": "google",
|
2133 |
-
"fontSize": 36,
|
2134 |
-
"fontWeight": 400,
|
2135 |
-
"lineHeight": 1.3999999999999999,
|
2136 |
-
"letterSpacing": -1,
|
2137 |
-
"tabletFontSize": 35,
|
2138 |
-
"tabletFontWeight": 400,
|
2139 |
-
"tabletLineHeight": 1.3,
|
2140 |
-
"tabletLetterSpacing": -0.5,
|
2141 |
-
"mobileFontSize": 29,
|
2142 |
-
"mobileFontWeight": 400,
|
2143 |
-
"mobileLineHeight": 1.3,
|
2144 |
-
"mobileLetterSpacing": -0.5
|
2145 |
-
},
|
2146 |
-
{
|
2147 |
-
"deletable": "off",
|
2148 |
-
"id": "heading3",
|
2149 |
-
"title": "Heading 3",
|
2150 |
-
"fontFamily": "aleo",
|
2151 |
-
"fontFamilyType": "google",
|
2152 |
-
"fontSize": 28,
|
2153 |
-
"fontWeight": 400,
|
2154 |
-
"lineHeight": 1.3999999999999999,
|
2155 |
-
"letterSpacing": 0,
|
2156 |
-
"tabletFontSize": 25,
|
2157 |
-
"tabletFontWeight": 400,
|
2158 |
-
"tabletLineHeight": 1.3,
|
2159 |
-
"tabletLetterSpacing": 0,
|
2160 |
-
"mobileFontSize": 22,
|
2161 |
-
"mobileFontWeight": 400,
|
2162 |
-
"mobileLineHeight": 1.3,
|
2163 |
-
"mobileLetterSpacing": 0
|
2164 |
-
},
|
2165 |
-
{
|
2166 |
-
"deletable": "off",
|
2167 |
-
"id": "heading4",
|
2168 |
-
"title": "Heading 4",
|
2169 |
-
"fontFamily": "blinker",
|
2170 |
-
"fontFamilyType": "google",
|
2171 |
-
"fontSize": 22,
|
2172 |
-
"fontWeight": 600,
|
2173 |
-
"lineHeight": 1.5,
|
2174 |
-
"letterSpacing": 0,
|
2175 |
-
"tabletFontSize": 22,
|
2176 |
-
"tabletFontWeight": 600,
|
2177 |
-
"tabletLineHeight": 1.3999999999999999,
|
2178 |
-
"tabletLetterSpacing": 0,
|
2179 |
-
"mobileFontSize": 21,
|
2180 |
-
"mobileFontWeight": 600,
|
2181 |
-
"mobileLineHeight": 1.3999999999999999,
|
2182 |
-
"mobileLetterSpacing": 0
|
2183 |
-
},
|
2184 |
-
{
|
2185 |
-
"deletable": "off",
|
2186 |
-
"id": "heading5",
|
2187 |
-
"title": "Heading 5",
|
2188 |
-
"fontFamily": "blinker",
|
2189 |
-
"fontFamilyType": "google",
|
2190 |
-
"fontSize": 20,
|
2191 |
-
"fontWeight": 600,
|
2192 |
-
"lineHeight": 1.6000000000000001,
|
2193 |
-
"letterSpacing": 0,
|
2194 |
-
"tabletFontSize": 18,
|
2195 |
-
"tabletFontWeight": 600,
|
2196 |
-
"tabletLineHeight": 1.5,
|
2197 |
-
"tabletLetterSpacing": 0,
|
2198 |
-
"mobileFontSize": 18,
|
2199 |
-
"mobileFontWeight": 600,
|
2200 |
-
"mobileLineHeight": 1.5,
|
2201 |
-
"mobileLetterSpacing": 0
|
2202 |
-
},
|
2203 |
-
{
|
2204 |
-
"deletable": "off",
|
2205 |
-
"id": "heading6",
|
2206 |
-
"title": "Heading 6",
|
2207 |
-
"fontFamily": "blinker",
|
2208 |
-
"fontFamilyType": "google",
|
2209 |
-
"fontSize": 16,
|
2210 |
-
"fontWeight": 600,
|
2211 |
-
"lineHeight": 1.5,
|
2212 |
-
"letterSpacing": 0,
|
2213 |
-
"tabletFontSize": 17,
|
2214 |
-
"tabletFontWeight": 600,
|
2215 |
-
"tabletLineHeight": 1.5,
|
2216 |
-
"tabletLetterSpacing": 0,
|
2217 |
-
"mobileFontSize": 16,
|
2218 |
-
"mobileFontWeight": 600,
|
2219 |
-
"mobileLineHeight": 1.5,
|
2220 |
-
"mobileLetterSpacing": 0
|
2221 |
-
},
|
2222 |
-
{
|
2223 |
-
"deletable": "off",
|
2224 |
-
"id": "button",
|
2225 |
-
"title": "Button",
|
2226 |
-
"fontFamily": "blinker",
|
2227 |
-
"fontFamilyType": "google",
|
2228 |
-
"fontSize": 15,
|
2229 |
-
"fontWeight": 700,
|
2230 |
-
"lineHeight": 1.6000000000000001,
|
2231 |
-
"letterSpacing": 1,
|
2232 |
-
"tabletFontSize": 14,
|
2233 |
-
"tabletFontWeight": 600,
|
2234 |
-
"tabletLineHeight": 1.6000000000000001,
|
2235 |
-
"tabletLetterSpacing": 0.5,
|
2236 |
-
"mobileFontSize": 15,
|
2237 |
-
"mobileFontWeight": 600,
|
2238 |
-
"mobileLineHeight": 1.6000000000000001,
|
2239 |
-
"mobileLetterSpacing": 0.5
|
2240 |
-
}
|
2241 |
-
]
|
2242 |
-
},
|
2243 |
-
{
|
2244 |
-
"id": "aqmryzjisyyemvyjbrxjhiadzqxjumfplivm",
|
2245 |
-
"title": "Ashen",
|
2246 |
-
"colorPalette": [
|
2247 |
-
{
|
2248 |
-
"id": "color1",
|
2249 |
-
"hex": "#B23730"
|
2250 |
-
},
|
2251 |
-
{
|
2252 |
-
"id": "color2",
|
2253 |
-
"hex": "#200F11"
|
2254 |
-
},
|
2255 |
-
{
|
2256 |
-
"id": "color3",
|
2257 |
-
"hex": "#B2305E"
|
2258 |
-
},
|
2259 |
-
{
|
2260 |
-
"id": "color4",
|
2261 |
-
"hex": "#FFDCD0"
|
2262 |
-
},
|
2263 |
-
{
|
2264 |
-
"id": "color5",
|
2265 |
-
"hex": "#FF7547"
|
2266 |
-
},
|
2267 |
-
{
|
2268 |
-
"id": "color6",
|
2269 |
-
"hex": "#F5F4F0"
|
2270 |
-
},
|
2271 |
-
{
|
2272 |
-
"id": "color7",
|
2273 |
-
"hex": "#7F7979"
|
2274 |
-
},
|
2275 |
-
{
|
2276 |
-
"id": "color8",
|
2277 |
-
"hex": "#FFFFFF"
|
2278 |
-
}
|
2279 |
-
],
|
2280 |
-
"fontStyles": [
|
2281 |
-
{
|
2282 |
-
"deletable": "off",
|
2283 |
-
"id": "paragraph",
|
2284 |
-
"title": "Paragraph",
|
2285 |
-
"fontFamily": "nunito",
|
2286 |
-
"fontFamilyType": "google",
|
2287 |
-
"fontSize": 16,
|
2288 |
-
"fontWeight": 400,
|
2289 |
-
"lineHeight": 1.8999999999999999,
|
2290 |
-
"letterSpacing": 0,
|
2291 |
-
"tabletFontSize": 15,
|
2292 |
-
"tabletFontWeight": 400,
|
2293 |
-
"tabletLineHeight": 1.6000000000000001,
|
2294 |
-
"tabletLetterSpacing": 0,
|
2295 |
-
"mobileFontSize": 15,
|
2296 |
-
"mobileFontWeight": 400,
|
2297 |
-
"mobileLineHeight": 1.6000000000000001,
|
2298 |
-
"mobileLetterSpacing": 0
|
2299 |
-
},
|
2300 |
-
{
|
2301 |
-
"deletable": "off",
|
2302 |
-
"id": "subtitle",
|
2303 |
-
"title": "Subtitle",
|
2304 |
-
"fontFamily": "nunito",
|
2305 |
-
"fontFamilyType": "google",
|
2306 |
-
"fontSize": 17,
|
2307 |
-
"fontWeight": 400,
|
2308 |
-
"lineHeight": 1.8,
|
2309 |
-
"letterSpacing": 0,
|
2310 |
-
"tabletFontSize": 17,
|
2311 |
-
"tabletFontWeight": 400,
|
2312 |
-
"tabletLineHeight": 1.5,
|
2313 |
-
"tabletLetterSpacing": 0,
|
2314 |
-
"mobileFontSize": 17,
|
2315 |
-
"mobileFontWeight": 400,
|
2316 |
-
"mobileLineHeight": 1.5,
|
2317 |
-
"mobileLetterSpacing": 0
|
2318 |
-
},
|
2319 |
-
{
|
2320 |
-
"deletable": "off",
|
2321 |
-
"id": "abovetitle",
|
2322 |
-
"title": "Above Title",
|
2323 |
-
"fontFamily": "nunito",
|
2324 |
-
"fontFamilyType": "google",
|
2325 |
-
"fontSize": 13,
|
2326 |
-
"fontWeight": 700,
|
2327 |
-
"lineHeight": 1.5,
|
2328 |
-
"letterSpacing": 1.1000000000000001,
|
2329 |
-
"tabletFontSize": 13,
|
2330 |
-
"tabletFontWeight": 600,
|
2331 |
-
"tabletLineHeight": 1.5,
|
2332 |
-
"tabletLetterSpacing": 1,
|
2333 |
-
"mobileFontSize": 13,
|
2334 |
-
"mobileFontWeight": 600,
|
2335 |
-
"mobileLineHeight": 1.5,
|
2336 |
-
"mobileLetterSpacing": 1
|
2337 |
-
},
|
2338 |
-
{
|
2339 |
-
"deletable": "off",
|
2340 |
-
"id": "heading1",
|
2341 |
-
"title": "Heading 1",
|
2342 |
-
"fontFamily": "knewave",
|
2343 |
-
"fontFamilyType": "google",
|
2344 |
-
"fontSize": 46,
|
2345 |
-
"fontWeight": 400,
|
2346 |
-
"lineHeight": 1.3,
|
2347 |
-
"letterSpacing": -1.5,
|
2348 |
-
"tabletFontSize": 40,
|
2349 |
-
"tabletFontWeight": 400,
|
2350 |
-
"tabletLineHeight": 1.3,
|
2351 |
-
"tabletLetterSpacing": -1,
|
2352 |
-
"mobileFontSize": 34,
|
2353 |
-
"mobileFontWeight": 400,
|
2354 |
-
"mobileLineHeight": 1.3,
|
2355 |
-
"mobileLetterSpacing": -1
|
2356 |
-
},
|
2357 |
-
{
|
2358 |
-
"deletable": "off",
|
2359 |
-
"id": "heading2",
|
2360 |
-
"title": "Heading 2",
|
2361 |
-
"fontFamily": "knewave",
|
2362 |
-
"fontFamilyType": "google",
|
2363 |
-
"fontSize": 36,
|
2364 |
-
"fontWeight": 400,
|
2365 |
-
"lineHeight": 1.3999999999999999,
|
2366 |
-
"letterSpacing": -1,
|
2367 |
-
"tabletFontSize": 33,
|
2368 |
-
"tabletFontWeight": 400,
|
2369 |
-
"tabletLineHeight": 1.3,
|
2370 |
-
"tabletLetterSpacing": -0.5,
|
2371 |
-
"mobileFontSize": 29,
|
2372 |
-
"mobileFontWeight": 400,
|
2373 |
-
"mobileLineHeight": 1.3,
|
2374 |
-
"mobileLetterSpacing": -0.5
|
2375 |
-
},
|
2376 |
-
{
|
2377 |
-
"deletable": "off",
|
2378 |
-
"id": "heading3",
|
2379 |
-
"title": "Heading 3",
|
2380 |
-
"fontFamily": "knewave",
|
2381 |
-
"fontFamilyType": "google",
|
2382 |
-
"fontSize": 28,
|
2383 |
-
"fontWeight": 400,
|
2384 |
-
"lineHeight": 1.3999999999999999,
|
2385 |
-
"letterSpacing": 0,
|
2386 |
-
"tabletFontSize": 25,
|
2387 |
-
"tabletFontWeight": 400,
|
2388 |
-
"tabletLineHeight": 1.3,
|
2389 |
-
"tabletLetterSpacing": 0,
|
2390 |
-
"mobileFontSize": 22,
|
2391 |
-
"mobileFontWeight": 400,
|
2392 |
-
"mobileLineHeight": 1.3,
|
2393 |
-
"mobileLetterSpacing": 0
|
2394 |
-
},
|
2395 |
-
{
|
2396 |
-
"deletable": "off",
|
2397 |
-
"id": "heading4",
|
2398 |
-
"title": "Heading 4",
|
2399 |
-
"fontFamily": "nunito",
|
2400 |
-
"fontFamilyType": "google",
|
2401 |
-
"fontSize": 22,
|
2402 |
-
"fontWeight": 700,
|
2403 |
-
"lineHeight": 1.5,
|
2404 |
-
"letterSpacing": 0,
|
2405 |
-
"tabletFontSize": 19,
|
2406 |
-
"tabletFontWeight": 700,
|
2407 |
-
"tabletLineHeight": 1.3999999999999999,
|
2408 |
-
"tabletLetterSpacing": 0,
|
2409 |
-
"mobileFontSize": 19,
|
2410 |
-
"mobileFontWeight": 700,
|
2411 |
-
"mobileLineHeight": 1.3999999999999999,
|
2412 |
-
"mobileLetterSpacing": 0
|
2413 |
-
},
|
2414 |
-
{
|
2415 |
-
"deletable": "off",
|
2416 |
-
"id": "heading5",
|
2417 |
-
"title": "Heading 5",
|
2418 |
-
"fontFamily": "nunito",
|
2419 |
-
"fontFamilyType": "google",
|
2420 |
-
"fontSize": 20,
|
2421 |
-
"fontWeight": 700,
|
2422 |
-
"lineHeight": 1.6000000000000001,
|
2423 |
-
"letterSpacing": 0,
|
2424 |
-
"tabletFontSize": 19,
|
2425 |
-
"tabletFontWeight": 700,
|
2426 |
-
"tabletLineHeight": 1.5,
|
2427 |
-
"tabletLetterSpacing": 0,
|
2428 |
-
"mobileFontSize": 18,
|
2429 |
-
"mobileFontWeight": 700,
|
2430 |
-
"mobileLineHeight": 1.5,
|
2431 |
-
"mobileLetterSpacing": 0
|
2432 |
-
},
|
2433 |
-
{
|
2434 |
-
"deletable": "off",
|
2435 |
-
"id": "heading6",
|
2436 |
-
"title": "Heading 6",
|
2437 |
-
"fontFamily": "nunito",
|
2438 |
-
"fontFamilyType": "google",
|
2439 |
-
"fontSize": 16,
|
2440 |
-
"fontWeight": 700,
|
2441 |
-
"lineHeight": 1.5,
|
2442 |
-
"letterSpacing": 0,
|
2443 |
-
"tabletFontSize": 16,
|
2444 |
-
"tabletFontWeight": 600,
|
2445 |
-
"tabletLineHeight": 1.5,
|
2446 |
-
"tabletLetterSpacing": 0,
|
2447 |
-
"mobileFontSize": 16,
|
2448 |
-
"mobileFontWeight": 600,
|
2449 |
-
"mobileLineHeight": 1.5,
|
2450 |
-
"mobileLetterSpacing": 0
|
2451 |
-
},
|
2452 |
-
{
|
2453 |
-
"deletable": "off",
|
2454 |
-
"id": "button",
|
2455 |
-
"title": "Button",
|
2456 |
-
"fontFamily": "nunito",
|
2457 |
-
"fontFamilyType": "google",
|
2458 |
-
"fontSize": 15,
|
2459 |
-
"fontWeight": 700,
|
2460 |
-
"lineHeight": 1.6000000000000001,
|
2461 |
-
"letterSpacing": 1,
|
2462 |
-
"tabletFontSize": 14,
|
2463 |
-
"tabletFontWeight": 700,
|
2464 |
-
"tabletLineHeight": 1.6000000000000001,
|
2465 |
-
"tabletLetterSpacing": 1,
|
2466 |
-
"mobileFontSize": 14,
|
2467 |
-
"mobileFontWeight": 700,
|
2468 |
-
"mobileLineHeight": 1.6000000000000001,
|
2469 |
-
"mobileLetterSpacing": 1
|
2470 |
-
}
|
2471 |
-
]
|
2472 |
-
},
|
2473 |
-
{
|
2474 |
-
"id": "zxpsijgmzwoaiyprcqztjwwjpraeizvtyibq",
|
2475 |
-
"title": "Oblivion",
|
2476 |
-
"colorPalette": [
|
2477 |
-
{
|
2478 |
-
"id": "color1",
|
2479 |
-
"hex": "#5C823F"
|
2480 |
-
},
|
2481 |
-
{
|
2482 |
-
"id": "color2",
|
2483 |
-
"hex": "#26232A"
|
2484 |
-
},
|
2485 |
-
{
|
2486 |
-
"id": "color3",
|
2487 |
-
"hex": "#60B420"
|
2488 |
-
},
|
2489 |
-
{
|
2490 |
-
"id": "color4",
|
2491 |
-
"hex": "#ECD7F2"
|
2492 |
-
},
|
2493 |
-
{
|
2494 |
-
"id": "color5",
|
2495 |
-
"hex": "#9E47DA"
|
2496 |
-
},
|
2497 |
-
{
|
2498 |
-
"id": "color6",
|
2499 |
-
"hex": "#EAF6E3"
|
2500 |
-
},
|
2501 |
-
{
|
2502 |
-
"id": "color7",
|
2503 |
-
"hex": "#6F6D70"
|
2504 |
-
},
|
2505 |
-
{
|
2506 |
-
"id": "color8",
|
2507 |
-
"hex": "#FFFFFF"
|
2508 |
-
}
|
2509 |
-
],
|
2510 |
-
"fontStyles": [
|
2511 |
-
{
|
2512 |
-
"deletable": "off",
|
2513 |
-
"id": "paragraph",
|
2514 |
-
"title": "Paragraph",
|
2515 |
-
"fontFamily": "palanquin",
|
2516 |
-
"fontFamilyType": "google",
|
2517 |
-
"fontSize": 16,
|
2518 |
-
"fontWeight": 400,
|
2519 |
-
"lineHeight": 1.8999999999999999,
|
2520 |
-
"letterSpacing": 0,
|
2521 |
-
"tabletFontSize": 15,
|
2522 |
-
"tabletFontWeight": 400,
|
2523 |
-
"tabletLineHeight": 1.6000000000000001,
|
2524 |
-
"tabletLetterSpacing": 0,
|
2525 |
-
"mobileFontSize": 15,
|
2526 |
-
"mobileFontWeight": 400,
|
2527 |
-
"mobileLineHeight": 1.6000000000000001,
|
2528 |
-
"mobileLetterSpacing": 0
|
2529 |
-
},
|
2530 |
-
{
|
2531 |
-
"deletable": "off",
|
2532 |
-
"id": "subtitle",
|
2533 |
-
"title": "Subtitle",
|
2534 |
-
"fontFamily": "palanquin",
|
2535 |
-
"fontFamilyType": "google",
|
2536 |
-
"fontSize": 17,
|
2537 |
-
"fontWeight": 400,
|
2538 |
-
"lineHeight": 1.8,
|
2539 |
-
"letterSpacing": 0,
|
2540 |
-
"tabletFontSize": 17,
|
2541 |
-
"tabletFontWeight": 300,
|
2542 |
-
"tabletLineHeight": 1.5,
|
2543 |
-
"tabletLetterSpacing": 0,
|
2544 |
-
"mobileFontSize": 17,
|
2545 |
-
"mobileFontWeight": 300,
|
2546 |
-
"mobileLineHeight": 1.5,
|
2547 |
-
"mobileLetterSpacing": 0
|
2548 |
-
},
|
2549 |
-
{
|
2550 |
-
"deletable": "off",
|
2551 |
-
"id": "abovetitle",
|
2552 |
-
"title": "Above Title",
|
2553 |
-
"fontFamily": "palanquin",
|
2554 |
-
"fontFamilyType": "google",
|
2555 |
-
"fontSize": 13,
|
2556 |
-
"fontWeight": 700,
|
2557 |
-
"lineHeight": 1.5,
|
2558 |
-
"letterSpacing": 1.1000000000000001,
|
2559 |
-
"tabletFontSize": 13,
|
2560 |
-
"tabletFontWeight": 600,
|
2561 |
-
"tabletLineHeight": 1.5,
|
2562 |
-
"tabletLetterSpacing": 1,
|
2563 |
-
"mobileFontSize": 13,
|
2564 |
-
"mobileFontWeight": 600,
|
2565 |
-
"mobileLineHeight": 1.5,
|
2566 |
-
"mobileLetterSpacing": 1
|
2567 |
-
},
|
2568 |
-
{
|
2569 |
-
"deletable": "off",
|
2570 |
-
"id": "heading1",
|
2571 |
-
"title": "Heading 1",
|
2572 |
-
"fontFamily": "palanquin_dark",
|
2573 |
-
"fontFamilyType": "google",
|
2574 |
-
"fontSize": 46,
|
2575 |
-
"fontWeight": 400,
|
2576 |
-
"lineHeight": 1.3,
|
2577 |
-
"letterSpacing": -1.5,
|
2578 |
-
"tabletFontSize": 40,
|
2579 |
-
"tabletFontWeight": 400,
|
2580 |
-
"tabletLineHeight": 1.3,
|
2581 |
-
"tabletLetterSpacing": -1,
|
2582 |
-
"mobileFontSize": 34,
|
2583 |
-
"mobileFontWeight": 400,
|
2584 |
-
"mobileLineHeight": 1.3,
|
2585 |
-
"mobileLetterSpacing": -1
|
2586 |
-
},
|
2587 |
-
{
|
2588 |
-
"deletable": "off",
|
2589 |
-
"id": "heading2",
|
2590 |
-
"title": "Heading 2",
|
2591 |
-
"fontFamily": "palanquin_dark",
|
2592 |
-
"fontFamilyType": "google",
|
2593 |
-
"fontSize": 36,
|
2594 |
-
"fontWeight": 400,
|
2595 |
-
"lineHeight": 1.3999999999999999,
|
2596 |
-
"letterSpacing": -1,
|
2597 |
-
"tabletFontSize": 35,
|
2598 |
-
"tabletFontWeight": 400,
|
2599 |
-
"tabletLineHeight": 1.3,
|
2600 |
-
"tabletLetterSpacing": -0.5,
|
2601 |
-
"mobileFontSize": 29,
|
2602 |
-
"mobileFontWeight": 400,
|
2603 |
-
"mobileLineHeight": 1.3,
|
2604 |
-
"mobileLetterSpacing": -0.5
|
2605 |
-
},
|
2606 |
-
{
|
2607 |
-
"deletable": "off",
|
2608 |
-
"id": "heading3",
|
2609 |
-
"title": "Heading 3",
|
2610 |
-
"fontFamily": "palanquin_dark",
|
2611 |
-
"fontFamilyType": "google",
|
2612 |
-
"fontSize": 28,
|
2613 |
-
"fontWeight": 400,
|
2614 |
-
"lineHeight": 1.3999999999999999,
|
2615 |
-
"letterSpacing": 0,
|
2616 |
-
"tabletFontSize": 27,
|
2617 |
-
"tabletFontWeight": 400,
|
2618 |
-
"tabletLineHeight": 1.3,
|
2619 |
-
"tabletLetterSpacing": 0,
|
2620 |
-
"mobileFontSize": 22,
|
2621 |
-
"mobileFontWeight": 400,
|
2622 |
-
"mobileLineHeight": 1.3,
|
2623 |
-
"mobileLetterSpacing": 0
|
2624 |
-
},
|
2625 |
-
{
|
2626 |
-
"deletable": "off",
|
2627 |
-
"id": "heading4",
|
2628 |
-
"title": "Heading 4",
|
2629 |
-
"fontFamily": "palanquin_dark",
|
2630 |
-
"fontFamilyType": "google",
|
2631 |
-
"fontSize": 22,
|
2632 |
-
"fontWeight": 400,
|
2633 |
-
"lineHeight": 1.5,
|
2634 |
-
"letterSpacing": 0,
|
2635 |
-
"tabletFontSize": 22,
|
2636 |
-
"tabletFontWeight": 400,
|
2637 |
-
"tabletLineHeight": 1.3999999999999999,
|
2638 |
-
"tabletLetterSpacing": 0,
|
2639 |
-
"mobileFontSize": 21,
|
2640 |
-
"mobileFontWeight": 400,
|
2641 |
-
"mobileLineHeight": 1.3999999999999999,
|
2642 |
-
"mobileLetterSpacing": 0
|
2643 |
-
},
|
2644 |
-
{
|
2645 |
-
"deletable": "off",
|
2646 |
-
"id": "heading5",
|
2647 |
-
"title": "Heading 5",
|
2648 |
-
"fontFamily": "palanquin_dark",
|
2649 |
-
"fontFamilyType": "google",
|
2650 |
-
"fontSize": 20,
|
2651 |
-
"fontWeight": 400,
|
2652 |
-
"lineHeight": 1.6000000000000001,
|
2653 |
-
"letterSpacing": 0,
|
2654 |
-
"tabletFontSize": 19,
|
2655 |
-
"tabletFontWeight": 400,
|
2656 |
-
"tabletLineHeight": 1.5,
|
2657 |
-
"tabletLetterSpacing": 0,
|
2658 |
-
"mobileFontSize": 18,
|
2659 |
-
"mobileFontWeight": 400,
|
2660 |
-
"mobileLineHeight": 1.5,
|
2661 |
-
"mobileLetterSpacing": 0
|
2662 |
-
},
|
2663 |
-
{
|
2664 |
-
"deletable": "off",
|
2665 |
-
"id": "heading6",
|
2666 |
-
"title": "Heading 6",
|
2667 |
-
"fontFamily": "palanquin",
|
2668 |
-
"fontFamilyType": "google",
|
2669 |
-
"fontSize": 16,
|
2670 |
-
"fontWeight": 700,
|
2671 |
-
"lineHeight": 1.5,
|
2672 |
-
"letterSpacing": 0,
|
2673 |
-
"tabletFontSize": 16,
|
2674 |
-
"tabletFontWeight": 700,
|
2675 |
-
"tabletLineHeight": 1.5,
|
2676 |
-
"tabletLetterSpacing": 0,
|
2677 |
-
"mobileFontSize": 16,
|
2678 |
-
"mobileFontWeight": 700,
|
2679 |
-
"mobileLineHeight": 1.5,
|
2680 |
-
"mobileLetterSpacing": 0
|
2681 |
-
},
|
2682 |
-
{
|
2683 |
-
"deletable": "off",
|
2684 |
-
"id": "button",
|
2685 |
-
"title": "Button",
|
2686 |
-
"fontFamily": "palanquin",
|
2687 |
-
"fontFamilyType": "google",
|
2688 |
-
"fontSize": 15,
|
2689 |
-
"fontWeight": 700,
|
2690 |
-
"lineHeight": 1.6000000000000001,
|
2691 |
-
"letterSpacing": 0.5,
|
2692 |
-
"tabletFontSize": 15,
|
2693 |
-
"tabletFontWeight": 700,
|
2694 |
-
"tabletLineHeight": 1.6000000000000001,
|
2695 |
-
"tabletLetterSpacing": 0.5,
|
2696 |
-
"mobileFontSize": 15,
|
2697 |
-
"mobileFontWeight": 700,
|
2698 |
-
"mobileLineHeight": 1.6000000000000001,
|
2699 |
-
"mobileLetterSpacing": 0.5
|
2700 |
-
}
|
2701 |
-
]
|
2702 |
-
},
|
2703 |
-
{
|
2704 |
-
"id": "mnidlkbkoxwoaofhmdrlgawecfhbpxbtgies",
|
2705 |
-
"title": "Droid",
|
2706 |
-
"colorPalette": [
|
2707 |
-
{
|
2708 |
-
"id": "color1",
|
2709 |
-
"hex": "#8E53A7"
|
2710 |
-
},
|
2711 |
-
{
|
2712 |
-
"id": "color2",
|
2713 |
-
"hex": "#242643"
|
2714 |
-
},
|
2715 |
-
{
|
2716 |
-
"id": "color3",
|
2717 |
-
"hex": "#4157CB"
|
2718 |
-
},
|
2719 |
-
{
|
2720 |
-
"id": "color4",
|
2721 |
-
"hex": "#F8A392"
|
2722 |
-
},
|
2723 |
-
{
|
2724 |
-
"id": "color5",
|
2725 |
-
"hex": "#FFE0DA"
|
2726 |
-
},
|
2727 |
-
{
|
2728 |
-
"id": "color6",
|
2729 |
-
"hex": "#F3EEF0"
|
2730 |
-
},
|
2731 |
-
{
|
2732 |
-
"id": "color7",
|
2733 |
-
"hex": "#5D5E64"
|
2734 |
-
},
|
2735 |
-
{
|
2736 |
-
"id": "color8",
|
2737 |
-
"hex": "#FFFFFF"
|
2738 |
-
}
|
2739 |
-
],
|
2740 |
-
"fontStyles": [
|
2741 |
-
{
|
2742 |
-
"deletable": "off",
|
2743 |
-
"id": "paragraph",
|
2744 |
-
"title": "Paragraph",
|
2745 |
-
"fontFamily": "roboto",
|
2746 |
-
"fontFamilyType": "google",
|
2747 |
-
"fontSize": 16,
|
2748 |
-
"fontWeight": 400,
|
2749 |
-
"lineHeight": 1.8999999999999999,
|
2750 |
-
"letterSpacing": 0,
|
2751 |
-
"tabletFontSize": 15,
|
2752 |
-
"tabletFontWeight": 400,
|
2753 |
-
"tabletLineHeight": 1.6000000000000001,
|
2754 |
-
"tabletLetterSpacing": 0,
|
2755 |
-
"mobileFontSize": 15,
|
2756 |
-
"mobileFontWeight": 400,
|
2757 |
-
"mobileLineHeight": 1.6000000000000001,
|
2758 |
-
"mobileLetterSpacing": 0
|
2759 |
-
},
|
2760 |
-
{
|
2761 |
-
"deletable": "off",
|
2762 |
-
"id": "subtitle",
|
2763 |
-
"title": "Subtitle",
|
2764 |
-
"fontFamily": "roboto",
|
2765 |
-
"fontFamilyType": "google",
|
2766 |
-
"fontSize": 17,
|
2767 |
-
"fontWeight": 400,
|
2768 |
-
"lineHeight": 1.8,
|
2769 |
-
"letterSpacing": 0,
|
2770 |
-
"tabletFontSize": 17,
|
2771 |
-
"tabletFontWeight": 300,
|
2772 |
-
"tabletLineHeight": 1.5,
|
2773 |
-
"tabletLetterSpacing": 0,
|
2774 |
-
"mobileFontSize": 17,
|
2775 |
-
"mobileFontWeight": 300,
|
2776 |
-
"mobileLineHeight": 1.5,
|
2777 |
-
"mobileLetterSpacing": 0
|
2778 |
-
},
|
2779 |
-
{
|
2780 |
-
"deletable": "off",
|
2781 |
-
"id": "abovetitle",
|
2782 |
-
"title": "Above Title",
|
2783 |
-
"fontFamily": "roboto",
|
2784 |
-
"fontFamilyType": "google",
|
2785 |
-
"fontSize": 13,
|
2786 |
-
"fontWeight": 700,
|
2787 |
-
"lineHeight": 1.5,
|
2788 |
-
"letterSpacing": 1.1000000000000001,
|
2789 |
-
"tabletFontSize": 13,
|
2790 |
-
"tabletFontWeight": 600,
|
2791 |
-
"tabletLineHeight": 1.5,
|
2792 |
-
"tabletLetterSpacing": 1,
|
2793 |
-
"mobileFontSize": 13,
|
2794 |
-
"mobileFontWeight": 600,
|
2795 |
-
"mobileLineHeight": 1.5,
|
2796 |
-
"mobileLetterSpacing": 1
|
2797 |
-
},
|
2798 |
-
{
|
2799 |
-
"deletable": "off",
|
2800 |
-
"id": "heading1",
|
2801 |
-
"title": "Heading 1",
|
2802 |
-
"fontFamily": "oswald",
|
2803 |
-
"fontFamilyType": "google",
|
2804 |
-
"fontSize": 46,
|
2805 |
-
"fontWeight": 400,
|
2806 |
-
"lineHeight": 1.3,
|
2807 |
-
"letterSpacing": -1.5,
|
2808 |
-
"tabletFontSize": 40,
|
2809 |
-
"tabletFontWeight": 400,
|
2810 |
-
"tabletLineHeight": 1.3,
|
2811 |
-
"tabletLetterSpacing": -1,
|
2812 |
-
"mobileFontSize": 34,
|
2813 |
-
"mobileFontWeight": 400,
|
2814 |
-
"mobileLineHeight": 1.3,
|
2815 |
-
"mobileLetterSpacing": -1
|
2816 |
-
},
|
2817 |
-
{
|
2818 |
-
"deletable": "off",
|
2819 |
-
"id": "heading2",
|
2820 |
-
"title": "Heading 2",
|
2821 |
-
"fontFamily": "oswald",
|
2822 |
-
"fontFamilyType": "google",
|
2823 |
-
"fontSize": 36,
|
2824 |
-
"fontWeight": 400,
|
2825 |
-
"lineHeight": 1.3999999999999999,
|
2826 |
-
"letterSpacing": -1,
|
2827 |
-
"tabletFontSize": 35,
|
2828 |
-
"tabletFontWeight": 400,
|
2829 |
-
"tabletLineHeight": 1.3,
|
2830 |
-
"tabletLetterSpacing": -0.5,
|
2831 |
-
"mobileFontSize": 29,
|
2832 |
-
"mobileFontWeight": 400,
|
2833 |
-
"mobileLineHeight": 1.3,
|
2834 |
-
"mobileLetterSpacing": -0.5
|
2835 |
-
},
|
2836 |
-
{
|
2837 |
-
"deletable": "off",
|
2838 |
-
"id": "heading3",
|
2839 |
-
"title": "Heading 3",
|
2840 |
-
"fontFamily": "oswald",
|
2841 |
-
"fontFamilyType": "google",
|
2842 |
-
"fontSize": 28,
|
2843 |
-
"fontWeight": 400,
|
2844 |
-
"lineHeight": 1.3999999999999999,
|
2845 |
-
"letterSpacing": 0,
|
2846 |
-
"tabletFontSize": 27,
|
2847 |
-
"tabletFontWeight": 400,
|
2848 |
-
"tabletLineHeight": 1.3,
|
2849 |
-
"tabletLetterSpacing": 0,
|
2850 |
-
"mobileFontSize": 22,
|
2851 |
-
"mobileFontWeight": 400,
|
2852 |
-
"mobileLineHeight": 1.3,
|
2853 |
-
"mobileLetterSpacing": 0
|
2854 |
-
},
|
2855 |
-
{
|
2856 |
-
"deletable": "off",
|
2857 |
-
"id": "heading4",
|
2858 |
-
"title": "Heading 4",
|
2859 |
-
"fontFamily": "roboto",
|
2860 |
-
"fontFamilyType": "google",
|
2861 |
-
"fontSize": 22,
|
2862 |
-
"fontWeight": 400,
|
2863 |
-
"lineHeight": 1.5,
|
2864 |
-
"letterSpacing": 0,
|
2865 |
-
"tabletFontSize": 22,
|
2866 |
-
"tabletFontWeight": 400,
|
2867 |
-
"tabletLineHeight": 1.3999999999999999,
|
2868 |
-
"tabletLetterSpacing": 0,
|
2869 |
-
"mobileFontSize": 21,
|
2870 |
-
"mobileFontWeight": 400,
|
2871 |
-
"mobileLineHeight": 1.3999999999999999,
|
2872 |
-
"mobileLetterSpacing": 0
|
2873 |
-
},
|
2874 |
-
{
|
2875 |
-
"deletable": "off",
|
2876 |
-
"id": "heading5",
|
2877 |
-
"title": "Heading 5",
|
2878 |
-
"fontFamily": "roboto",
|
2879 |
-
"fontFamilyType": "google",
|
2880 |
-
"fontSize": 20,
|
2881 |
-
"fontWeight": 400,
|
2882 |
-
"lineHeight": 1.6000000000000001,
|
2883 |
-
"letterSpacing": 0,
|
2884 |
-
"tabletFontSize": 19,
|
2885 |
-
"tabletFontWeight": 400,
|
2886 |
-
"tabletLineHeight": 1.5,
|
2887 |
-
"tabletLetterSpacing": 0,
|
2888 |
-
"mobileFontSize": 18,
|
2889 |
-
"mobileFontWeight": 400,
|
2890 |
-
"mobileLineHeight": 1.5,
|
2891 |
-
"mobileLetterSpacing": 0
|
2892 |
-
},
|
2893 |
-
{
|
2894 |
-
"deletable": "off",
|
2895 |
-
"id": "heading6",
|
2896 |
-
"title": "Heading 6",
|
2897 |
-
"fontFamily": "roboto",
|
2898 |
-
"fontFamilyType": "google",
|
2899 |
-
"fontSize": 16,
|
2900 |
-
"fontWeight": 400,
|
2901 |
-
"lineHeight": 1.5,
|
2902 |
-
"letterSpacing": 0,
|
2903 |
-
"tabletFontSize": 16,
|
2904 |
-
"tabletFontWeight": 400,
|
2905 |
-
"tabletLineHeight": 1.5,
|
2906 |
-
"tabletLetterSpacing": 0,
|
2907 |
-
"mobileFontSize": 16,
|
2908 |
-
"mobileFontWeight": 400,
|
2909 |
-
"mobileLineHeight": 1.5,
|
2910 |
-
"mobileLetterSpacing": 0
|
2911 |
-
},
|
2912 |
-
{
|
2913 |
-
"deletable": "off",
|
2914 |
-
"id": "button",
|
2915 |
-
"title": "Button",
|
2916 |
-
"fontFamily": "roboto",
|
2917 |
-
"fontFamilyType": "google",
|
2918 |
-
"fontSize": 15,
|
2919 |
-
"fontWeight": 700,
|
2920 |
-
"lineHeight": 1.6000000000000001,
|
2921 |
-
"letterSpacing": 1,
|
2922 |
-
"tabletFontSize": 13,
|
2923 |
-
"tabletFontWeight": 600,
|
2924 |
-
"tabletLineHeight": 1.6000000000000001,
|
2925 |
-
"tabletLetterSpacing": 1,
|
2926 |
-
"mobileFontSize": 13,
|
2927 |
-
"mobileFontWeight": 600,
|
2928 |
-
"mobileLineHeight": 1.6000000000000001,
|
2929 |
-
"mobileLetterSpacing": 1
|
2930 |
-
}
|
2931 |
-
]
|
2932 |
-
},
|
2933 |
-
{
|
2934 |
-
"id": "xjgeewgibkkurlxnmtsozeucbcpwixyncglc",
|
2935 |
-
"title": "Exquisite",
|
2936 |
-
"colorPalette": [
|
2937 |
-
{
|
2938 |
-
"id": "color1",
|
2939 |
-
"hex": "#0D1B71"
|
2940 |
-
},
|
2941 |
-
{
|
2942 |
-
"id": "color2",
|
2943 |
-
"hex": "#1D1F3A"
|
2944 |
-
},
|
2945 |
-
{
|
2946 |
-
"id": "color3",
|
2947 |
-
"hex": "#C63160"
|
2948 |
-
},
|
2949 |
-
{
|
2950 |
-
"id": "color4",
|
2951 |
-
"hex": "#FCD1CE"
|
2952 |
-
},
|
2953 |
-
{
|
2954 |
-
"id": "color5",
|
2955 |
-
"hex": "#9DE1EC"
|
2956 |
-
},
|
2957 |
-
{
|
2958 |
-
"id": "color6",
|
2959 |
-
"hex": "#EFF1FA"
|
2960 |
-
},
|
2961 |
-
{
|
2962 |
-
"id": "color7",
|
2963 |
-
"hex": "#575864"
|
2964 |
-
},
|
2965 |
-
{
|
2966 |
-
"id": "color8",
|
2967 |
-
"hex": "#FFFFFF"
|
2968 |
-
}
|
2969 |
-
],
|
2970 |
-
"fontStyles": [
|
2971 |
-
{
|
2972 |
-
"deletable": "off",
|
2973 |
-
"id": "paragraph",
|
2974 |
-
"title": "Paragraph",
|
2975 |
-
"fontFamily": "oxygen",
|
2976 |
-
"fontFamilyType": "google",
|
2977 |
-
"fontSize": 16,
|
2978 |
-
"fontWeight": 400,
|
2979 |
-
"lineHeight": 1.8999999999999999,
|
2980 |
-
"letterSpacing": 0,
|
2981 |
-
"tabletFontSize": 15,
|
2982 |
-
"tabletFontWeight": 400,
|
2983 |
-
"tabletLineHeight": 1.6000000000000001,
|
2984 |
-
"tabletLetterSpacing": 0,
|
2985 |
-
"mobileFontSize": 15,
|
2986 |
-
"mobileFontWeight": 400,
|
2987 |
-
"mobileLineHeight": 1.6000000000000001,
|
2988 |
-
"mobileLetterSpacing": 0
|
2989 |
-
},
|
2990 |
-
{
|
2991 |
-
"deletable": "off",
|
2992 |
-
"id": "subtitle",
|
2993 |
-
"title": "Subtitle",
|
2994 |
-
"fontFamily": "oxygen",
|
2995 |
-
"fontFamilyType": "google",
|
2996 |
-
"fontSize": 17,
|
2997 |
-
"fontWeight": 400,
|
2998 |
-
"lineHeight": 1.8,
|
2999 |
-
"letterSpacing": 0,
|
3000 |
-
"tabletFontSize": 17,
|
3001 |
-
"tabletFontWeight": 300,
|
3002 |
-
"tabletLineHeight": 1.5,
|
3003 |
-
"tabletLetterSpacing": 0,
|
3004 |
-
"mobileFontSize": 17,
|
3005 |
-
"mobileFontWeight": 300,
|
3006 |
-
"mobileLineHeight": 1.5,
|
3007 |
-
"mobileLetterSpacing": 0
|
3008 |
-
},
|
3009 |
-
{
|
3010 |
-
"deletable": "off",
|
3011 |
-
"id": "abovetitle",
|
3012 |
-
"title": "Above Title",
|
3013 |
-
"fontFamily": "oxygen",
|
3014 |
-
"fontFamilyType": "google",
|
3015 |
-
"fontSize": 13,
|
3016 |
-
"fontWeight": 700,
|
3017 |
-
"lineHeight": 1.5,
|
3018 |
-
"letterSpacing": 1.1000000000000001,
|
3019 |
-
"tabletFontSize": 13,
|
3020 |
-
"tabletFontWeight": 600,
|
3021 |
-
"tabletLineHeight": 1.5,
|
3022 |
-
"tabletLetterSpacing": 1,
|
3023 |
-
"mobileFontSize": 13,
|
3024 |
-
"mobileFontWeight": 600,
|
3025 |
-
"mobileLineHeight": 1.5,
|
3026 |
-
"mobileLetterSpacing": 1
|
3027 |
-
},
|
3028 |
-
{
|
3029 |
-
"deletable": "off",
|
3030 |
-
"id": "heading1",
|
3031 |
-
"title": "Heading 1",
|
3032 |
-
"fontFamily": "playfair_display",
|
3033 |
-
"fontFamilyType": "google",
|
3034 |
-
"fontSize": 52,
|
3035 |
-
"fontWeight": 400,
|
3036 |
-
"lineHeight": 1.3,
|
3037 |
-
"letterSpacing": -1.5,
|
3038 |
-
"tabletFontSize": 46,
|
3039 |
-
"tabletFontWeight": 400,
|
3040 |
-
"tabletLineHeight": 1.3,
|
3041 |
-
"tabletLetterSpacing": -1,
|
3042 |
-
"mobileFontSize": 40,
|
3043 |
-
"mobileFontWeight": 400,
|
3044 |
-
"mobileLineHeight": 1.3,
|
3045 |
-
"mobileLetterSpacing": -1
|
3046 |
-
},
|
3047 |
-
{
|
3048 |
-
"deletable": "off",
|
3049 |
-
"id": "heading2",
|
3050 |
-
"title": "Heading 2",
|
3051 |
-
"fontFamily": "playfair_display",
|
3052 |
-
"fontFamilyType": "google",
|
3053 |
-
"fontSize": 42,
|
3054 |
-
"fontWeight": 400,
|
3055 |
-
"lineHeight": 1.3999999999999999,
|
3056 |
-
"letterSpacing": -1,
|
3057 |
-
"tabletFontSize": 35,
|
3058 |
-
"tabletFontWeight": 400,
|
3059 |
-
"tabletLineHeight": 1.3,
|
3060 |
-
"tabletLetterSpacing": -0.5,
|
3061 |
-
"mobileFontSize": 29,
|
3062 |
-
"mobileFontWeight": 400,
|
3063 |
-
"mobileLineHeight": 1.3,
|
3064 |
-
"mobileLetterSpacing": -0.5
|
3065 |
-
},
|
3066 |
-
{
|
3067 |
-
"deletable": "off",
|
3068 |
-
"id": "heading3",
|
3069 |
-
"title": "Heading 3",
|
3070 |
-
"fontFamily": "playfair_display",
|
3071 |
-
"fontFamilyType": "google",
|
3072 |
-
"fontSize": 29,
|
3073 |
-
"fontWeight": 400,
|
3074 |
-
"lineHeight": 1.3999999999999999,
|
3075 |
-
"letterSpacing": 0,
|
3076 |
-
"tabletFontSize": 26,
|
3077 |
-
"tabletFontWeight": 400,
|
3078 |
-
"tabletLineHeight": 1.3,
|
3079 |
-
"tabletLetterSpacing": 0,
|
3080 |
-
"mobileFontSize": 23,
|
3081 |
-
"mobileFontWeight": 400,
|
3082 |
-
"mobileLineHeight": 1.3,
|
3083 |
-
"mobileLetterSpacing": 0
|
3084 |
-
},
|
3085 |
-
{
|
3086 |
-
"deletable": "off",
|
3087 |
-
"id": "heading4",
|
3088 |
-
"title": "Heading 4",
|
3089 |
-
"fontFamily": "oxygen",
|
3090 |
-
"fontFamilyType": "google",
|
3091 |
-
"fontSize": 22,
|
3092 |
-
"fontWeight": 700,
|
3093 |
-
"lineHeight": 1.5,
|
3094 |
-
"letterSpacing": 0,
|
3095 |
-
"tabletFontSize": 22,
|
3096 |
-
"tabletFontWeight": 600,
|
3097 |
-
"tabletLineHeight": 1.3999999999999999,
|
3098 |
-
"tabletLetterSpacing": 0,
|
3099 |
-
"mobileFontSize": 21,
|
3100 |
-
"mobileFontWeight": 600,
|
3101 |
-
"mobileLineHeight": 1.3999999999999999,
|
3102 |
-
"mobileLetterSpacing": 0
|
3103 |
-
},
|
3104 |
-
{
|
3105 |
-
"deletable": "off",
|
3106 |
-
"id": "heading5",
|
3107 |
-
"title": "Heading 5",
|
3108 |
-
"fontFamily": "oxygen",
|
3109 |
-
"fontFamilyType": "google",
|
3110 |
-
"fontSize": 20,
|
3111 |
-
"fontWeight": 700,
|
3112 |
-
"lineHeight": 1.6000000000000001,
|
3113 |
-
"letterSpacing": 0,
|
3114 |
-
"tabletFontSize": 19,
|
3115 |
-
"tabletFontWeight": 600,
|
3116 |
-
"tabletLineHeight": 1.5,
|
3117 |
-
"tabletLetterSpacing": 0,
|
3118 |
-
"mobileFontSize": 18,
|
3119 |
-
"mobileFontWeight": 600,
|
3120 |
-
"mobileLineHeight": 1.5,
|
3121 |
-
"mobileLetterSpacing": 0
|
3122 |
-
},
|
3123 |
-
{
|
3124 |
-
"deletable": "off",
|
3125 |
-
"id": "heading6",
|
3126 |
-
"title": "Heading 6",
|
3127 |
-
"fontFamily": "oxygen",
|
3128 |
-
"fontFamilyType": "google",
|
3129 |
-
"fontSize": 16,
|
3130 |
-
"fontWeight": 400,
|
3131 |
-
"lineHeight": 1.5,
|
3132 |
-
"letterSpacing": 0,
|
3133 |
-
"tabletFontSize": 16,
|
3134 |
-
"tabletFontWeight": 400,
|
3135 |
-
"tabletLineHeight": 1.5,
|
3136 |
-
"tabletLetterSpacing": 0,
|
3137 |
-
"mobileFontSize": 16,
|
3138 |
-
"mobileFontWeight": 400,
|
3139 |
-
"mobileLineHeight": 1.5,
|
3140 |
-
"mobileLetterSpacing": 0
|
3141 |
-
},
|
3142 |
-
{
|
3143 |
-
"deletable": "off",
|
3144 |
-
"id": "button",
|
3145 |
-
"title": "Button",
|
3146 |
-
"fontFamily": "oxygen",
|
3147 |
-
"fontFamilyType": "google",
|
3148 |
-
"fontSize": 15,
|
3149 |
-
"fontWeight": 700,
|
3150 |
-
"lineHeight": 1.6000000000000001,
|
3151 |
-
"letterSpacing": 1,
|
3152 |
-
"tabletFontSize": 13,
|
3153 |
-
"tabletFontWeight": 600,
|
3154 |
-
"tabletLineHeight": 1.6000000000000001,
|
3155 |
-
"tabletLetterSpacing": 0,
|
3156 |
-
"mobileFontSize": 13,
|
3157 |
-
"mobileFontWeight": 600,
|
3158 |
-
"mobileLineHeight": 1.6000000000000001,
|
3159 |
-
"mobileLetterSpacing": 0
|
3160 |
-
}
|
3161 |
-
]
|
3162 |
-
},
|
3163 |
-
{
|
3164 |
-
"id": "vysgrrxdqidobgfkzbvkkeaskxzmqpmadwrw",
|
3165 |
-
"title": "Chubby",
|
3166 |
-
"colorPalette": [
|
3167 |
-
{
|
3168 |
-
"id": "color1",
|
3169 |
-
"hex": "#42497D"
|
3170 |
-
},
|
3171 |
-
{
|
3172 |
-
"id": "color2",
|
3173 |
-
"hex": "#181A34"
|
3174 |
-
},
|
3175 |
-
{
|
3176 |
-
"id": "color3",
|
3177 |
-
"hex": "#4853BB"
|
3178 |
-
},
|
3179 |
-
{
|
3180 |
-
"id": "color4",
|
3181 |
-
"hex": "#98D8F3"
|
3182 |
-
},
|
3183 |
-
{
|
3184 |
-
"id": "color5",
|
3185 |
-
"hex": "#D2D6FD"
|
3186 |
-
},
|
3187 |
-
{
|
3188 |
-
"id": "color6",
|
3189 |
-
"hex": "#EDF4F5"
|
3190 |
-
},
|
3191 |
-
{
|
3192 |
-
"id": "color7",
|
3193 |
-
"hex": "#80818D"
|
3194 |
-
},
|
3195 |
-
{
|
3196 |
-
"id": "color8",
|
3197 |
-
"hex": "#FFFFFF"
|
3198 |
-
}
|
3199 |
-
],
|
3200 |
-
"fontStyles": [
|
3201 |
-
{
|
3202 |
-
"deletable": "off",
|
3203 |
-
"id": "paragraph",
|
3204 |
-
"title": "Paragraph",
|
3205 |
-
"fontFamily": "fira_sans",
|
3206 |
-
"fontFamilyType": "google",
|
3207 |
-
"fontSize": 16,
|
3208 |
-
"fontWeight": 400,
|
3209 |
-
"lineHeight": 1.8999999999999999,
|
3210 |
-
"letterSpacing": 0,
|
3211 |
-
"tabletFontSize": 15,
|
3212 |
-
"tabletFontWeight": 400,
|
3213 |
-
"tabletLineHeight": 1.6000000000000001,
|
3214 |
-
"tabletLetterSpacing": 0,
|
3215 |
-
"mobileFontSize": 15,
|
3216 |
-
"mobileFontWeight": 400,
|
3217 |
-
"mobileLineHeight": 1.6000000000000001,
|
3218 |
-
"mobileLetterSpacing": 0
|
3219 |
-
},
|
3220 |
-
{
|
3221 |
-
"deletable": "off",
|
3222 |
-
"id": "subtitle",
|
3223 |
-
"title": "Subtitle",
|
3224 |
-
"fontFamily": "fira_sans",
|
3225 |
-
"fontFamilyType": "google",
|
3226 |
-
"fontSize": 17,
|
3227 |
-
"fontWeight": 400,
|
3228 |
-
"lineHeight": 1.8,
|
3229 |
-
"letterSpacing": 0,
|
3230 |
-
"tabletFontSize": 17,
|
3231 |
-
"tabletFontWeight": 300,
|
3232 |
-
"tabletLineHeight": 1.5,
|
3233 |
-
"tabletLetterSpacing": 0,
|
3234 |
-
"mobileFontSize": 17,
|
3235 |
-
"mobileFontWeight": 300,
|
3236 |
-
"mobileLineHeight": 1.5,
|
3237 |
-
"mobileLetterSpacing": 0
|
3238 |
-
},
|
3239 |
-
{
|
3240 |
-
"deletable": "off",
|
3241 |
-
"id": "abovetitle",
|
3242 |
-
"title": "Above Title",
|
3243 |
-
"fontFamily": "fira_sans",
|
3244 |
-
"fontFamilyType": "google",
|
3245 |
-
"fontSize": 13,
|
3246 |
-
"fontWeight": 700,
|
3247 |
-
"lineHeight": 1.5,
|
3248 |
-
"letterSpacing": 1.1000000000000001,
|
3249 |
-
"tabletFontSize": 13,
|
3250 |
-
"tabletFontWeight": 600,
|
3251 |
-
"tabletLineHeight": 1.5,
|
3252 |
-
"tabletLetterSpacing": 1,
|
3253 |
-
"mobileFontSize": 13,
|
3254 |
-
"mobileFontWeight": 600,
|
3255 |
-
"mobileLineHeight": 1.5,
|
3256 |
-
"mobileLetterSpacing": 1
|
3257 |
-
},
|
3258 |
-
{
|
3259 |
-
"deletable": "off",
|
3260 |
-
"id": "heading1",
|
3261 |
-
"title": "Heading 1",
|
3262 |
-
"fontFamily": "abril_fatface",
|
3263 |
-
"fontFamilyType": "google",
|
3264 |
-
"fontSize": 52,
|
3265 |
-
"fontWeight": 400,
|
3266 |
-
"lineHeight": 1.3,
|
3267 |
-
"letterSpacing": -1.5,
|
3268 |
-
"tabletFontSize": 46,
|
3269 |
-
"tabletFontWeight": 400,
|
3270 |
-
"tabletLineHeight": 1.3,
|
3271 |
-
"tabletLetterSpacing": -1,
|
3272 |
-
"mobileFontSize": 40,
|
3273 |
-
"mobileFontWeight": 400,
|
3274 |
-
"mobileLineHeight": 1.3,
|
3275 |
-
"mobileLetterSpacing": -1
|
3276 |
-
},
|
3277 |
-
{
|
3278 |
-
"deletable": "off",
|
3279 |
-
"id": "heading2",
|
3280 |
-
"title": "Heading 2",
|
3281 |
-
"fontFamily": "abril_fatface",
|
3282 |
-
"fontFamilyType": "google",
|
3283 |
-
"fontSize": 42,
|
3284 |
-
"fontWeight": 400,
|
3285 |
-
"lineHeight": 1.3999999999999999,
|
3286 |
-
"letterSpacing": -1,
|
3287 |
-
"tabletFontSize": 35,
|
3288 |
-
"tabletFontWeight": 400,
|
3289 |
-
"tabletLineHeight": 1.3,
|
3290 |
-
"tabletLetterSpacing": -0.5,
|
3291 |
-
"mobileFontSize": 29,
|
3292 |
-
"mobileFontWeight": 400,
|
3293 |
-
"mobileLineHeight": 1.3,
|
3294 |
-
"mobileLetterSpacing": -0.5
|
3295 |
-
},
|
3296 |
-
{
|
3297 |
-
"deletable": "off",
|
3298 |
-
"id": "heading3",
|
3299 |
-
"title": "Heading 3",
|
3300 |
-
"fontFamily": "abril_fatface",
|
3301 |
-
"fontFamilyType": "google",
|
3302 |
-
"fontSize": 32,
|
3303 |
-
"fontWeight": 400,
|
3304 |
-
"lineHeight": 1.3999999999999999,
|
3305 |
-
"letterSpacing": 0,
|
3306 |
-
"tabletFontSize": 27,
|
3307 |
-
"tabletFontWeight": 400,
|
3308 |
-
"tabletLineHeight": 1.3,
|
3309 |
-
"tabletLetterSpacing": 0,
|
3310 |
-
"mobileFontSize": 22,
|
3311 |
-
"mobileFontWeight": 400,
|
3312 |
-
"mobileLineHeight": 1.3,
|
3313 |
-
"mobileLetterSpacing": 0
|
3314 |
-
},
|
3315 |
-
{
|
3316 |
-
"deletable": "off",
|
3317 |
-
"id": "heading4",
|
3318 |
-
"title": "Heading 4",
|
3319 |
-
"fontFamily": "fira_sans",
|
3320 |
-
"fontFamilyType": "google",
|
3321 |
-
"fontSize": 22,
|
3322 |
-
"fontWeight": 700,
|
3323 |
-
"lineHeight": 1.5,
|
3324 |
-
"letterSpacing": 0,
|
3325 |
-
"tabletFontSize": 22,
|
3326 |
-
"tabletFontWeight": 400,
|
3327 |
-
"tabletLineHeight": 1.3999999999999999,
|
3328 |
-
"tabletLetterSpacing": 0,
|
3329 |
-
"mobileFontSize": 21,
|
3330 |
-
"mobileFontWeight": 400,
|
3331 |
-
"mobileLineHeight": 1.3999999999999999,
|
3332 |
-
"mobileLetterSpacing": 0
|
3333 |
-
},
|
3334 |
-
{
|
3335 |
-
"deletable": "off",
|
3336 |
-
"id": "heading5",
|
3337 |
-
"title": "Heading 5",
|
3338 |
-
"fontFamily": "fira_sans",
|
3339 |
-
"fontFamilyType": "google",
|
3340 |
-
"fontSize": 20,
|
3341 |
-
"fontWeight": 700,
|
3342 |
-
"lineHeight": 1.6000000000000001,
|
3343 |
-
"letterSpacing": 0,
|
3344 |
-
"tabletFontSize": 19,
|
3345 |
-
"tabletFontWeight": 600,
|
3346 |
-
"tabletLineHeight": 1.5,
|
3347 |
-
"tabletLetterSpacing": 0,
|
3348 |
-
"mobileFontSize": 18,
|
3349 |
-
"mobileFontWeight": 600,
|
3350 |
-
"mobileLineHeight": 1.5,
|
3351 |
-
"mobileLetterSpacing": 0
|
3352 |
-
},
|
3353 |
-
{
|
3354 |
-
"deletable": "off",
|
3355 |
-
"id": "heading6",
|
3356 |
-
"title": "Heading 6",
|
3357 |
-
"fontFamily": "fira_sans",
|
3358 |
-
"fontFamilyType": "google",
|
3359 |
-
"fontSize": 16,
|
3360 |
-
"fontWeight": 400,
|
3361 |
-
"lineHeight": 1.5,
|
3362 |
-
"letterSpacing": 0,
|
3363 |
-
"tabletFontSize": 16,
|
3364 |
-
"tabletFontWeight": 400,
|
3365 |
-
"tabletLineHeight": 1.5,
|
3366 |
-
"tabletLetterSpacing": 0,
|
3367 |
-
"mobileFontSize": 16,
|
3368 |
-
"mobileFontWeight": 400,
|
3369 |
-
"mobileLineHeight": 1.5,
|
3370 |
-
"mobileLetterSpacing": 0
|
3371 |
-
},
|
3372 |
-
{
|
3373 |
-
"deletable": "off",
|
3374 |
-
"id": "button",
|
3375 |
-
"title": "Button",
|
3376 |
-
"fontFamily": "fira_sans",
|
3377 |
-
"fontFamilyType": "google",
|
3378 |
-
"fontSize": 15,
|
3379 |
-
"fontWeight": 700,
|
3380 |
-
"lineHeight": 1.6000000000000001,
|
3381 |
-
"letterSpacing": 1,
|
3382 |
-
"tabletFontSize": 13,
|
3383 |
-
"tabletFontWeight": 600,
|
3384 |
-
"tabletLineHeight": 1.6000000000000001,
|
3385 |
-
"tabletLetterSpacing": 1,
|
3386 |
-
"mobileFontSize": 13,
|
3387 |
-
"mobileFontWeight": 600,
|
3388 |
-
"mobileLineHeight": 1.6000000000000001,
|
3389 |
-
"mobileLetterSpacing": 1
|
3390 |
-
}
|
3391 |
-
]
|
3392 |
-
},
|
3393 |
-
{
|
3394 |
-
"id": "htbprlrkzfekfscuwidkwmdomcfrnvgoakws",
|
3395 |
-
"title": "Samurai",
|
3396 |
-
"colorPalette": [
|
3397 |
-
{
|
3398 |
-
"id": "color1",
|
3399 |
-
"hex": "#C19F80"
|
3400 |
-
},
|
3401 |
-
{
|
3402 |
-
"id": "color2",
|
3403 |
-
"hex": "#0C2117"
|
3404 |
-
},
|
3405 |
-
{
|
3406 |
-
"id": "color3",
|
3407 |
-
"hex": "#E46931"
|
3408 |
-
},
|
3409 |
-
{
|
3410 |
-
"id": "color4",
|
3411 |
-
"hex": "#E3FCBF"
|
3412 |
-
},
|
3413 |
-
{
|
3414 |
-
"id": "color5",
|
3415 |
-
"hex": "#CEC238"
|
3416 |
-
},
|
3417 |
-
{
|
3418 |
-
"id": "color6",
|
3419 |
-
"hex": "#F5EFDF"
|
3420 |
-
},
|
3421 |
-
{
|
3422 |
-
"id": "color7",
|
3423 |
-
"hex": "#5C615E"
|
3424 |
-
},
|
3425 |
-
{
|
3426 |
-
"id": "color8",
|
3427 |
-
"hex": "#FFFFFF"
|
3428 |
-
}
|
3429 |
-
],
|
3430 |
-
"fontStyles": [
|
3431 |
-
{
|
3432 |
-
"deletable": "off",
|
3433 |
-
"id": "paragraph",
|
3434 |
-
"title": "Paragraph",
|
3435 |
-
"fontFamily": "comfortaa",
|
3436 |
-
"fontFamilyType": "google",
|
3437 |
-
"fontSize": 16,
|
3438 |
-
"fontWeight": 400,
|
3439 |
-
"lineHeight": 1.8999999999999999,
|
3440 |
-
"letterSpacing": 0,
|
3441 |
-
"tabletFontSize": 15,
|
3442 |
-
"tabletFontWeight": 400,
|
3443 |
-
"tabletLineHeight": 1.6000000000000001,
|
3444 |
-
"tabletLetterSpacing": 0,
|
3445 |
-
"mobileFontSize": 15,
|
3446 |
-
"mobileFontWeight": 400,
|
3447 |
-
"mobileLineHeight": 1.6000000000000001,
|
3448 |
-
"mobileLetterSpacing": 0
|
3449 |
-
},
|
3450 |
-
{
|
3451 |
-
"deletable": "off",
|
3452 |
-
"id": "subtitle",
|
3453 |
-
"title": "Subtitle",
|
3454 |
-
"fontFamily": "comfortaa",
|
3455 |
-
"fontFamilyType": "google",
|
3456 |
-
"fontSize": 17,
|
3457 |
-
"fontWeight": 400,
|
3458 |
-
"lineHeight": 1.8,
|
3459 |
-
"letterSpacing": 0,
|
3460 |
-
"tabletFontSize": 17,
|
3461 |
-
"tabletFontWeight": 300,
|
3462 |
-
"tabletLineHeight": 1.5,
|
3463 |
-
"tabletLetterSpacing": 0,
|
3464 |
-
"mobileFontSize": 17,
|
3465 |
-
"mobileFontWeight": 300,
|
3466 |
-
"mobileLineHeight": 1.5,
|
3467 |
-
"mobileLetterSpacing": 0
|
3468 |
-
},
|
3469 |
-
{
|
3470 |
-
"deletable": "off",
|
3471 |
-
"id": "abovetitle",
|
3472 |
-
"title": "Above Title",
|
3473 |
-
"fontFamily": "comfortaa",
|
3474 |
-
"fontFamilyType": "google",
|
3475 |
-
"fontSize": 13,
|
3476 |
-
"fontWeight": 700,
|
3477 |
-
"lineHeight": 1.5,
|
3478 |
-
"letterSpacing": 1.1000000000000001,
|
3479 |
-
"tabletFontSize": 13,
|
3480 |
-
"tabletFontWeight": 600,
|
3481 |
-
"tabletLineHeight": 1.5,
|
3482 |
-
"tabletLetterSpacing": 1,
|
3483 |
-
"mobileFontSize": 13,
|
3484 |
-
"mobileFontWeight": 600,
|
3485 |
-
"mobileLineHeight": 1.5,
|
3486 |
-
"mobileLetterSpacing": 1
|
3487 |
-
},
|
3488 |
-
{
|
3489 |
-
"deletable": "off",
|
3490 |
-
"id": "heading1",
|
3491 |
-
"title": "Heading 1",
|
3492 |
-
"fontFamily": "kaushan_script",
|
3493 |
-
"fontFamilyType": "google",
|
3494 |
-
"fontSize": 52,
|
3495 |
-
"fontWeight": 400,
|
3496 |
-
"lineHeight": 1.3,
|
3497 |
-
"letterSpacing": -1.5,
|
3498 |
-
"tabletFontSize": 46,
|
3499 |
-
"tabletFontWeight": 400,
|
3500 |
-
"tabletLineHeight": 1.3,
|
3501 |
-
"tabletLetterSpacing": -1,
|
3502 |
-
"mobileFontSize": 40,
|
3503 |
-
"mobileFontWeight": 400,
|
3504 |
-
"mobileLineHeight": 1.3,
|
3505 |
-
"mobileLetterSpacing": -1
|
3506 |
-
},
|
3507 |
-
{
|
3508 |
-
"deletable": "off",
|
3509 |
-
"id": "heading2",
|
3510 |
-
"title": "Heading 2",
|
3511 |
-
"fontFamily": "kaushan_script",
|
3512 |
-
"fontFamilyType": "google",
|
3513 |
-
"fontSize": 42,
|
3514 |
-
"fontWeight": 400,
|
3515 |
-
"lineHeight": 1.3999999999999999,
|
3516 |
-
"letterSpacing": -1,
|
3517 |
-
"tabletFontSize": 35,
|
3518 |
-
"tabletFontWeight": 400,
|
3519 |
-
"tabletLineHeight": 1.3,
|
3520 |
-
"tabletLetterSpacing": -0.5,
|
3521 |
-
"mobileFontSize": 29,
|
3522 |
-
"mobileFontWeight": 400,
|
3523 |
-
"mobileLineHeight": 1.3,
|
3524 |
-
"mobileLetterSpacing": -0.5
|
3525 |
-
},
|
3526 |
-
{
|
3527 |
-
"deletable": "off",
|
3528 |
-
"id": "heading3",
|
3529 |
-
"title": "Heading 3",
|
3530 |
-
"fontFamily": "kaushan_script",
|
3531 |
-
"fontFamilyType": "google",
|
3532 |
-
"fontSize": 32,
|
3533 |
-
"fontWeight": 400,
|
3534 |
-
"lineHeight": 1.3999999999999999,
|
3535 |
-
"letterSpacing": 0,
|
3536 |
-
"tabletFontSize": 27,
|
3537 |
-
"tabletFontWeight": 400,
|
3538 |
-
"tabletLineHeight": 1.3,
|
3539 |
-
"tabletLetterSpacing": 0,
|
3540 |
-
"mobileFontSize": 22,
|
3541 |
-
"mobileFontWeight": 400,
|
3542 |
-
"mobileLineHeight": 1.3,
|
3543 |
-
"mobileLetterSpacing": 0
|
3544 |
-
},
|
3545 |
-
{
|
3546 |
-
"deletable": "off",
|
3547 |
-
"id": "heading4",
|
3548 |
-
"title": "Heading 4",
|
3549 |
-
"fontFamily": "comfortaa",
|
3550 |
-
"fontFamilyType": "google",
|
3551 |
-
"fontSize": 22,
|
3552 |
-
"fontWeight": 700,
|
3553 |
-
"lineHeight": 1.5,
|
3554 |
-
"letterSpacing": 0,
|
3555 |
-
"tabletFontSize": 22,
|
3556 |
-
"tabletFontWeight": 400,
|
3557 |
-
"tabletLineHeight": 1.3999999999999999,
|
3558 |
-
"tabletLetterSpacing": 0,
|
3559 |
-
"mobileFontSize": 21,
|
3560 |
-
"mobileFontWeight": 400,
|
3561 |
-
"mobileLineHeight": 1.3999999999999999,
|
3562 |
-
"mobileLetterSpacing": 0
|
3563 |
-
},
|
3564 |
-
{
|
3565 |
-
"deletable": "off",
|
3566 |
-
"id": "heading5",
|
3567 |
-
"title": "Heading 5",
|
3568 |
-
"fontFamily": "comfortaa",
|
3569 |
-
"fontFamilyType": "google",
|
3570 |
-
"fontSize": 20,
|
3571 |
-
"fontWeight": 700,
|
3572 |
-
"lineHeight": 1.6000000000000001,
|
3573 |
-
"letterSpacing": 0,
|
3574 |
-
"tabletFontSize": 19,
|
3575 |
-
"tabletFontWeight": 600,
|
3576 |
-
"tabletLineHeight": 1.5,
|
3577 |
-
"tabletLetterSpacing": 0,
|
3578 |
-
"mobileFontSize": 18,
|
3579 |
-
"mobileFontWeight": 600,
|
3580 |
-
"mobileLineHeight": 1.5,
|
3581 |
-
"mobileLetterSpacing": 0
|
3582 |
-
},
|
3583 |
-
{
|
3584 |
-
"deletable": "off",
|
3585 |
-
"id": "heading6",
|
3586 |
-
"title": "Heading 6",
|
3587 |
-
"fontFamily": "comfortaa",
|
3588 |
-
"fontFamilyType": "google",
|
3589 |
-
"fontSize": 16,
|
3590 |
-
"fontWeight": 700,
|
3591 |
-
"lineHeight": 1.5,
|
3592 |
-
"letterSpacing": 0,
|
3593 |
-
"tabletFontSize": 16,
|
3594 |
-
"tabletFontWeight": 700,
|
3595 |
-
"tabletLineHeight": 1.5,
|
3596 |
-
"tabletLetterSpacing": 0,
|
3597 |
-
"mobileFontSize": 16,
|
3598 |
-
"mobileFontWeight": 700,
|
3599 |
-
"mobileLineHeight": 1.5,
|
3600 |
-
"mobileLetterSpacing": 0
|
3601 |
-
},
|
3602 |
-
{
|
3603 |
-
"deletable": "off",
|
3604 |
-
"id": "button",
|
3605 |
-
"title": "Button",
|
3606 |
-
"fontFamily": "comfortaa",
|
3607 |
-
"fontFamilyType": "google",
|
3608 |
-
"fontSize": 15,
|
3609 |
-
"fontWeight": 700,
|
3610 |
-
"lineHeight": 1.6000000000000001,
|
3611 |
-
"letterSpacing": 1,
|
3612 |
-
"tabletFontSize": 13,
|
3613 |
-
"tabletFontWeight": 600,
|
3614 |
-
"tabletLineHeight": 1.6000000000000001,
|
3615 |
-
"tabletLetterSpacing": 1,
|
3616 |
-
"mobileFontSize": 13,
|
3617 |
-
"mobileFontWeight": 600,
|
3618 |
-
"mobileLineHeight": 1.6000000000000001,
|
3619 |
-
"mobileLetterSpacing": 1
|
3620 |
-
}
|
3621 |
-
]
|
3622 |
-
}
|
3623 |
-
],
|
3624 |
-
"extraFontStyles": [],
|
3625 |
-
"font": "lato",
|
3626 |
-
"fonts": {
|
3627 |
-
"config": {
|
3628 |
-
"data": [
|
3629 |
-
{
|
3630 |
-
"kind": "webfonts#webfont",
|
3631 |
-
"family": "Lato",
|
3632 |
-
"category": "sans-serif",
|
3633 |
-
"variants": [
|
3634 |
-
"100",
|
3635 |
-
"100italic",
|
3636 |
-
"300",
|
3637 |
-
"300italic",
|
3638 |
-
"regular",
|
3639 |
-
"italic",
|
3640 |
-
"700",
|
3641 |
-
"700italic",
|
3642 |
-
"900",
|
3643 |
-
"900italic"
|
3644 |
-
],
|
3645 |
-
"subsets": ["latin-ext", "latin"],
|
3646 |
-
"version": "v15",
|
3647 |
-
"lastModified": "2019-03-26",
|
3648 |
-
"files": {
|
3649 |
-
"100": "http://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf",
|
3650 |
-
"300": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf",
|
3651 |
-
"700": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf",
|
3652 |
-
"900": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf",
|
3653 |
-
"100italic": "http://fonts.gstatic.com/s/lato/v15/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf",
|
3654 |
-
"300italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf",
|
3655 |
-
"regular": "http://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHvxk6XweuBCY.ttf",
|
3656 |
-
"italic": "http://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf",
|
3657 |
-
"700italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf",
|
3658 |
-
"900italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf"
|
3659 |
-
},
|
3660 |
-
"brizyId": "uzrpsocdxtgrkbxjjxkchqcybpvpzsuvdlji"
|
3661 |
-
},
|
3662 |
-
{
|
3663 |
-
"kind": "webfonts#webfont",
|
3664 |
-
"family": "Overpass",
|
3665 |
-
"category": "sans-serif",
|
3666 |
-
"variants": [
|
3667 |
-
"100",
|
3668 |
-
"100italic",
|
3669 |
-
"200",
|
3670 |
-
"200italic",
|
3671 |
-
"300",
|
3672 |
-
"300italic",
|
3673 |
-
"regular",
|
3674 |
-
"italic",
|
3675 |
-
"600",
|
3676 |
-
"600italic",
|
3677 |
-
"700",
|
3678 |
-
"700italic",
|
3679 |
-
"800",
|
3680 |
-
"800italic",
|
3681 |
-
"900",
|
3682 |
-
"900italic"
|
3683 |
-
],
|
3684 |
-
"subsets": ["latin", "latin-ext"],
|
3685 |
-
"version": "v4",
|
3686 |
-
"lastModified": "2019-07-17",
|
3687 |
-
"files": {
|
3688 |
-
"100": "http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81nGU97gxhcJk1s.ttf",
|
3689 |
-
"200": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81lqcv7K6BsAikI7.ttf",
|
3690 |
-
"300": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kOcf7K6BsAikI7.ttf",
|
3691 |
-
"600": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81l6d_7K6BsAikI7.ttf",
|
3692 |
-
"700": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kedv7K6BsAikI7.ttf",
|
3693 |
-
"800": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kCdf7K6BsAikI7.ttf",
|
3694 |
-
"900": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kmdP7K6BsAikI7.ttf",
|
3695 |
-
"100italic": "http://fonts.gstatic.com/s/overpass/v4/qFdD35WCmI96Ajtm81Gga7rqwjUMg1siNQ.ttf",
|
3696 |
-
"200italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgaxbL4h8ij1I7LLE.ttf",
|
3697 |
-
"300italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga3LI4h8ij1I7LLE.ttf",
|
3698 |
-
"regular": "http://fonts.gstatic.com/s/overpass/v4/qFdH35WCmI96Ajtm82GiWdrCwwcJ.ttf",
|
3699 |
-
"italic": "http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81GgU97gxhcJk1s.ttf",
|
3700 |
-
"600italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgawbO4h8ij1I7LLE.ttf",
|
3701 |
-
"700italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga2LP4h8ij1I7LLE.ttf",
|
3702 |
-
"800italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga37M4h8ij1I7LLE.ttf",
|
3703 |
-
"900italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga1rN4h8ij1I7LLE.ttf"
|
3704 |
-
},
|
3705 |
-
"brizyId": "qwhwsomltrpyogspgbomkxquvqsqfdlvcnfo"
|
3706 |
-
},
|
3707 |
-
{
|
3708 |
-
"kind": "webfonts#webfont",
|
3709 |
-
"family": "Red Hat Text",
|
3710 |
-
"category": "sans-serif",
|
3711 |
-
"variants": [
|
3712 |
-
"regular",
|
3713 |
-
"italic",
|
3714 |
-
"500",
|
3715 |
-
"500italic",
|
3716 |
-
"700",
|
3717 |
-
"700italic"
|
3718 |
-
],
|
3719 |
-
"subsets": ["latin", "latin-ext"],
|
3720 |
-
"version": "v1",
|
3721 |
-
"lastModified": "2019-07-26",
|
3722 |
-
"files": {
|
3723 |
-
"500": "http://fonts.gstatic.com/s/redhattext/v1/RrQIbohi_ic6B3yVSzGBrMxYm4QIG-eFNVmULg.ttf",
|
3724 |
-
"700": "http://fonts.gstatic.com/s/redhattext/v1/RrQIbohi_ic6B3yVSzGBrMxY04IIG-eFNVmULg.ttf",
|
3725 |
-
"regular": "http://fonts.gstatic.com/s/redhattext/v1/RrQXbohi_ic6B3yVSzGBrMxgb60sE8yZPA.ttf",
|
3726 |
-
"italic": "http://fonts.gstatic.com/s/redhattext/v1/RrQJbohi_ic6B3yVSzGBrMxQbacoMcmJPECN.ttf",
|
3727 |
-
"500italic": "http://fonts.gstatic.com/s/redhattext/v1/RrQKbohi_ic6B3yVSzGBrMxQbZ_cGO2BF1yELmgy.ttf",
|
3728 |
-
"700italic": "http://fonts.gstatic.com/s/redhattext/v1/RrQKbohi_ic6B3yVSzGBrMxQbZ-UHu2BF1yELmgy.ttf"
|
3729 |
-
},
|
3730 |
-
"brizyId": "eytgthrgfzlrrzxlhynabspndabldgdbdjnm"
|
3731 |
-
},
|
3732 |
-
{
|
3733 |
-
"kind": "webfonts#webfont",
|
3734 |
-
"family": "DM Serif Text",
|
3735 |
-
"category": "serif",
|
3736 |
-
"variants": ["regular", "italic"],
|
3737 |
-
"subsets": ["latin", "latin-ext"],
|
3738 |
-
"version": "v3",
|
3739 |
-
"lastModified": "2019-07-16",
|
3740 |
-
"files": {
|
3741 |
-
"regular": "http://fonts.gstatic.com/s/dmseriftext/v3/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf",
|
3742 |
-
"italic": "http://fonts.gstatic.com/s/dmseriftext/v3/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf"
|
3743 |
-
},
|
3744 |
-
"brizyId": "pujmflqmocbjojknwlnidilgqedjzqftpnrv"
|
3745 |
-
},
|
3746 |
-
{
|
3747 |
-
"kind": "webfonts#webfont",
|
3748 |
-
"family": "Blinker",
|
3749 |
-
"category": "sans-serif",
|
3750 |
-
"variants": [
|
3751 |
-
"100",
|
3752 |
-
"200",
|
3753 |
-
"300",
|
3754 |
-
"regular",
|
3755 |
-
"600",
|
3756 |
-
"700",
|
3757 |
-
"800",
|
3758 |
-
"900"
|
3759 |
-
],
|
3760 |
-
"subsets": ["latin", "latin-ext"],
|
3761 |
-
"version": "v1",
|
3762 |
-
"lastModified": "2019-07-26",
|
3763 |
-
"files": {
|
3764 |
-
"100": "http://fonts.gstatic.com/s/blinker/v1/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf",
|
3765 |
-
"200": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf",
|
3766 |
-
"300": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf",
|
3767 |
-
"600": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf",
|
3768 |
-
"700": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf",
|
3769 |
-
"800": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf",
|
3770 |
-
"900": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf",
|
3771 |
-
"regular": "http://fonts.gstatic.com/s/blinker/v1/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf"
|
3772 |
-
},
|
3773 |
-
"brizyId": "yhkoopjikembswaygkzktfmiiashwjcrvbxr"
|
3774 |
-
},
|
3775 |
-
{
|
3776 |
-
"kind": "webfonts#webfont",
|
3777 |
-
"family": "Aleo",
|
3778 |
-
"category": "serif",
|
3779 |
-
"variants": [
|
3780 |
-
"300",
|
3781 |
-
"300italic",
|
3782 |
-
"regular",
|
3783 |
-
"italic",
|
3784 |
-
"700",
|
3785 |
-
"700italic"
|
3786 |
-
],
|
3787 |
-
"subsets": ["latin", "latin-ext"],
|
3788 |
-
"version": "v3",
|
3789 |
-
"lastModified": "2019-07-16",
|
3790 |
-
"files": {
|
3791 |
-
"300": "http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syKbr9DVDno985KM.ttf",
|
3792 |
-
"700": "http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syLbs9DVDno985KM.ttf",
|
3793 |
-
"300italic": "http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf",
|
3794 |
-
"regular": "http://fonts.gstatic.com/s/aleo/v3/c4mv1nF8G8_s8ArD0D1ogoY.ttf",
|
3795 |
-
"italic": "http://fonts.gstatic.com/s/aleo/v3/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf",
|
3796 |
-
"700italic": "http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf"
|
3797 |
-
},
|
3798 |
-
"brizyId": "ucgecsrbcjkpsfctgzwsocokuydcdgiubroh"
|
3799 |
-
},
|
3800 |
-
{
|
3801 |
-
"kind": "webfonts#webfont",
|
3802 |
-
"family": "Nunito",
|
3803 |
-
"category": "sans-serif",
|
3804 |
-
"variants": [
|
3805 |
-
"200",
|
3806 |
-
"200italic",
|
3807 |
-
"300",
|
3808 |
-
"300italic",
|
3809 |
-
"regular",
|
3810 |
-
"italic",
|
3811 |
-
"600",
|
3812 |
-
"600italic",
|
3813 |
-
"700",
|
3814 |
-
"700italic",
|
3815 |
-
"800",
|
3816 |
-
"800italic",
|
3817 |
-
"900",
|
3818 |
-
"900italic"
|
3819 |
-
],
|
3820 |
-
"subsets": ["latin", "vietnamese", "latin-ext"],
|
3821 |
-
"version": "v11",
|
3822 |
-
"lastModified": "2019-07-22",
|
3823 |
-
"files": {
|
3824 |
-
"200": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA-sekZuHJeTsfDQ.ttf",
|
3825 |
-
"300": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAnsSkZuHJeTsfDQ.ttf",
|
3826 |
-
"600": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA6sKkZuHJeTsfDQ.ttf",
|
3827 |
-
"700": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAjsOkZuHJeTsfDQ.ttf",
|
3828 |
-
"800": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAksCkZuHJeTsfDQ.ttf",
|
3829 |
-
"900": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAtsGkZuHJeTsfDQ.ttf",
|
3830 |
-
"200italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN5MZ-vNWz4PDWtj.ttf",
|
3831 |
-
"300italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN4oZOvNWz4PDWtj.ttf",
|
3832 |
-
"regular": "http://fonts.gstatic.com/s/nunito/v11/XRXV3I6Li01BKof4MuyAbsrVcA.ttf",
|
3833 |
-
"italic": "http://fonts.gstatic.com/s/nunito/v11/XRXX3I6Li01BKofIMOaETM_FcCIG.ttf",
|
3834 |
-
"600italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN5cYuvNWz4PDWtj.ttf",
|
3835 |
-
"700italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN44Y-vNWz4PDWtj.ttf",
|
3836 |
-
"800italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN4kYOvNWz4PDWtj.ttf",
|
3837 |
-
"900italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN4AYevNWz4PDWtj.ttf"
|
3838 |
-
},
|
3839 |
-
"brizyId": "ppzycxqtiwtmjnfpbfluoynrnnfviuerjczz"
|
3840 |
-
},
|
3841 |
-
{
|
3842 |
-
"kind": "webfonts#webfont",
|
3843 |
-
"family": "Knewave",
|
3844 |
-
"category": "display",
|
3845 |
-
"variants": ["regular"],
|
3846 |
-
"subsets": ["latin", "latin-ext"],
|
3847 |
-
"version": "v8",
|
3848 |
-
"lastModified": "2019-07-16",
|
3849 |
-
"files": {
|
3850 |
-
"regular": "http://fonts.gstatic.com/s/knewave/v8/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf"
|
3851 |
-
},
|
3852 |
-
"brizyId": "jojwyelvgkjknbgrosxcdphkpqfcczzdlcen"
|
3853 |
-
},
|
3854 |
-
{
|
3855 |
-
"kind": "webfonts#webfont",
|
3856 |
-
"family": "Palanquin",
|
3857 |
-
"category": "sans-serif",
|
3858 |
-
"variants": ["100", "200", "300", "regular", "500", "600", "700"],
|
3859 |
-
"subsets": ["devanagari", "latin", "latin-ext"],
|
3860 |
-
"version": "v5",
|
3861 |
-
"lastModified": "2019-07-16",
|
3862 |
-
"files": {
|
3863 |
-
"100": "http://fonts.gstatic.com/s/palanquin/v5/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf",
|
3864 |
-
"200": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf",
|
3865 |
-
"300": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf",
|
3866 |
-
"500": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf",
|
3867 |
-
"600": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf",
|
3868 |
-
"700": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf",
|
3869 |
-
"regular": "http://fonts.gstatic.com/s/palanquin/v5/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf"
|
3870 |
-
},
|
3871 |
-
"brizyId": "xnikbaszrjutnnfixmtprduwstoziivqiflp"
|
3872 |
-
},
|
3873 |
-
{
|
3874 |
-
"kind": "webfonts#webfont",
|
3875 |
-
"family": "Palanquin Dark",
|
3876 |
-
"category": "sans-serif",
|
3877 |
-
"variants": ["regular", "500", "600", "700"],
|
3878 |
-
"subsets": ["devanagari", "latin", "latin-ext"],
|
3879 |
-
"version": "v6",
|
3880 |
-
"lastModified": "2019-07-16",
|
3881 |
-
"files": {
|
3882 |
-
"500": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf",
|
3883 |
-
"600": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf",
|
3884 |
-
"700": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf",
|
3885 |
-
"regular": "http://fonts.gstatic.com/s/palanquindark/v6/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf"
|
3886 |
-
},
|
3887 |
-
"brizyId": "gqzfchsrosvxegeymkyugyofaztsitibprrf"
|
3888 |
-
},
|
3889 |
-
{
|
3890 |
-
"kind": "webfonts#webfont",
|
3891 |
-
"family": "Roboto",
|
3892 |
-
"category": "sans-serif",
|
3893 |
-
"variants": [
|
3894 |
-
"100",
|
3895 |
-
"100italic",
|
3896 |
-
"300",
|
3897 |
-
"300italic",
|
3898 |
-
"regular",
|
3899 |
-
"italic",
|
3900 |
-
"500",
|
3901 |
-
"500italic",
|
3902 |
-
"700",
|
3903 |
-
"700italic",
|
3904 |
-
"900",
|
3905 |
-
"900italic"
|
3906 |
-
],
|
3907 |
-
"subsets": [
|
3908 |
-
"greek-ext",
|
3909 |
-
"latin",
|
3910 |
-
"cyrillic-ext",
|
3911 |
-
"vietnamese",
|
3912 |
-
"latin-ext",
|
3913 |
-
"greek",
|
3914 |
-
"cyrillic"
|
3915 |
-
],
|
3916 |
-
"version": "v20",
|
3917 |
-
"lastModified": "2019-07-24",
|
3918 |
-
"files": {
|
3919 |
-
"100": "http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf",
|
3920 |
-
"300": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf",
|
3921 |
-
"500": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf",
|
3922 |
-
"700": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf",
|
3923 |
-
"900": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf",
|
3924 |
-
"100italic": "http://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf",
|
3925 |
-
"300italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf",
|
3926 |
-
"regular": "http://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf",
|
3927 |
-
"italic": "http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf",
|
3928 |
-
"500italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf",
|
3929 |
-
"700italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf",
|
3930 |
-
"900italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf"
|
3931 |
-
},
|
3932 |
-
"brizyId": "wrqenoprsynrjiyxmfoeuwqddlnomrxemeec"
|
3933 |
-
},
|
3934 |
-
{
|
3935 |
-
"kind": "webfonts#webfont",
|
3936 |
-
"family": "Oswald",
|
3937 |
-
"category": "sans-serif",
|
3938 |
-
"variants": ["200", "300", "regular", "500", "600", "700"],
|
3939 |
-
"subsets": [
|
3940 |
-
"latin",
|
3941 |
-
"cyrillic-ext",
|
3942 |
-
"vietnamese",
|
3943 |
-
"latin-ext",
|
3944 |
-
"cyrillic"
|
3945 |
-
],
|
3946 |
-
"version": "v24",
|
3947 |
-
"lastModified": "2019-07-23",
|
3948 |
-
"files": {
|
3949 |
-
"200": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf",
|
3950 |
-
"300": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf",
|
3951 |
-
"500": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf",
|
3952 |
-
"600": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf",
|
3953 |
-
"700": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf",
|
3954 |
-
"regular": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf"
|
3955 |
-
},
|
3956 |
-
"brizyId": "ehiobdhupkijoltxyucnkenojglortpsupmp"
|
3957 |
-
},
|
3958 |
-
{
|
3959 |
-
"kind": "webfonts#webfont",
|
3960 |
-
"family": "Oxygen",
|
3961 |
-
"category": "sans-serif",
|
3962 |
-
"variants": ["300", "regular", "700"],
|
3963 |
-
"subsets": ["latin", "latin-ext"],
|
3964 |
-
"version": "v9",
|
3965 |
-
"lastModified": "2019-07-22",
|
3966 |
-
"files": {
|
3967 |
-
"300": "http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf",
|
3968 |
-
"700": "http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf",
|
3969 |
-
"regular": "http://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf"
|
3970 |
-
},
|
3971 |
-
"brizyId": "gzhhqjoyiaozuhrmbylqeknkdaqtxfdynaqt"
|
3972 |
-
},
|
3973 |
-
{
|
3974 |
-
"kind": "webfonts#webfont",
|
3975 |
-
"family": "Playfair Display",
|
3976 |
-
"category": "serif",
|
3977 |
-
"variants": [
|
3978 |
-
"regular",
|
3979 |
-
"italic",
|
3980 |
-
"700",
|
3981 |
-
"700italic",
|
3982 |
-
"900",
|
3983 |
-
"900italic"
|
3984 |
-
],
|
3985 |
-
"subsets": ["latin", "vietnamese", "latin-ext", "cyrillic"],
|
3986 |
-
"version": "v15",
|
3987 |
-
"lastModified": "2019-07-22",
|
3988 |
-
"files": {
|
3989 |
-
"700": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9pWkU5xxiJKY.ttf",
|
3990 |
-
"900": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__pWkU5xxiJKY.ttf",
|
3991 |
-
"regular": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXPTvSgWE_-xU.ttf",
|
3992 |
-
"italic": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFkD-vYSZviVYUb_rj3ij__anPXDTnYhUM66xV7PQ.ttf",
|
3993 |
-
"700italic": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwe4z5nNKaV_w.ttf",
|
3994 |
-
"900italic": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4e4z5nNKaV_w.ttf"
|
3995 |
-
},
|
3996 |
-
"brizyId": "bvbbabnggnnjzvtleuwdrnfuvssxrgeovjan"
|
3997 |
-
},
|
3998 |
-
{
|
3999 |
-
"kind": "webfonts#webfont",
|
4000 |
-
"family": "Fira Sans",
|
4001 |
-
"category": "sans-serif",
|
4002 |
-
"variants": [
|
4003 |
-
"100",
|
4004 |
-
"100italic",
|
4005 |
-
"200",
|
4006 |
-
"200italic",
|
4007 |
-
"300",
|
4008 |
-
"300italic",
|
4009 |
-
"regular",
|
4010 |
-
"italic",
|
4011 |
-
"500",
|
4012 |
-
"500italic",
|
4013 |
-
"600",
|
4014 |
-
"600italic",
|
4015 |
-
"700",
|
4016 |
-
"700italic",
|
4017 |
-
"800",
|
4018 |
-
"800italic",
|
4019 |
-
"900",
|
4020 |
-
"900italic"
|
4021 |
-
],
|
4022 |
-
"subsets": [
|
4023 |
-
"greek-ext",
|
4024 |
-
"latin",
|
4025 |
-
"cyrillic-ext",
|
4026 |
-
"vietnamese",
|
4027 |
-
"latin-ext",
|
4028 |
-
"greek",
|
4029 |
-
"cyrillic"
|
4030 |
-
],
|
4031 |
-
"version": "v10",
|
4032 |
-
"lastModified": "2019-07-22",
|
4033 |
-
"files": {
|
4034 |
-
"100": "http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf",
|
4035 |
-
"200": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf",
|
4036 |
-
"300": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf",
|
4037 |
-
"500": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf",
|
4038 |
-
"600": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf",
|
4039 |
-
"700": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf",
|
4040 |
-
"800": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf",
|
4041 |
-
"900": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf",
|
4042 |
-
"100italic": "http://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf",
|
4043 |
-
"200italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf",
|
4044 |
-
"300italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf",
|
4045 |
-
"regular": "http://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf",
|
4046 |
-
"italic": "http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf",
|
4047 |
-
"500italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf",
|
4048 |
-
"600italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf",
|
4049 |
-
"700italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf",
|
4050 |
-
"800italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf",
|
4051 |
-
"900italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf"
|
4052 |
-
},
|
4053 |
-
"brizyId": "wndeuiwznzaqgsugjnojbhzjhjwtryegciis"
|
4054 |
-
},
|
4055 |
-
{
|
4056 |
-
"kind": "webfonts#webfont",
|
4057 |
-
"family": "Abril Fatface",
|
4058 |
-
"category": "display",
|
4059 |
-
"variants": ["regular"],
|
4060 |
-
"subsets": ["latin", "latin-ext"],
|
4061 |
-
"version": "v11",
|
4062 |
-
"lastModified": "2019-07-17",
|
4063 |
-
"files": {
|
4064 |
-
"regular": "http://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf"
|
4065 |
-
},
|
4066 |
-
"brizyId": "fbyhozjmiqseimmgxerwiucacmaaljqitrdc"
|
4067 |
-
},
|
4068 |
-
{
|
4069 |
-
"kind": "webfonts#webfont",
|
4070 |
-
"family": "Comfortaa",
|
4071 |
-
"category": "display",
|
4072 |
-
"variants": ["300", "regular", "500", "600", "700"],
|
4073 |
-
"subsets": [
|
4074 |
-
"latin",
|
4075 |
-
"cyrillic-ext",
|
4076 |
-
"vietnamese",
|
4077 |
-
"latin-ext",
|
4078 |
-
"greek",
|
4079 |
-
"cyrillic"
|
4080 |
-
],
|
4081 |
-
"version": "v23",
|
4082 |
-
"lastModified": "2019-07-17",
|
4083 |
-
"files": {
|
4084 |
-
"300": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",
|
4085 |
-
"500": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",
|
4086 |
-
"600": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",
|
4087 |
-
"700": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf",
|
4088 |
-
"regular": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf"
|
4089 |
-
},
|
4090 |
-
"brizyId": "plspcdzrrelkhthvkmoocpwrtltvuzqcyraw"
|
4091 |
-
},
|
4092 |
-
{
|
4093 |
-
"kind": "webfonts#webfont",
|
4094 |
-
"family": "Kaushan Script",
|
4095 |
-
"category": "handwriting",
|
4096 |
-
"variants": ["regular"],
|
4097 |
-
"subsets": ["latin", "latin-ext"],
|
4098 |
-
"version": "v8",
|
4099 |
-
"lastModified": "2019-07-17",
|
4100 |
-
"files": {
|
4101 |
-
"regular": "http://fonts.gstatic.com/s/kaushanscript/v8/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf"
|
4102 |
-
},
|
4103 |
-
"brizyId": "simpmqjphttgbnwqaobwxuxoavrdlbpdjgzc"
|
4104 |
-
}
|
4105 |
-
]
|
4106 |
-
}
|
4107 |
-
}
|
4108 |
-
}
|
4109 |
-
'],
|
4110 |
-
['{
|
4111 |
-
"selectedKit": "vnexmlshkihvcgsxmozgxzzdwsyvolvmhtne",
|
4112 |
-
|
4113 |
-
"selectedStyle": "bahcadtpvdhdphmhymrsgrwobyzhxcdzytyx",
|
4114 |
-
"styles": [
|
4115 |
-
{
|
4116 |
-
"id": "bahcadtpvdhdphmhymrsgrwobyzhxcdzytyx",
|
4117 |
-
"title": "Overpass",
|
4118 |
-
"colorPalette": [
|
4119 |
-
{ "id": "color1", "hex": "#A170D9" },
|
4120 |
-
{ "id": "color2", "hex": "#1C1C1C" },
|
4121 |
-
{ "id": "color3", "hex": "#05CAB6" },
|
4122 |
-
{ "id": "color4", "hex": "#B8E6E1" },
|
4123 |
-
{ "id": "color5", "hex": "#F5D4D1" },
|
4124 |
-
{ "id": "color6", "hex": "#EBEBEB" },
|
4125 |
-
{ "id": "color7", "hex": "#666666" },
|
4126 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
4127 |
-
],
|
4128 |
-
"fontStyles": [
|
4129 |
-
{
|
4130 |
-
"deletable": "off",
|
4131 |
-
"id": "paragraph",
|
4132 |
-
"title": "Paragraph",
|
4133 |
-
"fontFamily": "overpass",
|
4134 |
-
"fontFamilyType": "google",
|
4135 |
-
"fontSize": 16,
|
4136 |
-
"fontWeight": 400,
|
4137 |
-
"lineHeight": 1.9,
|
4138 |
-
"letterSpacing": 0,
|
4139 |
-
"tabletFontSize": 15,
|
4140 |
-
"tabletFontWeight": 400,
|
4141 |
-
"tabletLineHeight": 1.6,
|
4142 |
-
"tabletLetterSpacing": 0,
|
4143 |
-
"mobileFontSize": 15,
|
4144 |
-
"mobileFontWeight": 400,
|
4145 |
-
"mobileLineHeight": 1.6,
|
4146 |
-
"mobileLetterSpacing": 0
|
4147 |
-
},
|
4148 |
-
{
|
4149 |
-
"deletable": "off",
|
4150 |
-
"id": "subtitle",
|
4151 |
-
"title": "Subtitle",
|
4152 |
-
"fontFamily": "overpass",
|
4153 |
-
"fontFamilyType": "google",
|
4154 |
-
"fontSize": 17,
|
4155 |
-
"fontWeight": 400,
|
4156 |
-
"lineHeight": 1.8,
|
4157 |
-
"letterSpacing": 0,
|
4158 |
-
"tabletFontSize": 17,
|
4159 |
-
"tabletFontWeight": 400,
|
4160 |
-
"tabletLineHeight": 1.5,
|
4161 |
-
"tabletLetterSpacing": 0,
|
4162 |
-
"mobileFontSize": 16,
|
4163 |
-
"mobileFontWeight": 400,
|
4164 |
-
"mobileLineHeight": 1.5,
|
4165 |
-
"mobileLetterSpacing": 0
|
4166 |
-
},
|
4167 |
-
{
|
4168 |
-
"deletable": "off",
|
4169 |
-
"id": "abovetitle",
|
4170 |
-
"title": "Above Title",
|
4171 |
-
"fontFamily": "overpass",
|
4172 |
-
"fontFamilyType": "google",
|
4173 |
-
"fontSize": 13,
|
4174 |
-
"fontWeight": 700,
|
4175 |
-
"lineHeight": 1.5,
|
4176 |
-
"letterSpacing": 1.1,
|
4177 |
-
"tabletFontSize": 13,
|
4178 |
-
"tabletFontWeight": 700,
|
4179 |
-
"tabletLineHeight": 1.5,
|
4180 |
-
"tabletLetterSpacing": 1,
|
4181 |
-
"mobileFontSize": 13,
|
4182 |
-
"mobileFontWeight": 700,
|
4183 |
-
"mobileLineHeight": 1.5,
|
4184 |
-
"mobileLetterSpacing": 1
|
4185 |
-
},
|
4186 |
-
{
|
4187 |
-
"deletable": "off",
|
4188 |
-
"id": "heading1",
|
4189 |
-
"title": "Heading 1",
|
4190 |
-
"fontFamily": "overpass",
|
4191 |
-
"fontFamilyType": "google",
|
4192 |
-
"fontSize": 46,
|
4193 |
-
"fontWeight": 700,
|
4194 |
-
"lineHeight": 1.3,
|
4195 |
-
"letterSpacing": -1.5,
|
4196 |
-
"tabletFontSize": 38,
|
4197 |
-
"tabletFontWeight": 700,
|
4198 |
-
"tabletLineHeight": 1.2,
|
4199 |
-
"tabletLetterSpacing": -1,
|
4200 |
-
"mobileFontSize": 36,
|
4201 |
-
"mobileFontWeight": 700,
|
4202 |
-
"mobileLineHeight": 1.3,
|
4203 |
-
"mobileLetterSpacing": -1
|
4204 |
-
},
|
4205 |
-
{
|
4206 |
-
"deletable": "off",
|
4207 |
-
"id": "heading2",
|
4208 |
-
"title": "Heading 2",
|
4209 |
-
"fontFamily": "overpass",
|
4210 |
-
"fontFamilyType": "google",
|
4211 |
-
"fontSize": 36,
|
4212 |
-
"fontWeight": 700,
|
4213 |
-
"lineHeight": 1.3,
|
4214 |
-
"letterSpacing": -1.5,
|
4215 |
-
"tabletFontSize": 30,
|
4216 |
-
"tabletFontWeight": 700,
|
4217 |
-
"tabletLineHeight": 1.2,
|
4218 |
-
"tabletLetterSpacing": -1,
|
4219 |
-
"mobileFontSize": 28,
|
4220 |
-
"mobileFontWeight": 700,
|
4221 |
-
"mobileLineHeight": 1.3,
|
4222 |
-
"mobileLetterSpacing": -1
|
4223 |
-
},
|
4224 |
-
{
|
4225 |
-
"deletable": "off",
|
4226 |
-
"id": "heading3",
|
4227 |
-
"title": "Heading 3",
|
4228 |
-
"fontFamily": "overpass",
|
4229 |
-
"fontFamilyType": "google",
|
4230 |
-
"fontSize": 28,
|
4231 |
-
"fontWeight": 700,
|
4232 |
-
"lineHeight": 1.4,
|
4233 |
-
"letterSpacing": -1.5,
|
4234 |
-
"tabletFontSize": 27,
|
4235 |
-
"tabletFontWeight": 700,
|
4236 |
-
"tabletLineHeight": 1.3,
|
4237 |
-
"tabletLetterSpacing": -1,
|
4238 |
-
"mobileFontSize": 22,
|
4239 |
-
"mobileFontWeight": 700,
|
4240 |
-
"mobileLineHeight": 1.3,
|
4241 |
-
"mobileLetterSpacing": -0.5
|
4242 |
-
},
|
4243 |
-
{
|
4244 |
-
"deletable": "off",
|
4245 |
-
"id": "heading4",
|
4246 |
-
"title": "Heading 4",
|
4247 |
-
"fontFamily": "overpass",
|
4248 |
-
"fontFamilyType": "google",
|
4249 |
-
"fontSize": 22,
|
4250 |
-
"fontWeight": 700,
|
4251 |
-
"lineHeight": 1.5,
|
4252 |
-
"letterSpacing": -0.5,
|
4253 |
-
"tabletFontSize": 22,
|
4254 |
-
"tabletFontWeight": 700,
|
4255 |
-
"tabletLineHeight": 1.4,
|
4256 |
-
"tabletLetterSpacing": -0.5,
|
4257 |
-
"mobileFontSize": 20,
|
4258 |
-
"mobileFontWeight": 700,
|
4259 |
-
"mobileLineHeight": 1.4,
|
4260 |
-
"mobileLetterSpacing": 0
|
4261 |
-
},
|
4262 |
-
{
|
4263 |
-
"deletable": "off",
|
4264 |
-
"id": "heading5",
|
4265 |
-
"title": "Heading 5",
|
4266 |
-
"fontFamily": "overpass",
|
4267 |
-
"fontFamilyType": "google",
|
4268 |
-
"fontSize": 20,
|
4269 |
-
"fontWeight": 700,
|
4270 |
-
"lineHeight": 1.6,
|
4271 |
-
"letterSpacing": 0,
|
4272 |
-
"tabletFontSize": 17,
|
4273 |
-
"tabletFontWeight": 700,
|
4274 |
-
"tabletLineHeight": 1.7,
|
4275 |
-
"tabletLetterSpacing": 0,
|
4276 |
-
"mobileFontSize": 17,
|
4277 |
-
"mobileFontWeight": 700,
|
4278 |
-
"mobileLineHeight": 1.8,
|
4279 |
-
"mobileLetterSpacing": 0
|
4280 |
-
},
|
4281 |
-
{
|
4282 |
-
"deletable": "off",
|
4283 |
-
"id": "heading6",
|
4284 |
-
"title": "Heading 6",
|
4285 |
-
"fontFamily": "overpass",
|
4286 |
-
"fontFamilyType": "google",
|
4287 |
-
"fontSize": 16,
|
4288 |
-
"fontWeight": 700,
|
4289 |
-
"lineHeight": 1.5,
|
4290 |
-
"letterSpacing": 0,
|
4291 |
-
"tabletFontSize": 16,
|
4292 |
-
"tabletFontWeight": 700,
|
4293 |
-
"tabletLineHeight": 1.5,
|
4294 |
-
"tabletLetterSpacing": 0,
|
4295 |
-
"mobileFontSize": 16,
|
4296 |
-
"mobileFontWeight": 700,
|
4297 |
-
"mobileLineHeight": 1.5,
|
4298 |
-
"mobileLetterSpacing": 0
|
4299 |
-
},
|
4300 |
-
{
|
4301 |
-
"deletable": "off",
|
4302 |
-
"id": "button",
|
4303 |
-
"title": "Button",
|
4304 |
-
"fontFamily": "overpass",
|
4305 |
-
"fontFamilyType": "google",
|
4306 |
-
"fontSize": 15,
|
4307 |
-
"fontWeight": 700,
|
4308 |
-
"lineHeight": 1.6,
|
4309 |
-
"letterSpacing": 0,
|
4310 |
-
"tabletFontSize": 17,
|
4311 |
-
"tabletFontWeight": 700,
|
4312 |
-
"tabletLineHeight": 1.6,
|
4313 |
-
"tabletLetterSpacing": 0,
|
4314 |
-
"mobileFontSize": 15,
|
4315 |
-
"mobileFontWeight": 700,
|
4316 |
-
"mobileLineHeight": 1.6,
|
4317 |
-
"mobileLetterSpacing": 0
|
4318 |
-
}
|
4319 |
-
]
|
4320 |
-
},
|
4321 |
-
{
|
4322 |
-
"id": "oilxrtjxgdgosmgudtgrezwpzxjlfumgppro",
|
4323 |
-
"title": "Magazine",
|
4324 |
-
"colorPalette": [
|
4325 |
-
{ "id": "color1", "hex": "#182E43" },
|
4326 |
-
{ "id": "color2", "hex": "#061726" },
|
4327 |
-
{ "id": "color3", "hex": "#1176C1" },
|
4328 |
-
{ "id": "color4", "hex": "#EDB2CB" },
|
4329 |
-
{ "id": "color5", "hex": "#B5D1E6" },
|
4330 |
-
{ "id": "color6", "hex": "#FBF1FA" },
|
4331 |
-
{ "id": "color7", "hex": "#5B6067" },
|
4332 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
4333 |
-
],
|
4334 |
-
"fontStyles": [
|
4335 |
-
{
|
4336 |
-
"deletable": "off",
|
4337 |
-
"id": "paragraph",
|
4338 |
-
"title": "Paragraph",
|
4339 |
-
"fontFamily": "red_hat_text",
|
4340 |
-
"fontFamilyType": "google",
|
4341 |
-
"fontSize": 16,
|
4342 |
-
"fontWeight": 400,
|
4343 |
-
"lineHeight": 1.9,
|
4344 |
-
"letterSpacing": 0,
|
4345 |
-
"tabletFontSize": 16,
|
4346 |
-
"tabletFontWeight": 400,
|
4347 |
-
"tabletLineHeight": 1.6,
|
4348 |
-
"tabletLetterSpacing": 0,
|
4349 |
-
"mobileFontSize": 16,
|
4350 |
-
"mobileFontWeight": 500,
|
4351 |
-
"mobileLineHeight": 1.6,
|
4352 |
-
"mobileLetterSpacing": 0
|
4353 |
-
},
|
4354 |
-
{
|
4355 |
-
"deletable": "off",
|
4356 |
-
"id": "subtitle",
|
4357 |
-
"title": "Subtitle",
|
4358 |
-
"fontFamily": "red_hat_text",
|
4359 |
-
"fontFamilyType": "google",
|
4360 |
-
"fontSize": 17,
|
4361 |
-
"fontWeight": 400,
|
4362 |
-
"lineHeight": 1.8,
|
4363 |
-
"letterSpacing": 0,
|
4364 |
-
"tabletFontSize": 17,
|
4365 |
-
"tabletFontWeight": 400,
|
4366 |
-
"tabletLineHeight": 1.5,
|
4367 |
-
"tabletLetterSpacing": 0,
|
4368 |
-
"mobileFontSize": 18,
|
4369 |
-
"mobileFontWeight": 400,
|
4370 |
-
"mobileLineHeight": 1.6,
|
4371 |
-
"mobileLetterSpacing": 0
|
4372 |
-
},
|
4373 |
-
{
|
4374 |
-
"deletable": "off",
|
4375 |
-
"id": "abovetitle",
|
4376 |
-
"title": "Above Title",
|
4377 |
-
"fontFamily": "red_hat_text",
|
4378 |
-
"fontFamilyType": "google",
|
4379 |
-
"fontSize": 13,
|
4380 |
-
"fontWeight": 600,
|
4381 |
-
"lineHeight": 1.5,
|
4382 |
-
"letterSpacing": 1.1,
|
4383 |
-
"tabletFontSize": 13,
|
4384 |
-
"tabletFontWeight": 600,
|
4385 |
-
"tabletLineHeight": 1.5,
|
4386 |
-
"tabletLetterSpacing": 1,
|
4387 |
-
"mobileFontSize": 13,
|
4388 |
-
"mobileFontWeight": 600,
|
4389 |
-
"mobileLineHeight": 1.5,
|
4390 |
-
"mobileLetterSpacing": 1
|
4391 |
-
},
|
4392 |
-
{
|
4393 |
-
"deletable": "off",
|
4394 |
-
"id": "heading1",
|
4395 |
-
"title": "Heading 1",
|
4396 |
-
"fontFamily": "dm_serif_text",
|
4397 |
-
"fontFamilyType": "google",
|
4398 |
-
"fontSize": 46,
|
4399 |
-
"fontWeight": 400,
|
4400 |
-
"lineHeight": 1.3,
|
4401 |
-
"letterSpacing": -1.5,
|
4402 |
-
"tabletFontSize": 40,
|
4403 |
-
"tabletFontWeight": 600,
|
4404 |
-
"tabletLineHeight": 1.3,
|
4405 |
-
"tabletLetterSpacing": -1.5,
|
4406 |
-
"mobileFontSize": 36,
|
4407 |
-
"mobileFontWeight": 600,
|
4408 |
-
"mobileLineHeight": 1.3,
|
4409 |
-
"mobileLetterSpacing": -1.5
|
4410 |
-
},
|
4411 |
-
{
|
4412 |
-
"deletable": "off",
|
4413 |
-
"id": "heading2",
|
4414 |
-
"title": "Heading 2",
|
4415 |
-
"fontFamily": "dm_serif_text",
|
4416 |
-
"fontFamilyType": "google",
|
4417 |
-
"fontSize": 36,
|
4418 |
-
"fontWeight": 400,
|
4419 |
-
"lineHeight": 1.4,
|
4420 |
-
"letterSpacing": -1,
|
4421 |
-
"tabletFontSize": 35,
|
4422 |
-
"tabletFontWeight": 400,
|
4423 |
-
"tabletLineHeight": 1.2,
|
4424 |
-
"tabletLetterSpacing": -1,
|
4425 |
-
"mobileFontSize": 29,
|
4426 |
-
"mobileFontWeight": 400,
|
4427 |
-
"mobileLineHeight": 1.3,
|
4428 |
-
"mobileLetterSpacing": -0.5
|
4429 |
-
},
|
4430 |
-
{
|
4431 |
-
"deletable": "off",
|
4432 |
-
"id": "heading3",
|
4433 |
-
"title": "Heading 3",
|
4434 |
-
"fontFamily": "dm_serif_text",
|
4435 |
-
"fontFamilyType": "google",
|
4436 |
-
"fontSize": 28,
|
4437 |
-
"fontWeight": 400,
|
4438 |
-
"lineHeight": 1.4,
|
4439 |
-
"letterSpacing": -0.5,
|
4440 |
-
"tabletFontSize": 27,
|
4441 |
-
"tabletFontWeight": 400,
|
4442 |
-
"tabletLineHeight": 1.3,
|
4443 |
-
"tabletLetterSpacing": -0.5,
|
4444 |
-
"mobileFontSize": 23,
|
4445 |
-
"mobileFontWeight": 400,
|
4446 |
-
"mobileLineHeight": 1.3,
|
4447 |
-
"mobileLetterSpacing": -0.5
|
4448 |
-
},
|
4449 |
-
{
|
4450 |
-
"deletable": "off",
|
4451 |
-
"id": "heading4",
|
4452 |
-
"title": "Heading 4",
|
4453 |
-
"fontFamily": "red_hat_text",
|
4454 |
-
"fontFamilyType": "google",
|
4455 |
-
"fontSize": 22,
|
4456 |
-
"fontWeight": 500,
|
4457 |
-
"lineHeight": 1.5,
|
4458 |
-
"letterSpacing": -0.5,
|
4459 |
-
"tabletFontSize": 20,
|
4460 |
-
"tabletFontWeight": 500,
|
4461 |
-
"tabletLineHeight": 1.4,
|
4462 |
-
"tabletLetterSpacing": -0.5,
|
4463 |
-
"mobileFontSize": 20,
|
4464 |
-
"mobileFontWeight": 500,
|
4465 |
-
"mobileLineHeight": 1.4,
|
4466 |
-
"mobileLetterSpacing": -0.5
|
4467 |
-
},
|
4468 |
-
{
|
4469 |
-
"deletable": "off",
|
4470 |
-
"id": "heading5",
|
4471 |
-
"title": "Heading 5",
|
4472 |
-
"fontFamily": "red_hat_text",
|
4473 |
-
"fontFamilyType": "google",
|
4474 |
-
"fontSize": 20,
|
4475 |
-
"fontWeight": 500,
|
4476 |
-
"lineHeight": 1.6,
|
4477 |
-
"letterSpacing": 0,
|
4478 |
-
"tabletFontSize": 18,
|
4479 |
-
"tabletFontWeight": 500,
|
4480 |
-
"tabletLineHeight": 1.5,
|
4481 |
-
"tabletLetterSpacing": -0.5,
|
4482 |
-
"mobileFontSize": 18,
|
4483 |
-
"mobileFontWeight": 500,
|
4484 |
-
"mobileLineHeight": 1.5,
|
4485 |
-
"mobileLetterSpacing": -0.5
|
4486 |
-
},
|
4487 |
-
{
|
4488 |
-
"deletable": "off",
|
4489 |
-
"id": "heading6",
|
4490 |
-
"title": "Heading 6",
|
4491 |
-
"fontFamily": "red_hat_text",
|
4492 |
-
"fontFamilyType": "google",
|
4493 |
-
"fontSize": 16,
|
4494 |
-
"fontWeight": 700,
|
4495 |
-
"lineHeight": 1.5,
|
4496 |
-
"letterSpacing": 0,
|
4497 |
-
"tabletFontSize": 16,
|
4498 |
-
"tabletFontWeight": 700,
|
4499 |
-
"tabletLineHeight": 1.5,
|
4500 |
-
"tabletLetterSpacing": -0.5,
|
4501 |
-
"mobileFontSize": 16,
|
4502 |
-
"mobileFontWeight": 700,
|
4503 |
-
"mobileLineHeight": 1.5,
|
4504 |
-
"mobileLetterSpacing": 0
|
4505 |
-
},
|
4506 |
-
{
|
4507 |
-
"deletable": "off",
|
4508 |
-
"id": "button",
|
4509 |
-
"title": "Button",
|
4510 |
-
"fontFamily": "red_hat_text",
|
4511 |
-
"fontFamilyType": "google",
|
4512 |
-
"fontSize": 15,
|
4513 |
-
"fontWeight": 500,
|
4514 |
-
"lineHeight": 1.6,
|
4515 |
-
"letterSpacing": 1,
|
4516 |
-
"tabletFontSize": 14,
|
4517 |
-
"tabletFontWeight": 500,
|
4518 |
-
"tabletLineHeight": 1.6,
|
4519 |
-
"tabletLetterSpacing": 1,
|
4520 |
-
"mobileFontSize": 14,
|
4521 |
-
"mobileFontWeight": 500,
|
4522 |
-
"mobileLineHeight": 1.6,
|
4523 |
-
"mobileLetterSpacing": 1
|
4524 |
-
}
|
4525 |
-
]
|
4526 |
-
},
|
4527 |
-
{
|
4528 |
-
"id": "abzxtmjekuwdhhhchiwlaovkxyvspfffueiy",
|
4529 |
-
"title": "Graceful",
|
4530 |
-
"colorPalette": [
|
4531 |
-
{ "id": "color1", "hex": "#A276AF" },
|
4532 |
-
{ "id": "color2", "hex": "#1E1B2D" },
|
4533 |
-
{ "id": "color3", "hex": "#7F69F4" },
|
4534 |
-
{ "id": "color4", "hex": "#F7CECA" },
|
4535 |
-
{ "id": "color5", "hex": "#C1B8EF" },
|
4536 |
-
{ "id": "color6", "hex": "#F2EAE7" },
|
4537 |
-
{ "id": "color7", "hex": "#67656D" },
|
4538 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
4539 |
-
],
|
4540 |
-
"fontStyles": [
|
4541 |
-
{
|
4542 |
-
"deletable": "off",
|
4543 |
-
"id": "paragraph",
|
4544 |
-
"title": "Paragraph",
|
4545 |
-
"fontFamily": "blinker",
|
4546 |
-
"fontFamilyType": "google",
|
4547 |
-
"fontSize": 16,
|
4548 |
-
"fontWeight": 400,
|
4549 |
-
"lineHeight": 1.9,
|
4550 |
-
"letterSpacing": 0,
|
4551 |
-
"tabletFontSize": 16,
|
4552 |
-
"tabletFontWeight": 400,
|
4553 |
-
"tabletLineHeight": 1.6,
|
4554 |
-
"tabletLetterSpacing": 0,
|
4555 |
-
"mobileFontSize": 16,
|
4556 |
-
"mobileFontWeight": 400,
|
4557 |
-
"mobileLineHeight": 1.6,
|
4558 |
-
"mobileLetterSpacing": 0
|
4559 |
-
},
|
4560 |
-
{
|
4561 |
-
"deletable": "off",
|
4562 |
-
"id": "subtitle",
|
4563 |
-
"title": "Subtitle",
|
4564 |
-
"fontFamily": "blinker",
|
4565 |
-
"fontFamilyType": "google",
|
4566 |
-
"fontSize": 17,
|
4567 |
-
"fontWeight": 400,
|
4568 |
-
"lineHeight": 1.8,
|
4569 |
-
"letterSpacing": 0,
|
4570 |
-
"tabletFontSize": 17,
|
4571 |
-
"tabletFontWeight": 400,
|
4572 |
-
"tabletLineHeight": 1.5,
|
4573 |
-
"tabletLetterSpacing": 0,
|
4574 |
-
"mobileFontSize": 17,
|
4575 |
-
"mobileFontWeight": 400,
|
4576 |
-
"mobileLineHeight": 1.5,
|
4577 |
-
"mobileLetterSpacing": 0
|
4578 |
-
},
|
4579 |
-
{
|
4580 |
-
"deletable": "off",
|
4581 |
-
"id": "abovetitle",
|
4582 |
-
"title": "Above Title",
|
4583 |
-
"fontFamily": "blinker",
|
4584 |
-
"fontFamilyType": "google",
|
4585 |
-
"fontSize": 13,
|
4586 |
-
"fontWeight": 600,
|
4587 |
-
"lineHeight": 1.5,
|
4588 |
-
"letterSpacing": 1.1,
|
4589 |
-
"tabletFontSize": 13,
|
4590 |
-
"tabletFontWeight": 600,
|
4591 |
-
"tabletLineHeight": 1.5,
|
4592 |
-
"tabletLetterSpacing": 1,
|
4593 |
-
"mobileFontSize": 13,
|
4594 |
-
"mobileFontWeight": 600,
|
4595 |
-
"mobileLineHeight": 1.5,
|
4596 |
-
"mobileLetterSpacing": 1
|
4597 |
-
},
|
4598 |
-
{
|
4599 |
-
"deletable": "off",
|
4600 |
-
"id": "heading1",
|
4601 |
-
"title": "Heading 1",
|
4602 |
-
"fontFamily": "aleo",
|
4603 |
-
"fontFamilyType": "google",
|
4604 |
-
"fontSize": 46,
|
4605 |
-
"fontWeight": 400,
|
4606 |
-
"lineHeight": 1.3,
|
4607 |
-
"letterSpacing": -1.5,
|
4608 |
-
"tabletFontSize": 40,
|
4609 |
-
"tabletFontWeight": 400,
|
4610 |
-
"tabletLineHeight": 1.2,
|
4611 |
-
"tabletLetterSpacing": -1.5,
|
4612 |
-
"mobileFontSize": 34,
|
4613 |
-
"mobileFontWeight": 400,
|
4614 |
-
"mobileLineHeight": 1.3,
|
4615 |
-
"mobileLetterSpacing": -1
|
4616 |
-
},
|
4617 |
-
{
|
4618 |
-
"deletable": "off",
|
4619 |
-
"id": "heading2",
|
4620 |
-
"title": "Heading 2",
|
4621 |
-
"fontFamily": "aleo",
|
4622 |
-
"fontFamilyType": "google",
|
4623 |
-
"fontSize": 36,
|
4624 |
-
"fontWeight": 400,
|
4625 |
-
"lineHeight": 1.4,
|
4626 |
-
"letterSpacing": -1,
|
4627 |
-
"tabletFontSize": 35,
|
4628 |
-
"tabletFontWeight": 400,
|
4629 |
-
"tabletLineHeight": 1.3,
|
4630 |
-
"tabletLetterSpacing": -0.5,
|
4631 |
-
"mobileFontSize": 29,
|
4632 |
-
"mobileFontWeight": 400,
|
4633 |
-
"mobileLineHeight": 1.3,
|
4634 |
-
"mobileLetterSpacing": -0.5
|
4635 |
-
},
|
4636 |
-
{
|
4637 |
-
"deletable": "off",
|
4638 |
-
"id": "heading3",
|
4639 |
-
"title": "Heading 3",
|
4640 |
-
"fontFamily": "aleo",
|
4641 |
-
"fontFamilyType": "google",
|
4642 |
-
"fontSize": 28,
|
4643 |
-
"fontWeight": 400,
|
4644 |
-
"lineHeight": 1.4,
|
4645 |
-
"letterSpacing": 0,
|
4646 |
-
"tabletFontSize": 25,
|
4647 |
-
"tabletFontWeight": 400,
|
4648 |
-
"tabletLineHeight": 1.3,
|
4649 |
-
"tabletLetterSpacing": 0,
|
4650 |
-
"mobileFontSize": 22,
|
4651 |
-
"mobileFontWeight": 400,
|
4652 |
-
"mobileLineHeight": 1.3,
|
4653 |
-
"mobileLetterSpacing": 0
|
4654 |
-
},
|
4655 |
-
{
|
4656 |
-
"deletable": "off",
|
4657 |
-
"id": "heading4",
|
4658 |
-
"title": "Heading 4",
|
4659 |
-
"fontFamily": "blinker",
|
4660 |
-
"fontFamilyType": "google",
|
4661 |
-
"fontSize": 22,
|
4662 |
-
"fontWeight": 600,
|
4663 |
-
"lineHeight": 1.5,
|
4664 |
-
"letterSpacing": 0,
|
4665 |
-
"tabletFontSize": 22,
|
4666 |
-
"tabletFontWeight": 600,
|
4667 |
-
"tabletLineHeight": 1.4,
|
4668 |
-
"tabletLetterSpacing": 0,
|
4669 |
-
"mobileFontSize": 21,
|
4670 |
-
"mobileFontWeight": 600,
|
4671 |
-
"mobileLineHeight": 1.4,
|
4672 |
-
"mobileLetterSpacing": 0
|
4673 |
-
},
|
4674 |
-
{
|
4675 |
-
"deletable": "off",
|
4676 |
-
"id": "heading5",
|
4677 |
-
"title": "Heading 5",
|
4678 |
-
"fontFamily": "blinker",
|
4679 |
-
"fontFamilyType": "google",
|
4680 |
-
"fontSize": 20,
|
4681 |
-
"fontWeight": 600,
|
4682 |
-
"lineHeight": 1.6,
|
4683 |
-
"letterSpacing": 0,
|
4684 |
-
"tabletFontSize": 18,
|
4685 |
-
"tabletFontWeight": 600,
|
4686 |
-
"tabletLineHeight": 1.5,
|
4687 |
-
"tabletLetterSpacing": 0,
|
4688 |
-
"mobileFontSize": 18,
|
4689 |
-
"mobileFontWeight": 600,
|
4690 |
-
"mobileLineHeight": 1.5,
|
4691 |
-
"mobileLetterSpacing": 0
|
4692 |
-
},
|
4693 |
-
{
|
4694 |
-
"deletable": "off",
|
4695 |
-
"id": "heading6",
|
4696 |
-
"title": "Heading 6",
|
4697 |
-
"fontFamily": "blinker",
|
4698 |
-
"fontFamilyType": "google",
|
4699 |
-
"fontSize": 16,
|
4700 |
-
"fontWeight": 600,
|
4701 |
-
"lineHeight": 1.5,
|
4702 |
-
"letterSpacing": 0,
|
4703 |
-
"tabletFontSize": 17,
|
4704 |
-
"tabletFontWeight": 600,
|
4705 |
-
"tabletLineHeight": 1.5,
|
4706 |
-
"tabletLetterSpacing": 0,
|
4707 |
-
"mobileFontSize": 16,
|
4708 |
-
"mobileFontWeight": 600,
|
4709 |
-
"mobileLineHeight": 1.5,
|
4710 |
-
"mobileLetterSpacing": 0
|
4711 |
-
},
|
4712 |
-
{
|
4713 |
-
"deletable": "off",
|
4714 |
-
"id": "button",
|
4715 |
-
"title": "Button",
|
4716 |
-
"fontFamily": "blinker",
|
4717 |
-
"fontFamilyType": "google",
|
4718 |
-
"fontSize": 15,
|
4719 |
-
"fontWeight": 700,
|
4720 |
-
"lineHeight": 1.6,
|
4721 |
-
"letterSpacing": 1,
|
4722 |
-
"tabletFontSize": 14,
|
4723 |
-
"tabletFontWeight": 600,
|
4724 |
-
"tabletLineHeight": 1.6,
|
4725 |
-
"tabletLetterSpacing": 0.5,
|
4726 |
-
"mobileFontSize": 15,
|
4727 |
-
"mobileFontWeight": 600,
|
4728 |
-
"mobileLineHeight": 1.6,
|
4729 |
-
"mobileLetterSpacing": 0.5
|
4730 |
-
}
|
4731 |
-
]
|
4732 |
-
},
|
4733 |
-
{
|
4734 |
-
"id": "aqmryzjisyyemvyjbrxjhiadzqxjumfplivm",
|
4735 |
-
"title": "Ashen",
|
4736 |
-
"colorPalette": [
|
4737 |
-
{ "id": "color1", "hex": "#B23730" },
|
4738 |
-
{ "id": "color2", "hex": "#200F11" },
|
4739 |
-
{ "id": "color3", "hex": "#B2305E" },
|
4740 |
-
{ "id": "color4", "hex": "#FFDCD0" },
|
4741 |
-
{ "id": "color5", "hex": "#FF7547" },
|
4742 |
-
{ "id": "color6", "hex": "#F5F4F0" },
|
4743 |
-
{ "id": "color7", "hex": "#7F7979" },
|
4744 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
4745 |
-
],
|
4746 |
-
"fontStyles": [
|
4747 |
-
{
|
4748 |
-
"deletable": "off",
|
4749 |
-
"id": "paragraph",
|
4750 |
-
"title": "Paragraph",
|
4751 |
-
"fontFamily": "nunito",
|
4752 |
-
"fontFamilyType": "google",
|
4753 |
-
"fontSize": 16,
|
4754 |
-
"fontWeight": 400,
|
4755 |
-
"lineHeight": 1.9,
|
4756 |
-
"letterSpacing": 0,
|
4757 |
-
"tabletFontSize": 15,
|
4758 |
-
"tabletFontWeight": 400,
|
4759 |
-
"tabletLineHeight": 1.6,
|
4760 |
-
"tabletLetterSpacing": 0,
|
4761 |
-
"mobileFontSize": 15,
|
4762 |
-
"mobileFontWeight": 400,
|
4763 |
-
"mobileLineHeight": 1.6,
|
4764 |
-
"mobileLetterSpacing": 0
|
4765 |
-
},
|
4766 |
-
{
|
4767 |
-
"deletable": "off",
|
4768 |
-
"id": "subtitle",
|
4769 |
-
"title": "Subtitle",
|
4770 |
-
"fontFamily": "nunito",
|
4771 |
-
"fontFamilyType": "google",
|
4772 |
-
"fontSize": 17,
|
4773 |
-
"fontWeight": 400,
|
4774 |
-
"lineHeight": 1.8,
|
4775 |
-
"letterSpacing": 0,
|
4776 |
-
"tabletFontSize": 17,
|
4777 |
-
"tabletFontWeight": 400,
|
4778 |
-
"tabletLineHeight": 1.5,
|
4779 |
-
"tabletLetterSpacing": 0,
|
4780 |
-
"mobileFontSize": 17,
|
4781 |
-
"mobileFontWeight": 400,
|
4782 |
-
"mobileLineHeight": 1.5,
|
4783 |
-
"mobileLetterSpacing": 0
|
4784 |
-
},
|
4785 |
-
{
|
4786 |
-
"deletable": "off",
|
4787 |
-
"id": "abovetitle",
|
4788 |
-
"title": "Above Title",
|
4789 |
-
"fontFamily": "nunito",
|
4790 |
-
"fontFamilyType": "google",
|
4791 |
-
"fontSize": 13,
|
4792 |
-
"fontWeight": 700,
|
4793 |
-
"lineHeight": 1.5,
|
4794 |
-
"letterSpacing": 1.1,
|
4795 |
-
"tabletFontSize": 13,
|
4796 |
-
"tabletFontWeight": 600,
|
4797 |
-
"tabletLineHeight": 1.5,
|
4798 |
-
"tabletLetterSpacing": 1,
|
4799 |
-
"mobileFontSize": 13,
|
4800 |
-
"mobileFontWeight": 600,
|
4801 |
-
"mobileLineHeight": 1.5,
|
4802 |
-
"mobileLetterSpacing": 1
|
4803 |
-
},
|
4804 |
-
{
|
4805 |
-
"deletable": "off",
|
4806 |
-
"id": "heading1",
|
4807 |
-
"title": "Heading 1",
|
4808 |
-
"fontFamily": "knewave",
|
4809 |
-
"fontFamilyType": "google",
|
4810 |
-
"fontSize": 46,
|
4811 |
-
"fontWeight": 400,
|
4812 |
-
"lineHeight": 1.3,
|
4813 |
-
"letterSpacing": -1.5,
|
4814 |
-
"tabletFontSize": 40,
|
4815 |
-
"tabletFontWeight": 400,
|
4816 |
-
"tabletLineHeight": 1.3,
|
4817 |
-
"tabletLetterSpacing": -1,
|
4818 |
-
"mobileFontSize": 34,
|
4819 |
-
"mobileFontWeight": 400,
|
4820 |
-
"mobileLineHeight": 1.3,
|
4821 |
-
"mobileLetterSpacing": -1
|
4822 |
-
},
|
4823 |
-
{
|
4824 |
-
"deletable": "off",
|
4825 |
-
"id": "heading2",
|
4826 |
-
"title": "Heading 2",
|
4827 |
-
"fontFamily": "knewave",
|
4828 |
-
"fontFamilyType": "google",
|
4829 |
-
"fontSize": 36,
|
4830 |
-
"fontWeight": 400,
|
4831 |
-
"lineHeight": 1.4,
|
4832 |
-
"letterSpacing": -1,
|
4833 |
-
"tabletFontSize": 33,
|
4834 |
-
"tabletFontWeight": 400,
|
4835 |
-
"tabletLineHeight": 1.3,
|
4836 |
-
"tabletLetterSpacing": -0.5,
|
4837 |
-
"mobileFontSize": 29,
|
4838 |
-
"mobileFontWeight": 400,
|
4839 |
-
"mobileLineHeight": 1.3,
|
4840 |
-
"mobileLetterSpacing": -0.5
|
4841 |
-
},
|
4842 |
-
{
|
4843 |
-
"deletable": "off",
|
4844 |
-
"id": "heading3",
|
4845 |
-
"title": "Heading 3",
|
4846 |
-
"fontFamily": "knewave",
|
4847 |
-
"fontFamilyType": "google",
|
4848 |
-
"fontSize": 28,
|
4849 |
-
"fontWeight": 400,
|
4850 |
-
"lineHeight": 1.4,
|
4851 |
-
"letterSpacing": 0,
|
4852 |
-
"tabletFontSize": 25,
|
4853 |
-
"tabletFontWeight": 400,
|
4854 |
-
"tabletLineHeight": 1.3,
|
4855 |
-
"tabletLetterSpacing": 0,
|
4856 |
-
"mobileFontSize": 22,
|
4857 |
-
"mobileFontWeight": 400,
|
4858 |
-
"mobileLineHeight": 1.3,
|
4859 |
-
"mobileLetterSpacing": 0
|
4860 |
-
},
|
4861 |
-
{
|
4862 |
-
"deletable": "off",
|
4863 |
-
"id": "heading4",
|
4864 |
-
"title": "Heading 4",
|
4865 |
-
"fontFamily": "nunito",
|
4866 |
-
"fontFamilyType": "google",
|
4867 |
-
"fontSize": 22,
|
4868 |
-
"fontWeight": 700,
|
4869 |
-
"lineHeight": 1.5,
|
4870 |
-
"letterSpacing": 0,
|
4871 |
-
"tabletFontSize": 19,
|
4872 |
-
"tabletFontWeight": 700,
|
4873 |
-
"tabletLineHeight": 1.4,
|
4874 |
-
"tabletLetterSpacing": 0,
|
4875 |
-
"mobileFontSize": 19,
|
4876 |
-
"mobileFontWeight": 700,
|
4877 |
-
"mobileLineHeight": 1.4,
|
4878 |
-
"mobileLetterSpacing": 0
|
4879 |
-
},
|
4880 |
-
{
|
4881 |
-
"deletable": "off",
|
4882 |
-
"id": "heading5",
|
4883 |
-
"title": "Heading 5",
|
4884 |
-
"fontFamily": "nunito",
|
4885 |
-
"fontFamilyType": "google",
|
4886 |
-
"fontSize": 20,
|
4887 |
-
"fontWeight": 700,
|
4888 |
-
"lineHeight": 1.6,
|
4889 |
-
"letterSpacing": 0,
|
4890 |
-
"tabletFontSize": 19,
|
4891 |
-
"tabletFontWeight": 700,
|
4892 |
-
"tabletLineHeight": 1.5,
|
4893 |
-
"tabletLetterSpacing": 0,
|
4894 |
-
"mobileFontSize": 18,
|
4895 |
-
"mobileFontWeight": 700,
|
4896 |
-
"mobileLineHeight": 1.5,
|
4897 |
-
"mobileLetterSpacing": 0
|
4898 |
-
},
|
4899 |
-
{
|
4900 |
-
"deletable": "off",
|
4901 |
-
"id": "heading6",
|
4902 |
-
"title": "Heading 6",
|
4903 |
-
"fontFamily": "nunito",
|
4904 |
-
"fontFamilyType": "google",
|
4905 |
-
"fontSize": 16,
|
4906 |
-
"fontWeight": 700,
|
4907 |
-
"lineHeight": 1.5,
|
4908 |
-
"letterSpacing": 0,
|
4909 |
-
"tabletFontSize": 16,
|
4910 |
-
"tabletFontWeight": 600,
|
4911 |
-
"tabletLineHeight": 1.5,
|
4912 |
-
"tabletLetterSpacing": 0,
|
4913 |
-
"mobileFontSize": 16,
|
4914 |
-
"mobileFontWeight": 600,
|
4915 |
-
"mobileLineHeight": 1.5,
|
4916 |
-
"mobileLetterSpacing": 0
|
4917 |
-
},
|
4918 |
-
{
|
4919 |
-
"deletable": "off",
|
4920 |
-
"id": "button",
|
4921 |
-
"title": "Button",
|
4922 |
-
"fontFamily": "nunito",
|
4923 |
-
"fontFamilyType": "google",
|
4924 |
-
"fontSize": 15,
|
4925 |
-
"fontWeight": 700,
|
4926 |
-
"lineHeight": 1.6,
|
4927 |
-
"letterSpacing": 1,
|
4928 |
-
"tabletFontSize": 14,
|
4929 |
-
"tabletFontWeight": 700,
|
4930 |
-
"tabletLineHeight": 1.6,
|
4931 |
-
"tabletLetterSpacing": 1,
|
4932 |
-
"mobileFontSize": 14,
|
4933 |
-
"mobileFontWeight": 700,
|
4934 |
-
"mobileLineHeight": 1.6,
|
4935 |
-
"mobileLetterSpacing": 1
|
4936 |
-
}
|
4937 |
-
]
|
4938 |
-
},
|
4939 |
-
{
|
4940 |
-
"id": "zxpsijgmzwoaiyprcqztjwwjpraeizvtyibq",
|
4941 |
-
"title": "Oblivion",
|
4942 |
-
"colorPalette": [
|
4943 |
-
{ "id": "color1", "hex": "#5C823F" },
|
4944 |
-
{ "id": "color2", "hex": "#26232A" },
|
4945 |
-
{ "id": "color3", "hex": "#60B420" },
|
4946 |
-
{ "id": "color4", "hex": "#ECD7F2" },
|
4947 |
-
{ "id": "color5", "hex": "#9E47DA" },
|
4948 |
-
{ "id": "color6", "hex": "#EAF6E3" },
|
4949 |
-
{ "id": "color7", "hex": "#6F6D70" },
|
4950 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
4951 |
-
],
|
4952 |
-
"fontStyles": [
|
4953 |
-
{
|
4954 |
-
"deletable": "off",
|
4955 |
-
"id": "paragraph",
|
4956 |
-
"title": "Paragraph",
|
4957 |
-
"fontFamily": "palanquin",
|
4958 |
-
"fontFamilyType": "google",
|
4959 |
-
"fontSize": 16,
|
4960 |
-
"fontWeight": 400,
|
4961 |
-
"lineHeight": 1.9,
|
4962 |
-
"letterSpacing": 0,
|
4963 |
-
"tabletFontSize": 15,
|
4964 |
-
"tabletFontWeight": 400,
|
4965 |
-
"tabletLineHeight": 1.6,
|
4966 |
-
"tabletLetterSpacing": 0,
|
4967 |
-
"mobileFontSize": 15,
|
4968 |
-
"mobileFontWeight": 400,
|
4969 |
-
"mobileLineHeight": 1.6,
|
4970 |
-
"mobileLetterSpacing": 0
|
4971 |
-
},
|
4972 |
-
{
|
4973 |
-
"deletable": "off",
|
4974 |
-
"id": "subtitle",
|
4975 |
-
"title": "Subtitle",
|
4976 |
-
"fontFamily": "palanquin",
|
4977 |
-
"fontFamilyType": "google",
|
4978 |
-
"fontSize": 17,
|
4979 |
-
"fontWeight": 400,
|
4980 |
-
"lineHeight": 1.8,
|
4981 |
-
"letterSpacing": 0,
|
4982 |
-
"tabletFontSize": 17,
|
4983 |
-
"tabletFontWeight": 300,
|
4984 |
-
"tabletLineHeight": 1.5,
|
4985 |
-
"tabletLetterSpacing": 0,
|
4986 |
-
"mobileFontSize": 17,
|
4987 |
-
"mobileFontWeight": 300,
|
4988 |
-
"mobileLineHeight": 1.5,
|
4989 |
-
"mobileLetterSpacing": 0
|
4990 |
-
},
|
4991 |
-
{
|
4992 |
-
"deletable": "off",
|
4993 |
-
"id": "abovetitle",
|
4994 |
-
"title": "Above Title",
|
4995 |
-
"fontFamily": "palanquin",
|
4996 |
-
"fontFamilyType": "google",
|
4997 |
-
"fontSize": 13,
|
4998 |
-
"fontWeight": 700,
|
4999 |
-
"lineHeight": 1.5,
|
5000 |
-
"letterSpacing": 1.1,
|
5001 |
-
"tabletFontSize": 13,
|
5002 |
-
"tabletFontWeight": 600,
|
5003 |
-
"tabletLineHeight": 1.5,
|
5004 |
-
"tabletLetterSpacing": 1,
|
5005 |
-
"mobileFontSize": 13,
|
5006 |
-
"mobileFontWeight": 600,
|
5007 |
-
"mobileLineHeight": 1.5,
|
5008 |
-
"mobileLetterSpacing": 1
|
5009 |
-
},
|
5010 |
-
{
|
5011 |
-
"deletable": "off",
|
5012 |
-
"id": "heading1",
|
5013 |
-
"title": "Heading 1",
|
5014 |
-
"fontFamily": "palanquin_dark",
|
5015 |
-
"fontFamilyType": "google",
|
5016 |
-
"fontSize": 46,
|
5017 |
-
"fontWeight": 400,
|
5018 |
-
"lineHeight": 1.3,
|
5019 |
-
"letterSpacing": -1.5,
|
5020 |
-
"tabletFontSize": 40,
|
5021 |
-
"tabletFontWeight": 400,
|
5022 |
-
"tabletLineHeight": 1.3,
|
5023 |
-
"tabletLetterSpacing": -1,
|
5024 |
-
"mobileFontSize": 34,
|
5025 |
-
"mobileFontWeight": 400,
|
5026 |
-
"mobileLineHeight": 1.3,
|
5027 |
-
"mobileLetterSpacing": -1
|
5028 |
-
},
|
5029 |
-
{
|
5030 |
-
"deletable": "off",
|
5031 |
-
"id": "heading2",
|
5032 |
-
"title": "Heading 2",
|
5033 |
-
"fontFamily": "palanquin_dark",
|
5034 |
-
"fontFamilyType": "google",
|
5035 |
-
"fontSize": 36,
|
5036 |
-
"fontWeight": 400,
|
5037 |
-
"lineHeight": 1.4,
|
5038 |
-
"letterSpacing": -1,
|
5039 |
-
"tabletFontSize": 35,
|
5040 |
-
"tabletFontWeight": 400,
|
5041 |
-
"tabletLineHeight": 1.3,
|
5042 |
-
"tabletLetterSpacing": -0.5,
|
5043 |
-
"mobileFontSize": 29,
|
5044 |
-
"mobileFontWeight": 400,
|
5045 |
-
"mobileLineHeight": 1.3,
|
5046 |
-
"mobileLetterSpacing": -0.5
|
5047 |
-
},
|
5048 |
-
{
|
5049 |
-
"deletable": "off",
|
5050 |
-
"id": "heading3",
|
5051 |
-
"title": "Heading 3",
|
5052 |
-
"fontFamily": "palanquin_dark",
|
5053 |
-
"fontFamilyType": "google",
|
5054 |
-
"fontSize": 28,
|
5055 |
-
"fontWeight": 400,
|
5056 |
-
"lineHeight": 1.4,
|
5057 |
-
"letterSpacing": 0,
|
5058 |
-
"tabletFontSize": 27,
|
5059 |
-
"tabletFontWeight": 400,
|
5060 |
-
"tabletLineHeight": 1.3,
|
5061 |
-
"tabletLetterSpacing": 0,
|
5062 |
-
"mobileFontSize": 22,
|
5063 |
-
"mobileFontWeight": 400,
|
5064 |
-
"mobileLineHeight": 1.3,
|
5065 |
-
"mobileLetterSpacing": 0
|
5066 |
-
},
|
5067 |
-
{
|
5068 |
-
"deletable": "off",
|
5069 |
-
"id": "heading4",
|
5070 |
-
"title": "Heading 4",
|
5071 |
-
"fontFamily": "palanquin_dark",
|
5072 |
-
"fontFamilyType": "google",
|
5073 |
-
"fontSize": 22,
|
5074 |
-
"fontWeight": 400,
|
5075 |
-
"lineHeight": 1.5,
|
5076 |
-
"letterSpacing": 0,
|
5077 |
-
"tabletFontSize": 22,
|
5078 |
-
"tabletFontWeight": 400,
|
5079 |
-
"tabletLineHeight": 1.4,
|
5080 |
-
"tabletLetterSpacing": 0,
|
5081 |
-
"mobileFontSize": 21,
|
5082 |
-
"mobileFontWeight": 400,
|
5083 |
-
"mobileLineHeight": 1.4,
|
5084 |
-
"mobileLetterSpacing": 0
|
5085 |
-
},
|
5086 |
-
{
|
5087 |
-
"deletable": "off",
|
5088 |
-
"id": "heading5",
|
5089 |
-
"title": "Heading 5",
|
5090 |
-
"fontFamily": "palanquin_dark",
|
5091 |
-
"fontFamilyType": "google",
|
5092 |
-
"fontSize": 20,
|
5093 |
-
"fontWeight": 400,
|
5094 |
-
"lineHeight": 1.6,
|
5095 |
-
"letterSpacing": 0,
|
5096 |
-
"tabletFontSize": 19,
|
5097 |
-
"tabletFontWeight": 400,
|
5098 |
-
"tabletLineHeight": 1.5,
|
5099 |
-
"tabletLetterSpacing": 0,
|
5100 |
-
"mobileFontSize": 18,
|
5101 |
-
"mobileFontWeight": 400,
|
5102 |
-
"mobileLineHeight": 1.5,
|
5103 |
-
"mobileLetterSpacing": 0
|
5104 |
-
},
|
5105 |
-
{
|
5106 |
-
"deletable": "off",
|
5107 |
-
"id": "heading6",
|
5108 |
-
"title": "Heading 6",
|
5109 |
-
"fontFamily": "palanquin",
|
5110 |
-
"fontFamilyType": "google",
|
5111 |
-
"fontSize": 16,
|
5112 |
-
"fontWeight": 700,
|
5113 |
-
"lineHeight": 1.5,
|
5114 |
-
"letterSpacing": 0,
|
5115 |
-
"tabletFontSize": 16,
|
5116 |
-
"tabletFontWeight": 700,
|
5117 |
-
"tabletLineHeight": 1.5,
|
5118 |
-
"tabletLetterSpacing": 0,
|
5119 |
-
"mobileFontSize": 16,
|
5120 |
-
"mobileFontWeight": 700,
|
5121 |
-
"mobileLineHeight": 1.5,
|
5122 |
-
"mobileLetterSpacing": 0
|
5123 |
-
},
|
5124 |
-
{
|
5125 |
-
"deletable": "off",
|
5126 |
-
"id": "button",
|
5127 |
-
"title": "Button",
|
5128 |
-
"fontFamily": "palanquin",
|
5129 |
-
"fontFamilyType": "google",
|
5130 |
-
"fontSize": 15,
|
5131 |
-
"fontWeight": 700,
|
5132 |
-
"lineHeight": 1.6,
|
5133 |
-
"letterSpacing": 0.5,
|
5134 |
-
"tabletFontSize": 15,
|
5135 |
-
"tabletFontWeight": 700,
|
5136 |
-
"tabletLineHeight": 1.6,
|
5137 |
-
"tabletLetterSpacing": 0.5,
|
5138 |
-
"mobileFontSize": 15,
|
5139 |
-
"mobileFontWeight": 700,
|
5140 |
-
"mobileLineHeight": 1.6,
|
5141 |
-
"mobileLetterSpacing": 0.5
|
5142 |
-
}
|
5143 |
-
]
|
5144 |
-
},
|
5145 |
-
{
|
5146 |
-
"id": "mnidlkbkoxwoaofhmdrlgawecfhbpxbtgies",
|
5147 |
-
"title": "Droid",
|
5148 |
-
"colorPalette": [
|
5149 |
-
{ "id": "color1", "hex": "#8E53A7" },
|
5150 |
-
{ "id": "color2", "hex": "#242643" },
|
5151 |
-
{ "id": "color3", "hex": "#4157CB" },
|
5152 |
-
{ "id": "color4", "hex": "#F8A392" },
|
5153 |
-
{ "id": "color5", "hex": "#FFE0DA" },
|
5154 |
-
{ "id": "color6", "hex": "#F3EEF0" },
|
5155 |
-
{ "id": "color7", "hex": "#5D5E64" },
|
5156 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
5157 |
-
],
|
5158 |
-
"fontStyles": [
|
5159 |
-
{
|
5160 |
-
"deletable": "off",
|
5161 |
-
"id": "paragraph",
|
5162 |
-
"title": "Paragraph",
|
5163 |
-
"fontFamily": "roboto",
|
5164 |
-
"fontFamilyType": "google",
|
5165 |
-
"fontSize": 16,
|
5166 |
-
"fontWeight": 400,
|
5167 |
-
"lineHeight": 1.9,
|
5168 |
-
"letterSpacing": 0,
|
5169 |
-
"tabletFontSize": 15,
|
5170 |
-
"tabletFontWeight": 400,
|
5171 |
-
"tabletLineHeight": 1.6,
|
5172 |
-
"tabletLetterSpacing": 0,
|
5173 |
-
"mobileFontSize": 15,
|
5174 |
-
"mobileFontWeight": 400,
|
5175 |
-
"mobileLineHeight": 1.6,
|
5176 |
-
"mobileLetterSpacing": 0
|
5177 |
-
},
|
5178 |
-
{
|
5179 |
-
"deletable": "off",
|
5180 |
-
"id": "subtitle",
|
5181 |
-
"title": "Subtitle",
|
5182 |
-
"fontFamily": "roboto",
|
5183 |
-
"fontFamilyType": "google",
|
5184 |
-
"fontSize": 17,
|
5185 |
-
"fontWeight": 400,
|
5186 |
-
"lineHeight": 1.8,
|
5187 |
-
"letterSpacing": 0,
|
5188 |
-
"tabletFontSize": 17,
|
5189 |
-
"tabletFontWeight": 300,
|
5190 |
-
"tabletLineHeight": 1.5,
|
5191 |
-
"tabletLetterSpacing": 0,
|
5192 |
-
"mobileFontSize": 17,
|
5193 |
-
"mobileFontWeight": 300,
|
5194 |
-
"mobileLineHeight": 1.5,
|
5195 |
-
"mobileLetterSpacing": 0
|
5196 |
-
},
|
5197 |
-
{
|
5198 |
-
"deletable": "off",
|
5199 |
-
"id": "abovetitle",
|
5200 |
-
"title": "Above Title",
|
5201 |
-
"fontFamily": "roboto",
|
5202 |
-
"fontFamilyType": "google",
|
5203 |
-
"fontSize": 13,
|
5204 |
-
"fontWeight": 700,
|
5205 |
-
"lineHeight": 1.5,
|
5206 |
-
"letterSpacing": 1.1,
|
5207 |
-
"tabletFontSize": 13,
|
5208 |
-
"tabletFontWeight": 600,
|
5209 |
-
"tabletLineHeight": 1.5,
|
5210 |
-
"tabletLetterSpacing": 1,
|
5211 |
-
"mobileFontSize": 13,
|
5212 |
-
"mobileFontWeight": 600,
|
5213 |
-
"mobileLineHeight": 1.5,
|
5214 |
-
"mobileLetterSpacing": 1
|
5215 |
-
},
|
5216 |
-
{
|
5217 |
-
"deletable": "off",
|
5218 |
-
"id": "heading1",
|
5219 |
-
"title": "Heading 1",
|
5220 |
-
"fontFamily": "oswald",
|
5221 |
-
"fontFamilyType": "google",
|
5222 |
-
"fontSize": 46,
|
5223 |
-
"fontWeight": 400,
|
5224 |
-
"lineHeight": 1.3,
|
5225 |
-
"letterSpacing": -1.5,
|
5226 |
-
"tabletFontSize": 40,
|
5227 |
-
"tabletFontWeight": 400,
|
5228 |
-
"tabletLineHeight": 1.3,
|
5229 |
-
"tabletLetterSpacing": -1,
|
5230 |
-
"mobileFontSize": 34,
|
5231 |
-
"mobileFontWeight": 400,
|
5232 |
-
"mobileLineHeight": 1.3,
|
5233 |
-
"mobileLetterSpacing": -1
|
5234 |
-
},
|
5235 |
-
{
|
5236 |
-
"deletable": "off",
|
5237 |
-
"id": "heading2",
|
5238 |
-
"title": "Heading 2",
|
5239 |
-
"fontFamily": "oswald",
|
5240 |
-
"fontFamilyType": "google",
|
5241 |
-
"fontSize": 36,
|
5242 |
-
"fontWeight": 400,
|
5243 |
-
"lineHeight": 1.4,
|
5244 |
-
"letterSpacing": -1,
|
5245 |
-
"tabletFontSize": 35,
|
5246 |
-
"tabletFontWeight": 400,
|
5247 |
-
"tabletLineHeight": 1.3,
|
5248 |
-
"tabletLetterSpacing": -0.5,
|
5249 |
-
"mobileFontSize": 29,
|
5250 |
-
"mobileFontWeight": 400,
|
5251 |
-
"mobileLineHeight": 1.3,
|
5252 |
-
"mobileLetterSpacing": -0.5
|
5253 |
-
},
|
5254 |
-
{
|
5255 |
-
"deletable": "off",
|
5256 |
-
"id": "heading3",
|
5257 |
-
"title": "Heading 3",
|
5258 |
-
"fontFamily": "oswald",
|
5259 |
-
"fontFamilyType": "google",
|
5260 |
-
"fontSize": 28,
|
5261 |
-
"fontWeight": 400,
|
5262 |
-
"lineHeight": 1.4,
|
5263 |
-
"letterSpacing": 0,
|
5264 |
-
"tabletFontSize": 27,
|
5265 |
-
"tabletFontWeight": 400,
|
5266 |
-
"tabletLineHeight": 1.3,
|
5267 |
-
"tabletLetterSpacing": 0,
|
5268 |
-
"mobileFontSize": 22,
|
5269 |
-
"mobileFontWeight": 400,
|
5270 |
-
"mobileLineHeight": 1.3,
|
5271 |
-
"mobileLetterSpacing": 0
|
5272 |
-
},
|
5273 |
-
{
|
5274 |
-
"deletable": "off",
|
5275 |
-
"id": "heading4",
|
5276 |
-
"title": "Heading 4",
|
5277 |
-
"fontFamily": "roboto",
|
5278 |
-
"fontFamilyType": "google",
|
5279 |
-
"fontSize": 22,
|
5280 |
-
"fontWeight": 400,
|
5281 |
-
"lineHeight": 1.5,
|
5282 |
-
"letterSpacing": 0,
|
5283 |
-
"tabletFontSize": 22,
|
5284 |
-
"tabletFontWeight": 400,
|
5285 |
-
"tabletLineHeight": 1.4,
|
5286 |
-
"tabletLetterSpacing": 0,
|
5287 |
-
"mobileFontSize": 21,
|
5288 |
-
"mobileFontWeight": 400,
|
5289 |
-
"mobileLineHeight": 1.4,
|
5290 |
-
"mobileLetterSpacing": 0
|
5291 |
-
},
|
5292 |
-
{
|
5293 |
-
"deletable": "off",
|
5294 |
-
"id": "heading5",
|
5295 |
-
"title": "Heading 5",
|
5296 |
-
"fontFamily": "roboto",
|
5297 |
-
"fontFamilyType": "google",
|
5298 |
-
"fontSize": 20,
|
5299 |
-
"fontWeight": 400,
|
5300 |
-
"lineHeight": 1.6,
|
5301 |
-
"letterSpacing": 0,
|
5302 |
-
"tabletFontSize": 19,
|
5303 |
-
"tabletFontWeight": 400,
|
5304 |
-
"tabletLineHeight": 1.5,
|
5305 |
-
"tabletLetterSpacing": 0,
|
5306 |
-
"mobileFontSize": 18,
|
5307 |
-
"mobileFontWeight": 400,
|
5308 |
-
"mobileLineHeight": 1.5,
|
5309 |
-
"mobileLetterSpacing": 0
|
5310 |
-
},
|
5311 |
-
{
|
5312 |
-
"deletable": "off",
|
5313 |
-
"id": "heading6",
|
5314 |
-
"title": "Heading 6",
|
5315 |
-
"fontFamily": "roboto",
|
5316 |
-
"fontFamilyType": "google",
|
5317 |
-
"fontSize": 16,
|
5318 |
-
"fontWeight": 400,
|
5319 |
-
"lineHeight": 1.5,
|
5320 |
-
"letterSpacing": 0,
|
5321 |
-
"tabletFontSize": 16,
|
5322 |
-
"tabletFontWeight": 400,
|
5323 |
-
"tabletLineHeight": 1.5,
|
5324 |
-
"tabletLetterSpacing": 0,
|
5325 |
-
"mobileFontSize": 16,
|
5326 |
-
"mobileFontWeight": 400,
|
5327 |
-
"mobileLineHeight": 1.5,
|
5328 |
-
"mobileLetterSpacing": 0
|
5329 |
-
},
|
5330 |
-
{
|
5331 |
-
"deletable": "off",
|
5332 |
-
"id": "button",
|
5333 |
-
"title": "Button",
|
5334 |
-
"fontFamily": "roboto",
|
5335 |
-
"fontFamilyType": "google",
|
5336 |
-
"fontSize": 15,
|
5337 |
-
"fontWeight": 700,
|
5338 |
-
"lineHeight": 1.6,
|
5339 |
-
"letterSpacing": 1,
|
5340 |
-
"tabletFontSize": 13,
|
5341 |
-
"tabletFontWeight": 600,
|
5342 |
-
"tabletLineHeight": 1.6,
|
5343 |
-
"tabletLetterSpacing": 1,
|
5344 |
-
"mobileFontSize": 13,
|
5345 |
-
"mobileFontWeight": 600,
|
5346 |
-
"mobileLineHeight": 1.6,
|
5347 |
-
"mobileLetterSpacing": 1
|
5348 |
-
}
|
5349 |
-
]
|
5350 |
-
},
|
5351 |
-
{
|
5352 |
-
"id": "xjgeewgibkkurlxnmtsozeucbcpwixyncglc",
|
5353 |
-
"title": "Exquisite",
|
5354 |
-
"colorPalette": [
|
5355 |
-
{ "id": "color1", "hex": "#0D1B71" },
|
5356 |
-
{ "id": "color2", "hex": "#1D1F3A" },
|
5357 |
-
{ "id": "color3", "hex": "#C63160" },
|
5358 |
-
{ "id": "color4", "hex": "#FCD1CE" },
|
5359 |
-
{ "id": "color5", "hex": "#9DE1EC" },
|
5360 |
-
{ "id": "color6", "hex": "#EFF1FA" },
|
5361 |
-
{ "id": "color7", "hex": "#575864" },
|
5362 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
5363 |
-
],
|
5364 |
-
"fontStyles": [
|
5365 |
-
{
|
5366 |
-
"deletable": "off",
|
5367 |
-
"id": "paragraph",
|
5368 |
-
"title": "Paragraph",
|
5369 |
-
"fontFamily": "oxygen",
|
5370 |
-
"fontFamilyType": "google",
|
5371 |
-
"fontSize": 16,
|
5372 |
-
"fontWeight": 400,
|
5373 |
-
"lineHeight": 1.9,
|
5374 |
-
"letterSpacing": 0,
|
5375 |
-
"tabletFontSize": 15,
|
5376 |
-
"tabletFontWeight": 400,
|
5377 |
-
"tabletLineHeight": 1.6,
|
5378 |
-
"tabletLetterSpacing": 0,
|
5379 |
-
"mobileFontSize": 15,
|
5380 |
-
"mobileFontWeight": 400,
|
5381 |
-
"mobileLineHeight": 1.6,
|
5382 |
-
"mobileLetterSpacing": 0
|
5383 |
-
},
|
5384 |
-
{
|
5385 |
-
"deletable": "off",
|
5386 |
-
"id": "subtitle",
|
5387 |
-
"title": "Subtitle",
|
5388 |
-
"fontFamily": "oxygen",
|
5389 |
-
"fontFamilyType": "google",
|
5390 |
-
"fontSize": 17,
|
5391 |
-
"fontWeight": 400,
|
5392 |
-
"lineHeight": 1.8,
|
5393 |
-
"letterSpacing": 0,
|
5394 |
-
"tabletFontSize": 17,
|
5395 |
-
"tabletFontWeight": 300,
|
5396 |
-
"tabletLineHeight": 1.5,
|
5397 |
-
"tabletLetterSpacing": 0,
|
5398 |
-
"mobileFontSize": 17,
|
5399 |
-
"mobileFontWeight": 300,
|
5400 |
-
"mobileLineHeight": 1.5,
|
5401 |
-
"mobileLetterSpacing": 0
|
5402 |
-
},
|
5403 |
-
{
|
5404 |
-
"deletable": "off",
|
5405 |
-
"id": "abovetitle",
|
5406 |
-
"title": "Above Title",
|
5407 |
-
"fontFamily": "oxygen",
|
5408 |
-
"fontFamilyType": "google",
|
5409 |
-
"fontSize": 13,
|
5410 |
-
"fontWeight": 700,
|
5411 |
-
"lineHeight": 1.5,
|
5412 |
-
"letterSpacing": 1.1,
|
5413 |
-
"tabletFontSize": 13,
|
5414 |
-
"tabletFontWeight": 600,
|
5415 |
-
"tabletLineHeight": 1.5,
|
5416 |
-
"tabletLetterSpacing": 1,
|
5417 |
-
"mobileFontSize": 13,
|
5418 |
-
"mobileFontWeight": 600,
|
5419 |
-
"mobileLineHeight": 1.5,
|
5420 |
-
"mobileLetterSpacing": 1
|
5421 |
-
},
|
5422 |
-
{
|
5423 |
-
"deletable": "off",
|
5424 |
-
"id": "heading1",
|
5425 |
-
"title": "Heading 1",
|
5426 |
-
"fontFamily": "playfair_display",
|
5427 |
-
"fontFamilyType": "google",
|
5428 |
-
"fontSize": 52,
|
5429 |
-
"fontWeight": 400,
|
5430 |
-
"lineHeight": 1.3,
|
5431 |
-
"letterSpacing": -1.5,
|
5432 |
-
"tabletFontSize": 46,
|
5433 |
-
"tabletFontWeight": 400,
|
5434 |
-
"tabletLineHeight": 1.3,
|
5435 |
-
"tabletLetterSpacing": -1,
|
5436 |
-
"mobileFontSize": 40,
|
5437 |
-
"mobileFontWeight": 400,
|
5438 |
-
"mobileLineHeight": 1.3,
|
5439 |
-
"mobileLetterSpacing": -1
|
5440 |
-
},
|
5441 |
-
{
|
5442 |
-
"deletable": "off",
|
5443 |
-
"id": "heading2",
|
5444 |
-
"title": "Heading 2",
|
5445 |
-
"fontFamily": "playfair_display",
|
5446 |
-
"fontFamilyType": "google",
|
5447 |
-
"fontSize": 42,
|
5448 |
-
"fontWeight": 400,
|
5449 |
-
"lineHeight": 1.4,
|
5450 |
-
"letterSpacing": -1,
|
5451 |
-
"tabletFontSize": 35,
|
5452 |
-
"tabletFontWeight": 400,
|
5453 |
-
"tabletLineHeight": 1.3,
|
5454 |
-
"tabletLetterSpacing": -0.5,
|
5455 |
-
"mobileFontSize": 29,
|
5456 |
-
"mobileFontWeight": 400,
|
5457 |
-
"mobileLineHeight": 1.3,
|
5458 |
-
"mobileLetterSpacing": -0.5
|
5459 |
-
},
|
5460 |
-
{
|
5461 |
-
"deletable": "off",
|
5462 |
-
"id": "heading3",
|
5463 |
-
"title": "Heading 3",
|
5464 |
-
"fontFamily": "playfair_display",
|
5465 |
-
"fontFamilyType": "google",
|
5466 |
-
"fontSize": 29,
|
5467 |
-
"fontWeight": 400,
|
5468 |
-
"lineHeight": 1.4,
|
5469 |
-
"letterSpacing": 0,
|
5470 |
-
"tabletFontSize": 26,
|
5471 |
-
"tabletFontWeight": 400,
|
5472 |
-
"tabletLineHeight": 1.3,
|
5473 |
-
"tabletLetterSpacing": 0,
|
5474 |
-
"mobileFontSize": 23,
|
5475 |
-
"mobileFontWeight": 400,
|
5476 |
-
"mobileLineHeight": 1.3,
|
5477 |
-
"mobileLetterSpacing": 0
|
5478 |
-
},
|
5479 |
-
{
|
5480 |
-
"deletable": "off",
|
5481 |
-
"id": "heading4",
|
5482 |
-
"title": "Heading 4",
|
5483 |
-
"fontFamily": "oxygen",
|
5484 |
-
"fontFamilyType": "google",
|
5485 |
-
"fontSize": 22,
|
5486 |
-
"fontWeight": 700,
|
5487 |
-
"lineHeight": 1.5,
|
5488 |
-
"letterSpacing": 0,
|
5489 |
-
"tabletFontSize": 22,
|
5490 |
-
"tabletFontWeight": 600,
|
5491 |
-
"tabletLineHeight": 1.4,
|
5492 |
-
"tabletLetterSpacing": 0,
|
5493 |
-
"mobileFontSize": 21,
|
5494 |
-
"mobileFontWeight": 600,
|
5495 |
-
"mobileLineHeight": 1.4,
|
5496 |
-
"mobileLetterSpacing": 0
|
5497 |
-
},
|
5498 |
-
{
|
5499 |
-
"deletable": "off",
|
5500 |
-
"id": "heading5",
|
5501 |
-
"title": "Heading 5",
|
5502 |
-
"fontFamily": "oxygen",
|
5503 |
-
"fontFamilyType": "google",
|
5504 |
-
"fontSize": 20,
|
5505 |
-
"fontWeight": 700,
|
5506 |
-
"lineHeight": 1.6,
|
5507 |
-
"letterSpacing": 0,
|
5508 |
-
"tabletFontSize": 19,
|
5509 |
-
"tabletFontWeight": 600,
|
5510 |
-
"tabletLineHeight": 1.5,
|
5511 |
-
"tabletLetterSpacing": 0,
|
5512 |
-
"mobileFontSize": 18,
|
5513 |
-
"mobileFontWeight": 600,
|
5514 |
-
"mobileLineHeight": 1.5,
|
5515 |
-
"mobileLetterSpacing": 0
|
5516 |
-
},
|
5517 |
-
{
|
5518 |
-
"deletable": "off",
|
5519 |
-
"id": "heading6",
|
5520 |
-
"title": "Heading 6",
|
5521 |
-
"fontFamily": "oxygen",
|
5522 |
-
"fontFamilyType": "google",
|
5523 |
-
"fontSize": 16,
|
5524 |
-
"fontWeight": 400,
|
5525 |
-
"lineHeight": 1.5,
|
5526 |
-
"letterSpacing": 0,
|
5527 |
-
"tabletFontSize": 16,
|
5528 |
-
"tabletFontWeight": 400,
|
5529 |
-
"tabletLineHeight": 1.5,
|
5530 |
-
"tabletLetterSpacing": 0,
|
5531 |
-
"mobileFontSize": 16,
|
5532 |
-
"mobileFontWeight": 400,
|
5533 |
-
"mobileLineHeight": 1.5,
|
5534 |
-
"mobileLetterSpacing": 0
|
5535 |
-
},
|
5536 |
-
{
|
5537 |
-
"deletable": "off",
|
5538 |
-
"id": "button",
|
5539 |
-
"title": "Button",
|
5540 |
-
"fontFamily": "oxygen",
|
5541 |
-
"fontFamilyType": "google",
|
5542 |
-
"fontSize": 15,
|
5543 |
-
"fontWeight": 700,
|
5544 |
-
"lineHeight": 1.6,
|
5545 |
-
"letterSpacing": 1,
|
5546 |
-
"tabletFontSize": 13,
|
5547 |
-
"tabletFontWeight": 600,
|
5548 |
-
"tabletLineHeight": 1.6,
|
5549 |
-
"tabletLetterSpacing": 0,
|
5550 |
-
"mobileFontSize": 13,
|
5551 |
-
"mobileFontWeight": 600,
|
5552 |
-
"mobileLineHeight": 1.6,
|
5553 |
-
"mobileLetterSpacing": 0
|
5554 |
-
}
|
5555 |
-
]
|
5556 |
-
},
|
5557 |
-
{
|
5558 |
-
"id": "vysgrrxdqidobgfkzbvkkeaskxzmqpmadwrw",
|
5559 |
-
"title": "Chubby",
|
5560 |
-
"colorPalette": [
|
5561 |
-
{ "id": "color1", "hex": "#42497D" },
|
5562 |
-
{ "id": "color2", "hex": "#181A34" },
|
5563 |
-
{ "id": "color3", "hex": "#4853BB" },
|
5564 |
-
{ "id": "color4", "hex": "#98D8F3" },
|
5565 |
-
{ "id": "color5", "hex": "#D2D6FD" },
|
5566 |
-
{ "id": "color6", "hex": "#EDF4F5" },
|
5567 |
-
{ "id": "color7", "hex": "#80818D" },
|
5568 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
5569 |
-
],
|
5570 |
-
"fontStyles": [
|
5571 |
-
{
|
5572 |
-
"deletable": "off",
|
5573 |
-
"id": "paragraph",
|
5574 |
-
"title": "Paragraph",
|
5575 |
-
"fontFamily": "fira_sans",
|
5576 |
-
"fontFamilyType": "google",
|
5577 |
-
"fontSize": 16,
|
5578 |
-
"fontWeight": 400,
|
5579 |
-
"lineHeight": 1.9,
|
5580 |
-
"letterSpacing": 0,
|
5581 |
-
"tabletFontSize": 15,
|
5582 |
-
"tabletFontWeight": 400,
|
5583 |
-
"tabletLineHeight": 1.6,
|
5584 |
-
"tabletLetterSpacing": 0,
|
5585 |
-
"mobileFontSize": 15,
|
5586 |
-
"mobileFontWeight": 400,
|
5587 |
-
"mobileLineHeight": 1.6,
|
5588 |
-
"mobileLetterSpacing": 0
|
5589 |
-
},
|
5590 |
-
{
|
5591 |
-
"deletable": "off",
|
5592 |
-
"id": "subtitle",
|
5593 |
-
"title": "Subtitle",
|
5594 |
-
"fontFamily": "fira_sans",
|
5595 |
-
"fontFamilyType": "google",
|
5596 |
-
"fontSize": 17,
|
5597 |
-
"fontWeight": 400,
|
5598 |
-
"lineHeight": 1.8,
|
5599 |
-
"letterSpacing": 0,
|
5600 |
-
"tabletFontSize": 17,
|
5601 |
-
"tabletFontWeight": 300,
|
5602 |
-
"tabletLineHeight": 1.5,
|
5603 |
-
"tabletLetterSpacing": 0,
|
5604 |
-
"mobileFontSize": 17,
|
5605 |
-
"mobileFontWeight": 300,
|
5606 |
-
"mobileLineHeight": 1.5,
|
5607 |
-
"mobileLetterSpacing": 0
|
5608 |
-
},
|
5609 |
-
{
|
5610 |
-
"deletable": "off",
|
5611 |
-
"id": "abovetitle",
|
5612 |
-
"title": "Above Title",
|
5613 |
-
"fontFamily": "fira_sans",
|
5614 |
-
"fontFamilyType": "google",
|
5615 |
-
"fontSize": 13,
|
5616 |
-
"fontWeight": 700,
|
5617 |
-
"lineHeight": 1.5,
|
5618 |
-
"letterSpacing": 1.1,
|
5619 |
-
"tabletFontSize": 13,
|
5620 |
-
"tabletFontWeight": 600,
|
5621 |
-
"tabletLineHeight": 1.5,
|
5622 |
-
"tabletLetterSpacing": 1,
|
5623 |
-
"mobileFontSize": 13,
|
5624 |
-
"mobileFontWeight": 600,
|
5625 |
-
"mobileLineHeight": 1.5,
|
5626 |
-
"mobileLetterSpacing": 1
|
5627 |
-
},
|
5628 |
-
{
|
5629 |
-
"deletable": "off",
|
5630 |
-
"id": "heading1",
|
5631 |
-
"title": "Heading 1",
|
5632 |
-
"fontFamily": "abril_fatface",
|
5633 |
-
"fontFamilyType": "google",
|
5634 |
-
"fontSize": 52,
|
5635 |
-
"fontWeight": 400,
|
5636 |
-
"lineHeight": 1.3,
|
5637 |
-
"letterSpacing": -1.5,
|
5638 |
-
"tabletFontSize": 46,
|
5639 |
-
"tabletFontWeight": 400,
|
5640 |
-
"tabletLineHeight": 1.3,
|
5641 |
-
"tabletLetterSpacing": -1,
|
5642 |
-
"mobileFontSize": 40,
|
5643 |
-
"mobileFontWeight": 400,
|
5644 |
-
"mobileLineHeight": 1.3,
|
5645 |
-
"mobileLetterSpacing": -1
|
5646 |
-
},
|
5647 |
-
{
|
5648 |
-
"deletable": "off",
|
5649 |
-
"id": "heading2",
|
5650 |
-
"title": "Heading 2",
|
5651 |
-
"fontFamily": "abril_fatface",
|
5652 |
-
"fontFamilyType": "google",
|
5653 |
-
"fontSize": 42,
|
5654 |
-
"fontWeight": 400,
|
5655 |
-
"lineHeight": 1.4,
|
5656 |
-
"letterSpacing": -1,
|
5657 |
-
"tabletFontSize": 35,
|
5658 |
-
"tabletFontWeight": 400,
|
5659 |
-
"tabletLineHeight": 1.3,
|
5660 |
-
"tabletLetterSpacing": -0.5,
|
5661 |
-
"mobileFontSize": 29,
|
5662 |
-
"mobileFontWeight": 400,
|
5663 |
-
"mobileLineHeight": 1.3,
|
5664 |
-
"mobileLetterSpacing": -0.5
|
5665 |
-
},
|
5666 |
-
{
|
5667 |
-
"deletable": "off",
|
5668 |
-
"id": "heading3",
|
5669 |
-
"title": "Heading 3",
|
5670 |
-
"fontFamily": "abril_fatface",
|
5671 |
-
"fontFamilyType": "google",
|
5672 |
-
"fontSize": 32,
|
5673 |
-
"fontWeight": 400,
|
5674 |
-
"lineHeight": 1.4,
|
5675 |
-
"letterSpacing": 0,
|
5676 |
-
"tabletFontSize": 27,
|
5677 |
-
"tabletFontWeight": 400,
|
5678 |
-
"tabletLineHeight": 1.3,
|
5679 |
-
"tabletLetterSpacing": 0,
|
5680 |
-
"mobileFontSize": 22,
|
5681 |
-
"mobileFontWeight": 400,
|
5682 |
-
"mobileLineHeight": 1.3,
|
5683 |
-
"mobileLetterSpacing": 0
|
5684 |
-
},
|
5685 |
-
{
|
5686 |
-
"deletable": "off",
|
5687 |
-
"id": "heading4",
|
5688 |
-
"title": "Heading 4",
|
5689 |
-
"fontFamily": "fira_sans",
|
5690 |
-
"fontFamilyType": "google",
|
5691 |
-
"fontSize": 22,
|
5692 |
-
"fontWeight": 700,
|
5693 |
-
"lineHeight": 1.5,
|
5694 |
-
"letterSpacing": 0,
|
5695 |
-
"tabletFontSize": 22,
|
5696 |
-
"tabletFontWeight": 400,
|
5697 |
-
"tabletLineHeight": 1.4,
|
5698 |
-
"tabletLetterSpacing": 0,
|
5699 |
-
"mobileFontSize": 21,
|
5700 |
-
"mobileFontWeight": 400,
|
5701 |
-
"mobileLineHeight": 1.4,
|
5702 |
-
"mobileLetterSpacing": 0
|
5703 |
-
},
|
5704 |
-
{
|
5705 |
-
"deletable": "off",
|
5706 |
-
"id": "heading5",
|
5707 |
-
"title": "Heading 5",
|
5708 |
-
"fontFamily": "fira_sans",
|
5709 |
-
"fontFamilyType": "google",
|
5710 |
-
"fontSize": 20,
|
5711 |
-
"fontWeight": 700,
|
5712 |
-
"lineHeight": 1.6,
|
5713 |
-
"letterSpacing": 0,
|
5714 |
-
"tabletFontSize": 19,
|
5715 |
-
"tabletFontWeight": 600,
|
5716 |
-
"tabletLineHeight": 1.5,
|
5717 |
-
"tabletLetterSpacing": 0,
|
5718 |
-
"mobileFontSize": 18,
|
5719 |
-
"mobileFontWeight": 600,
|
5720 |
-
"mobileLineHeight": 1.5,
|
5721 |
-
"mobileLetterSpacing": 0
|
5722 |
-
},
|
5723 |
-
{
|
5724 |
-
"deletable": "off",
|
5725 |
-
"id": "heading6",
|
5726 |
-
"title": "Heading 6",
|
5727 |
-
"fontFamily": "fira_sans",
|
5728 |
-
"fontFamilyType": "google",
|
5729 |
-
"fontSize": 16,
|
5730 |
-
"fontWeight": 400,
|
5731 |
-
"lineHeight": 1.5,
|
5732 |
-
"letterSpacing": 0,
|
5733 |
-
"tabletFontSize": 16,
|
5734 |
-
"tabletFontWeight": 400,
|
5735 |
-
"tabletLineHeight": 1.5,
|
5736 |
-
"tabletLetterSpacing": 0,
|
5737 |
-
"mobileFontSize": 16,
|
5738 |
-
"mobileFontWeight": 400,
|
5739 |
-
"mobileLineHeight": 1.5,
|
5740 |
-
"mobileLetterSpacing": 0
|
5741 |
-
},
|
5742 |
-
{
|
5743 |
-
"deletable": "off",
|
5744 |
-
"id": "button",
|
5745 |
-
"title": "Button",
|
5746 |
-
"fontFamily": "fira_sans",
|
5747 |
-
"fontFamilyType": "google",
|
5748 |
-
"fontSize": 15,
|
5749 |
-
"fontWeight": 700,
|
5750 |
-
"lineHeight": 1.6,
|
5751 |
-
"letterSpacing": 1,
|
5752 |
-
"tabletFontSize": 13,
|
5753 |
-
"tabletFontWeight": 600,
|
5754 |
-
"tabletLineHeight": 1.6,
|
5755 |
-
"tabletLetterSpacing": 1,
|
5756 |
-
"mobileFontSize": 13,
|
5757 |
-
"mobileFontWeight": 600,
|
5758 |
-
"mobileLineHeight": 1.6,
|
5759 |
-
"mobileLetterSpacing": 1
|
5760 |
-
}
|
5761 |
-
]
|
5762 |
-
},
|
5763 |
-
{
|
5764 |
-
"id": "htbprlrkzfekfscuwidkwmdomcfrnvgoakws",
|
5765 |
-
"title": "Samurai",
|
5766 |
-
"colorPalette": [
|
5767 |
-
{ "id": "color1", "hex": "#C19F80" },
|
5768 |
-
{ "id": "color2", "hex": "#0C2117" },
|
5769 |
-
{ "id": "color3", "hex": "#E46931" },
|
5770 |
-
{ "id": "color4", "hex": "#E3FCBF" },
|
5771 |
-
{ "id": "color5", "hex": "#CEC238" },
|
5772 |
-
{ "id": "color6", "hex": "#F5EFDF" },
|
5773 |
-
{ "id": "color7", "hex": "#5C615E" },
|
5774 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
5775 |
-
],
|
5776 |
-
"fontStyles": [
|
5777 |
-
{
|
5778 |
-
"deletable": "off",
|
5779 |
-
"id": "paragraph",
|
5780 |
-
"title": "Paragraph",
|
5781 |
-
"fontFamily": "comfortaa",
|
5782 |
-
"fontFamilyType": "google",
|
5783 |
-
"fontSize": 16,
|
5784 |
-
"fontWeight": 400,
|
5785 |
-
"lineHeight": 1.9,
|
5786 |
-
"letterSpacing": 0,
|
5787 |
-
"tabletFontSize": 15,
|
5788 |
-
"tabletFontWeight": 400,
|
5789 |
-
"tabletLineHeight": 1.6,
|
5790 |
-
"tabletLetterSpacing": 0,
|
5791 |
-
"mobileFontSize": 15,
|
5792 |
-
"mobileFontWeight": 400,
|
5793 |
-
"mobileLineHeight": 1.6,
|
5794 |
-
"mobileLetterSpacing": 0
|
5795 |
-
},
|
5796 |
-
{
|
5797 |
-
"deletable": "off",
|
5798 |
-
"id": "subtitle",
|
5799 |
-
"title": "Subtitle",
|
5800 |
-
"fontFamily": "comfortaa",
|
5801 |
-
"fontFamilyType": "google",
|
5802 |
-
"fontSize": 17,
|
5803 |
-
"fontWeight": 400,
|
5804 |
-
"lineHeight": 1.8,
|
5805 |
-
"letterSpacing": 0,
|
5806 |
-
"tabletFontSize": 17,
|
5807 |
-
"tabletFontWeight": 300,
|
5808 |
-
"tabletLineHeight": 1.5,
|
5809 |
-
"tabletLetterSpacing": 0,
|
5810 |
-
"mobileFontSize": 17,
|
5811 |
-
"mobileFontWeight": 300,
|
5812 |
-
"mobileLineHeight": 1.5,
|
5813 |
-
"mobileLetterSpacing": 0
|
5814 |
-
},
|
5815 |
-
{
|
5816 |
-
"deletable": "off",
|
5817 |
-
"id": "abovetitle",
|
5818 |
-
"title": "Above Title",
|
5819 |
-
"fontFamily": "comfortaa",
|
5820 |
-
"fontFamilyType": "google",
|
5821 |
-
"fontSize": 13,
|
5822 |
-
"fontWeight": 700,
|
5823 |
-
"lineHeight": 1.5,
|
5824 |
-
"letterSpacing": 1.1,
|
5825 |
-
"tabletFontSize": 13,
|
5826 |
-
"tabletFontWeight": 600,
|
5827 |
-
"tabletLineHeight": 1.5,
|
5828 |
-
"tabletLetterSpacing": 1,
|
5829 |
-
"mobileFontSize": 13,
|
5830 |
-
"mobileFontWeight": 600,
|
5831 |
-
"mobileLineHeight": 1.5,
|
5832 |
-
"mobileLetterSpacing": 1
|
5833 |
-
},
|
5834 |
-
{
|
5835 |
-
"deletable": "off",
|
5836 |
-
"id": "heading1",
|
5837 |
-
"title": "Heading 1",
|
5838 |
-
"fontFamily": "kaushan_script",
|
5839 |
-
"fontFamilyType": "google",
|
5840 |
-
"fontSize": 52,
|
5841 |
-
"fontWeight": 400,
|
5842 |
-
"lineHeight": 1.3,
|
5843 |
-
"letterSpacing": -1.5,
|
5844 |
-
"tabletFontSize": 46,
|
5845 |
-
"tabletFontWeight": 400,
|
5846 |
-
"tabletLineHeight": 1.3,
|
5847 |
-
"tabletLetterSpacing": -1,
|
5848 |
-
"mobileFontSize": 40,
|
5849 |
-
"mobileFontWeight": 400,
|
5850 |
-
"mobileLineHeight": 1.3,
|
5851 |
-
"mobileLetterSpacing": -1
|
5852 |
-
},
|
5853 |
-
{
|
5854 |
-
"deletable": "off",
|
5855 |
-
"id": "heading2",
|
5856 |
-
"title": "Heading 2",
|
5857 |
-
"fontFamily": "kaushan_script",
|
5858 |
-
"fontFamilyType": "google",
|
5859 |
-
"fontSize": 42,
|
5860 |
-
"fontWeight": 400,
|
5861 |
-
"lineHeight": 1.4,
|
5862 |
-
"letterSpacing": -1,
|
5863 |
-
"tabletFontSize": 35,
|
5864 |
-
"tabletFontWeight": 400,
|
5865 |
-
"tabletLineHeight": 1.3,
|
5866 |
-
"tabletLetterSpacing": -0.5,
|
5867 |
-
"mobileFontSize": 29,
|
5868 |
-
"mobileFontWeight": 400,
|
5869 |
-
"mobileLineHeight": 1.3,
|
5870 |
-
"mobileLetterSpacing": -0.5
|
5871 |
-
},
|
5872 |
-
{
|
5873 |
-
"deletable": "off",
|
5874 |
-
"id": "heading3",
|
5875 |
-
"title": "Heading 3",
|
5876 |
-
"fontFamily": "kaushan_script",
|
5877 |
-
"fontFamilyType": "google",
|
5878 |
-
"fontSize": 32,
|
5879 |
-
"fontWeight": 400,
|
5880 |
-
"lineHeight": 1.4,
|
5881 |
-
"letterSpacing": 0,
|
5882 |
-
"tabletFontSize": 27,
|
5883 |
-
"tabletFontWeight": 400,
|
5884 |
-
"tabletLineHeight": 1.3,
|
5885 |
-
"tabletLetterSpacing": 0,
|
5886 |
-
"mobileFontSize": 22,
|
5887 |
-
"mobileFontWeight": 400,
|
5888 |
-
"mobileLineHeight": 1.3,
|
5889 |
-
"mobileLetterSpacing": 0
|
5890 |
-
},
|
5891 |
-
{
|
5892 |
-
"deletable": "off",
|
5893 |
-
"id": "heading4",
|
5894 |
-
"title": "Heading 4",
|
5895 |
-
"fontFamily": "comfortaa",
|
5896 |
-
"fontFamilyType": "google",
|
5897 |
-
"fontSize": 22,
|
5898 |
-
"fontWeight": 700,
|
5899 |
-
"lineHeight": 1.5,
|
5900 |
-
"letterSpacing": 0,
|
5901 |
-
"tabletFontSize": 22,
|
5902 |
-
"tabletFontWeight": 400,
|
5903 |
-
"tabletLineHeight": 1.4,
|
5904 |
-
"tabletLetterSpacing": 0,
|
5905 |
-
"mobileFontSize": 21,
|
5906 |
-
"mobileFontWeight": 400,
|
5907 |
-
"mobileLineHeight": 1.4,
|
5908 |
-
"mobileLetterSpacing": 0
|
5909 |
-
},
|
5910 |
-
{
|
5911 |
-
"deletable": "off",
|
5912 |
-
"id": "heading5",
|
5913 |
-
"title": "Heading 5",
|
5914 |
-
"fontFamily": "comfortaa",
|
5915 |
-
"fontFamilyType": "google",
|
5916 |
-
"fontSize": 20,
|
5917 |
-
"fontWeight": 700,
|
5918 |
-
"lineHeight": 1.6,
|
5919 |
-
"letterSpacing": 0,
|
5920 |
-
"tabletFontSize": 19,
|
5921 |
-
"tabletFontWeight": 600,
|
5922 |
-
"tabletLineHeight": 1.5,
|
5923 |
-
"tabletLetterSpacing": 0,
|
5924 |
-
"mobileFontSize": 18,
|
5925 |
-
"mobileFontWeight": 600,
|
5926 |
-
"mobileLineHeight": 1.5,
|
5927 |
-
"mobileLetterSpacing": 0
|
5928 |
-
},
|
5929 |
-
{
|
5930 |
-
"deletable": "off",
|
5931 |
-
"id": "heading6",
|
5932 |
-
"title": "Heading 6",
|
5933 |
-
"fontFamily": "comfortaa",
|
5934 |
-
"fontFamilyType": "google",
|
5935 |
-
"fontSize": 16,
|
5936 |
-
"fontWeight": 700,
|
5937 |
-
"lineHeight": 1.5,
|
5938 |
-
"letterSpacing": 0,
|
5939 |
-
"tabletFontSize": 16,
|
5940 |
-
"tabletFontWeight": 700,
|
5941 |
-
"tabletLineHeight": 1.5,
|
5942 |
-
"tabletLetterSpacing": 0,
|
5943 |
-
"mobileFontSize": 16,
|
5944 |
-
"mobileFontWeight": 700,
|
5945 |
-
"mobileLineHeight": 1.5,
|
5946 |
-
"mobileLetterSpacing": 0
|
5947 |
-
},
|
5948 |
-
{
|
5949 |
-
"deletable": "off",
|
5950 |
-
"id": "button",
|
5951 |
-
"title": "Button",
|
5952 |
-
"fontFamily": "comfortaa",
|
5953 |
-
"fontFamilyType": "google",
|
5954 |
-
"fontSize": 15,
|
5955 |
-
"fontWeight": 700,
|
5956 |
-
"lineHeight": 1.6,
|
5957 |
-
"letterSpacing": 1,
|
5958 |
-
"tabletFontSize": 13,
|
5959 |
-
"tabletFontWeight": 600,
|
5960 |
-
"tabletLineHeight": 1.6,
|
5961 |
-
"tabletLetterSpacing": 1,
|
5962 |
-
"mobileFontSize": 13,
|
5963 |
-
"mobileFontWeight": 600,
|
5964 |
-
"mobileLineHeight": 1.6,
|
5965 |
-
"mobileLetterSpacing": 1
|
5966 |
-
}
|
5967 |
-
]
|
5968 |
-
},
|
5969 |
-
{
|
5970 |
-
"id": "kldugntsakdckzxhreidncqvgunudghrcuzv",
|
5971 |
-
"title": "Brizy default",
|
5972 |
-
"colorPalette": [
|
5973 |
-
{ "id": "color1", "hex": "#191b21" },
|
5974 |
-
{ "id": "color2", "hex": "#142850" },
|
5975 |
-
{ "id": "color3", "hex": "#239ddb" },
|
5976 |
-
{ "id": "color4", "hex": "#66738d" },
|
5977 |
-
{ "id": "color5", "hex": "#bde1f4" },
|
5978 |
-
{ "id": "color6", "hex": "#eef0f2" },
|
5979 |
-
{ "id": "color7", "hex": "#73777f" },
|
5980 |
-
{ "id": "color8", "hex": "#ffffff" }
|
5981 |
-
],
|
5982 |
-
"fontStyles": [
|
5983 |
-
{
|
5984 |
-
"deletable": "off",
|
5985 |
-
"id": "paragraph",
|
5986 |
-
"title": "Paragraph",
|
5987 |
-
"fontFamily": "noto_serif",
|
5988 |
-
"fontFamilyType": "google",
|
5989 |
-
"fontSize": 16,
|
5990 |
-
"fontWeight": 300,
|
5991 |
-
"lineHeight": 1.7,
|
5992 |
-
"letterSpacing": 0,
|
5993 |
-
"tabletFontSize": 15,
|
5994 |
-
"tabletFontWeight": 300,
|
5995 |
-
"tabletLineHeight": 1.6,
|
5996 |
-
"tabletLetterSpacing": 0,
|
5997 |
-
"mobileFontSize": 15,
|
5998 |
-
"mobileFontWeight": 300,
|
5999 |
-
"mobileLineHeight": 1.6,
|
6000 |
-
"mobileLetterSpacing": 0
|
6001 |
-
},
|
6002 |
-
{
|
6003 |
-
"deletable": "off",
|
6004 |
-
"id": "subtitle",
|
6005 |
-
"title": "Subtitle",
|
6006 |
-
"fontFamily": "noto_serif",
|
6007 |
-
"fontFamilyType": "google",
|
6008 |
-
"fontSize": 18,
|
6009 |
-
"fontWeight": 300,
|
6010 |
-
"lineHeight": 1.5,
|
6011 |
-
"letterSpacing": 0,
|
6012 |
-
"tabletFontSize": 17,
|
6013 |
-
"tabletFontWeight": 300,
|
6014 |
-
"tabletLineHeight": 1.5,
|
6015 |
-
"tabletLetterSpacing": 0,
|
6016 |
-
"mobileFontSize": 17,
|
6017 |
-
"mobileFontWeight": 300,
|
6018 |
-
"mobileLineHeight": 1.5,
|
6019 |
-
"mobileLetterSpacing": 0
|
6020 |
-
},
|
6021 |
-
{
|
6022 |
-
"deletable": "off",
|
6023 |
-
"id": "abovetitle",
|
6024 |
-
"title": "Above Title",
|
6025 |
-
"fontFamily": "montserrat",
|
6026 |
-
"fontFamilyType": "google",
|
6027 |
-
"fontSize": 16,
|
6028 |
-
"fontWeight": 400,
|
6029 |
-
"lineHeight": 1.7,
|
6030 |
-
"letterSpacing": 2,
|
6031 |
-
"tabletFontSize": 15,
|
6032 |
-
"tabletFontWeight": 400,
|
6033 |
-
"tabletLineHeight": 1.7,
|
6034 |
-
"tabletLetterSpacing": 2,
|
6035 |
-
"mobileFontSize": 13,
|
6036 |
-
"mobileFontWeight": 400,
|
6037 |
-
"mobileLineHeight": 1.7,
|
6038 |
-
"mobileLetterSpacing": 2
|
6039 |
-
},
|
6040 |
-
{
|
6041 |
-
"deletable": "off",
|
6042 |
-
"id": "heading1",
|
6043 |
-
"title": "Heading 1",
|
6044 |
-
"fontFamily": "montserrat",
|
6045 |
-
"fontFamilyType": "google",
|
6046 |
-
"fontSize": 56,
|
6047 |
-
"fontWeight": 200,
|
6048 |
-
"lineHeight": 1.3,
|
6049 |
-
"letterSpacing": -1.5,
|
6050 |
-
"tabletFontSize": 40,
|
6051 |
-
"tabletFontWeight": 200,
|
6052 |
-
"tabletLineHeight": 1.3,
|
6053 |
-
"tabletLetterSpacing": -1,
|
6054 |
-
"mobileFontSize": 34,
|
6055 |
-
"mobileFontWeight": 200,
|
6056 |
-
"mobileLineHeight": 1.3,
|
6057 |
-
"mobileLetterSpacing": -1
|
6058 |
-
},
|
6059 |
-
{
|
6060 |
-
"deletable": "off",
|
6061 |
-
"id": "heading2",
|
6062 |
-
"title": "Heading 2",
|
6063 |
-
"fontFamily": "montserrat",
|
6064 |
-
"fontFamilyType": "google",
|
6065 |
-
"fontSize": 42,
|
6066 |
-
"fontWeight": 700,
|
6067 |
-
"lineHeight": 1.3,
|
6068 |
-
"letterSpacing": -1.5,
|
6069 |
-
"tabletFontSize": 35,
|
6070 |
-
"tabletFontWeight": 700,
|
6071 |
-
"tabletLineHeight": 1.3,
|
6072 |
-
"tabletLetterSpacing": -0.5,
|
6073 |
-
"mobileFontSize": 29,
|
6074 |
-
"mobileFontWeight": 700,
|
6075 |
-
"mobileLineHeight": 1.3,
|
6076 |
-
"mobileLetterSpacing": -0.5
|
6077 |
-
},
|
6078 |
-
{
|
6079 |
-
"deletable": "off",
|
6080 |
-
"id": "heading3",
|
6081 |
-
"title": "Heading 3",
|
6082 |
-
"fontFamily": "montserrat",
|
6083 |
-
"fontFamilyType": "google",
|
6084 |
-
"fontSize": 32,
|
6085 |
-
"fontWeight": 600,
|
6086 |
-
"lineHeight": 1.3,
|
6087 |
-
"letterSpacing": -1,
|
6088 |
-
"tabletFontSize": 27,
|
6089 |
-
"tabletFontWeight": 600,
|
6090 |
-
"tabletLineHeight": 1.3,
|
6091 |
-
"tabletLetterSpacing": 0,
|
6092 |
-
"mobileFontSize": 22,
|
6093 |
-
"mobileFontWeight": 600,
|
6094 |
-
"mobileLineHeight": 1.3,
|
6095 |
-
"mobileLetterSpacing": 0
|
6096 |
-
},
|
6097 |
-
{
|
6098 |
-
"deletable": "off",
|
6099 |
-
"id": "heading4",
|
6100 |
-
"title": "Heading 4",
|
6101 |
-
"fontFamily": "montserrat",
|
6102 |
-
"fontFamilyType": "google",
|
6103 |
-
"fontSize": 26,
|
6104 |
-
"fontWeight": 500,
|
6105 |
-
"lineHeight": 1.4,
|
6106 |
-
"letterSpacing": -1,
|
6107 |
-
"tabletFontSize": 24,
|
6108 |
-
"tabletFontWeight": 500,
|
6109 |
-
"tabletLineHeight": 1.4,
|
6110 |
-
"tabletLetterSpacing": 0,
|
6111 |
-
"mobileFontSize": 21,
|
6112 |
-
"mobileFontWeight": 500,
|
6113 |
-
"mobileLineHeight": 1.4,
|
6114 |
-
"mobileLetterSpacing": 0
|
6115 |
-
},
|
6116 |
-
{
|
6117 |
-
"deletable": "off",
|
6118 |
-
"id": "heading5",
|
6119 |
-
"title": "Heading 5",
|
6120 |
-
"fontFamily": "montserrat",
|
6121 |
-
"fontFamilyType": "google",
|
6122 |
-
"fontSize": 20,
|
6123 |
-
"fontWeight": 500,
|
6124 |
-
"lineHeight": 1.5,
|
6125 |
-
"letterSpacing": 0,
|
6126 |
-
"tabletFontSize": 19,
|
6127 |
-
"tabletFontWeight": 500,
|
6128 |
-
"tabletLineHeight": 1.4,
|
6129 |
-
"tabletLetterSpacing": 0,
|
6130 |
-
"mobileFontSize": 18,
|
6131 |
-
"mobileFontWeight": 500,
|
6132 |
-
"mobileLineHeight": 1.4,
|
6133 |
-
"mobileLetterSpacing": 0
|
6134 |
-
},
|
6135 |
-
{
|
6136 |
-
"deletable": "off",
|
6137 |
-
"id": "heading6",
|
6138 |
-
"title": "Heading 6",
|
6139 |
-
"fontFamily": "montserrat",
|
6140 |
-
"fontFamilyType": "google",
|
6141 |
-
"fontSize": 17,
|
6142 |
-
"fontWeight": 500,
|
6143 |
-
"lineHeight": 1.5,
|
6144 |
-
"letterSpacing": 0,
|
6145 |
-
"tabletFontSize": 16,
|
6146 |
-
"tabletFontWeight": 500,
|
6147 |
-
"tabletLineHeight": 1.4,
|
6148 |
-
"tabletLetterSpacing": 0,
|
6149 |
-
"mobileFontSize": 16,
|
6150 |
-
"mobileFontWeight": 500,
|
6151 |
-
"mobileLineHeight": 1.4,
|
6152 |
-
"mobileLetterSpacing": 0
|
6153 |
-
},
|
6154 |
-
{
|
6155 |
-
"deletable": "off",
|
6156 |
-
"id": "button",
|
6157 |
-
"title": "Button",
|
6158 |
-
"fontFamily": "montserrat",
|
6159 |
-
"fontFamilyType": "google",
|
6160 |
-
"fontSize": 12,
|
6161 |
-
"fontWeight": 600,
|
6162 |
-
"lineHeight": 1.8,
|
6163 |
-
"letterSpacing": 3,
|
6164 |
-
"tabletFontSize": 12,
|
6165 |
-
"tabletFontWeight": 600,
|
6166 |
-
"tabletLineHeight": 1.8,
|
6167 |
-
"tabletLetterSpacing": 3,
|
6168 |
-
"mobileFontSize": 12,
|
6169 |
-
"mobileFontWeight": 600,
|
6170 |
-
"mobileLineHeight": 1.8,
|
6171 |
-
"mobileLetterSpacing": 3
|
6172 |
-
}
|
6173 |
-
]
|
6174 |
-
}
|
6175 |
-
],
|
6176 |
-
|
6177 |
-
"extraFontStyles": [],
|
6178 |
-
"font": "lato",
|
6179 |
-
"fonts": {
|
6180 |
-
"config": {
|
6181 |
-
"data": [
|
6182 |
-
{
|
6183 |
-
"kind": "webfonts#webfont",
|
6184 |
-
"family": "Lato",
|
6185 |
-
"category": "sans-serif",
|
6186 |
-
"variants": [
|
6187 |
-
"100",
|
6188 |
-
"100italic",
|
6189 |
-
"300",
|
6190 |
-
"300italic",
|
6191 |
-
"regular",
|
6192 |
-
"italic",
|
6193 |
-
"700",
|
6194 |
-
"700italic",
|
6195 |
-
"900",
|
6196 |
-
"900italic"
|
6197 |
-
],
|
6198 |
-
"subsets": ["latin-ext", "latin"],
|
6199 |
-
"version": "v15",
|
6200 |
-
"lastModified": "2019-03-26",
|
6201 |
-
"files": {
|
6202 |
-
"100": "http://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf",
|
6203 |
-
"300": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf",
|
6204 |
-
"700": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf",
|
6205 |
-
"900": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf",
|
6206 |
-
"100italic": "http://fonts.gstatic.com/s/lato/v15/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf",
|
6207 |
-
"300italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf",
|
6208 |
-
"regular": "http://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHvxk6XweuBCY.ttf",
|
6209 |
-
"italic": "http://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf",
|
6210 |
-
"700italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf",
|
6211 |
-
"900italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf"
|
6212 |
-
},
|
6213 |
-
"brizyId": "uzrpsocdxtgrkbxjjxkchqcybpvpzsuvdlji"
|
6214 |
-
},
|
6215 |
-
{
|
6216 |
-
"kind": "webfonts#webfont",
|
6217 |
-
"family": "Overpass",
|
6218 |
-
"category": "sans-serif",
|
6219 |
-
"variants": [
|
6220 |
-
"100",
|
6221 |
-
"100italic",
|
6222 |
-
"200",
|
6223 |
-
"200italic",
|
6224 |
-
"300",
|
6225 |
-
"300italic",
|
6226 |
-
"regular",
|
6227 |
-
"italic",
|
6228 |
-
"600",
|
6229 |
-
"600italic",
|
6230 |
-
"700",
|
6231 |
-
"700italic",
|
6232 |
-
"800",
|
6233 |
-
"800italic",
|
6234 |
-
"900",
|
6235 |
-
"900italic"
|
6236 |
-
],
|
6237 |
-
"subsets": ["latin", "latin-ext"],
|
6238 |
-
"version": "v4",
|
6239 |
-
"lastModified": "2019-07-17",
|
6240 |
-
"files": {
|
6241 |
-
"100": "http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81nGU97gxhcJk1s.ttf",
|
6242 |
-
"200": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81lqcv7K6BsAikI7.ttf",
|
6243 |
-
"300": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kOcf7K6BsAikI7.ttf",
|
6244 |
-
"600": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81l6d_7K6BsAikI7.ttf",
|
6245 |
-
"700": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kedv7K6BsAikI7.ttf",
|
6246 |
-
"800": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kCdf7K6BsAikI7.ttf",
|
6247 |
-
"900": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kmdP7K6BsAikI7.ttf",
|
6248 |
-
"100italic": "http://fonts.gstatic.com/s/overpass/v4/qFdD35WCmI96Ajtm81Gga7rqwjUMg1siNQ.ttf",
|
6249 |
-
"200italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgaxbL4h8ij1I7LLE.ttf",
|
6250 |
-
"300italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga3LI4h8ij1I7LLE.ttf",
|
6251 |
-
"regular": "http://fonts.gstatic.com/s/overpass/v4/qFdH35WCmI96Ajtm82GiWdrCwwcJ.ttf",
|
6252 |
-
"italic": "http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81GgU97gxhcJk1s.ttf",
|
6253 |
-
"600italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgawbO4h8ij1I7LLE.ttf",
|
6254 |
-
"700italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga2LP4h8ij1I7LLE.ttf",
|
6255 |
-
"800italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga37M4h8ij1I7LLE.ttf",
|
6256 |
-
"900italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga1rN4h8ij1I7LLE.ttf"
|
6257 |
-
},
|
6258 |
-
"brizyId": "qwhwsomltrpyogspgbomkxquvqsqfdlvcnfo"
|
6259 |
-
},
|
6260 |
-
{
|
6261 |
-
"kind": "webfonts#webfont",
|
6262 |
-
"family": "Red Hat Text",
|
6263 |
-
"category": "sans-serif",
|
6264 |
-
"variants": [
|
6265 |
-
"regular",
|
6266 |
-
"italic",
|
6267 |
-
"500",
|
6268 |
-
"500italic",
|
6269 |
-
"700",
|
6270 |
-
"700italic"
|
6271 |
-
],
|
6272 |
-
"subsets": ["latin", "latin-ext"],
|
6273 |
-
"version": "v1",
|
6274 |
-
"lastModified": "2019-07-26",
|
6275 |
-
"files": {
|
6276 |
-
"500": "http://fonts.gstatic.com/s/redhattext/v1/RrQIbohi_ic6B3yVSzGBrMxYm4QIG-eFNVmULg.ttf",
|
6277 |
-
"700": "http://fonts.gstatic.com/s/redhattext/v1/RrQIbohi_ic6B3yVSzGBrMxY04IIG-eFNVmULg.ttf",
|
6278 |
-
"regular": "http://fonts.gstatic.com/s/redhattext/v1/RrQXbohi_ic6B3yVSzGBrMxgb60sE8yZPA.ttf",
|
6279 |
-
"italic": "http://fonts.gstatic.com/s/redhattext/v1/RrQJbohi_ic6B3yVSzGBrMxQbacoMcmJPECN.ttf",
|
6280 |
-
"500italic": "http://fonts.gstatic.com/s/redhattext/v1/RrQKbohi_ic6B3yVSzGBrMxQbZ_cGO2BF1yELmgy.ttf",
|
6281 |
-
"700italic": "http://fonts.gstatic.com/s/redhattext/v1/RrQKbohi_ic6B3yVSzGBrMxQbZ-UHu2BF1yELmgy.ttf"
|
6282 |
-
},
|
6283 |
-
"brizyId": "eytgthrgfzlrrzxlhynabspndabldgdbdjnm"
|
6284 |
-
},
|
6285 |
-
{
|
6286 |
-
"kind": "webfonts#webfont",
|
6287 |
-
"family": "DM Serif Text",
|
6288 |
-
"category": "serif",
|
6289 |
-
"variants": ["regular", "italic"],
|
6290 |
-
"subsets": ["latin", "latin-ext"],
|
6291 |
-
"version": "v3",
|
6292 |
-
"lastModified": "2019-07-16",
|
6293 |
-
"files": {
|
6294 |
-
"regular": "http://fonts.gstatic.com/s/dmseriftext/v3/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf",
|
6295 |
-
"italic": "http://fonts.gstatic.com/s/dmseriftext/v3/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf"
|
6296 |
-
},
|
6297 |
-
"brizyId": "pujmflqmocbjojknwlnidilgqedjzqftpnrv"
|
6298 |
-
},
|
6299 |
-
{
|
6300 |
-
"kind": "webfonts#webfont",
|
6301 |
-
"family": "Blinker",
|
6302 |
-
"category": "sans-serif",
|
6303 |
-
"variants": [
|
6304 |
-
"100",
|
6305 |
-
"200",
|
6306 |
-
"300",
|
6307 |
-
"regular",
|
6308 |
-
"600",
|
6309 |
-
"700",
|
6310 |
-
"800",
|
6311 |
-
"900"
|
6312 |
-
],
|
6313 |
-
"subsets": ["latin", "latin-ext"],
|
6314 |
-
"version": "v1",
|
6315 |
-
"lastModified": "2019-07-26",
|
6316 |
-
"files": {
|
6317 |
-
"100": "http://fonts.gstatic.com/s/blinker/v1/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf",
|
6318 |
-
"200": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf",
|
6319 |
-
"300": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf",
|
6320 |
-
"600": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf",
|
6321 |
-
"700": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf",
|
6322 |
-
"800": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf",
|
6323 |
-
"900": "http://fonts.gstatic.com/s/blinker/v1/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf",
|
6324 |
-
"regular": "http://fonts.gstatic.com/s/blinker/v1/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf"
|
6325 |
-
},
|
6326 |
-
"brizyId": "yhkoopjikembswaygkzktfmiiashwjcrvbxr"
|
6327 |
-
},
|
6328 |
-
{
|
6329 |
-
"kind": "webfonts#webfont",
|
6330 |
-
"family": "Aleo",
|
6331 |
-
"category": "serif",
|
6332 |
-
"variants": [
|
6333 |
-
"300",
|
6334 |
-
"300italic",
|
6335 |
-
"regular",
|
6336 |
-
"italic",
|
6337 |
-
"700",
|
6338 |
-
"700italic"
|
6339 |
-
],
|
6340 |
-
"subsets": ["latin", "latin-ext"],
|
6341 |
-
"version": "v3",
|
6342 |
-
"lastModified": "2019-07-16",
|
6343 |
-
"files": {
|
6344 |
-
"300": "http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syKbr9DVDno985KM.ttf",
|
6345 |
-
"700": "http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syLbs9DVDno985KM.ttf",
|
6346 |
-
"300italic": "http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf",
|
6347 |
-
"regular": "http://fonts.gstatic.com/s/aleo/v3/c4mv1nF8G8_s8ArD0D1ogoY.ttf",
|
6348 |
-
"italic": "http://fonts.gstatic.com/s/aleo/v3/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf",
|
6349 |
-
"700italic": "http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf"
|
6350 |
-
},
|
6351 |
-
"brizyId": "ucgecsrbcjkpsfctgzwsocokuydcdgiubroh"
|
6352 |
-
},
|
6353 |
-
{
|
6354 |
-
"kind": "webfonts#webfont",
|
6355 |
-
"family": "Nunito",
|
6356 |
-
"category": "sans-serif",
|
6357 |
-
"variants": [
|
6358 |
-
"200",
|
6359 |
-
"200italic",
|
6360 |
-
"300",
|
6361 |
-
"300italic",
|
6362 |
-
"regular",
|
6363 |
-
"italic",
|
6364 |
-
"600",
|
6365 |
-
"600italic",
|
6366 |
-
"700",
|
6367 |
-
"700italic",
|
6368 |
-
"800",
|
6369 |
-
"800italic",
|
6370 |
-
"900",
|
6371 |
-
"900italic"
|
6372 |
-
],
|
6373 |
-
"subsets": ["latin", "vietnamese", "latin-ext"],
|
6374 |
-
"version": "v11",
|
6375 |
-
"lastModified": "2019-07-22",
|
6376 |
-
"files": {
|
6377 |
-
"200": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA-sekZuHJeTsfDQ.ttf",
|
6378 |
-
"300": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAnsSkZuHJeTsfDQ.ttf",
|
6379 |
-
"600": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA6sKkZuHJeTsfDQ.ttf",
|
6380 |
-
"700": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAjsOkZuHJeTsfDQ.ttf",
|
6381 |
-
"800": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAksCkZuHJeTsfDQ.ttf",
|
6382 |
-
"900": "http://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAtsGkZuHJeTsfDQ.ttf",
|
6383 |
-
"200italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN5MZ-vNWz4PDWtj.ttf",
|
6384 |
-
"300italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN4oZOvNWz4PDWtj.ttf",
|
6385 |
-
"regular": "http://fonts.gstatic.com/s/nunito/v11/XRXV3I6Li01BKof4MuyAbsrVcA.ttf",
|
6386 |
-
"italic": "http://fonts.gstatic.com/s/nunito/v11/XRXX3I6Li01BKofIMOaETM_FcCIG.ttf",
|
6387 |
-
"600italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN5cYuvNWz4PDWtj.ttf",
|
6388 |
-
"700italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN44Y-vNWz4PDWtj.ttf",
|
6389 |
-
"800italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN4kYOvNWz4PDWtj.ttf",
|
6390 |
-
"900italic": "http://fonts.gstatic.com/s/nunito/v11/XRXQ3I6Li01BKofIMN4AYevNWz4PDWtj.ttf"
|
6391 |
-
},
|
6392 |
-
"brizyId": "ppzycxqtiwtmjnfpbfluoynrnnfviuerjczz"
|
6393 |
-
},
|
6394 |
-
{
|
6395 |
-
"kind": "webfonts#webfont",
|
6396 |
-
"family": "Knewave",
|
6397 |
-
"category": "display",
|
6398 |
-
"variants": ["regular"],
|
6399 |
-
"subsets": ["latin", "latin-ext"],
|
6400 |
-
"version": "v8",
|
6401 |
-
"lastModified": "2019-07-16",
|
6402 |
-
"files": {
|
6403 |
-
"regular": "http://fonts.gstatic.com/s/knewave/v8/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf"
|
6404 |
-
},
|
6405 |
-
"brizyId": "jojwyelvgkjknbgrosxcdphkpqfcczzdlcen"
|
6406 |
-
},
|
6407 |
-
{
|
6408 |
-
"kind": "webfonts#webfont",
|
6409 |
-
"family": "Palanquin",
|
6410 |
-
"category": "sans-serif",
|
6411 |
-
"variants": ["100", "200", "300", "regular", "500", "600", "700"],
|
6412 |
-
"subsets": ["devanagari", "latin", "latin-ext"],
|
6413 |
-
"version": "v5",
|
6414 |
-
"lastModified": "2019-07-16",
|
6415 |
-
"files": {
|
6416 |
-
"100": "http://fonts.gstatic.com/s/palanquin/v5/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf",
|
6417 |
-
"200": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf",
|
6418 |
-
"300": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf",
|
6419 |
-
"500": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf",
|
6420 |
-
"600": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf",
|
6421 |
-
"700": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf",
|
6422 |
-
"regular": "http://fonts.gstatic.com/s/palanquin/v5/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf"
|
6423 |
-
},
|
6424 |
-
"brizyId": "xnikbaszrjutnnfixmtprduwstoziivqiflp"
|
6425 |
-
},
|
6426 |
-
{
|
6427 |
-
"kind": "webfonts#webfont",
|
6428 |
-
"family": "Palanquin Dark",
|
6429 |
-
"category": "sans-serif",
|
6430 |
-
"variants": ["regular", "500", "600", "700"],
|
6431 |
-
"subsets": ["devanagari", "latin", "latin-ext"],
|
6432 |
-
"version": "v6",
|
6433 |
-
"lastModified": "2019-07-16",
|
6434 |
-
"files": {
|
6435 |
-
"500": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf",
|
6436 |
-
"600": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf",
|
6437 |
-
"700": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf",
|
6438 |
-
"regular": "http://fonts.gstatic.com/s/palanquindark/v6/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf"
|
6439 |
-
},
|
6440 |
-
"brizyId": "gqzfchsrosvxegeymkyugyofaztsitibprrf"
|
6441 |
-
},
|
6442 |
-
{
|
6443 |
-
"kind": "webfonts#webfont",
|
6444 |
-
"family": "Roboto",
|
6445 |
-
"category": "sans-serif",
|
6446 |
-
"variants": [
|
6447 |
-
"100",
|
6448 |
-
"100italic",
|
6449 |
-
"300",
|
6450 |
-
"300italic",
|
6451 |
-
"regular",
|
6452 |
-
"italic",
|
6453 |
-
"500",
|
6454 |
-
"500italic",
|
6455 |
-
"700",
|
6456 |
-
"700italic",
|
6457 |
-
"900",
|
6458 |
-
"900italic"
|
6459 |
-
],
|
6460 |
-
"subsets": [
|
6461 |
-
"greek-ext",
|
6462 |
-
"latin",
|
6463 |
-
"cyrillic-ext",
|
6464 |
-
"vietnamese",
|
6465 |
-
"latin-ext",
|
6466 |
-
"greek",
|
6467 |
-
"cyrillic"
|
6468 |
-
],
|
6469 |
-
"version": "v20",
|
6470 |
-
"lastModified": "2019-07-24",
|
6471 |
-
"files": {
|
6472 |
-
"100": "http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf",
|
6473 |
-
"300": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf",
|
6474 |
-
"500": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf",
|
6475 |
-
"700": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf",
|
6476 |
-
"900": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf",
|
6477 |
-
"100italic": "http://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf",
|
6478 |
-
"300italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf",
|
6479 |
-
"regular": "http://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf",
|
6480 |
-
"italic": "http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf",
|
6481 |
-
"500italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf",
|
6482 |
-
"700italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf",
|
6483 |
-
"900italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf"
|
6484 |
-
},
|
6485 |
-
"brizyId": "wrqenoprsynrjiyxmfoeuwqddlnomrxemeec"
|
6486 |
-
},
|
6487 |
-
{
|
6488 |
-
"kind": "webfonts#webfont",
|
6489 |
-
"family": "Oswald",
|
6490 |
-
"category": "sans-serif",
|
6491 |
-
"variants": ["200", "300", "regular", "500", "600", "700"],
|
6492 |
-
"subsets": [
|
6493 |
-
"latin",
|
6494 |
-
"cyrillic-ext",
|
6495 |
-
"vietnamese",
|
6496 |
-
"latin-ext",
|
6497 |
-
"cyrillic"
|
6498 |
-
],
|
6499 |
-
"version": "v24",
|
6500 |
-
"lastModified": "2019-07-23",
|
6501 |
-
"files": {
|
6502 |
-
"200": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf",
|
6503 |
-
"300": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf",
|
6504 |
-
"500": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf",
|
6505 |
-
"600": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf",
|
6506 |
-
"700": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf",
|
6507 |
-
"regular": "http://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf"
|
6508 |
-
},
|
6509 |
-
"brizyId": "ehiobdhupkijoltxyucnkenojglortpsupmp"
|
6510 |
-
},
|
6511 |
-
{
|
6512 |
-
"kind": "webfonts#webfont",
|
6513 |
-
"family": "Oxygen",
|
6514 |
-
"category": "sans-serif",
|
6515 |
-
"variants": ["300", "regular", "700"],
|
6516 |
-
"subsets": ["latin", "latin-ext"],
|
6517 |
-
"version": "v9",
|
6518 |
-
"lastModified": "2019-07-22",
|
6519 |
-
"files": {
|
6520 |
-
"300": "http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf",
|
6521 |
-
"700": "http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf",
|
6522 |
-
"regular": "http://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf"
|
6523 |
-
},
|
6524 |
-
"brizyId": "gzhhqjoyiaozuhrmbylqeknkdaqtxfdynaqt"
|
6525 |
-
},
|
6526 |
-
{
|
6527 |
-
"kind": "webfonts#webfont",
|
6528 |
-
"family": "Playfair Display",
|
6529 |
-
"category": "serif",
|
6530 |
-
"variants": [
|
6531 |
-
"regular",
|
6532 |
-
"italic",
|
6533 |
-
"700",
|
6534 |
-
"700italic",
|
6535 |
-
"900",
|
6536 |
-
"900italic"
|
6537 |
-
],
|
6538 |
-
"subsets": ["latin", "vietnamese", "latin-ext", "cyrillic"],
|
6539 |
-
"version": "v15",
|
6540 |
-
"lastModified": "2019-07-22",
|
6541 |
-
"files": {
|
6542 |
-
"700": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9pWkU5xxiJKY.ttf",
|
6543 |
-
"900": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__pWkU5xxiJKY.ttf",
|
6544 |
-
"regular": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXPTvSgWE_-xU.ttf",
|
6545 |
-
"italic": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFkD-vYSZviVYUb_rj3ij__anPXDTnYhUM66xV7PQ.ttf",
|
6546 |
-
"700italic": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwe4z5nNKaV_w.ttf",
|
6547 |
-
"900italic": "http://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4e4z5nNKaV_w.ttf"
|
6548 |
-
},
|
6549 |
-
"brizyId": "bvbbabnggnnjzvtleuwdrnfuvssxrgeovjan"
|
6550 |
-
},
|
6551 |
-
{
|
6552 |
-
"kind": "webfonts#webfont",
|
6553 |
-
"family": "Fira Sans",
|
6554 |
-
"category": "sans-serif",
|
6555 |
-
"variants": [
|
6556 |
-
"100",
|
6557 |
-
"100italic",
|
6558 |
-
"200",
|
6559 |
-
"200italic",
|
6560 |
-
"300",
|
6561 |
-
"300italic",
|
6562 |
-
"regular",
|
6563 |
-
"italic",
|
6564 |
-
"500",
|
6565 |
-
"500italic",
|
6566 |
-
"600",
|
6567 |
-
"600italic",
|
6568 |
-
"700",
|
6569 |
-
"700italic",
|
6570 |
-
"800",
|
6571 |
-
"800italic",
|
6572 |
-
"900",
|
6573 |
-
"900italic"
|
6574 |
-
],
|
6575 |
-
"subsets": [
|
6576 |
-
"greek-ext",
|
6577 |
-
"latin",
|
6578 |
-
"cyrillic-ext",
|
6579 |
-
"vietnamese",
|
6580 |
-
"latin-ext",
|
6581 |
-
"greek",
|
6582 |
-
"cyrillic"
|
6583 |
-
],
|
6584 |
-
"version": "v10",
|
6585 |
-
"lastModified": "2019-07-22",
|
6586 |
-
"files": {
|
6587 |
-
"100": "http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf",
|
6588 |
-
"200": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf",
|
6589 |
-
"300": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf",
|
6590 |
-
"500": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf",
|
6591 |
-
"600": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf",
|
6592 |
-
"700": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf",
|
6593 |
-
"800": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf",
|
6594 |
-
"900": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf",
|
6595 |
-
"100italic": "http://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf",
|
6596 |
-
"200italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf",
|
6597 |
-
"300italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf",
|
6598 |
-
"regular": "http://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf",
|
6599 |
-
"italic": "http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf",
|
6600 |
-
"500italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf",
|
6601 |
-
"600italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf",
|
6602 |
-
"700italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf",
|
6603 |
-
"800italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf",
|
6604 |
-
"900italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf"
|
6605 |
-
},
|
6606 |
-
"brizyId": "wndeuiwznzaqgsugjnojbhzjhjwtryegciis"
|
6607 |
-
},
|
6608 |
-
{
|
6609 |
-
"kind": "webfonts#webfont",
|
6610 |
-
"family": "Abril Fatface",
|
6611 |
-
"category": "display",
|
6612 |
-
"variants": ["regular"],
|
6613 |
-
"subsets": ["latin", "latin-ext"],
|
6614 |
-
"version": "v11",
|
6615 |
-
"lastModified": "2019-07-17",
|
6616 |
-
"files": {
|
6617 |
-
"regular": "http://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf"
|
6618 |
-
},
|
6619 |
-
"brizyId": "fbyhozjmiqseimmgxerwiucacmaaljqitrdc"
|
6620 |
-
},
|
6621 |
-
{
|
6622 |
-
"kind": "webfonts#webfont",
|
6623 |
-
"family": "Comfortaa",
|
6624 |
-
"category": "display",
|
6625 |
-
"variants": ["300", "regular", "500", "600", "700"],
|
6626 |
-
"subsets": [
|
6627 |
-
"latin",
|
6628 |
-
"cyrillic-ext",
|
6629 |
-
"vietnamese",
|
6630 |
-
"latin-ext",
|
6631 |
-
"greek",
|
6632 |
-
"cyrillic"
|
6633 |
-
],
|
6634 |
-
"version": "v23",
|
6635 |
-
"lastModified": "2019-07-17",
|
6636 |
-
"files": {
|
6637 |
-
"300": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",
|
6638 |
-
"500": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",
|
6639 |
-
"600": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",
|
6640 |
-
"700": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf",
|
6641 |
-
"regular": "http://fonts.gstatic.com/s/comfortaa/v23/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf"
|
6642 |
-
},
|
6643 |
-
"brizyId": "plspcdzrrelkhthvkmoocpwrtltvuzqcyraw"
|
6644 |
-
},
|
6645 |
-
{
|
6646 |
-
"kind": "webfonts#webfont",
|
6647 |
-
"family": "Kaushan Script",
|
6648 |
-
"category": "handwriting",
|
6649 |
-
"variants": ["regular"],
|
6650 |
-
"subsets": ["latin", "latin-ext"],
|
6651 |
-
"version": "v8",
|
6652 |
-
"lastModified": "2019-07-17",
|
6653 |
-
"files": {
|
6654 |
-
"regular": "http://fonts.gstatic.com/s/kaushanscript/v8/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf"
|
6655 |
-
},
|
6656 |
-
"brizyId": "simpmqjphttgbnwqaobwxuxoavrdlbpdjgzc"
|
6657 |
-
}
|
6658 |
-
]
|
6659 |
-
}
|
6660 |
-
}
|
6661 |
-
}
|
6662 |
-
'],
|
6663 |
-
['{"selectedKit":"vnexmlshkihvcgsxmozgxzzdwsyvolvmhtne","selectedStyle":"kldugntsakdckzxhreidncqvgunudghrcuzv","styles":[{"id":"bahcadtpvdhdphmhymrsgrwobyzhxcdzytyx","title":"Overpass","colorPalette":[{"id":"color1","hex":"#191b21"},{"id":"color2","hex":"#1b2f57"},{"id":"color3","hex":"#f16002"},{"id":"color4","hex":"#66738d"},{"id":"color5","hex":"#bde1f4"},{"id":"color6","hex":"#eef0f2"},{"id":"color7","hex":"#73777f"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"fontFamilyType":"google"},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"noto_serif","fontSize":18,"fontWeight":300,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0,"fontFamilyType":"google"},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"montserrat","fontSize":16,"fontWeight":400,"lineHeight":1.7,"letterSpacing":2,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2,"fontFamilyType":"google"},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"montserrat","fontSize":56,"fontWeight":200,"lineHeight":1.3,"letterSpacing":-1.5,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1,"fontFamilyType":"google"},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"montserrat","fontSize":42,"fontWeight":700,"lineHeight":1.3,"letterSpacing":-1.5,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5,"fontFamilyType":"google"},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"montserrat","fontSize":32,"fontWeight":600,"lineHeight":1.3,"letterSpacing":-1,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0,"fontFamilyType":"google"},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"montserrat","fontSize":26,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0,"fontFamilyType":"google"},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"montserrat","fontSize":20,"fontWeight":500,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0,"fontFamilyType":"google"},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"montserrat","fontSize":17,"fontWeight":500,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0,"fontFamilyType":"google"},{"deletable":"off","id":"button","title":"Button","fontFamily":"montserrat","fontSize":12,"fontWeight":600,"lineHeight":1.8,"letterSpacing":3,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3,"fontFamilyType":"google"}]},{"id":"oilxrtjxgdgosmgudtgrezwpzxjlfumgppro","title":"Magazine","colorPalette":[{"id":"color1","hex":"#182E43"},{"id":"color2","hex":"#061726"},{"id":"color3","hex":"#1176C1"},{"id":"color4","hex":"#EDB2CB"},{"id":"color5","hex":"#B5D1E6"},{"id":"color6","hex":"#FBF1FA"},{"id":"color7","hex":"#5B6067"},{"id":"color8","hex":"#FFFFFF"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"red_hat_text","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":400,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"red_hat_text","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":400,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":18,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"red_hat_text","fontFamilyType":"google","fontSize":13,"fontWeight":600,"lineHeight":1.5,"letterSpacing":1.1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":1},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"dm_serif_text","fontFamilyType":"google","fontSize":46,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"tabletFontSize":40,"tabletFontWeight":600,"tabletLineHeight":1.3,"tabletLetterSpacing":-1.5,"mobileFontSize":36,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":-1.5},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"dm_serif_text","fontFamilyType":"google","fontSize":36,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"tabletFontSize":35,"tabletFontWeight":400,"tabletLineHeight":1.2,"tabletLetterSpacing":-1,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"dm_serif_text","fontFamilyType":"google","fontSize":28,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-0.5,"tabletFontSize":27,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-0.5,"mobileFontSize":23,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"red_hat_text","fontFamilyType":"google","fontSize":22,"fontWeight":500,"lineHeight":1.5,"letterSpacing":-0.5,"tabletFontSize":20,"tabletFontWeight":500,"tabletLineHeight":1.4,"tabletLetterSpacing":-0.5,"mobileFontSize":20,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"red_hat_text","fontFamilyType":"google","fontSize":20,"fontWeight":500,"lineHeight":1.6,"letterSpacing":0,"tabletFontSize":18,"tabletFontWeight":500,"tabletLineHeight":1.5,"tabletLetterSpacing":-0.5,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.5,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"red_hat_text","fontFamilyType":"google","fontSize":16,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":700,"tabletLineHeight":1.5,"tabletLetterSpacing":-0.5,"mobileFontSize":16,"mobileFontWeight":700,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"red_hat_text","fontFamilyType":"google","fontSize":15,"fontWeight":500,"lineHeight":1.6,"letterSpacing":1,"tabletFontSize":14,"tabletFontWeight":500,"tabletLineHeight":1.6,"tabletLetterSpacing":1,"mobileFontSize":14,"mobileFontWeight":500,"mobileLineHeight":1.6,"mobileLetterSpacing":1}]},{"id":"abzxtmjekuwdhhhchiwlaovkxyvspfffueiy","title":"Graceful","colorPalette":[{"id":"color1","hex":"#A276AF"},{"id":"color2","hex":"#1E1B2D"},{"id":"color3","hex":"#7F69F4"},{"id":"color4","hex":"#F7CECA"},{"id":"color5","hex":"#C1B8EF"},{"id":"color6","hex":"#F2EAE7"},{"id":"color7","hex":"#67656D"},{"id":"color8","hex":"#FFFFFF"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"blinker","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":400,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"blinker","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":400,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":17,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"blinker","fontFamilyType":"google","fontSize":13,"fontWeight":600,"lineHeight":1.5,"letterSpacing":1.1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":1},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"aleo","fontFamilyType":"google","fontSize":46,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"tabletFontSize":40,"tabletFontWeight":400,"tabletLineHeight":1.2,"tabletLetterSpacing":-1.5,"mobileFontSize":34,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"aleo","fontFamilyType":"google","fontSize":36,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"tabletFontSize":35,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"aleo","fontFamilyType":"google","fontSize":28,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"tabletFontSize":25,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":0,"mobileFontSize":22,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"blinker","fontFamilyType":"google","fontSize":22,"fontWeight":600,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":22,"tabletFontWeight":600,"tabletLineHeight":1.4,"tabletLetterSpacing":0,"mobileFontSize":21,"mobileFontWeight":600,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"blinker","fontFamilyType":"google","fontSize":20,"fontWeight":600,"lineHeight":1.6,"letterSpacing":0,"tabletFontSize":18,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":18,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"blinker","fontFamilyType":"google","fontSize":16,"fontWeight":600,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"blinker","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":1,"tabletFontSize":14,"tabletFontWeight":600,"tabletLineHeight":1.6,"tabletLetterSpacing":0.5,"mobileFontSize":15,"mobileFontWeight":600,"mobileLineHeight":1.6,"mobileLetterSpacing":0.5}]},{"id":"aqmryzjisyyemvyjbrxjhiadzqxjumfplivm","title":"Ashen","colorPalette":[{"id":"color1","hex":"#B23730"},{"id":"color2","hex":"#200F11"},{"id":"color3","hex":"#B2305E"},{"id":"color4","hex":"#FFDCD0"},{"id":"color5","hex":"#FF7547"},{"id":"color6","hex":"#F5F4F0"},{"id":"color7","hex":"#7F7979"},{"id":"color8","hex":"#FFFFFF"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"nunito","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"tabletFontSize":15,"tabletFontWeight":400,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":15,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"nunito","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":400,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":17,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"nunito","fontFamilyType":"google","fontSize":13,"fontWeight":700,"lineHeight":1.5,"letterSpacing":1.1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":1},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"knewave","fontFamilyType":"google","fontSize":46,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"tabletFontSize":40,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-1,"mobileFontSize":34,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"knewave","fontFamilyType":"google","fontSize":36,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"tabletFontSize":33,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"knewave","fontFamilyType":"google","fontSize":28,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"tabletFontSize":25,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":0,"mobileFontSize":22,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"nunito","fontFamilyType":"google","fontSize":22,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":19,"tabletFontWeight":700,"tabletLineHeight":1.4,"tabletLetterSpacing":0,"mobileFontSize":19,"mobileFontWeight":700,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"nunito","fontFamilyType":"google","fontSize":20,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0,"tabletFontSize":19,"tabletFontWeight":700,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":18,"mobileFontWeight":700,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"nunito","fontFamilyType":"google","fontSize":16,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"nunito","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":1,"tabletFontSize":14,"tabletFontWeight":700,"tabletLineHeight":1.6,"tabletLetterSpacing":1,"mobileFontSize":14,"mobileFontWeight":700,"mobileLineHeight":1.6,"mobileLetterSpacing":1}]},{"id":"zxpsijgmzwoaiyprcqztjwwjpraeizvtyibq","title":"Oblivion","colorPalette":[{"id":"color1","hex":"#5C823F"},{"id":"color2","hex":"#26232A"},{"id":"color3","hex":"#60B420"},{"id":"color4","hex":"#ECD7F2"},{"id":"color5","hex":"#9E47DA"},{"id":"color6","hex":"#EAF6E3"},{"id":"color7","hex":"#6F6D70"},{"id":"color8","hex":"#FFFFFF"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"palanquin","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"tabletFontSize":15,"tabletFontWeight":400,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":15,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"palanquin","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":300,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"palanquin","fontFamilyType":"google","fontSize":13,"fontWeight":700,"lineHeight":1.5,"letterSpacing":1.1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":1},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"palanquin_dark","fontFamilyType":"google","fontSize":46,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"tabletFontSize":40,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-1,"mobileFontSize":34,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"palanquin_dark","fontFamilyType":"google","fontSize":36,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"tabletFontSize":35,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"palanquin_dark","fontFamilyType":"google","fontSize":28,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"tabletFontSize":27,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":0,"mobileFontSize":22,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"palanquin_dark","fontFamilyType":"google","fontSize":22,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":22,"tabletFontWeight":400,"tabletLineHeight":1.4,"tabletLetterSpacing":0,"mobileFontSize":21,"mobileFontWeight":400,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"palanquin_dark","fontFamilyType":"google","fontSize":20,"fontWeight":400,"lineHeight":1.6,"letterSpacing":0,"tabletFontSize":19,"tabletFontWeight":400,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":18,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"palanquin","fontFamilyType":"google","fontSize":16,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":700,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":700,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"palanquin","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0.5,"tabletFontSize":15,"tabletFontWeight":700,"tabletLineHeight":1.6,"tabletLetterSpacing":0.5,"mobileFontSize":15,"mobileFontWeight":700,"mobileLineHeight":1.6,"mobileLetterSpacing":0.5}]},{"id":"mnidlkbkoxwoaofhmdrlgawecfhbpxbtgies","title":"Droid","colorPalette":[{"id":"color1","hex":"#8E53A7"},{"id":"color2","hex":"#242643"},{"id":"color3","hex":"#4157CB"},{"id":"color4","hex":"#F8A392"},{"id":"color5","hex":"#FFE0DA"},{"id":"color6","hex":"#F3EEF0"},{"id":"color7","hex":"#5D5E64"},{"id":"color8","hex":"#FFFFFF"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"roboto","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"tabletFontSize":15,"tabletFontWeight":400,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":15,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"roboto","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":300,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"roboto","fontFamilyType":"google","fontSize":13,"fontWeight":700,"lineHeight":1.5,"letterSpacing":1.1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":1},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"oswald","fontFamilyType":"google","fontSize":46,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"tabletFontSize":40,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-1,"mobileFontSize":34,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"oswald","fontFamilyType":"google","fontSize":36,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"tabletFontSize":35,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"oswald","fontFamilyType":"google","fontSize":28,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"tabletFontSize":27,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":0,"mobileFontSize":22,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"roboto","fontFamilyType":"google","fontSize":22,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":22,"tabletFontWeight":400,"tabletLineHeight":1.4,"tabletLetterSpacing":0,"mobileFontSize":21,"mobileFontWeight":400,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"roboto","fontFamilyType":"google","fontSize":20,"fontWeight":400,"lineHeight":1.6,"letterSpacing":0,"tabletFontSize":19,"tabletFontWeight":400,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":18,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"roboto","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":400,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"roboto","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.6,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.6,"mobileLetterSpacing":1}]},{"id":"xjgeewgibkkurlxnmtsozeucbcpwixyncglc","title":"Exquisite","colorPalette":[{"id":"color1","hex":"#0D1B71"},{"id":"color2","hex":"#1D1F3A"},{"id":"color3","hex":"#C63160"},{"id":"color4","hex":"#FCD1CE"},{"id":"color5","hex":"#9DE1EC"},{"id":"color6","hex":"#EFF1FA"},{"id":"color7","hex":"#575864"},{"id":"color8","hex":"#FFFFFF"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"oxygen","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"tabletFontSize":15,"tabletFontWeight":400,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":15,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"oxygen","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":300,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"oxygen","fontFamilyType":"google","fontSize":13,"fontWeight":700,"lineHeight":1.5,"letterSpacing":1.1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":1},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":52,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"tabletFontSize":46,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-1,"mobileFontSize":40,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":42,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"tabletFontSize":35,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":29,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"tabletFontSize":26,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":0,"mobileFontSize":23,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"oxygen","fontFamilyType":"google","fontSize":22,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":22,"tabletFontWeight":600,"tabletLineHeight":1.4,"tabletLetterSpacing":0,"mobileFontSize":21,"mobileFontWeight":600,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"oxygen","fontFamilyType":"google","fontSize":20,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0,"tabletFontSize":19,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":18,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"oxygen","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":400,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"oxygen","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.6,"mobileLetterSpacing":0}]},{"id":"vysgrrxdqidobgfkzbvkkeaskxzmqpmadwrw","title":"Chubby","colorPalette":[{"id":"color1","hex":"#42497D"},{"id":"color2","hex":"#181A34"},{"id":"color3","hex":"#4853BB"},{"id":"color4","hex":"#98D8F3"},{"id":"color5","hex":"#D2D6FD"},{"id":"color6","hex":"#EDF4F5"},{"id":"color7","hex":"#80818D"},{"id":"color8","hex":"#FFFFFF"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"fira_sans","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"tabletFontSize":15,"tabletFontWeight":400,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":15,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"fira_sans","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":300,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"fira_sans","fontFamilyType":"google","fontSize":13,"fontWeight":700,"lineHeight":1.5,"letterSpacing":1.1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":1},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"abril_fatface","fontFamilyType":"google","fontSize":52,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"tabletFontSize":46,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-1,"mobileFontSize":40,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"abril_fatface","fontFamilyType":"google","fontSize":42,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"tabletFontSize":35,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"abril_fatface","fontFamilyType":"google","fontSize":32,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"tabletFontSize":27,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":0,"mobileFontSize":22,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"fira_sans","fontFamilyType":"google","fontSize":22,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":22,"tabletFontWeight":400,"tabletLineHeight":1.4,"tabletLetterSpacing":0,"mobileFontSize":21,"mobileFontWeight":400,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"fira_sans","fontFamilyType":"google","fontSize":20,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0,"tabletFontSize":19,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":18,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"fira_sans","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":400,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"fira_sans","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.6,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.6,"mobileLetterSpacing":1}]},{"id":"htbprlrkzfekfscuwidkwmdomcfrnvgoakws","title":"Samurai","colorPalette":[{"id":"color1","hex":"#C19F80"},{"id":"color2","hex":"#0C2117"},{"id":"color3","hex":"#E46931"},{"id":"color4","hex":"#E3FCBF"},{"id":"color5","hex":"#CEC238"},{"id":"color6","hex":"#F5EFDF"},{"id":"color7","hex":"#5C615E"},{"id":"color8","hex":"#FFFFFF"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"comfortaa","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"tabletFontSize":15,"tabletFontWeight":400,"tabletLineHeight":1.6,"tabletLetterSpacing":0,"mobileFontSize":15,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"comfortaa","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"tabletFontSize":17,"tabletFontWeight":300,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"comfortaa","fontFamilyType":"google","fontSize":13,"fontWeight":700,"lineHeight":1.5,"letterSpacing":1.1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":1},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"kaushan_script","fontFamilyType":"google","fontSize":52,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"tabletFontSize":46,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-1,"mobileFontSize":40,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"kaushan_script","fontFamilyType":"google","fontSize":42,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"tabletFontSize":35,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"kaushan_script","fontFamilyType":"google","fontSize":32,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"tabletFontSize":27,"tabletFontWeight":400,"tabletLineHeight":1.3,"tabletLetterSpacing":0,"mobileFontSize":22,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"comfortaa","fontFamilyType":"google","fontSize":22,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":22,"tabletFontWeight":400,"tabletLineHeight":1.4,"tabletLetterSpacing":0,"mobileFontSize":21,"mobileFontWeight":400,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"comfortaa","fontFamilyType":"google","fontSize":20,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0,"tabletFontSize":19,"tabletFontWeight":600,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":18,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"comfortaa","fontFamilyType":"google","fontSize":16,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"tabletFontSize":16,"tabletFontWeight":700,"tabletLineHeight":1.5,"tabletLetterSpacing":0,"mobileFontSize":16,"mobileFontWeight":700,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"comfortaa","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":1,"tabletFontSize":13,"tabletFontWeight":600,"tabletLineHeight":1.6,"tabletLetterSpacing":1,"mobileFontSize":13,"mobileFontWeight":600,"mobileLineHeight":1.6,"mobileLetterSpacing":1}]}],"extraFontStyles":[{"deletable":"on","id":"tttnkptilk","title":"New Style #10","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"chzpengljn","title":"New Style #11","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"wikcnikpes","title":"New Style #12","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"yzgcnhyvqx","title":"New Style #13","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"nyicioozsc","title":"New Style #14","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"vlmuhsooxc","title":"New Style #15","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"oqdegbisiu","title":"New Style #16","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"cesbmwfdvv","title":"New Style #17","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"lojcwzqrab","title":"New Style #18","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"uunaxswmrv","title":"New Style #19","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"drtntrvbif","title":"New Style #20","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"fepvvoulni","title":"New Style #21","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"ftgfemhmvb","title":"New Style #22","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"uudjnodkdx","title":"New Style #23","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"nyriqmsizl","title":"New Style #24","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"rrcylgoslk","title":"New Style #25","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"ykikdqwmet","title":"New Style #26","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"deleted":true,"fontFamilyType":"google"},{"deletable":"on","id":"kqanseuvov","title":"Status Button","fontFamily":"roboto","fontSize":15,"fontWeight":300,"lineHeight":1,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"fontFamilyType":"google"},{"deletable":"on","id":"eepmagkqne","title":"New Style #28","fontFamily":"roboto","fontSize":18,"fontWeight":300,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0,"fontFamilyType":"google"}],"font":"lato","fonts":{"config":{"data":[{"kind":"webfonts#webfont","family":"Lato","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v15","lastModified":"2019-03-26","files":{"100":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf","300":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf","700":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf","900":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf","100italic":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf","300italic":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6uyw4BMUTPHvxk6XweuBCY.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf","700italic":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf","900italic":"http:\/\/fonts.gstatic.com\/s\/lato\/v15\/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf"},"brizyId":"uzrpsocdxtgrkbxjjxkchqcybpvpzsuvdlji"},{"kind":"webfonts#webfont","family":"Overpass","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin","latin-ext"],"version":"v4","lastModified":"2019-07-17","files":{"100":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdB35WCmI96Ajtm81nGU97gxhcJk1s.ttf","200":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdA35WCmI96Ajtm81lqcv7K6BsAikI7.ttf","300":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdA35WCmI96Ajtm81kOcf7K6BsAikI7.ttf","600":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdA35WCmI96Ajtm81l6d_7K6BsAikI7.ttf","700":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdA35WCmI96Ajtm81kedv7K6BsAikI7.ttf","800":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdA35WCmI96Ajtm81kCdf7K6BsAikI7.ttf","900":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdA35WCmI96Ajtm81kmdP7K6BsAikI7.ttf","100italic":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdD35WCmI96Ajtm81Gga7rqwjUMg1siNQ.ttf","200italic":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdC35WCmI96Ajtm81GgaxbL4h8ij1I7LLE.ttf","300italic":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdC35WCmI96Ajtm81Gga3LI4h8ij1I7LLE.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdH35WCmI96Ajtm82GiWdrCwwcJ.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdB35WCmI96Ajtm81GgU97gxhcJk1s.ttf","600italic":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdC35WCmI96Ajtm81GgawbO4h8ij1I7LLE.ttf","700italic":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdC35WCmI96Ajtm81Gga2LP4h8ij1I7LLE.ttf","800italic":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdC35WCmI96Ajtm81Gga37M4h8ij1I7LLE.ttf","900italic":"http:\/\/fonts.gstatic.com\/s\/overpass\/v4\/qFdC35WCmI96Ajtm81Gga1rN4h8ij1I7LLE.ttf"},"brizyId":"qwhwsomltrpyogspgbomkxquvqsqfdlvcnfo"},{"kind":"webfonts#webfont","family":"Red Hat Text","category":"sans-serif","variants":["regular","italic","500","500italic","700","700italic"],"subsets":["latin","latin-ext"],"version":"v1","lastModified":"2019-07-26","files":{"500":"http:\/\/fonts.gstatic.com\/s\/redhattext\/v1\/RrQIbohi_ic6B3yVSzGBrMxYm4QIG-eFNVmULg.ttf","700":"http:\/\/fonts.gstatic.com\/s\/redhattext\/v1\/RrQIbohi_ic6B3yVSzGBrMxY04IIG-eFNVmULg.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/redhattext\/v1\/RrQXbohi_ic6B3yVSzGBrMxgb60sE8yZPA.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/redhattext\/v1\/RrQJbohi_ic6B3yVSzGBrMxQbacoMcmJPECN.ttf","500italic":"http:\/\/fonts.gstatic.com\/s\/redhattext\/v1\/RrQKbohi_ic6B3yVSzGBrMxQbZ_cGO2BF1yELmgy.ttf","700italic":"http:\/\/fonts.gstatic.com\/s\/redhattext\/v1\/RrQKbohi_ic6B3yVSzGBrMxQbZ-UHu2BF1yELmgy.ttf"},"brizyId":"eytgthrgfzlrrzxlhynabspndabldgdbdjnm"},{"kind":"webfonts#webfont","family":"DM Serif Text","category":"serif","variants":["regular","italic"],"subsets":["latin","latin-ext"],"version":"v3","lastModified":"2019-07-16","files":{"regular":"http:\/\/fonts.gstatic.com\/s\/dmseriftext\/v3\/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/dmseriftext\/v3\/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf"},"brizyId":"pujmflqmocbjojknwlnidilgqedjzqftpnrv"},{"kind":"webfonts#webfont","family":"Blinker","category":"sans-serif","variants":["100","200","300","regular","600","700","800","900"],"subsets":["latin","latin-ext"],"version":"v1","lastModified":"2019-07-26","files":{"100":"http:\/\/fonts.gstatic.com\/s\/blinker\/v1\/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf","200":"http:\/\/fonts.gstatic.com\/s\/blinker\/v1\/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf","300":"http:\/\/fonts.gstatic.com\/s\/blinker\/v1\/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf","600":"http:\/\/fonts.gstatic.com\/s\/blinker\/v1\/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf","700":"http:\/\/fonts.gstatic.com\/s\/blinker\/v1\/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf","800":"http:\/\/fonts.gstatic.com\/s\/blinker\/v1\/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf","900":"http:\/\/fonts.gstatic.com\/s\/blinker\/v1\/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/blinker\/v1\/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf"},"brizyId":"yhkoopjikembswaygkzktfmiiashwjcrvbxr"},{"kind":"webfonts#webfont","family":"Aleo","category":"serif","variants":["300","300italic","regular","italic","700","700italic"],"subsets":["latin","latin-ext"],"version":"v3","lastModified":"2019-07-16","files":{"300":"http:\/\/fonts.gstatic.com\/s\/aleo\/v3\/c4mg1nF8G8_syKbr9DVDno985KM.ttf","700":"http:\/\/fonts.gstatic.com\/s\/aleo\/v3\/c4mg1nF8G8_syLbs9DVDno985KM.ttf","300italic":"http:\/\/fonts.gstatic.com\/s\/aleo\/v3\/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/aleo\/v3\/c4mv1nF8G8_s8ArD0D1ogoY.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/aleo\/v3\/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf","700italic":"http:\/\/fonts.gstatic.com\/s\/aleo\/v3\/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf"},"brizyId":"ucgecsrbcjkpsfctgzwsocokuydcdgiubroh"},{"kind":"webfonts#webfont","family":"Nunito","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin","vietnamese","latin-ext"],"version":"v11","lastModified":"2019-07-22","files":{"200":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXW3I6Li01BKofA-sekZuHJeTsfDQ.ttf","300":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXW3I6Li01BKofAnsSkZuHJeTsfDQ.ttf","600":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXW3I6Li01BKofA6sKkZuHJeTsfDQ.ttf","700":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXW3I6Li01BKofAjsOkZuHJeTsfDQ.ttf","800":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXW3I6Li01BKofAksCkZuHJeTsfDQ.ttf","900":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXW3I6Li01BKofAtsGkZuHJeTsfDQ.ttf","200italic":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXQ3I6Li01BKofIMN5MZ-vNWz4PDWtj.ttf","300italic":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXQ3I6Li01BKofIMN4oZOvNWz4PDWtj.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXV3I6Li01BKof4MuyAbsrVcA.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXX3I6Li01BKofIMOaETM_FcCIG.ttf","600italic":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXQ3I6Li01BKofIMN5cYuvNWz4PDWtj.ttf","700italic":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXQ3I6Li01BKofIMN44Y-vNWz4PDWtj.ttf","800italic":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXQ3I6Li01BKofIMN4kYOvNWz4PDWtj.ttf","900italic":"http:\/\/fonts.gstatic.com\/s\/nunito\/v11\/XRXQ3I6Li01BKofIMN4AYevNWz4PDWtj.ttf"},"brizyId":"ppzycxqtiwtmjnfpbfluoynrnnfviuerjczz"},{"kind":"webfonts#webfont","family":"Knewave","category":"display","variants":["regular"],"subsets":["latin","latin-ext"],"version":"v8","lastModified":"2019-07-16","files":{"regular":"http:\/\/fonts.gstatic.com\/s\/knewave\/v8\/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf"},"brizyId":"jojwyelvgkjknbgrosxcdphkpqfcczzdlcen"},{"kind":"webfonts#webfont","family":"Palanquin","category":"sans-serif","variants":["100","200","300","regular","500","600","700"],"subsets":["devanagari","latin","latin-ext"],"version":"v5","lastModified":"2019-07-16","files":{"100":"http:\/\/fonts.gstatic.com\/s\/palanquin\/v5\/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf","200":"http:\/\/fonts.gstatic.com\/s\/palanquin\/v5\/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf","300":"http:\/\/fonts.gstatic.com\/s\/palanquin\/v5\/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf","500":"http:\/\/fonts.gstatic.com\/s\/palanquin\/v5\/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf","600":"http:\/\/fonts.gstatic.com\/s\/palanquin\/v5\/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf","700":"http:\/\/fonts.gstatic.com\/s\/palanquin\/v5\/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/palanquin\/v5\/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf"},"brizyId":"xnikbaszrjutnnfixmtprduwstoziivqiflp"},{"kind":"webfonts#webfont","family":"Palanquin Dark","category":"sans-serif","variants":["regular","500","600","700"],"subsets":["devanagari","latin","latin-ext"],"version":"v6","lastModified":"2019-07-16","files":{"500":"http:\/\/fonts.gstatic.com\/s\/palanquindark\/v6\/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf","600":"http:\/\/fonts.gstatic.com\/s\/palanquindark\/v6\/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf","700":"http:\/\/fonts.gstatic.com\/s\/palanquindark\/v6\/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/palanquindark\/v6\/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf"},"brizyId":"gqzfchsrosvxegeymkyugyofaztsitibprrf"},{"kind":"webfonts#webfont","family":"Roboto","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],"subsets":["greek-ext","latin","cyrillic-ext","vietnamese","latin-ext","greek","cyrillic"],"version":"v20","lastModified":"2019-07-24","files":{"100":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf","300":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf","500":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf","700":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf","900":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf","100italic":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf","300italic":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf","500italic":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf","700italic":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf","900italic":"http:\/\/fonts.gstatic.com\/s\/roboto\/v20\/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf"},"brizyId":"wrqenoprsynrjiyxmfoeuwqddlnomrxemeec"},{"kind":"webfonts#webfont","family":"Oswald","category":"sans-serif","variants":["200","300","regular","500","600","700"],"subsets":["latin","cyrillic-ext","vietnamese","latin-ext","cyrillic"],"version":"v24","lastModified":"2019-07-23","files":{"200":"http:\/\/fonts.gstatic.com\/s\/oswald\/v24\/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf","300":"http:\/\/fonts.gstatic.com\/s\/oswald\/v24\/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf","500":"http:\/\/fonts.gstatic.com\/s\/oswald\/v24\/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf","600":"http:\/\/fonts.gstatic.com\/s\/oswald\/v24\/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf","700":"http:\/\/fonts.gstatic.com\/s\/oswald\/v24\/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/oswald\/v24\/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf"},"brizyId":"ehiobdhupkijoltxyucnkenojglortpsupmp"},{"kind":"webfonts#webfont","family":"Oxygen","category":"sans-serif","variants":["300","regular","700"],"subsets":["latin","latin-ext"],"version":"v9","lastModified":"2019-07-22","files":{"300":"http:\/\/fonts.gstatic.com\/s\/oxygen\/v9\/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf","700":"http:\/\/fonts.gstatic.com\/s\/oxygen\/v9\/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/oxygen\/v9\/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf"},"brizyId":"gzhhqjoyiaozuhrmbylqeknkdaqtxfdynaqt"},{"kind":"webfonts#webfont","family":"Playfair Display","category":"serif","variants":["regular","italic","700","700italic","900","900italic"],"subsets":["latin","vietnamese","latin-ext","cyrillic"],"version":"v15","lastModified":"2019-07-22","files":{"700":"http:\/\/fonts.gstatic.com\/s\/playfairdisplay\/v15\/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9pWkU5xxiJKY.ttf","900":"http:\/\/fonts.gstatic.com\/s\/playfairdisplay\/v15\/nuFlD-vYSZviVYUb_rj3ij__anPXBb__pWkU5xxiJKY.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/playfairdisplay\/v15\/nuFiD-vYSZviVYUb_rj3ij__anPXPTvSgWE_-xU.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/playfairdisplay\/v15\/nuFkD-vYSZviVYUb_rj3ij__anPXDTnYhUM66xV7PQ.ttf","700italic":"http:\/\/fonts.gstatic.com\/s\/playfairdisplay\/v15\/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwe4z5nNKaV_w.ttf","900italic":"http:\/\/fonts.gstatic.com\/s\/playfairdisplay\/v15\/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4e4z5nNKaV_w.ttf"},"brizyId":"bvbbabnggnnjzvtleuwdrnfuvssxrgeovjan"},{"kind":"webfonts#webfont","family":"Fira Sans","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["greek-ext","latin","cyrillic-ext","vietnamese","latin-ext","greek","cyrillic"],"version":"v10","lastModified":"2019-07-22","files":{"100":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf","200":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf","300":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf","500":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf","600":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf","700":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf","800":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf","900":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf","100italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf","200italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf","300italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf","italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf","500italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf","600italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf","700italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf","800italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf","900italic":"http:\/\/fonts.gstatic.com\/s\/firasans\/v10\/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf"},"brizyId":"wndeuiwznzaqgsugjnojbhzjhjwtryegciis"},{"kind":"webfonts#webfont","family":"Abril Fatface","category":"display","variants":["regular"],"subsets":["latin","latin-ext"],"version":"v11","lastModified":"2019-07-17","files":{"regular":"http:\/\/fonts.gstatic.com\/s\/abrilfatface\/v11\/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf"},"brizyId":"fbyhozjmiqseimmgxerwiucacmaaljqitrdc"},{"kind":"webfonts#webfont","family":"Comfortaa","category":"display","variants":["300","regular","500","600","700"],"subsets":["latin","cyrillic-ext","vietnamese","latin-ext","greek","cyrillic"],"version":"v23","lastModified":"2019-07-17","files":{"300":"http:\/\/fonts.gstatic.com\/s\/comfortaa\/v23\/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf","500":"http:\/\/fonts.gstatic.com\/s\/comfortaa\/v23\/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf","600":"http:\/\/fonts.gstatic.com\/s\/comfortaa\/v23\/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf","700":"http:\/\/fonts.gstatic.com\/s\/comfortaa\/v23\/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf","regular":"http:\/\/fonts.gstatic.com\/s\/comfortaa\/v23\/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf"},"brizyId":"plspcdzrrelkhthvkmoocpwrtltvuzqcyraw"},{"kind":"webfonts#webfont","family":"Kaushan Script","category":"handwriting","variants":["regular"],"subsets":["latin","latin-ext"],"version":"v8","lastModified":"2019-07-17","files":{"regular":"http:\/\/fonts.gstatic.com\/s\/kaushanscript\/v8\/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf"},"brizyId":"simpmqjphttgbnwqaobwxuxoavrdlbpdjgzc"}]}}}']
|
6664 |
-
];
|
6665 |
-
}
|
6666 |
-
|
6667 |
-
/**
|
6668 |
-
* @throws \Exception
|
6669 |
-
*/
|
6670 |
-
public function testInvalidExecuteContext()
|
6671 |
-
{
|
6672 |
-
$this->expectException(\Exception::class);
|
6673 |
-
$context = new DataToProjectContext("", "./tests/_data/editor-build");
|
6674 |
-
$transformer = new DataToProjectTransformer();
|
6675 |
-
$transformer->execute($context);
|
6676 |
-
}
|
6677 |
-
|
6678 |
-
/**
|
6679 |
-
* @dataProvider oldDataProvider
|
6680 |
-
*/
|
6681 |
-
public function testExecute($json)
|
6682 |
-
{
|
6683 |
-
$context = new DataToProjectContext(json_decode($json), "./tests/_data/editor-build");
|
6684 |
-
$this->internalExecute($context);
|
6685 |
-
}
|
6686 |
-
|
6687 |
-
/**
|
6688 |
-
* @dataProvider brokenDataProvider
|
6689 |
-
*/
|
6690 |
-
public function testExecute2($json)
|
6691 |
-
{
|
6692 |
-
$context = new DataToProjectContext(json_decode($json), "./tests/_data/editor-build2");
|
6693 |
-
$this->internalExecute2($json, $context);
|
6694 |
-
}
|
6695 |
-
|
6696 |
-
/**
|
6697 |
-
* @param $array
|
6698 |
-
* @param $property
|
6699 |
-
* @param $value
|
6700 |
-
*/
|
6701 |
-
private function assertObjectsFromArrayHasProperty($array, $property, $value, $message = "does not have property")
|
6702 |
-
{
|
6703 |
-
$existed = false;
|
6704 |
-
foreach ($array as $data) {
|
6705 |
-
if (is_object($data) && isset($data->$property) && $data->$property === $value) {
|
6706 |
-
$existed = true;
|
6707 |
-
}
|
6708 |
-
}
|
6709 |
-
|
6710 |
-
$this->assertTrue($existed, $message);
|
6711 |
-
}
|
6712 |
-
|
6713 |
-
/**
|
6714 |
-
* @param $json
|
6715 |
-
* @param DataToProjectContext $context
|
6716 |
-
*/
|
6717 |
-
protected function internalExecute(DataToProjectContext $context): void
|
6718 |
-
{
|
6719 |
-
$transformer = new FixDataToProjectTransformer();
|
6720 |
-
|
6721 |
-
$data = $transformer->execute($context);
|
6722 |
-
|
6723 |
-
$this->assertEquals($context->getData(), $data, "It should be equal");
|
6724 |
-
}
|
6725 |
-
|
6726 |
-
/**
|
6727 |
-
* @param $json
|
6728 |
-
* @param DataToProjectContext $context
|
6729 |
-
* @throws \Exception
|
6730 |
-
*/
|
6731 |
-
protected function internalExecute2($json, DataToProjectContext $context): void
|
6732 |
-
{
|
6733 |
-
$transformer = new FixDataToProjectTransformer();
|
6734 |
-
|
6735 |
-
$data = $transformer->execute($context);
|
6736 |
-
|
6737 |
-
$this->assertObjectsFromArrayHasProperty($data->styles, "id", $data->selectedStyle, "The style " . $data->selectedStyle . " is missing from styles");
|
6738 |
-
|
6739 |
-
$oldData = json_decode($json);
|
6740 |
-
|
6741 |
-
foreach ($oldData->styles as $style) {
|
6742 |
-
$styleId = $style->id;
|
6743 |
-
$this->assertObjectsFromArrayHasProperty($data->styles, "id", $styleId, "The style " . $styleId . " is missing from styles");
|
6744 |
-
}
|
6745 |
-
}
|
6746 |
-
}
|
6747 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/UUIdTest.php
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace Brizy\Utils;
|
4 |
-
|
5 |
-
use PHPUnit\Framework\TestCase;
|
6 |
-
|
7 |
-
class UUIdTest extends TestCase {
|
8 |
-
|
9 |
-
public function testUuid() {
|
10 |
-
$uniqueValues = [
|
11 |
-
UUId::uuid(32),
|
12 |
-
UUId::uuid(32),
|
13 |
-
UUId::uuid(32),
|
14 |
-
UUId::uuid(32),
|
15 |
-
UUId::uuid(32),
|
16 |
-
UUId::uuid(32),
|
17 |
-
UUId::uuid(32),
|
18 |
-
];
|
19 |
-
|
20 |
-
foreach($uniqueValues as $val) {
|
21 |
-
$this->assertEquals( 32, strlen($val), 'The values should be 32 char long' );
|
22 |
-
}
|
23 |
-
|
24 |
-
$filteredUniqueValues = array_unique($uniqueValues);
|
25 |
-
$diff = array_diff($uniqueValues, $filteredUniqueValues);
|
26 |
-
|
27 |
-
$this->assertCount(0,$diff,'There should not generate duplicate values');
|
28 |
-
}
|
29 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/_data/editor-build/defaults.json
DELETED
@@ -1,418 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"selectedKit": "kxnmljnsniklnqftyvrkkzwhcvudtcmxikok",
|
3 |
-
|
4 |
-
"selectedStyle": "kldugntsakdckzxhreidncqvgunudghrcuzv",
|
5 |
-
"styles": [
|
6 |
-
{
|
7 |
-
"id": "kldugntsakdckzxhreidncqvgunudghrcuzv",
|
8 |
-
"title": "Brizy default",
|
9 |
-
"colorPalette": [
|
10 |
-
{ "id": "color1", "hex": "#191b21" },
|
11 |
-
{ "id": "color2", "hex": "#142850" },
|
12 |
-
{ "id": "color3", "hex": "#239ddb" },
|
13 |
-
{ "id": "color4", "hex": "#66738d" },
|
14 |
-
{ "id": "color5", "hex": "#bde1f4" },
|
15 |
-
{ "id": "color6", "hex": "#eef0f2" },
|
16 |
-
{ "id": "color7", "hex": "#73777f" },
|
17 |
-
{ "id": "color8", "hex": "#ffffff" }
|
18 |
-
],
|
19 |
-
"fontStyles": [
|
20 |
-
{
|
21 |
-
"deletable": "off",
|
22 |
-
"id": "paragraph",
|
23 |
-
"title": "Paragraph",
|
24 |
-
"fontFamily": "noto_serif",
|
25 |
-
"fontFamilyType": "google",
|
26 |
-
"fontSize": 16,
|
27 |
-
"fontWeight": 300,
|
28 |
-
"lineHeight": 1.7,
|
29 |
-
"letterSpacing": 0,
|
30 |
-
"tabletFontSize": 15,
|
31 |
-
"tabletFontWeight": 300,
|
32 |
-
"tabletLineHeight": 1.6,
|
33 |
-
"tabletLetterSpacing": 0,
|
34 |
-
"mobileFontSize": 15,
|
35 |
-
"mobileFontWeight": 300,
|
36 |
-
"mobileLineHeight": 1.6,
|
37 |
-
"mobileLetterSpacing": 0
|
38 |
-
},
|
39 |
-
{
|
40 |
-
"deletable": "off",
|
41 |
-
"id": "subtitle",
|
42 |
-
"title": "Subtitle",
|
43 |
-
"fontFamily": "noto_serif",
|
44 |
-
"fontFamilyType": "google",
|
45 |
-
"fontSize": 18,
|
46 |
-
"fontWeight": 300,
|
47 |
-
"lineHeight": 1.5,
|
48 |
-
"letterSpacing": 0,
|
49 |
-
"tabletFontSize": 17,
|
50 |
-
"tabletFontWeight": 300,
|
51 |
-
"tabletLineHeight": 1.5,
|
52 |
-
"tabletLetterSpacing": 0,
|
53 |
-
"mobileFontSize": 17,
|
54 |
-
"mobileFontWeight": 300,
|
55 |
-
"mobileLineHeight": 1.5,
|
56 |
-
"mobileLetterSpacing": 0
|
57 |
-
},
|
58 |
-
{
|
59 |
-
"deletable": "off",
|
60 |
-
"id": "abovetitle",
|
61 |
-
"title": "Above Title",
|
62 |
-
"fontFamily": "montserrat",
|
63 |
-
"fontFamilyType": "google",
|
64 |
-
"fontSize": 16,
|
65 |
-
"fontWeight": 400,
|
66 |
-
"lineHeight": 1.7,
|
67 |
-
"letterSpacing": 2,
|
68 |
-
"tabletFontSize": 15,
|
69 |
-
"tabletFontWeight": 400,
|
70 |
-
"tabletLineHeight": 1.7,
|
71 |
-
"tabletLetterSpacing": 2,
|
72 |
-
"mobileFontSize": 13,
|
73 |
-
"mobileFontWeight": 400,
|
74 |
-
"mobileLineHeight": 1.7,
|
75 |
-
"mobileLetterSpacing": 2
|
76 |
-
},
|
77 |
-
{
|
78 |
-
"deletable": "off",
|
79 |
-
"id": "heading1",
|
80 |
-
"title": "Heading 1",
|
81 |
-
"fontFamily": "montserrat",
|
82 |
-
"fontFamilyType": "google",
|
83 |
-
"fontSize": 56,
|
84 |
-
"fontWeight": 200,
|
85 |
-
"lineHeight": 1.3,
|
86 |
-
"letterSpacing": -1.5,
|
87 |
-
"tabletFontSize": 40,
|
88 |
-
"tabletFontWeight": 200,
|
89 |
-
"tabletLineHeight": 1.3,
|
90 |
-
"tabletLetterSpacing": -1,
|
91 |
-
"mobileFontSize": 34,
|
92 |
-
"mobileFontWeight": 200,
|
93 |
-
"mobileLineHeight": 1.3,
|
94 |
-
"mobileLetterSpacing": -1
|
95 |
-
},
|
96 |
-
{
|
97 |
-
"deletable": "off",
|
98 |
-
"id": "heading2",
|
99 |
-
"title": "Heading 2",
|
100 |
-
"fontFamily": "montserrat",
|
101 |
-
"fontFamilyType": "google",
|
102 |
-
"fontSize": 42,
|
103 |
-
"fontWeight": 700,
|
104 |
-
"lineHeight": 1.3,
|
105 |
-
"letterSpacing": -1.5,
|
106 |
-
"tabletFontSize": 35,
|
107 |
-
"tabletFontWeight": 700,
|
108 |
-
"tabletLineHeight": 1.3,
|
109 |
-
"tabletLetterSpacing": -0.5,
|
110 |
-
"mobileFontSize": 29,
|
111 |
-
"mobileFontWeight": 700,
|
112 |
-
"mobileLineHeight": 1.3,
|
113 |
-
"mobileLetterSpacing": -0.5
|
114 |
-
},
|
115 |
-
{
|
116 |
-
"deletable": "off",
|
117 |
-
"id": "heading3",
|
118 |
-
"title": "Heading 3",
|
119 |
-
"fontFamily": "montserrat",
|
120 |
-
"fontFamilyType": "google",
|
121 |
-
"fontSize": 32,
|
122 |
-
"fontWeight": 600,
|
123 |
-
"lineHeight": 1.3,
|
124 |
-
"letterSpacing": -1,
|
125 |
-
"tabletFontSize": 27,
|
126 |
-
"tabletFontWeight": 600,
|
127 |
-
"tabletLineHeight": 1.3,
|
128 |
-
"tabletLetterSpacing": 0,
|
129 |
-
"mobileFontSize": 22,
|
130 |
-
"mobileFontWeight": 600,
|
131 |
-
"mobileLineHeight": 1.3,
|
132 |
-
"mobileLetterSpacing": 0
|
133 |
-
},
|
134 |
-
{
|
135 |
-
"deletable": "off",
|
136 |
-
"id": "heading4",
|
137 |
-
"title": "Heading 4",
|
138 |
-
"fontFamily": "montserrat",
|
139 |
-
"fontFamilyType": "google",
|
140 |
-
"fontSize": 26,
|
141 |
-
"fontWeight": 500,
|
142 |
-
"lineHeight": 1.4,
|
143 |
-
"letterSpacing": -1,
|
144 |
-
"tabletFontSize": 24,
|
145 |
-
"tabletFontWeight": 500,
|
146 |
-
"tabletLineHeight": 1.4,
|
147 |
-
"tabletLetterSpacing": 0,
|
148 |
-
"mobileFontSize": 21,
|
149 |
-
"mobileFontWeight": 500,
|
150 |
-
"mobileLineHeight": 1.4,
|
151 |
-
"mobileLetterSpacing": 0
|
152 |
-
},
|
153 |
-
{
|
154 |
-
"deletable": "off",
|
155 |
-
"id": "heading5",
|
156 |
-
"title": "Heading 5",
|
157 |
-
"fontFamily": "montserrat",
|
158 |
-
"fontFamilyType": "google",
|
159 |
-
"fontSize": 20,
|
160 |
-
"fontWeight": 500,
|
161 |
-
"lineHeight": 1.5,
|
162 |
-
"letterSpacing": 0,
|
163 |
-
"tabletFontSize": 19,
|
164 |
-
"tabletFontWeight": 500,
|
165 |
-
"tabletLineHeight": 1.4,
|
166 |
-
"tabletLetterSpacing": 0,
|
167 |
-
"mobileFontSize": 18,
|
168 |
-
"mobileFontWeight": 500,
|
169 |
-
"mobileLineHeight": 1.4,
|
170 |
-
"mobileLetterSpacing": 0
|
171 |
-
},
|
172 |
-
{
|
173 |
-
"deletable": "off",
|
174 |
-
"id": "heading6",
|
175 |
-
"title": "Heading 6",
|
176 |
-
"fontFamily": "montserrat",
|
177 |
-
"fontFamilyType": "google",
|
178 |
-
"fontSize": 17,
|
179 |
-
"fontWeight": 500,
|
180 |
-
"lineHeight": 1.5,
|
181 |
-
"letterSpacing": 0,
|
182 |
-
"tabletFontSize": 16,
|
183 |
-
"tabletFontWeight": 500,
|
184 |
-
"tabletLineHeight": 1.4,
|
185 |
-
"tabletLetterSpacing": 0,
|
186 |
-
"mobileFontSize": 16,
|
187 |
-
"mobileFontWeight": 500,
|
188 |
-
"mobileLineHeight": 1.4,
|
189 |
-
"mobileLetterSpacing": 0
|
190 |
-
},
|
191 |
-
{
|
192 |
-
"deletable": "off",
|
193 |
-
"id": "button",
|
194 |
-
"title": "Button",
|
195 |
-
"fontFamily": "montserrat",
|
196 |
-
"fontFamilyType": "google",
|
197 |
-
"fontSize": 12,
|
198 |
-
"fontWeight": 600,
|
199 |
-
"lineHeight": 1.8,
|
200 |
-
"letterSpacing": 3,
|
201 |
-
"tabletFontSize": 12,
|
202 |
-
"tabletFontWeight": 600,
|
203 |
-
"tabletLineHeight": 1.8,
|
204 |
-
"tabletLetterSpacing": 3,
|
205 |
-
"mobileFontSize": 12,
|
206 |
-
"mobileFontWeight": 600,
|
207 |
-
"mobileLineHeight": 1.8,
|
208 |
-
"mobileLetterSpacing": 3
|
209 |
-
}
|
210 |
-
]
|
211 |
-
}
|
212 |
-
],
|
213 |
-
|
214 |
-
"extraFontStyles": [],
|
215 |
-
"font": "lato",
|
216 |
-
"fonts": {
|
217 |
-
"config": {
|
218 |
-
"data": [
|
219 |
-
{
|
220 |
-
"kind": "webfonts#webfont",
|
221 |
-
"family": "Lato",
|
222 |
-
"category": "sans-serif",
|
223 |
-
"variants": [
|
224 |
-
"100",
|
225 |
-
"100italic",
|
226 |
-
"300",
|
227 |
-
"300italic",
|
228 |
-
"regular",
|
229 |
-
"italic",
|
230 |
-
"700",
|
231 |
-
"700italic",
|
232 |
-
"900",
|
233 |
-
"900italic"
|
234 |
-
],
|
235 |
-
"subsets": ["latin-ext", "latin"],
|
236 |
-
"version": "v15",
|
237 |
-
"lastModified": "2019-03-26",
|
238 |
-
"files": {
|
239 |
-
"100": "http://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf",
|
240 |
-
"300": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf",
|
241 |
-
"700": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf",
|
242 |
-
"900": "http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf",
|
243 |
-
"100italic": "http://fonts.gstatic.com/s/lato/v15/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf",
|
244 |
-
"300italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf",
|
245 |
-
"regular": "http://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHvxk6XweuBCY.ttf",
|
246 |
-
"italic": "http://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf",
|
247 |
-
"700italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf",
|
248 |
-
"900italic": "http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf"
|
249 |
-
},
|
250 |
-
"brizyId": "uzrpsocdxtgrkbxjjxkchqcybpvpzsuvdlji"
|
251 |
-
},
|
252 |
-
{
|
253 |
-
"kind": "webfonts#webfont",
|
254 |
-
"family": "ABeeZee",
|
255 |
-
"category": "sans-serif",
|
256 |
-
"variants": ["regular", "italic"],
|
257 |
-
"subsets": ["latin"],
|
258 |
-
"version": "v12",
|
259 |
-
"lastModified": "2019-01-15",
|
260 |
-
"files": {
|
261 |
-
"regular": "http://fonts.gstatic.com/s/abeezee/v12/esDR31xSG-6AGleN6tKukbcHCpE.ttf",
|
262 |
-
"italic": "http://fonts.gstatic.com/s/abeezee/v12/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf"
|
263 |
-
},
|
264 |
-
"brizyId": "fssjnezwaovklsvbjobkbtwfwzidqvknrxmc"
|
265 |
-
},
|
266 |
-
{
|
267 |
-
"kind": "webfonts#webfont",
|
268 |
-
"family": "Montserrat",
|
269 |
-
"category": "sans-serif",
|
270 |
-
"variants": [
|
271 |
-
"100",
|
272 |
-
"100italic",
|
273 |
-
"200",
|
274 |
-
"200italic",
|
275 |
-
"300",
|
276 |
-
"300italic",
|
277 |
-
"regular",
|
278 |
-
"italic",
|
279 |
-
"500",
|
280 |
-
"500italic",
|
281 |
-
"600",
|
282 |
-
"600italic",
|
283 |
-
"700",
|
284 |
-
"700italic",
|
285 |
-
"800",
|
286 |
-
"800italic",
|
287 |
-
"900",
|
288 |
-
"900italic"
|
289 |
-
],
|
290 |
-
"subsets": [
|
291 |
-
"vietnamese",
|
292 |
-
"cyrillic-ext",
|
293 |
-
"latin-ext",
|
294 |
-
"cyrillic",
|
295 |
-
"latin"
|
296 |
-
],
|
297 |
-
"version": "v13",
|
298 |
-
"lastModified": "2019-03-26",
|
299 |
-
"files": {
|
300 |
-
"100": "http://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm45_QphziTn89dtpQ.ttf",
|
301 |
-
"200": "http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_aZA7g7J_950vCo.ttf",
|
302 |
-
"300": "http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD7g7J_950vCo.ttf",
|
303 |
-
"500": "http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC7g7J_950vCo.ttf",
|
304 |
-
"600": "http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF7g7J_950vCo.ttf",
|
305 |
-
"700": "http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE7g7J_950vCo.ttf",
|
306 |
-
"800": "http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_c5H7g7J_950vCo.ttf",
|
307 |
-
"900": "http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG7g7J_950vCo.ttf",
|
308 |
-
"100italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUOjIg1_i6t8kCHKm459WxZqi7j0dJ9pTOi.ttf",
|
309 |
-
"200italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZBg_D-_xxrCq7qg.ttf",
|
310 |
-
"300italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzD-_xxrCq7qg.ttf",
|
311 |
-
"regular": "http://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf",
|
312 |
-
"italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxhziTn89dtpQ.ttf",
|
313 |
-
"500italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZOg3D-_xxrCq7qg.ttf",
|
314 |
-
"600italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZFgrD-_xxrCq7qg.ttf",
|
315 |
-
"700italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZcgvD-_xxrCq7qg.ttf",
|
316 |
-
"800italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZbgjD-_xxrCq7qg.ttf",
|
317 |
-
"900italic": "http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnD-_xxrCq7qg.ttf"
|
318 |
-
},
|
319 |
-
"brizyId": "lpeslwpvtxtkwxfbandsesyaknvqrmpiaqyv"
|
320 |
-
},
|
321 |
-
{
|
322 |
-
"kind": "webfonts#webfont",
|
323 |
-
"family": "Noto Serif",
|
324 |
-
"category": "serif",
|
325 |
-
"variants": ["regular", "italic", "700", "700italic"],
|
326 |
-
"subsets": [
|
327 |
-
"vietnamese",
|
328 |
-
"cyrillic-ext",
|
329 |
-
"greek",
|
330 |
-
"latin-ext",
|
331 |
-
"cyrillic",
|
332 |
-
"greek-ext",
|
333 |
-
"latin"
|
334 |
-
],
|
335 |
-
"version": "v7",
|
336 |
-
"lastModified": "2019-02-21",
|
337 |
-
"files": {
|
338 |
-
"700": "http://fonts.gstatic.com/s/notoserif/v7/ga6Law1J5X9T9RW6j9bNdOwzTRCUcM1IKoY.ttf",
|
339 |
-
"regular": "http://fonts.gstatic.com/s/notoserif/v7/ga6Iaw1J5X9T9RW6j9bNTFAcaRi_bMQ.ttf",
|
340 |
-
"italic": "http://fonts.gstatic.com/s/notoserif/v7/ga6Kaw1J5X9T9RW6j9bNfFIWbTq6fMRRMw.ttf",
|
341 |
-
"700italic": "http://fonts.gstatic.com/s/notoserif/v7/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedO9NOoYIDg.ttf"
|
342 |
-
},
|
343 |
-
"brizyId": "vttuvnjlopiluegwtqqyjxvjdktjpbqldovw"
|
344 |
-
},
|
345 |
-
{
|
346 |
-
"kind": "webfonts#webfont",
|
347 |
-
"family": "Playfair Display",
|
348 |
-
"category": "serif",
|
349 |
-
"variants": [
|
350 |
-
"regular",
|
351 |
-
"italic",
|
352 |
-
"700",
|
353 |
-
"700italic",
|
354 |
-
"900",
|
355 |
-
"900italic"
|
356 |
-
],
|
357 |
-
"subsets": ["vietnamese", "latin-ext", "cyrillic", "latin"],
|
358 |
-
"version": "v14",
|
359 |
-
"lastModified": "2019-02-21",
|
360 |
-
"files": {
|
361 |
-
"700": "http://fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9pWkU5xxiJKY.ttf",
|
362 |
-
"900": "http://fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBb__pWkU5xxiJKY.ttf",
|
363 |
-
"regular": "http://fonts.gstatic.com/s/playfairdisplay/v14/nuFiD-vYSZviVYUb_rj3ij__anPXPTvSgWE_-xU.ttf",
|
364 |
-
"italic": "http://fonts.gstatic.com/s/playfairdisplay/v14/nuFkD-vYSZviVYUb_rj3ij__anPXDTnYhUM66xV7PQ.ttf",
|
365 |
-
"700italic": "http://fonts.gstatic.com/s/playfairdisplay/v14/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwe4z5nNKaV_w.ttf",
|
366 |
-
"900italic": "http://fonts.gstatic.com/s/playfairdisplay/v14/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4e4z5nNKaV_w.ttf"
|
367 |
-
},
|
368 |
-
"brizyId": "zyzecfhodguppihjwobwkjogtpmznbyyhdgr"
|
369 |
-
},
|
370 |
-
{
|
371 |
-
"kind": "webfonts#webfont",
|
372 |
-
"family": "Roboto",
|
373 |
-
"category": "sans-serif",
|
374 |
-
"variants": [
|
375 |
-
"100",
|
376 |
-
"100italic",
|
377 |
-
"300",
|
378 |
-
"300italic",
|
379 |
-
"regular",
|
380 |
-
"italic",
|
381 |
-
"500",
|
382 |
-
"500italic",
|
383 |
-
"700",
|
384 |
-
"700italic",
|
385 |
-
"900",
|
386 |
-
"900italic"
|
387 |
-
],
|
388 |
-
"subsets": [
|
389 |
-
"vietnamese",
|
390 |
-
"cyrillic-ext",
|
391 |
-
"greek",
|
392 |
-
"latin-ext",
|
393 |
-
"cyrillic",
|
394 |
-
"greek-ext",
|
395 |
-
"latin"
|
396 |
-
],
|
397 |
-
"version": "v19",
|
398 |
-
"lastModified": "2019-03-26",
|
399 |
-
"files": {
|
400 |
-
"100": "http://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf",
|
401 |
-
"300": "http://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf",
|
402 |
-
"500": "http://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf",
|
403 |
-
"700": "http://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf",
|
404 |
-
"900": "http://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf",
|
405 |
-
"100italic": "http://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf",
|
406 |
-
"300italic": "http://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf",
|
407 |
-
"regular": "http://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf",
|
408 |
-
"italic": "http://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf",
|
409 |
-
"500italic": "http://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf",
|
410 |
-
"700italic": "http://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf",
|
411 |
-
"900italic": "http://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf"
|
412 |
-
},
|
413 |
-
"brizyId": "tykbceyqcgcvewxvboqneltuamxcdyyubpdl"
|
414 |
-
}
|
415 |
-
]
|
416 |
-
}
|
417 |
-
}
|
418 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/_data/editor-build/googleFonts.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"kind":"webfonts#webfontList","items":[{"kind":"webfonts#webfont","family":"ABeeZee","category":"sans-serif","variants":["regular","italic"],"subsets":["latin"],"version":"v12","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/abeezee/v12/esDR31xSG-6AGleN6tKukbcHCpE.ttf","italic":"http://fonts.gstatic.com/s/abeezee/v12/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf"}},{"kind":"webfonts#webfont","family":"Abel","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/abel/v9/MwQ5bhbm2POE6VhLPJp6qGI.ttf"}},{"kind":"webfonts#webfont","family":"Abhaya Libre","category":"serif","variants":["regular","500","600","700","800"],"subsets":["latin-ext","latin","sinhala"],"version":"v4","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/abhayalibre/v4/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf","600":"http://fonts.gstatic.com/s/abhayalibre/v4/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf","700":"http://fonts.gstatic.com/s/abhayalibre/v4/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf","800":"http://fonts.gstatic.com/s/abhayalibre/v4/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf","regular":"http://fonts.gstatic.com/s/abhayalibre/v4/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf"}},{"kind":"webfonts#webfont","family":"Abril Fatface","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/abrilfatface/v10/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf"}},{"kind":"webfonts#webfont","family":"Aclonica","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/aclonica/v9/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf"}},{"kind":"webfonts#webfont","family":"Acme","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/acme/v8/RrQfboBx-C5_bx3Lb23lzLk.ttf"}},{"kind":"webfonts#webfont","family":"Actor","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/actor/v8/wEOzEBbCkc5cO3ekXygtUMIO.ttf"}},{"kind":"webfonts#webfont","family":"Adamina","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v12","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/adamina/v12/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf"}},{"kind":"webfonts#webfont","family":"Advent Pro","category":"sans-serif","variants":["100","200","300","regular","500","600","700"],"subsets":["greek","latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/adventpro/v9/V8mCoQfxVT4Dvddr_yOwjVmtLZxcBtItFw.ttf","200":"http://fonts.gstatic.com/s/adventpro/v9/V8mDoQfxVT4Dvddr_yOwjfWMDbZyCts0DqQ.ttf","300":"http://fonts.gstatic.com/s/adventpro/v9/V8mDoQfxVT4Dvddr_yOwjZGPDbZyCts0DqQ.ttf","500":"http://fonts.gstatic.com/s/adventpro/v9/V8mDoQfxVT4Dvddr_yOwjcmODbZyCts0DqQ.ttf","600":"http://fonts.gstatic.com/s/adventpro/v9/V8mDoQfxVT4Dvddr_yOwjeWJDbZyCts0DqQ.ttf","700":"http://fonts.gstatic.com/s/adventpro/v9/V8mDoQfxVT4Dvddr_yOwjYGIDbZyCts0DqQ.ttf","regular":"http://fonts.gstatic.com/s/adventpro/v9/V8mAoQfxVT4Dvddr_yOwtT2nKb5ZFtI.ttf"}},{"kind":"webfonts#webfont","family":"Aguafina Script","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/aguafinascript/v7/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf"}},{"kind":"webfonts#webfont","family":"Akronim","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/akronim/v8/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf"}},{"kind":"webfonts#webfont","family":"Aladin","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/aladin/v7/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf"}},{"kind":"webfonts#webfont","family":"Aldrich","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/aldrich/v9/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf"}},{"kind":"webfonts#webfont","family":"Alef","category":"sans-serif","variants":["regular","700"],"subsets":["latin","hebrew"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/alef/v10/FeVQS0NQpLYglo50L5la2bxii28.ttf","regular":"http://fonts.gstatic.com/s/alef/v10/FeVfS0NQpLYgrjJbC5FxxbU.ttf"}},{"kind":"webfonts#webfont","family":"Alegreya","category":"serif","variants":["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v12","lastModified":"2019-01-15","files":{"500":"http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5I3JyJ98KhtH.ttf","700":"http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4o3JyJ98KhtH.ttf","800":"http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpG4Y3JyJ98KhtH.ttf","900":"http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpi4I3JyJ98KhtH.ttf","regular":"http://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkRLmzanB44N1.ttf","italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLkx63j5pN1MwI.ttf","500italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nKwpteLwtHJlc.ttf","700italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHMwpteLwtHJlc.ttf","800italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_w3PwpteLwtHJlc.ttf","900italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_ynOwpteLwtHJlc.ttf"}},{"kind":"webfonts#webfont","family":"Alegreya SC","category":"serif","variants":["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v10","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/alegreyasc/v10/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf","700":"http://fonts.gstatic.com/s/alegreyasc/v10/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf","800":"http://fonts.gstatic.com/s/alegreyasc/v10/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf","900":"http://fonts.gstatic.com/s/alegreyasc/v10/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf","regular":"http://fonts.gstatic.com/s/alegreyasc/v10/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf","italic":"http://fonts.gstatic.com/s/alegreyasc/v10/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf","500italic":"http://fonts.gstatic.com/s/alegreyasc/v10/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf","700italic":"http://fonts.gstatic.com/s/alegreyasc/v10/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf","800italic":"http://fonts.gstatic.com/s/alegreyasc/v10/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf","900italic":"http://fonts.gstatic.com/s/alegreyasc/v10/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf"}},{"kind":"webfonts#webfont","family":"Alegreya Sans","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf","300":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf","500":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf","700":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf","800":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf","900":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf","100italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf","300italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf","regular":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf","italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf","500italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf","700italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf","800italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf","900italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf"}},{"kind":"webfonts#webfont","family":"Alegreya Sans SC","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf","300":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf","500":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf","700":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf","800":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf","900":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf","100italic":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf","300italic":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf","regular":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf","italic":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf","500italic":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf","700italic":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf","800italic":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf","900italic":"http://fonts.gstatic.com/s/alegreyasanssc/v8/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf"}},{"kind":"webfonts#webfont","family":"Aleo","category":"serif","variants":["300","300italic","regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v2","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/aleo/v2/c4mg1nF8G8_syKbr9DVDno985KM.ttf","700":"http://fonts.gstatic.com/s/aleo/v2/c4mg1nF8G8_syLbs9DVDno985KM.ttf","300italic":"http://fonts.gstatic.com/s/aleo/v2/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf","regular":"http://fonts.gstatic.com/s/aleo/v2/c4mv1nF8G8_s8ArD0D1ogoY.ttf","italic":"http://fonts.gstatic.com/s/aleo/v2/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf","700italic":"http://fonts.gstatic.com/s/aleo/v2/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf"}},{"kind":"webfonts#webfont","family":"Alex Brush","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/alexbrush/v10/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf"}},{"kind":"webfonts#webfont","family":"Alfa Slab One","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/alfaslabone/v8/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf"}},{"kind":"webfonts#webfont","family":"Alice","category":"serif","variants":["regular"],"subsets":["cyrillic-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/alice/v10/OpNCnoEEmtHa6FcJpA_chzJ0.ttf"}},{"kind":"webfonts#webfont","family":"Alike","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/alike/v11/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf"}},{"kind":"webfonts#webfont","family":"Alike Angular","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/alikeangular/v9/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf"}},{"kind":"webfonts#webfont","family":"Allan","category":"display","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/allan/v11/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf","regular":"http://fonts.gstatic.com/s/allan/v11/ea8XadU7WuTxEtb2P9SF8nZE.ttf"}},{"kind":"webfonts#webfont","family":"Allerta","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/allerta/v9/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf"}},{"kind":"webfonts#webfont","family":"Allerta Stencil","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/allertastencil/v9/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf"}},{"kind":"webfonts#webfont","family":"Allura","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/allura/v7/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf"}},{"kind":"webfonts#webfont","family":"Almendra","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/almendra/v11/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf","regular":"http://fonts.gstatic.com/s/almendra/v11/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf","italic":"http://fonts.gstatic.com/s/almendra/v11/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf","700italic":"http://fonts.gstatic.com/s/almendra/v11/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf"}},{"kind":"webfonts#webfont","family":"Almendra Display","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/almendradisplay/v9/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf"}},{"kind":"webfonts#webfont","family":"Almendra SC","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/almendrasc/v9/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf"}},{"kind":"webfonts#webfont","family":"Amarante","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/amarante/v6/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf"}},{"kind":"webfonts#webfont","family":"Amaranth","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/amaranth/v9/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf","regular":"http://fonts.gstatic.com/s/amaranth/v9/KtkuALODe433f0j1zPnCF9GqwnzW.ttf","italic":"http://fonts.gstatic.com/s/amaranth/v9/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf","700italic":"http://fonts.gstatic.com/s/amaranth/v9/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf"}},{"kind":"webfonts#webfont","family":"Amatic SC","category":"handwriting","variants":["regular","700"],"subsets":["vietnamese","latin-ext","cyrillic","latin","hebrew"],"version":"v12","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/amaticsc/v12/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf","regular":"http://fonts.gstatic.com/s/amaticsc/v12/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf"}},{"kind":"webfonts#webfont","family":"Amethysta","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/amethysta/v7/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf"}},{"kind":"webfonts#webfont","family":"Amiko","category":"sans-serif","variants":["regular","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v3","lastModified":"2019-01-10","files":{"600":"http://fonts.gstatic.com/s/amiko/v3/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf","700":"http://fonts.gstatic.com/s/amiko/v3/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf","regular":"http://fonts.gstatic.com/s/amiko/v3/WwkQxPq1DFK04tqlc17MMZgJ.ttf"}},{"kind":"webfonts#webfont","family":"Amiri","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["arabic","latin-ext","latin"],"version":"v12","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/amiri/v12/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf","regular":"http://fonts.gstatic.com/s/amiri/v12/J7aRnpd8CGxBHqUpvrIw74NL.ttf","italic":"http://fonts.gstatic.com/s/amiri/v12/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf","700italic":"http://fonts.gstatic.com/s/amiri/v12/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf"}},{"kind":"webfonts#webfont","family":"Amita","category":"handwriting","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/amita/v4/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf","regular":"http://fonts.gstatic.com/s/amita/v4/HhyaU5si9Om7PQlvAfSKEZZL.ttf"}},{"kind":"webfonts#webfont","family":"Anaheim","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/anaheim/v6/8vII7w042Wp87g4G0UTUEE5eK_w.ttf"}},{"kind":"webfonts#webfont","family":"Andada","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/andada/v10/uK_y4riWaego3w9RCh0TMv6EXw.ttf"}},{"kind":"webfonts#webfont","family":"Andika","category":"sans-serif","variants":["regular"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/andika/v10/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf"}},{"kind":"webfonts#webfont","family":"Angkor","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/angkor/v11/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf"}},{"kind":"webfonts#webfont","family":"Annie Use Your Telescope","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/annieuseyourtelescope/v9/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf"}},{"kind":"webfonts#webfont","family":"Anonymous Pro","category":"monospace","variants":["regular","italic","700","700italic"],"subsets":["greek","latin-ext","cyrillic","latin"],"version":"v12","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/anonymouspro/v12/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf","regular":"http://fonts.gstatic.com/s/anonymouspro/v12/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf","italic":"http://fonts.gstatic.com/s/anonymouspro/v12/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf","700italic":"http://fonts.gstatic.com/s/anonymouspro/v12/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf"}},{"kind":"webfonts#webfont","family":"Antic","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/antic/v10/TuGfUVB8XY5DRaZLodgzydtk.ttf"}},{"kind":"webfonts#webfont","family":"Antic Didone","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/anticdidone/v7/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf"}},{"kind":"webfonts#webfont","family":"Antic Slab","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/anticslab/v7/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf"}},{"kind":"webfonts#webfont","family":"Anton","category":"sans-serif","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v10","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/anton/v10/1Ptgg87LROyAm0K08i4gS7lu.ttf"}},{"kind":"webfonts#webfont","family":"Arapey","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/arapey/v7/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf","italic":"http://fonts.gstatic.com/s/arapey/v7/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf"}},{"kind":"webfonts#webfont","family":"Arbutus","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/arbutus/v8/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf"}},{"kind":"webfonts#webfont","family":"Arbutus Slab","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/arbutusslab/v7/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf"}},{"kind":"webfonts#webfont","family":"Architects Daughter","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/architectsdaughter/v9/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf"}},{"kind":"webfonts#webfont","family":"Archivo","category":"sans-serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"500":"http://fonts.gstatic.com/s/archivo/v4/k3kVo8UDI-1M0wlSdSrLC0HrLaqM6Q4.ttf","600":"http://fonts.gstatic.com/s/archivo/v4/k3kVo8UDI-1M0wlSdQbMC0HrLaqM6Q4.ttf","700":"http://fonts.gstatic.com/s/archivo/v4/k3kVo8UDI-1M0wlSdWLNC0HrLaqM6Q4.ttf","regular":"http://fonts.gstatic.com/s/archivo/v4/k3kQo8UDI-1M0wlSTd7iL0nAMaM.ttf","italic":"http://fonts.gstatic.com/s/archivo/v4/k3kSo8UDI-1M0wlSfdzoK2vFIaOV8A.ttf","500italic":"http://fonts.gstatic.com/s/archivo/v4/k3kXo8UDI-1M0wlSfdzQ30LhKYiJ-Q7m8w.ttf","600italic":"http://fonts.gstatic.com/s/archivo/v4/k3kXo8UDI-1M0wlSfdzQ80XhKYiJ-Q7m8w.ttf","700italic":"http://fonts.gstatic.com/s/archivo/v4/k3kXo8UDI-1M0wlSfdzQl0ThKYiJ-Q7m8w.ttf"}},{"kind":"webfonts#webfont","family":"Archivo Black","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/archivoblack/v8/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf"}},{"kind":"webfonts#webfont","family":"Archivo Narrow","category":"sans-serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-02-21","files":{"500":"http://fonts.gstatic.com/s/archivonarrow/v9/tss3ApVBdCYD5Q7hcxTE1ArZ0b4Dqlla8dMgPgBu.ttf","600":"http://fonts.gstatic.com/s/archivonarrow/v9/tss3ApVBdCYD5Q7hcxTE1ArZ0b4vrVla8dMgPgBu.ttf","700":"http://fonts.gstatic.com/s/archivonarrow/v9/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrFla8dMgPgBu.ttf","regular":"http://fonts.gstatic.com/s/archivonarrow/v9/tss0ApVBdCYD5Q7hcxTE1ArZ0Yb3g31S2s8p.ttf","italic":"http://fonts.gstatic.com/s/archivonarrow/v9/tss2ApVBdCYD5Q7hcxTE1ArZ0bb1iXlw398pJxk.ttf","500italic":"http://fonts.gstatic.com/s/archivonarrow/v9/tssxApVBdCYD5Q7hcxTE1ArZ0bb1sY1Z-9cCOxBu_BM.ttf","600italic":"http://fonts.gstatic.com/s/archivonarrow/v9/tssxApVBdCYD5Q7hcxTE1ArZ0bb1saFe-9cCOxBu_BM.ttf","700italic":"http://fonts.gstatic.com/s/archivonarrow/v9/tssxApVBdCYD5Q7hcxTE1ArZ0bb1scVf-9cCOxBu_BM.ttf"}},{"kind":"webfonts#webfont","family":"Aref Ruqaa","category":"serif","variants":["regular","700"],"subsets":["arabic","latin"],"version":"v7","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/arefruqaa/v7/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf","regular":"http://fonts.gstatic.com/s/arefruqaa/v7/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf"}},{"kind":"webfonts#webfont","family":"Arima Madurai","category":"display","variants":["100","200","300","regular","500","700","800","900"],"subsets":["vietnamese","latin-ext","tamil","latin"],"version":"v4","lastModified":"2019-01-10","files":{"100":"http://fonts.gstatic.com/s/arimamadurai/v4/t5t4IRoeKYORG0WNMgnC3seB1V3PqrGCch4Drg.ttf","200":"http://fonts.gstatic.com/s/arimamadurai/v4/t5t7IRoeKYORG0WNMgnC3seB1fHuipusfhcat2c.ttf","300":"http://fonts.gstatic.com/s/arimamadurai/v4/t5t7IRoeKYORG0WNMgnC3seB1ZXtipusfhcat2c.ttf","500":"http://fonts.gstatic.com/s/arimamadurai/v4/t5t7IRoeKYORG0WNMgnC3seB1c3sipusfhcat2c.ttf","700":"http://fonts.gstatic.com/s/arimamadurai/v4/t5t7IRoeKYORG0WNMgnC3seB1YXqipusfhcat2c.ttf","800":"http://fonts.gstatic.com/s/arimamadurai/v4/t5t7IRoeKYORG0WNMgnC3seB1Znpipusfhcat2c.ttf","900":"http://fonts.gstatic.com/s/arimamadurai/v4/t5t7IRoeKYORG0WNMgnC3seB1b3oipusfhcat2c.ttf","regular":"http://fonts.gstatic.com/s/arimamadurai/v4/t5tmIRoeKYORG0WNMgnC3seB7TnFrpOHYh4.ttf"}},{"kind":"webfonts#webfont","family":"Arimo","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin","hebrew"],"version":"v12","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/arimo/v12/P5sBzZCDf9_T_1Wi4QREp5On0ME2.ttf","regular":"http://fonts.gstatic.com/s/arimo/v12/P5sMzZCDf9_T_20eziBMjI-u.ttf","italic":"http://fonts.gstatic.com/s/arimo/v12/P5sCzZCDf9_T_10cxCRuiZ-uydg.ttf","700italic":"http://fonts.gstatic.com/s/arimo/v12/P5sHzZCDf9_T_10c_JhBrZeF1dE2PY4.ttf"}},{"kind":"webfonts#webfont","family":"Arizonia","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/arizonia/v9/neIIzCemt4A5qa7mv6WGHK06UY30.ttf"}},{"kind":"webfonts#webfont","family":"Armata","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/armata/v10/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf"}},{"kind":"webfonts#webfont","family":"Arsenal","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v3","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/arsenal/v3/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf","regular":"http://fonts.gstatic.com/s/arsenal/v3/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf","italic":"http://fonts.gstatic.com/s/arsenal/v3/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf","700italic":"http://fonts.gstatic.com/s/arsenal/v3/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf"}},{"kind":"webfonts#webfont","family":"Artifika","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/artifika/v9/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf"}},{"kind":"webfonts#webfont","family":"Arvo","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v11","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/arvo/v11/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf","regular":"http://fonts.gstatic.com/s/arvo/v11/tDbD2oWUg0MKmSAa7Lzr7vs.ttf","italic":"http://fonts.gstatic.com/s/arvo/v11/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf","700italic":"http://fonts.gstatic.com/s/arvo/v11/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf"}},{"kind":"webfonts#webfont","family":"Arya","category":"sans-serif","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/arya/v4/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf","regular":"http://fonts.gstatic.com/s/arya/v4/ga6CawNG-HJd9Ub1-beqdFE.ttf"}},{"kind":"webfonts#webfont","family":"Asap","category":"sans-serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v9","lastModified":"2019-02-21","files":{"500":"http://fonts.gstatic.com/s/asap/v9/KFOnCniXp96aw8g9xUxlBz88MsA.ttf","600":"http://fonts.gstatic.com/s/asap/v9/KFOnCniXp96aw-Q6xUxlBz88MsA.ttf","700":"http://fonts.gstatic.com/s/asap/v9/KFOnCniXp96aw4A7xUxlBz88MsA.ttf","regular":"http://fonts.gstatic.com/s/asap/v9/KFOoCniXp96a-zwU4UROGzY.ttf","italic":"http://fonts.gstatic.com/s/asap/v9/KFOmCniXp96ayz4e5WZLCzYlKw.ttf","500italic":"http://fonts.gstatic.com/s/asap/v9/KFOlCniXp96ayz4mEU9vAx05IsDqlA.ttf","600italic":"http://fonts.gstatic.com/s/asap/v9/KFOlCniXp96ayz4mPUhvAx05IsDqlA.ttf","700italic":"http://fonts.gstatic.com/s/asap/v9/KFOlCniXp96ayz4mWUlvAx05IsDqlA.ttf"}},{"kind":"webfonts#webfont","family":"Asap Condensed","category":"sans-serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/asapcondensed/v3/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf","600":"http://fonts.gstatic.com/s/asapcondensed/v3/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf","700":"http://fonts.gstatic.com/s/asapcondensed/v3/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf","regular":"http://fonts.gstatic.com/s/asapcondensed/v3/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf","italic":"http://fonts.gstatic.com/s/asapcondensed/v3/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf","500italic":"http://fonts.gstatic.com/s/asapcondensed/v3/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf","600italic":"http://fonts.gstatic.com/s/asapcondensed/v3/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf","700italic":"http://fonts.gstatic.com/s/asapcondensed/v3/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf"}},{"kind":"webfonts#webfont","family":"Asar","category":"serif","variants":["regular"],"subsets":["devanagari","latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/asar/v6/sZlLdRyI6TBIXkYQDLlTW6E.ttf"}},{"kind":"webfonts#webfont","family":"Asset","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/asset/v9/SLXGc1na-mM4cWImRJqExst1.ttf"}},{"kind":"webfonts#webfont","family":"Assistant","category":"sans-serif","variants":["200","300","regular","600","700","800"],"subsets":["latin","hebrew"],"version":"v3","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/assistant/v3/2sDZZGJYnIjSi6H75xk7p0ScA5cZbCjItw.ttf","300":"http://fonts.gstatic.com/s/assistant/v3/2sDZZGJYnIjSi6H75xk7w0ecA5cZbCjItw.ttf","600":"http://fonts.gstatic.com/s/assistant/v3/2sDZZGJYnIjSi6H75xk7t0GcA5cZbCjItw.ttf","700":"http://fonts.gstatic.com/s/assistant/v3/2sDZZGJYnIjSi6H75xk700CcA5cZbCjItw.ttf","800":"http://fonts.gstatic.com/s/assistant/v3/2sDZZGJYnIjSi6H75xk7z0OcA5cZbCjItw.ttf","regular":"http://fonts.gstatic.com/s/assistant/v3/2sDcZGJYnIjSi6H75xkDb2-4C7wFZQ.ttf"}},{"kind":"webfonts#webfont","family":"Astloch","category":"display","variants":["regular","700"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/astloch/v9/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf","regular":"http://fonts.gstatic.com/s/astloch/v9/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf"}},{"kind":"webfonts#webfont","family":"Asul","category":"sans-serif","variants":["regular","700"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/asul/v8/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf","regular":"http://fonts.gstatic.com/s/asul/v8/VuJ-dNjKxYr46fMFXK78JIg.ttf"}},{"kind":"webfonts#webfont","family":"Athiti","category":"sans-serif","variants":["200","300","regular","500","600","700"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v3","lastModified":"2019-01-10","files":{"200":"http://fonts.gstatic.com/s/athiti/v3/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf","300":"http://fonts.gstatic.com/s/athiti/v3/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf","500":"http://fonts.gstatic.com/s/athiti/v3/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf","600":"http://fonts.gstatic.com/s/athiti/v3/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf","700":"http://fonts.gstatic.com/s/athiti/v3/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf","regular":"http://fonts.gstatic.com/s/athiti/v3/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf"}},{"kind":"webfonts#webfont","family":"Atma","category":"display","variants":["300","regular","500","600","700"],"subsets":["bengali","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/atma/v4/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf","500":"http://fonts.gstatic.com/s/atma/v4/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf","600":"http://fonts.gstatic.com/s/atma/v4/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf","700":"http://fonts.gstatic.com/s/atma/v4/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf","regular":"http://fonts.gstatic.com/s/atma/v4/uK_84rqWc-Eom25bDj8WIv4.ttf"}},{"kind":"webfonts#webfont","family":"Atomic Age","category":"display","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/atomicage/v11/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf"}},{"kind":"webfonts#webfont","family":"Aubrey","category":"display","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/aubrey/v11/q5uGsou7NPBw-p7vugNsCxVEgA.ttf"}},{"kind":"webfonts#webfont","family":"Audiowide","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/audiowide/v7/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf"}},{"kind":"webfonts#webfont","family":"Autour One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/autourone/v8/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf"}},{"kind":"webfonts#webfont","family":"Average","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/average/v7/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf"}},{"kind":"webfonts#webfont","family":"Average Sans","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/averagesans/v7/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf"}},{"kind":"webfonts#webfont","family":"Averia Gruesa Libre","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/averiagruesalibre/v7/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf"}},{"kind":"webfonts#webfont","family":"Averia Libre","category":"display","variants":["300","300italic","regular","italic","700","700italic"],"subsets":["latin"],"version":"v7","lastModified":"2018-12-13","files":{"300":"http://fonts.gstatic.com/s/averialibre/v7/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf","700":"http://fonts.gstatic.com/s/averialibre/v7/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf","300italic":"http://fonts.gstatic.com/s/averialibre/v7/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf","regular":"http://fonts.gstatic.com/s/averialibre/v7/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf","italic":"http://fonts.gstatic.com/s/averialibre/v7/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf","700italic":"http://fonts.gstatic.com/s/averialibre/v7/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf"}},{"kind":"webfonts#webfont","family":"Averia Sans Libre","category":"display","variants":["300","300italic","regular","italic","700","700italic"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/averiasanslibre/v7/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf","700":"http://fonts.gstatic.com/s/averiasanslibre/v7/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf","300italic":"http://fonts.gstatic.com/s/averiasanslibre/v7/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf","regular":"http://fonts.gstatic.com/s/averiasanslibre/v7/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf","italic":"http://fonts.gstatic.com/s/averiasanslibre/v7/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf","700italic":"http://fonts.gstatic.com/s/averiasanslibre/v7/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf"}},{"kind":"webfonts#webfont","family":"Averia Serif Libre","category":"display","variants":["300","300italic","regular","italic","700","700italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"300":"http://fonts.gstatic.com/s/averiaseriflibre/v8/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf","700":"http://fonts.gstatic.com/s/averiaseriflibre/v8/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf","300italic":"http://fonts.gstatic.com/s/averiaseriflibre/v8/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf","regular":"http://fonts.gstatic.com/s/averiaseriflibre/v8/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf","italic":"http://fonts.gstatic.com/s/averiaseriflibre/v8/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf","700italic":"http://fonts.gstatic.com/s/averiaseriflibre/v8/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf"}},{"kind":"webfonts#webfont","family":"B612","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v2","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/b612/v2/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf","regular":"http://fonts.gstatic.com/s/b612/v2/3JnySDDxiSz32jm4GDigUXw.ttf","italic":"http://fonts.gstatic.com/s/b612/v2/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf","700italic":"http://fonts.gstatic.com/s/b612/v2/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf"}},{"kind":"webfonts#webfont","family":"B612 Mono","category":"monospace","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v2","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/b612mono/v2/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf","regular":"http://fonts.gstatic.com/s/b612mono/v2/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf","italic":"http://fonts.gstatic.com/s/b612mono/v2/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf","700italic":"http://fonts.gstatic.com/s/b612mono/v2/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf"}},{"kind":"webfonts#webfont","family":"Bad Script","category":"handwriting","variants":["regular"],"subsets":["cyrillic","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/badscript/v7/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf"}},{"kind":"webfonts#webfont","family":"Bahiana","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bahiana/v3/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf"}},{"kind":"webfonts#webfont","family":"Bai Jamjuree","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-01-10","files":{"200":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf","300":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf","500":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf","600":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf","700":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf","200italic":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf","300italic":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf","regular":"http://fonts.gstatic.com/s/baijamjuree/v2/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf","italic":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf","500italic":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf","600italic":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf","700italic":"http://fonts.gstatic.com/s/baijamjuree/v2/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf"}},{"kind":"webfonts#webfont","family":"Baloo","category":"display","variants":["regular"],"subsets":["devanagari","vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/baloo/v4/6xKhdSpJJ92I9PWIAG_5LWwJ.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Bhai","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin","gujarati"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/baloobhai/v4/ZgNWjP5GM7bCUdmXgWyVjGXEM4COoE4.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Bhaijaan","category":"display","variants":["regular"],"subsets":["arabic","vietnamese","latin-ext","latin"],"version":"v5","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/baloobhaijaan/v5/RWmRoKCU5fcqq8fOWNzFLqSjx4ECJmVjC0-V.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Bhaina","category":"display","variants":["regular"],"subsets":["oriya","vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/baloobhaina/v4/Noa16Uzzzp2FIkfhq5vm9thxPAR9mhHobg.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Chettan","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","malayalam","latin"],"version":"v4","lastModified":"2018-12-13","files":{"regular":"http://fonts.gstatic.com/s/baloochettan/v4/0QImMXRN8o2gTC2YTr4665DA07z8_ApHqqk.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Da","category":"display","variants":["regular"],"subsets":["bengali","vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/balooda/v4/LhWmMVnXOfIZO795FXkfSvtVM8mZ.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Paaji","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin","gurmukhi"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/baloopaaji/v5/8AttGsyxM5KQQU-Y4MTwVZnToxvQBiot.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Tamma","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","kannada","latin"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/balootamma/v5/JTUTjIk68Cy27gWhOWIghE5B5Arr-s50.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Tammudu","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin","telugu"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/balootammudu/v5/mFT3Wb8Qza7c_Z5HTsC_5nxW8EpQl9RWxD8.ttf"}},{"kind":"webfonts#webfont","family":"Baloo Thambi","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","tamil","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/baloothambi/v4/va9B4kXJzNhTFoA7CYcS8sHuQR37fF3Wlg.ttf"}},{"kind":"webfonts#webfont","family":"Balthazar","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/balthazar/v8/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf"}},{"kind":"webfonts#webfont","family":"Bangers","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v11","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/bangers/v11/FeVQS0BTqb0h60ACL5la2bxii28.ttf"}},{"kind":"webfonts#webfont","family":"Barlow","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/barlow/v3/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf","200":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf","300":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf","500":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf","600":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf","700":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf","800":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf","900":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf","100italic":"http://fonts.gstatic.com/s/barlow/v3/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf","200italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf","300italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf","regular":"http://fonts.gstatic.com/s/barlow/v3/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf","italic":"http://fonts.gstatic.com/s/barlow/v3/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf","500italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf","600italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf","700italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf","800italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf","900italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf"}},{"kind":"webfonts#webfont","family":"Barlow Condensed","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf","200":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf","300":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf","500":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf","600":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf","700":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf","800":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf","900":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf","100italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf","200italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf","300italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf","regular":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf","italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf","500italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf","600italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf","700italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf","800italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf","900italic":"http://fonts.gstatic.com/s/barlowcondensed/v3/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf"}},{"kind":"webfonts#webfont","family":"Barlow Semi Condensed","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf","200":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf","300":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf","500":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf","600":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf","700":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf","800":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf","900":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf","100italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf","200italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf","300italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf","regular":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf","italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf","500italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf","600italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf","700italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf","800italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf","900italic":"http://fonts.gstatic.com/s/barlowsemicondensed/v4/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf"}},{"kind":"webfonts#webfont","family":"Barrio","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/barrio/v3/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf"}},{"kind":"webfonts#webfont","family":"Basic","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/basic/v8/xfu_0WLxV2_XKQN34lDVyR7D.ttf"}},{"kind":"webfonts#webfont","family":"Battambang","category":"display","variants":["regular","700"],"subsets":["khmer"],"version":"v12","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/battambang/v12/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf","regular":"http://fonts.gstatic.com/s/battambang/v12/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf"}},{"kind":"webfonts#webfont","family":"Baumans","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/baumans/v8/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf"}},{"kind":"webfonts#webfont","family":"Bayon","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v12","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bayon/v12/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf"}},{"kind":"webfonts#webfont","family":"Belgrano","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/belgrano/v9/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf"}},{"kind":"webfonts#webfont","family":"Bellefair","category":"serif","variants":["regular"],"subsets":["latin-ext","latin","hebrew"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bellefair/v4/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf"}},{"kind":"webfonts#webfont","family":"Belleza","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/belleza/v7/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf"}},{"kind":"webfonts#webfont","family":"BenchNine","category":"sans-serif","variants":["300","regular","700"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/benchnine/v7/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf","700":"http://fonts.gstatic.com/s/benchnine/v7/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf","regular":"http://fonts.gstatic.com/s/benchnine/v7/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf"}},{"kind":"webfonts#webfont","family":"Bentham","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/bentham/v9/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf"}},{"kind":"webfonts#webfont","family":"Berkshire Swash","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/berkshireswash/v7/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf"}},{"kind":"webfonts#webfont","family":"Bevan","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/bevan/v10/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf"}},{"kind":"webfonts#webfont","family":"Bigelow Rules","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bigelowrules/v7/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf"}},{"kind":"webfonts#webfont","family":"Bigshot One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bigshotone/v9/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf"}},{"kind":"webfonts#webfont","family":"Bilbo","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bilbo/v8/o-0EIpgpwWwZ210hpIRz4wxE.ttf"}},{"kind":"webfonts#webfont","family":"Bilbo Swash Caps","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/bilboswashcaps/v11/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf"}},{"kind":"webfonts#webfont","family":"BioRhyme","category":"serif","variants":["200","300","regular","700","800"],"subsets":["latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/biorhyme/v3/1cX3aULHBpDMsHYW_ESOjnGAq8Sk1PoH.ttf","300":"http://fonts.gstatic.com/s/biorhyme/v3/1cX3aULHBpDMsHYW_ETqjXGAq8Sk1PoH.ttf","700":"http://fonts.gstatic.com/s/biorhyme/v3/1cX3aULHBpDMsHYW_ET6inGAq8Sk1PoH.ttf","800":"http://fonts.gstatic.com/s/biorhyme/v3/1cX3aULHBpDMsHYW_ETmiXGAq8Sk1PoH.ttf","regular":"http://fonts.gstatic.com/s/biorhyme/v3/1cXwaULHBpDMsHYW_HxGpVWIgNit.ttf"}},{"kind":"webfonts#webfont","family":"BioRhyme Expanded","category":"serif","variants":["200","300","regular","700","800"],"subsets":["latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/biorhymeexpanded/v4/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf","300":"http://fonts.gstatic.com/s/biorhymeexpanded/v4/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf","700":"http://fonts.gstatic.com/s/biorhymeexpanded/v4/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf","800":"http://fonts.gstatic.com/s/biorhymeexpanded/v4/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf","regular":"http://fonts.gstatic.com/s/biorhymeexpanded/v4/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf"}},{"kind":"webfonts#webfont","family":"Biryani","category":"sans-serif","variants":["200","300","regular","600","700","800","900"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"200":"http://fonts.gstatic.com/s/biryani/v4/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf","300":"http://fonts.gstatic.com/s/biryani/v4/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf","600":"http://fonts.gstatic.com/s/biryani/v4/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf","700":"http://fonts.gstatic.com/s/biryani/v4/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf","800":"http://fonts.gstatic.com/s/biryani/v4/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf","900":"http://fonts.gstatic.com/s/biryani/v4/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf","regular":"http://fonts.gstatic.com/s/biryani/v4/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf"}},{"kind":"webfonts#webfont","family":"Bitter","category":"serif","variants":["regular","italic","700"],"subsets":["latin-ext","latin"],"version":"v14","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/bitter/v14/rax_HiqOu8IVPmnzxKlMBBJek0vA8A.ttf","regular":"http://fonts.gstatic.com/s/bitter/v14/rax8HiqOu8IVPmnLeIZoDDlCmg.ttf","italic":"http://fonts.gstatic.com/s/bitter/v14/rax-HiqOu8IVPmn7eoxsLjxSmlLZ.ttf"}},{"kind":"webfonts#webfont","family":"Black And White Picture","category":"sans-serif","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/blackandwhitepicture/v7/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf"}},{"kind":"webfonts#webfont","family":"Black Han Sans","category":"sans-serif","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-17","files":{"regular":"http://fonts.gstatic.com/s/blackhansans/v7/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf"}},{"kind":"webfonts#webfont","family":"Black Ops One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/blackopsone/v10/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf"}},{"kind":"webfonts#webfont","family":"Bokor","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bokor/v11/m8JcjfpeeaqTiR2WdInbcaxE.ttf"}},{"kind":"webfonts#webfont","family":"Bonbon","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bonbon/v10/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf"}},{"kind":"webfonts#webfont","family":"Boogaloo","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/boogaloo/v10/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf"}},{"kind":"webfonts#webfont","family":"Bowlby One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/bowlbyone/v10/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf"}},{"kind":"webfonts#webfont","family":"Bowlby One SC","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/bowlbyonesc/v10/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf"}},{"kind":"webfonts#webfont","family":"Brawler","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/brawler/v9/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf"}},{"kind":"webfonts#webfont","family":"Bree Serif","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/breeserif/v8/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf"}},{"kind":"webfonts#webfont","family":"Bubblegum Sans","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/bubblegumsans/v7/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf"}},{"kind":"webfonts#webfont","family":"Bubbler One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bubblerone/v7/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf"}},{"kind":"webfonts#webfont","family":"Buda","category":"display","variants":["300"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/buda/v9/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf"}},{"kind":"webfonts#webfont","family":"Buenard","category":"serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/buenard/v10/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf","regular":"http://fonts.gstatic.com/s/buenard/v10/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf"}},{"kind":"webfonts#webfont","family":"Bungee","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/bungee/v4/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf"}},{"kind":"webfonts#webfont","family":"Bungee Hairline","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bungeehairline/v4/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf"}},{"kind":"webfonts#webfont","family":"Bungee Inline","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/bungeeinline/v4/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf"}},{"kind":"webfonts#webfont","family":"Bungee Outline","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bungeeoutline/v4/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf"}},{"kind":"webfonts#webfont","family":"Bungee Shade","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/bungeeshade/v4/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf"}},{"kind":"webfonts#webfont","family":"Butcherman","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/butcherman/v10/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf"}},{"kind":"webfonts#webfont","family":"Butterfly Kids","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/butterflykids/v7/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf"}},{"kind":"webfonts#webfont","family":"Cabin","category":"sans-serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v13","lastModified":"2019-02-21","files":{"500":"http://fonts.gstatic.com/s/cabin/v13/u-480qWljRw-PdfD3NhisShmeh5I.ttf","600":"http://fonts.gstatic.com/s/cabin/v13/u-480qWljRw-Pdfv29hisShmeh5I.ttf","700":"http://fonts.gstatic.com/s/cabin/v13/u-480qWljRw-PdeL2thisShmeh5I.ttf","regular":"http://fonts.gstatic.com/s/cabin/v13/u-4x0qWljRw-Pe839fxqmjRv.ttf","italic":"http://fonts.gstatic.com/s/cabin/v13/u-4_0qWljRw-Pd81__hInyRvYwc.ttf","500italic":"http://fonts.gstatic.com/s/cabin/v13/u-460qWljRw-Pd81xwxhuyxEfw5IR-Y.ttf","600italic":"http://fonts.gstatic.com/s/cabin/v13/u-460qWljRw-Pd81xyBmuyxEfw5IR-Y.ttf","700italic":"http://fonts.gstatic.com/s/cabin/v13/u-460qWljRw-Pd81x0RnuyxEfw5IR-Y.ttf"}},{"kind":"webfonts#webfont","family":"Cabin Condensed","category":"sans-serif","variants":["regular","500","600","700"],"subsets":["vietnamese","latin-ext","latin"],"version":"v12","lastModified":"2019-01-15","files":{"500":"http://fonts.gstatic.com/s/cabincondensed/v12/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf","600":"http://fonts.gstatic.com/s/cabincondensed/v12/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf","700":"http://fonts.gstatic.com/s/cabincondensed/v12/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf","regular":"http://fonts.gstatic.com/s/cabincondensed/v12/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf"}},{"kind":"webfonts#webfont","family":"Cabin Sketch","category":"display","variants":["regular","700"],"subsets":["latin"],"version":"v12","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/cabinsketch/v12/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf","regular":"http://fonts.gstatic.com/s/cabinsketch/v12/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf"}},{"kind":"webfonts#webfont","family":"Caesar Dressing","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/caesardressing/v7/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf"}},{"kind":"webfonts#webfont","family":"Cagliostro","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/cagliostro/v7/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf"}},{"kind":"webfonts#webfont","family":"Cairo","category":"sans-serif","variants":["200","300","regular","600","700","900"],"subsets":["arabic","latin-ext","latin"],"version":"v5","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/cairo/v5/SLXLc1nY6Hkvalrub76M7dd8aGZk.ttf","300":"http://fonts.gstatic.com/s/cairo/v5/SLXLc1nY6HkvalqKbL6M7dd8aGZk.ttf","600":"http://fonts.gstatic.com/s/cairo/v5/SLXLc1nY6Hkvalr-ar6M7dd8aGZk.ttf","700":"http://fonts.gstatic.com/s/cairo/v5/SLXLc1nY6Hkvalqaa76M7dd8aGZk.ttf","900":"http://fonts.gstatic.com/s/cairo/v5/SLXLc1nY6Hkvalqiab6M7dd8aGZk.ttf","regular":"http://fonts.gstatic.com/s/cairo/v5/SLXGc1nY6HkvamImRJqExst1.ttf"}},{"kind":"webfonts#webfont","family":"Calligraffitti","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/calligraffitti/v10/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf"}},{"kind":"webfonts#webfont","family":"Cambay","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["devanagari","latin-ext","latin"],"version":"v5","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/cambay/v5/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf","regular":"http://fonts.gstatic.com/s/cambay/v5/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf","italic":"http://fonts.gstatic.com/s/cambay/v5/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf","700italic":"http://fonts.gstatic.com/s/cambay/v5/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf"}},{"kind":"webfonts#webfont","family":"Cambo","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/cambo/v7/IFSqHeNEk8FJk416ok7xkPm8.ttf"}},{"kind":"webfonts#webfont","family":"Candal","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/candal/v8/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf"}},{"kind":"webfonts#webfont","family":"Cantarell","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/cantarell/v8/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf","regular":"http://fonts.gstatic.com/s/cantarell/v8/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf","italic":"http://fonts.gstatic.com/s/cantarell/v8/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf","700italic":"http://fonts.gstatic.com/s/cantarell/v8/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf"}},{"kind":"webfonts#webfont","family":"Cantata One","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/cantataone/v8/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf"}},{"kind":"webfonts#webfont","family":"Cantora One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/cantoraone/v8/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf"}},{"kind":"webfonts#webfont","family":"Capriola","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/capriola/v6/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf"}},{"kind":"webfonts#webfont","family":"Cardo","category":"serif","variants":["regular","italic","700"],"subsets":["greek","latin-ext","greek-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/cardo/v10/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf","regular":"http://fonts.gstatic.com/s/cardo/v10/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf","italic":"http://fonts.gstatic.com/s/cardo/v10/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf"}},{"kind":"webfonts#webfont","family":"Carme","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/carme/v9/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf"}},{"kind":"webfonts#webfont","family":"Carrois Gothic","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/carroisgothic/v9/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf"}},{"kind":"webfonts#webfont","family":"Carrois Gothic SC","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/carroisgothicsc/v8/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf"}},{"kind":"webfonts#webfont","family":"Carter One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/carterone/v10/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf"}},{"kind":"webfonts#webfont","family":"Catamaran","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["latin-ext","tamil","latin"],"version":"v5","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/catamaran/v5/o-0OIpQoyXQa2RxT7-5jhjRFSfiM7HBj.ttf","200":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jKhVlY9aA5Wl6PQ.ttf","300":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jThZlY9aA5Wl6PQ.ttf","500":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jFhdlY9aA5Wl6PQ.ttf","600":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jOhBlY9aA5Wl6PQ.ttf","700":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jXhFlY9aA5Wl6PQ.ttf","800":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jQhJlY9aA5Wl6PQ.ttf","900":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jZhNlY9aA5Wl6PQ.ttf","regular":"http://fonts.gstatic.com/s/catamaran/v5/o-0IIpQoyXQa2RxT7-5b4j5Ba_2c7A.ttf"}},{"kind":"webfonts#webfont","family":"Caudex","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["greek","latin-ext","greek-ext","latin"],"version":"v8","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/caudex/v8/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf","regular":"http://fonts.gstatic.com/s/caudex/v8/esDQ311QOP6BJUrIyviAnb4eEw.ttf","italic":"http://fonts.gstatic.com/s/caudex/v8/esDS311QOP6BJUr4yPKEv7sOE4in.ttf","700italic":"http://fonts.gstatic.com/s/caudex/v8/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf"}},{"kind":"webfonts#webfont","family":"Caveat","category":"handwriting","variants":["regular","700"],"subsets":["latin-ext","cyrillic","latin"],"version":"v5","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/caveat/v5/Wnz5HAc5bAfYB2Qz3RM9oiTQNAuxjA.ttf","regular":"http://fonts.gstatic.com/s/caveat/v5/Wnz6HAc5bAfYB2QLYTwZqg_MPQ.ttf"}},{"kind":"webfonts#webfont","family":"Caveat Brush","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/caveatbrush/v4/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf"}},{"kind":"webfonts#webfont","family":"Cedarville Cursive","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/cedarvillecursive/v10/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf"}},{"kind":"webfonts#webfont","family":"Ceviche One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/cevicheone/v9/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf"}},{"kind":"webfonts#webfont","family":"Chakra Petch","category":"sans-serif","variants":["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/chakrapetch/v2/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf","500":"http://fonts.gstatic.com/s/chakrapetch/v2/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf","600":"http://fonts.gstatic.com/s/chakrapetch/v2/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf","700":"http://fonts.gstatic.com/s/chakrapetch/v2/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf","300italic":"http://fonts.gstatic.com/s/chakrapetch/v2/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf","regular":"http://fonts.gstatic.com/s/chakrapetch/v2/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf","italic":"http://fonts.gstatic.com/s/chakrapetch/v2/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf","500italic":"http://fonts.gstatic.com/s/chakrapetch/v2/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf","600italic":"http://fonts.gstatic.com/s/chakrapetch/v2/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf","700italic":"http://fonts.gstatic.com/s/chakrapetch/v2/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf"}},{"kind":"webfonts#webfont","family":"Changa","category":"sans-serif","variants":["200","300","regular","500","600","700","800"],"subsets":["arabic","latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"200":"http://fonts.gstatic.com/s/changa/v6/2-cl9JNi2YuVOUcsqb2bUsT5rZhaZg.ttf","300":"http://fonts.gstatic.com/s/changa/v6/2-cl9JNi2YuVOUcszb6bUsT5rZhaZg.ttf","500":"http://fonts.gstatic.com/s/changa/v6/2-cl9JNi2YuVOUcslb-bUsT5rZhaZg.ttf","600":"http://fonts.gstatic.com/s/changa/v6/2-cl9JNi2YuVOUcsubibUsT5rZhaZg.ttf","700":"http://fonts.gstatic.com/s/changa/v6/2-cl9JNi2YuVOUcs3bmbUsT5rZhaZg.ttf","800":"http://fonts.gstatic.com/s/changa/v6/2-cl9JNi2YuVOUcswbqbUsT5rZhaZg.ttf","regular":"http://fonts.gstatic.com/s/changa/v6/2-cm9JNi2YuVOUcUYZa_Wu_lpA.ttf"}},{"kind":"webfonts#webfont","family":"Changa One","category":"display","variants":["regular","italic"],"subsets":["latin"],"version":"v11","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/changaone/v11/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf","italic":"http://fonts.gstatic.com/s/changaone/v11/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf"}},{"kind":"webfonts#webfont","family":"Chango","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/chango/v7/2V0cKI0OB5U7WaJyz324TFUaAw.ttf"}},{"kind":"webfonts#webfont","family":"Charm","category":"handwriting","variants":["regular","700"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v3","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/charm/v3/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf","regular":"http://fonts.gstatic.com/s/charm/v3/7cHmv4oii5K0MeYvIe804WIo.ttf"}},{"kind":"webfonts#webfont","family":"Charmonman","category":"handwriting","variants":["regular","700"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/charmonman/v2/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf","regular":"http://fonts.gstatic.com/s/charmonman/v2/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf"}},{"kind":"webfonts#webfont","family":"Chathura","category":"sans-serif","variants":["100","300","regular","700","800"],"subsets":["latin","telugu"],"version":"v4","lastModified":"2019-04-18","files":{"100":"http://fonts.gstatic.com/s/chathura/v4/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf","300":"http://fonts.gstatic.com/s/chathura/v4/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf","700":"http://fonts.gstatic.com/s/chathura/v4/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf","800":"http://fonts.gstatic.com/s/chathura/v4/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf","regular":"http://fonts.gstatic.com/s/chathura/v4/_gP71R7-rzUuVjim418goUC5S-Zy.ttf"}},{"kind":"webfonts#webfont","family":"Chau Philomene One","category":"sans-serif","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/chauphilomeneone/v8/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf","italic":"http://fonts.gstatic.com/s/chauphilomeneone/v8/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf"}},{"kind":"webfonts#webfont","family":"Chela One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/chelaone/v7/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf"}},{"kind":"webfonts#webfont","family":"Chelsea Market","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/chelseamarket/v6/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf"}},{"kind":"webfonts#webfont","family":"Chenla","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/chenla/v11/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf"}},{"kind":"webfonts#webfont","family":"Cherry Cream Soda","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/cherrycreamsoda/v9/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf"}},{"kind":"webfonts#webfont","family":"Cherry Swash","category":"display","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/cherryswash/v7/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf","regular":"http://fonts.gstatic.com/s/cherryswash/v7/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf"}},{"kind":"webfonts#webfont","family":"Chewy","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/chewy/v10/uK_94ruUb-k-wk5xIDMfO-ed.ttf"}},{"kind":"webfonts#webfont","family":"Chicle","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/chicle/v7/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf"}},{"kind":"webfonts#webfont","family":"Chivo","category":"sans-serif","variants":["300","300italic","regular","italic","700","700italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/chivo/v10/va9F4kzIxd1KFrjDY8Z_uqzGQC_-.ttf","700":"http://fonts.gstatic.com/s/chivo/v10/va9F4kzIxd1KFrjTZMZ_uqzGQC_-.ttf","900":"http://fonts.gstatic.com/s/chivo/v10/va9F4kzIxd1KFrjrZsZ_uqzGQC_-.ttf","300italic":"http://fonts.gstatic.com/s/chivo/v10/va9D4kzIxd1KFrBteUp9sKjkRT_-bF0.ttf","regular":"http://fonts.gstatic.com/s/chivo/v10/va9I4kzIxd1KFoBvS-J3kbDP.ttf","italic":"http://fonts.gstatic.com/s/chivo/v10/va9G4kzIxd1KFrBtQeZVlKDPWTY.ttf","700italic":"http://fonts.gstatic.com/s/chivo/v10/va9D4kzIxd1KFrBteVp6sKjkRT_-bF0.ttf","900italic":"http://fonts.gstatic.com/s/chivo/v10/va9D4kzIxd1KFrBteWJ4sKjkRT_-bF0.ttf"}},{"kind":"webfonts#webfont","family":"Chonburi","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v3","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/chonburi/v3/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf"}},{"kind":"webfonts#webfont","family":"Cinzel","category":"serif","variants":["regular","700","900"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/cinzel/v8/8vIK7ww63mVu7gtzTUHeFGxbO_zo-w.ttf","900":"http://fonts.gstatic.com/s/cinzel/v8/8vIK7ww63mVu7gtzdUPeFGxbO_zo-w.ttf","regular":"http://fonts.gstatic.com/s/cinzel/v8/8vIJ7ww63mVu7gtL8W76HEdHMg.ttf"}},{"kind":"webfonts#webfont","family":"Cinzel Decorative","category":"display","variants":["regular","700","900"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/cinzeldecorative/v7/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf","900":"http://fonts.gstatic.com/s/cinzeldecorative/v7/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf","regular":"http://fonts.gstatic.com/s/cinzeldecorative/v7/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf"}},{"kind":"webfonts#webfont","family":"Clicker Script","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/clickerscript/v6/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf"}},{"kind":"webfonts#webfont","family":"Coda","category":"display","variants":["regular","800"],"subsets":["latin-ext","latin"],"version":"v14","lastModified":"2019-01-15","files":{"800":"http://fonts.gstatic.com/s/coda/v14/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf","regular":"http://fonts.gstatic.com/s/coda/v14/SLXHc1jY5nQ8JUIMapaN39I.ttf"}},{"kind":"webfonts#webfont","family":"Coda Caption","category":"sans-serif","variants":["800"],"subsets":["latin-ext","latin"],"version":"v12","lastModified":"2019-01-10","files":{"800":"http://fonts.gstatic.com/s/codacaption/v12/ieVm2YRII2GMY7SyXSoDRiQGqcx6x_-fACIgaw.ttf"}},{"kind":"webfonts#webfont","family":"Codystar","category":"display","variants":["300","regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/codystar/v6/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf","regular":"http://fonts.gstatic.com/s/codystar/v6/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf"}},{"kind":"webfonts#webfont","family":"Coiny","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","tamil","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/coiny/v4/gyByhwU1K989PXwbElSvO5Tc.ttf"}},{"kind":"webfonts#webfont","family":"Combo","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/combo/v7/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf"}},{"kind":"webfonts#webfont","family":"Comfortaa","category":"display","variants":["300","regular","500","600","700"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","latin"],"version":"v22","lastModified":"2019-04-02","files":{"300":"http://fonts.gstatic.com/s/comfortaa/v22/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf","500":"http://fonts.gstatic.com/s/comfortaa/v22/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf","600":"http://fonts.gstatic.com/s/comfortaa/v22/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf","700":"http://fonts.gstatic.com/s/comfortaa/v22/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf","regular":"http://fonts.gstatic.com/s/comfortaa/v22/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf"}},{"kind":"webfonts#webfont","family":"Coming Soon","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/comingsoon/v9/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf"}},{"kind":"webfonts#webfont","family":"Concert One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/concertone/v9/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf"}},{"kind":"webfonts#webfont","family":"Condiment","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/condiment/v6/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf"}},{"kind":"webfonts#webfont","family":"Content","category":"display","variants":["regular","700"],"subsets":["khmer"],"version":"v11","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/content/v11/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf","regular":"http://fonts.gstatic.com/s/content/v11/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf"}},{"kind":"webfonts#webfont","family":"Contrail One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/contrailone/v8/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf"}},{"kind":"webfonts#webfont","family":"Convergence","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/convergence/v7/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf"}},{"kind":"webfonts#webfont","family":"Cookie","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/cookie/v10/syky-y18lb0tSbfNlQCT9tPdpw.ttf"}},{"kind":"webfonts#webfont","family":"Copse","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/copse/v8/11hPGpDKz1rGb0djHkihUb-A.ttf"}},{"kind":"webfonts#webfont","family":"Corben","category":"display","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v12","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/corben/v12/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf","regular":"http://fonts.gstatic.com/s/corben/v12/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf"}},{"kind":"webfonts#webfont","family":"Cormorant","category":"serif","variants":["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/cormorant/v7/H4cgBXOCl9bbnla_nHIiRLmYgoyyYzFzFw.ttf","500":"http://fonts.gstatic.com/s/cormorant/v7/H4cgBXOCl9bbnla_nHIiHLiYgoyyYzFzFw.ttf","600":"http://fonts.gstatic.com/s/cormorant/v7/H4cgBXOCl9bbnla_nHIiML-YgoyyYzFzFw.ttf","700":"http://fonts.gstatic.com/s/cormorant/v7/H4cgBXOCl9bbnla_nHIiVL6YgoyyYzFzFw.ttf","300italic":"http://fonts.gstatic.com/s/cormorant/v7/H4c-BXOCl9bbnla_nHIq6qMUgIa2QTRjF8ER.ttf","regular":"http://fonts.gstatic.com/s/cormorant/v7/H4clBXOCl9bbnla_nHIa6JG8iqeuag.ttf","italic":"http://fonts.gstatic.com/s/cormorant/v7/H4cjBXOCl9bbnla_nHIq6pu4qKK-aihq.ttf","500italic":"http://fonts.gstatic.com/s/cormorant/v7/H4c-BXOCl9bbnla_nHIq6qNMgYa2QTRjF8ER.ttf","600italic":"http://fonts.gstatic.com/s/cormorant/v7/H4c-BXOCl9bbnla_nHIq6qNghoa2QTRjF8ER.ttf","700italic":"http://fonts.gstatic.com/s/cormorant/v7/H4c-BXOCl9bbnla_nHIq6qMEh4a2QTRjF8ER.ttf"}},{"kind":"webfonts#webfont","family":"Cormorant Garamond","category":"serif","variants":["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v6","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf","500":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf","600":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf","700":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf","300italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf","regular":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf","italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf","500italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf","600italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf","700italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf"}},{"kind":"webfonts#webfont","family":"Cormorant Infant","category":"serif","variants":["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-10","files":{"300":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf","500":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf","600":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf","700":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf","300italic":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf","regular":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf","italic":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf","500italic":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf","600italic":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf","700italic":"http://fonts.gstatic.com/s/cormorantinfant/v7/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf"}},{"kind":"webfonts#webfont","family":"Cormorant SC","category":"serif","variants":["300","regular","500","600","700"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-10","files":{"300":"http://fonts.gstatic.com/s/cormorantsc/v7/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf","500":"http://fonts.gstatic.com/s/cormorantsc/v7/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf","600":"http://fonts.gstatic.com/s/cormorantsc/v7/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf","700":"http://fonts.gstatic.com/s/cormorantsc/v7/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf","regular":"http://fonts.gstatic.com/s/cormorantsc/v7/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf"}},{"kind":"webfonts#webfont","family":"Cormorant Unicase","category":"serif","variants":["300","regular","500","600","700"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/cormorantunicase/v7/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf","500":"http://fonts.gstatic.com/s/cormorantunicase/v7/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf","600":"http://fonts.gstatic.com/s/cormorantunicase/v7/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf","700":"http://fonts.gstatic.com/s/cormorantunicase/v7/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf","regular":"http://fonts.gstatic.com/s/cormorantunicase/v7/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf"}},{"kind":"webfonts#webfont","family":"Cormorant Upright","category":"serif","variants":["300","regular","500","600","700"],"subsets":["vietnamese","latin-ext","latin"],"version":"v5","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/cormorantupright/v5/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf","500":"http://fonts.gstatic.com/s/cormorantupright/v5/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf","600":"http://fonts.gstatic.com/s/cormorantupright/v5/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf","700":"http://fonts.gstatic.com/s/cormorantupright/v5/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf","regular":"http://fonts.gstatic.com/s/cormorantupright/v5/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf"}},{"kind":"webfonts#webfont","family":"Courgette","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/courgette/v6/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf"}},{"kind":"webfonts#webfont","family":"Cousine","category":"monospace","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin","hebrew"],"version":"v13","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/cousine/v13/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf","regular":"http://fonts.gstatic.com/s/cousine/v13/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf","italic":"http://fonts.gstatic.com/s/cousine/v13/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf","700italic":"http://fonts.gstatic.com/s/cousine/v13/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf"}},{"kind":"webfonts#webfont","family":"Coustard","category":"serif","variants":["regular","900"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"900":"http://fonts.gstatic.com/s/coustard/v9/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf","regular":"http://fonts.gstatic.com/s/coustard/v9/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf"}},{"kind":"webfonts#webfont","family":"Covered By Your Grace","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/coveredbyyourgrace/v8/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf"}},{"kind":"webfonts#webfont","family":"Crafty Girls","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/craftygirls/v8/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf"}},{"kind":"webfonts#webfont","family":"Creepster","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/creepster/v7/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf"}},{"kind":"webfonts#webfont","family":"Crete Round","category":"serif","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/creteround/v7/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf","italic":"http://fonts.gstatic.com/s/creteround/v7/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf"}},{"kind":"webfonts#webfont","family":"Crimson Text","category":"serif","variants":["regular","italic","600","600italic","700","700italic"],"subsets":["latin"],"version":"v9","lastModified":"2019-02-21","files":{"600":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf","700":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf","regular":"http://fonts.gstatic.com/s/crimsontext/v9/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf","italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf","600italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf","700italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf"}},{"kind":"webfonts#webfont","family":"Croissant One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/croissantone/v6/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf"}},{"kind":"webfonts#webfont","family":"Crushed","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/crushed/v9/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf"}},{"kind":"webfonts#webfont","family":"Cuprum","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/cuprum/v10/dg4n_pLmvrkcOkBFnc5nj5YpQwM-gg.ttf","regular":"http://fonts.gstatic.com/s/cuprum/v10/dg4k_pLmvrkcOkB9IeFDh701Sg.ttf","italic":"http://fonts.gstatic.com/s/cuprum/v10/dg4m_pLmvrkcOkBNI-tHpbglShon.ttf","700italic":"http://fonts.gstatic.com/s/cuprum/v10/dg4h_pLmvrkcOkBNI9P7ipwtYQYugjW4.ttf"}},{"kind":"webfonts#webfont","family":"Cute Font","category":"display","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/cutefont/v7/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf"}},{"kind":"webfonts#webfont","family":"Cutive","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/cutive/v10/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf"}},{"kind":"webfonts#webfont","family":"Cutive Mono","category":"monospace","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/cutivemono/v7/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf"}},{"kind":"webfonts#webfont","family":"Damion","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/damion/v8/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf"}},{"kind":"webfonts#webfont","family":"Dancing Script","category":"handwriting","variants":["regular","700"],"subsets":["vietnamese","latin-ext","latin"],"version":"v10","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/dancingscript/v10/If2SXTr6YS-zF4S-kcSWSVi_szpbr8QtoCIervbA.ttf","regular":"http://fonts.gstatic.com/s/dancingscript/v10/If2RXTr6YS-zF4S-kcSWSVi_swLngOAliz4X.ttf"}},{"kind":"webfonts#webfont","family":"Dangrek","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/dangrek/v10/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf"}},{"kind":"webfonts#webfont","family":"David Libre","category":"serif","variants":["regular","500","700"],"subsets":["vietnamese","latin-ext","latin","hebrew"],"version":"v3","lastModified":"2019-04-18","files":{"500":"http://fonts.gstatic.com/s/davidlibre/v3/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf","700":"http://fonts.gstatic.com/s/davidlibre/v3/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf","regular":"http://fonts.gstatic.com/s/davidlibre/v3/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf"}},{"kind":"webfonts#webfont","family":"Dawning of a New Day","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/dawningofanewday/v9/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf"}},{"kind":"webfonts#webfont","family":"Days One","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/daysone/v8/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf"}},{"kind":"webfonts#webfont","family":"Dekko","category":"handwriting","variants":["regular"],"subsets":["devanagari","latin-ext","latin"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/dekko/v5/46khlb_wWjfSrttFR0vsfl1B.ttf"}},{"kind":"webfonts#webfont","family":"Delius","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/delius/v8/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf"}},{"kind":"webfonts#webfont","family":"Delius Swash Caps","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/deliusswashcaps/v10/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf"}},{"kind":"webfonts#webfont","family":"Delius Unicase","category":"handwriting","variants":["regular","700"],"subsets":["latin"],"version":"v12","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/deliusunicase/v12/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf","regular":"http://fonts.gstatic.com/s/deliusunicase/v12/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf"}},{"kind":"webfonts#webfont","family":"Della Respira","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/dellarespira/v6/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf"}},{"kind":"webfonts#webfont","family":"Denk One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/denkone/v6/dg4m_pzhrqcFb2IzROtHpbglShon.ttf"}},{"kind":"webfonts#webfont","family":"Devonshire","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/devonshire/v7/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf"}},{"kind":"webfonts#webfont","family":"Dhurjati","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/dhurjati/v6/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf"}},{"kind":"webfonts#webfont","family":"Didact Gothic","category":"sans-serif","variants":["regular"],"subsets":["cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v12","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/didactgothic/v12/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf"}},{"kind":"webfonts#webfont","family":"Diplomata","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/diplomata/v10/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf"}},{"kind":"webfonts#webfont","family":"Diplomata SC","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/diplomatasc/v7/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf"}},{"kind":"webfonts#webfont","family":"Do Hyeon","category":"sans-serif","variants":["regular"],"subsets":["latin","korean"],"version":"v10","lastModified":"2019-04-17","files":{"regular":"http://fonts.gstatic.com/s/dohyeon/v10/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf"}},{"kind":"webfonts#webfont","family":"Dokdo","category":"handwriting","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/dokdo/v7/esDf315XNuCBLxLo4NaMlKcH.ttf"}},{"kind":"webfonts#webfont","family":"Domine","category":"serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/domine/v6/L0x_DFMnlVwD4h3pAN-CTQJIg3uuXg.ttf","regular":"http://fonts.gstatic.com/s/domine/v6/L0x8DFMnlVwD4h3RvPCmRSlUig.ttf"}},{"kind":"webfonts#webfont","family":"Donegal One","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/donegalone/v6/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf"}},{"kind":"webfonts#webfont","family":"Doppio One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/doppioone/v6/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf"}},{"kind":"webfonts#webfont","family":"Dorsa","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/dorsa/v9/yYLn0hjd0OGwqo493XCFxAnQ.ttf"}},{"kind":"webfonts#webfont","family":"Dosis","category":"sans-serif","variants":["200","300","regular","500","600","700","800"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/dosis/v8/HhyXU5sn9vOmLzGnKtCCOopCTKkI.ttf","300":"http://fonts.gstatic.com/s/dosis/v8/HhyXU5sn9vOmLzHDKdCCOopCTKkI.ttf","500":"http://fonts.gstatic.com/s/dosis/v8/HhyXU5sn9vOmLzGbKNCCOopCTKkI.ttf","600":"http://fonts.gstatic.com/s/dosis/v8/HhyXU5sn9vOmLzG3L9CCOopCTKkI.ttf","700":"http://fonts.gstatic.com/s/dosis/v8/HhyXU5sn9vOmLzHTLtCCOopCTKkI.ttf","800":"http://fonts.gstatic.com/s/dosis/v8/HhyXU5sn9vOmLzHPLdCCOopCTKkI.ttf","regular":"http://fonts.gstatic.com/s/dosis/v8/HhyaU5sn9vOmLwlvAfSKEZZL.ttf"}},{"kind":"webfonts#webfont","family":"Dr Sugiyama","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/drsugiyama/v8/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf"}},{"kind":"webfonts#webfont","family":"Duru Sans","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v12","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/durusans/v12/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf"}},{"kind":"webfonts#webfont","family":"Dynalight","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/dynalight/v7/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf"}},{"kind":"webfonts#webfont","family":"EB Garamond","category":"serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v10","lastModified":"2019-02-21","files":{"500":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGJmQSNjdsmc35JDF1K5GyGaxwVSA_ArHC_.ttf","600":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGJmQSNjdsmc35JDF1K5GyqbBwVSA_ArHC_.ttf","700":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGJmQSNjdsmc35JDF1K5GzObRwVSA_ArHC_.ttf","800":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGJmQSNjdsmc35JDF1K5GzSbhwVSA_ArHC_.ttf","regular":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGUmQSNjdsmc35JDF1K5FRyQjgdYxPJ.ttf","italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGWmQSNjdsmc35JDF1K5GRwSDw_ZgPJtWk.ttf","500italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGLmQSNjdsmc35JDF1K5GRwcMgWQgviqWC_O7Y.ttf","600italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGLmQSNjdsmc35JDF1K5GRwcOQRQgviqWC_O7Y.ttf","700italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGLmQSNjdsmc35JDF1K5GRwcIAQQgviqWC_O7Y.ttf","800italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGLmQSNjdsmc35JDF1K5GRwcJwTQgviqWC_O7Y.ttf"}},{"kind":"webfonts#webfont","family":"Eagle Lake","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/eaglelake/v6/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf"}},{"kind":"webfonts#webfont","family":"East Sea Dokdo","category":"handwriting","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/eastseadokdo/v7/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf"}},{"kind":"webfonts#webfont","family":"Eater","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/eater/v7/mtG04_FCK7bOvpu2u3FwsXsR.ttf"}},{"kind":"webfonts#webfont","family":"Economica","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/economica/v6/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf","regular":"http://fonts.gstatic.com/s/economica/v6/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf","italic":"http://fonts.gstatic.com/s/economica/v6/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf","700italic":"http://fonts.gstatic.com/s/economica/v6/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf"}},{"kind":"webfonts#webfont","family":"Eczar","category":"serif","variants":["regular","500","600","700","800"],"subsets":["devanagari","latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/eczar/v7/BXRovF3Pi-DLmzXWL8t622v9WNjW.ttf","600":"http://fonts.gstatic.com/s/eczar/v7/BXRovF3Pi-DLmzX6KMt622v9WNjW.ttf","700":"http://fonts.gstatic.com/s/eczar/v7/BXRovF3Pi-DLmzWeKct622v9WNjW.ttf","800":"http://fonts.gstatic.com/s/eczar/v7/BXRovF3Pi-DLmzWCKst622v9WNjW.ttf","regular":"http://fonts.gstatic.com/s/eczar/v7/BXRlvF3Pi-DLmw0iBu9y8Hf0.ttf"}},{"kind":"webfonts#webfont","family":"El Messiri","category":"sans-serif","variants":["regular","500","600","700"],"subsets":["arabic","cyrillic","latin"],"version":"v5","lastModified":"2019-01-15","files":{"500":"http://fonts.gstatic.com/s/elmessiri/v5/K2F3fZBRmr9vQ1pHEey6On6jJyrYYWOMluQ.ttf","600":"http://fonts.gstatic.com/s/elmessiri/v5/K2F3fZBRmr9vQ1pHEey6OlKkJyrYYWOMluQ.ttf","700":"http://fonts.gstatic.com/s/elmessiri/v5/K2F3fZBRmr9vQ1pHEey6OjalJyrYYWOMluQ.ttf","regular":"http://fonts.gstatic.com/s/elmessiri/v5/K2F0fZBRmr9vQ1pHEey6AoqKAyLzfWo.ttf"}},{"kind":"webfonts#webfont","family":"Electrolize","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/electrolize/v7/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf"}},{"kind":"webfonts#webfont","family":"Elsie","category":"display","variants":["regular","900"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"900":"http://fonts.gstatic.com/s/elsie/v8/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf","regular":"http://fonts.gstatic.com/s/elsie/v8/BCanqZABrez54yYu9slAeLgX.ttf"}},{"kind":"webfonts#webfont","family":"Elsie Swash Caps","category":"display","variants":["regular","900"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"900":"http://fonts.gstatic.com/s/elsieswashcaps/v7/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf","regular":"http://fonts.gstatic.com/s/elsieswashcaps/v7/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf"}},{"kind":"webfonts#webfont","family":"Emblema One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/emblemaone/v7/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf"}},{"kind":"webfonts#webfont","family":"Emilys Candy","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/emilyscandy/v6/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf"}},{"kind":"webfonts#webfont","family":"Encode Sans","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-01-10","files":{"100":"http://fonts.gstatic.com/s/encodesans/v3/LDI0apOFNxEwR-Bd1O9uYPvIeeLkl7Iw6yg.ttf","200":"http://fonts.gstatic.com/s/encodesans/v3/LDIrapOFNxEwR-Bd1O9uYPtkWMLOub458jGL.ttf","300":"http://fonts.gstatic.com/s/encodesans/v3/LDIrapOFNxEwR-Bd1O9uYPsAW8LOub458jGL.ttf","500":"http://fonts.gstatic.com/s/encodesans/v3/LDIrapOFNxEwR-Bd1O9uYPtYWsLOub458jGL.ttf","600":"http://fonts.gstatic.com/s/encodesans/v3/LDIrapOFNxEwR-Bd1O9uYPt0XcLOub458jGL.ttf","700":"http://fonts.gstatic.com/s/encodesans/v3/LDIrapOFNxEwR-Bd1O9uYPsQXMLOub458jGL.ttf","800":"http://fonts.gstatic.com/s/encodesans/v3/LDIrapOFNxEwR-Bd1O9uYPsMX8LOub458jGL.ttf","900":"http://fonts.gstatic.com/s/encodesans/v3/LDIrapOFNxEwR-Bd1O9uYPsoXsLOub458jGL.ttf","regular":"http://fonts.gstatic.com/s/encodesans/v3/LDI2apOFNxEwR-Bd1O9uYMOsc-bGkqIw.ttf"}},{"kind":"webfonts#webfont","family":"Encode Sans Condensed","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf","200":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf","300":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf","500":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf","600":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf","700":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf","800":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf","900":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf","regular":"http://fonts.gstatic.com/s/encodesanscondensed/v3/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf"}},{"kind":"webfonts#webfont","family":"Encode Sans Expanded","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"100":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf","200":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf","300":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf","500":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf","600":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf","700":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf","800":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf","900":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf","regular":"http://fonts.gstatic.com/s/encodesansexpanded/v3/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf"}},{"kind":"webfonts#webfont","family":"Encode Sans Semi Condensed","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"100":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf","200":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf","300":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf","500":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf","600":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf","700":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf","800":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf","900":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf","regular":"http://fonts.gstatic.com/s/encodesanssemicondensed/v3/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf"}},{"kind":"webfonts#webfont","family":"Encode Sans Semi Expanded","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"100":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf","200":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf","300":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf","500":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf","600":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf","700":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf","800":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf","900":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf","regular":"http://fonts.gstatic.com/s/encodesanssemiexpanded/v4/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf"}},{"kind":"webfonts#webfont","family":"Engagement","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/engagement/v8/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf"}},{"kind":"webfonts#webfont","family":"Englebert","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/englebert/v6/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf"}},{"kind":"webfonts#webfont","family":"Enriqueta","category":"serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/enriqueta/v7/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf","regular":"http://fonts.gstatic.com/s/enriqueta/v7/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf"}},{"kind":"webfonts#webfont","family":"Erica One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ericaone/v9/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf"}},{"kind":"webfonts#webfont","family":"Esteban","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/esteban/v7/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf"}},{"kind":"webfonts#webfont","family":"Euphoria Script","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/euphoriascript/v7/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf"}},{"kind":"webfonts#webfont","family":"Ewert","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ewert/v6/va9I4kzO2tFODYBvS-J3kbDP.ttf"}},{"kind":"webfonts#webfont","family":"Exo","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/exo/v8/4UaMrEtFpBIaEH6m2jbu5rXI.ttf","200":"http://fonts.gstatic.com/s/exo/v8/4UaDrEtFpBIavF-G8Bji76zR4w.ttf","300":"http://fonts.gstatic.com/s/exo/v8/4UaDrEtFpBIa2FyG8Bji76zR4w.ttf","500":"http://fonts.gstatic.com/s/exo/v8/4UaDrEtFpBIagF2G8Bji76zR4w.ttf","600":"http://fonts.gstatic.com/s/exo/v8/4UaDrEtFpBIarFqG8Bji76zR4w.ttf","700":"http://fonts.gstatic.com/s/exo/v8/4UaDrEtFpBIayFuG8Bji76zR4w.ttf","800":"http://fonts.gstatic.com/s/exo/v8/4UaDrEtFpBIa1FiG8Bji76zR4w.ttf","900":"http://fonts.gstatic.com/s/exo/v8/4UaDrEtFpBIa8FmG8Bji76zR4w.ttf","100italic":"http://fonts.gstatic.com/s/exo/v8/4UaCrEtFpBISdkbC0DLM46XI-po.ttf","200italic":"http://fonts.gstatic.com/s/exo/v8/4UaBrEtFpBISdkZu8RLmzanB44N1.ttf","300italic":"http://fonts.gstatic.com/s/exo/v8/4UaBrEtFpBISdkYK8hLmzanB44N1.ttf","regular":"http://fonts.gstatic.com/s/exo/v8/4UaOrEtFpBIidHSi-DP-5g.ttf","italic":"http://fonts.gstatic.com/s/exo/v8/4UaMrEtFpBISdn6m2jbu5rXI.ttf","500italic":"http://fonts.gstatic.com/s/exo/v8/4UaBrEtFpBISdkZS8xLmzanB44N1.ttf","600italic":"http://fonts.gstatic.com/s/exo/v8/4UaBrEtFpBISdkZ-9BLmzanB44N1.ttf","700italic":"http://fonts.gstatic.com/s/exo/v8/4UaBrEtFpBISdkYa9RLmzanB44N1.ttf","800italic":"http://fonts.gstatic.com/s/exo/v8/4UaBrEtFpBISdkYG9hLmzanB44N1.ttf","900italic":"http://fonts.gstatic.com/s/exo/v8/4UaBrEtFpBISdkYi9xLmzanB44N1.ttf"}},{"kind":"webfonts#webfont","family":"Exo 2","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","cyrillic","latin"],"version":"v5","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/exo2/v5/7cHov4okm5zmbt5LK-sW5HIohT4.ttf","200":"http://fonts.gstatic.com/s/exo2/v5/7cHrv4okm5zmbt7nCss8yn4hnCci.ttf","300":"http://fonts.gstatic.com/s/exo2/v5/7cHrv4okm5zmbt6DCcs8yn4hnCci.ttf","500":"http://fonts.gstatic.com/s/exo2/v5/7cHrv4okm5zmbt7bCMs8yn4hnCci.ttf","600":"http://fonts.gstatic.com/s/exo2/v5/7cHrv4okm5zmbt73D8s8yn4hnCci.ttf","700":"http://fonts.gstatic.com/s/exo2/v5/7cHrv4okm5zmbt6TDss8yn4hnCci.ttf","800":"http://fonts.gstatic.com/s/exo2/v5/7cHrv4okm5zmbt6PDcs8yn4hnCci.ttf","900":"http://fonts.gstatic.com/s/exo2/v5/7cHrv4okm5zmbt6rDMs8yn4hnCci.ttf","100italic":"http://fonts.gstatic.com/s/exo2/v5/7cHqv4okm5zmbtYtE48c4FAtlT47dw.ttf","200italic":"http://fonts.gstatic.com/s/exo2/v5/7cHtv4okm5zmbtYtEyM9wHoDmTcibrA.ttf","300italic":"http://fonts.gstatic.com/s/exo2/v5/7cHtv4okm5zmbtYtE0c-wHoDmTcibrA.ttf","regular":"http://fonts.gstatic.com/s/exo2/v5/7cHmv4okm5zmbuYvIe804WIo.ttf","italic":"http://fonts.gstatic.com/s/exo2/v5/7cHov4okm5zmbtYtK-sW5HIohT4.ttf","500italic":"http://fonts.gstatic.com/s/exo2/v5/7cHtv4okm5zmbtYtEx8_wHoDmTcibrA.ttf","600italic":"http://fonts.gstatic.com/s/exo2/v5/7cHtv4okm5zmbtYtEzM4wHoDmTcibrA.ttf","700italic":"http://fonts.gstatic.com/s/exo2/v5/7cHtv4okm5zmbtYtE1c5wHoDmTcibrA.ttf","800italic":"http://fonts.gstatic.com/s/exo2/v5/7cHtv4okm5zmbtYtE0s6wHoDmTcibrA.ttf","900italic":"http://fonts.gstatic.com/s/exo2/v5/7cHtv4okm5zmbtYtE287wHoDmTcibrA.ttf"}},{"kind":"webfonts#webfont","family":"Expletus Sans","category":"display","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["latin"],"version":"v12","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/expletussans/v12/RLpkK5v5_bqufTYdnhFzDj2dfQ07n6kFUHPIFaU.ttf","600":"http://fonts.gstatic.com/s/expletussans/v12/RLpkK5v5_bqufTYdnhFzDj2dfSE8n6kFUHPIFaU.ttf","700":"http://fonts.gstatic.com/s/expletussans/v12/RLpkK5v5_bqufTYdnhFzDj2dfUU9n6kFUHPIFaU.ttf","regular":"http://fonts.gstatic.com/s/expletussans/v12/RLp5K5v5_bqufTYdnhFzDj2dRfkSu6EuTHo.ttf","italic":"http://fonts.gstatic.com/s/expletussans/v12/RLpnK5v5_bqufTYdnhFzDj2ddfsYv4MrXHrRDA.ttf","500italic":"http://fonts.gstatic.com/s/expletussans/v12/RLpiK5v5_bqufTYdnhFzDj2ddfsgS6oPVFHNBaVImA.ttf","600italic":"http://fonts.gstatic.com/s/expletussans/v12/RLpiK5v5_bqufTYdnhFzDj2ddfsgZ60PVFHNBaVImA.ttf","700italic":"http://fonts.gstatic.com/s/expletussans/v12/RLpiK5v5_bqufTYdnhFzDj2ddfsgA6wPVFHNBaVImA.ttf"}},{"kind":"webfonts#webfont","family":"Fahkwang","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/fahkwang/v2/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf","300":"http://fonts.gstatic.com/s/fahkwang/v2/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf","500":"http://fonts.gstatic.com/s/fahkwang/v2/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf","600":"http://fonts.gstatic.com/s/fahkwang/v2/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf","700":"http://fonts.gstatic.com/s/fahkwang/v2/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf","200italic":"http://fonts.gstatic.com/s/fahkwang/v2/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf","300italic":"http://fonts.gstatic.com/s/fahkwang/v2/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf","regular":"http://fonts.gstatic.com/s/fahkwang/v2/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf","italic":"http://fonts.gstatic.com/s/fahkwang/v2/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf","500italic":"http://fonts.gstatic.com/s/fahkwang/v2/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf","600italic":"http://fonts.gstatic.com/s/fahkwang/v2/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf","700italic":"http://fonts.gstatic.com/s/fahkwang/v2/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf"}},{"kind":"webfonts#webfont","family":"Fanwood Text","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/fanwoodtext/v8/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf","italic":"http://fonts.gstatic.com/s/fanwoodtext/v8/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf"}},{"kind":"webfonts#webfont","family":"Farsan","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin","gujarati"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/farsan/v4/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf"}},{"kind":"webfonts#webfont","family":"Fascinate","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/fascinate/v7/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf"}},{"kind":"webfonts#webfont","family":"Fascinate Inline","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/fascinateinline/v8/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf"}},{"kind":"webfonts#webfont","family":"Faster One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/fasterone/v10/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf"}},{"kind":"webfonts#webfont","family":"Fasthand","category":"serif","variants":["regular"],"subsets":["khmer"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/fasthand/v9/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf"}},{"kind":"webfonts#webfont","family":"Fauna One","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/faunaone/v6/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf"}},{"kind":"webfonts#webfont","family":"Faustina","category":"serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/faustina/v3/XLYiIZPxYpJfTbZAFVdMPulCjHMmTGFt.ttf","600":"http://fonts.gstatic.com/s/faustina/v3/XLYiIZPxYpJfTbZAFVdgOelCjHMmTGFt.ttf","700":"http://fonts.gstatic.com/s/faustina/v3/XLYiIZPxYpJfTbZAFVcEOOlCjHMmTGFt.ttf","regular":"http://fonts.gstatic.com/s/faustina/v3/XLYlIZPxYpJfTbZAFW-4F81Kp28v.ttf","italic":"http://fonts.gstatic.com/s/faustina/v3/XLYjIZPxYpJfTbZAFV-6Hcloon8vVXg.ttf","500italic":"http://fonts.gstatic.com/s/faustina/v3/XLYgIZPxYpJfTbZAFV-6JT1BhncESXFtUsM.ttf","600italic":"http://fonts.gstatic.com/s/faustina/v3/XLYgIZPxYpJfTbZAFV-6JRFGhncESXFtUsM.ttf","700italic":"http://fonts.gstatic.com/s/faustina/v3/XLYgIZPxYpJfTbZAFV-6JXVHhncESXFtUsM.ttf"}},{"kind":"webfonts#webfont","family":"Federant","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/federant/v10/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf"}},{"kind":"webfonts#webfont","family":"Federo","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/federo/v10/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf"}},{"kind":"webfonts#webfont","family":"Felipa","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/felipa/v6/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf"}},{"kind":"webfonts#webfont","family":"Fenix","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/fenix/v6/XoHo2YL_S7-g5ostKzAFvs8o.ttf"}},{"kind":"webfonts#webfont","family":"Finger Paint","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/fingerpaint/v8/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf"}},{"kind":"webfonts#webfont","family":"Fira Mono","category":"monospace","variants":["regular","500","700"],"subsets":["cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/firamono/v7/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf","700":"http://fonts.gstatic.com/s/firamono/v7/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf","regular":"http://fonts.gstatic.com/s/firamono/v7/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf"}},{"kind":"webfonts#webfont","family":"Fira Sans","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v9","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/firasans/v9/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf","200":"http://fonts.gstatic.com/s/firasans/v9/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf","300":"http://fonts.gstatic.com/s/firasans/v9/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf","500":"http://fonts.gstatic.com/s/firasans/v9/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf","600":"http://fonts.gstatic.com/s/firasans/v9/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf","700":"http://fonts.gstatic.com/s/firasans/v9/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf","800":"http://fonts.gstatic.com/s/firasans/v9/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf","900":"http://fonts.gstatic.com/s/firasans/v9/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf","100italic":"http://fonts.gstatic.com/s/firasans/v9/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf","200italic":"http://fonts.gstatic.com/s/firasans/v9/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf","300italic":"http://fonts.gstatic.com/s/firasans/v9/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf","regular":"http://fonts.gstatic.com/s/firasans/v9/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf","italic":"http://fonts.gstatic.com/s/firasans/v9/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf","500italic":"http://fonts.gstatic.com/s/firasans/v9/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf","600italic":"http://fonts.gstatic.com/s/firasans/v9/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf","700italic":"http://fonts.gstatic.com/s/firasans/v9/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf","800italic":"http://fonts.gstatic.com/s/firasans/v9/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf","900italic":"http://fonts.gstatic.com/s/firasans/v9/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf"}},{"kind":"webfonts#webfont","family":"Fira Sans Condensed","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v3","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf","200":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf","300":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf","500":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf","600":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf","700":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf","800":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf","900":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf","100italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf","200italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf","300italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf","regular":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf","italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf","500italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf","600italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf","700italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf","800italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf","900italic":"http://fonts.gstatic.com/s/firasanscondensed/v3/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf"}},{"kind":"webfonts#webfont","family":"Fira Sans Extra Condensed","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v3","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf","200":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf","300":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf","500":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf","600":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf","700":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf","800":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf","900":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf","100italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf","200italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf","300italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf","regular":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf","italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf","500italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf","600italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf","700italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf","800italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf","900italic":"http://fonts.gstatic.com/s/firasansextracondensed/v3/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf"}},{"kind":"webfonts#webfont","family":"Fjalla One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/fjallaone/v6/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf"}},{"kind":"webfonts#webfont","family":"Fjord One","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/fjordone/v7/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf"}},{"kind":"webfonts#webfont","family":"Flamenco","category":"display","variants":["300","regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/flamenco/v9/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf","regular":"http://fonts.gstatic.com/s/flamenco/v9/neIIzCehqYguo67ssaWGHK06UY30.ttf"}},{"kind":"webfonts#webfont","family":"Flavors","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/flavors/v7/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf"}},{"kind":"webfonts#webfont","family":"Fondamento","category":"handwriting","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/fondamento/v9/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf","italic":"http://fonts.gstatic.com/s/fondamento/v9/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf"}},{"kind":"webfonts#webfont","family":"Fontdiner Swanky","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/fontdinerswanky/v9/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf"}},{"kind":"webfonts#webfont","family":"Forum","category":"display","variants":["regular"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/forum/v9/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf"}},{"kind":"webfonts#webfont","family":"Francois One","category":"sans-serif","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v13","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/francoisone/v13/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf"}},{"kind":"webfonts#webfont","family":"Frank Ruhl Libre","category":"serif","variants":["300","regular","500","700","900"],"subsets":["latin-ext","latin","hebrew"],"version":"v4","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/frankruhllibre/v4/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvHxJDMhYeIHw8.ttf","500":"http://fonts.gstatic.com/s/frankruhllibre/v4/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PGxJDMhYeIHw8.ttf","700":"http://fonts.gstatic.com/s/frankruhllibre/v4/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvAxJDMhYeIHw8.ttf","900":"http://fonts.gstatic.com/s/frankruhllibre/v4/j8_36_fAw7jrcalD7oKYNX0QfAnPUzPCxJDMhYeIHw8.ttf","regular":"http://fonts.gstatic.com/s/frankruhllibre/v4/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7fv4JjnmY4.ttf"}},{"kind":"webfonts#webfont","family":"Freckle Face","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/freckleface/v7/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf"}},{"kind":"webfonts#webfont","family":"Fredericka the Great","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/frederickathegreat/v7/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf"}},{"kind":"webfonts#webfont","family":"Fredoka One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/fredokaone/v6/k3kUo8kEI-tA1RRcTZGmTmHBA6aF8Bf_.ttf"}},{"kind":"webfonts#webfont","family":"Freehand","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/freehand/v10/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf"}},{"kind":"webfonts#webfont","family":"Fresca","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/fresca/v7/6ae94K--SKgCzbM2Gr0W13DKPA.ttf"}},{"kind":"webfonts#webfont","family":"Frijole","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/frijole/v7/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf"}},{"kind":"webfonts#webfont","family":"Fruktur","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/fruktur/v11/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf"}},{"kind":"webfonts#webfont","family":"Fugaz One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/fugazone/v8/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf"}},{"kind":"webfonts#webfont","family":"GFS Didot","category":"serif","variants":["regular"],"subsets":["greek"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/gfsdidot/v8/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf"}},{"kind":"webfonts#webfont","family":"GFS Neohellenic","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["greek"],"version":"v11","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/gfsneohellenic/v11/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf","regular":"http://fonts.gstatic.com/s/gfsneohellenic/v11/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf","italic":"http://fonts.gstatic.com/s/gfsneohellenic/v11/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf","700italic":"http://fonts.gstatic.com/s/gfsneohellenic/v11/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf"}},{"kind":"webfonts#webfont","family":"Gabriela","category":"serif","variants":["regular"],"subsets":["cyrillic-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/gabriela/v7/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf"}},{"kind":"webfonts#webfont","family":"Gaegu","category":"handwriting","variants":["300","regular","700"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/gaegu/v7/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf","700":"http://fonts.gstatic.com/s/gaegu/v7/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf","regular":"http://fonts.gstatic.com/s/gaegu/v7/TuGfUVB6Up9NU6ZLodgzydtk.ttf"}},{"kind":"webfonts#webfont","family":"Gafata","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/gafata/v7/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf"}},{"kind":"webfonts#webfont","family":"Galada","category":"display","variants":["regular"],"subsets":["bengali","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/galada/v4/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf"}},{"kind":"webfonts#webfont","family":"Galdeano","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/galdeano/v8/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf"}},{"kind":"webfonts#webfont","family":"Galindo","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/galindo/v6/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf"}},{"kind":"webfonts#webfont","family":"Gamja Flower","category":"handwriting","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/gamjaflower/v7/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf"}},{"kind":"webfonts#webfont","family":"Gentium Basic","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/gentiumbasic/v10/WnzgHAw9aB_JD2VGQVR80We3JLasrToUbIqIfBU.ttf","regular":"http://fonts.gstatic.com/s/gentiumbasic/v10/Wnz9HAw9aB_JD2VGQVR80We3HAqDiTI_cIM.ttf","italic":"http://fonts.gstatic.com/s/gentiumbasic/v10/WnzjHAw9aB_JD2VGQVR80We3LAiJjRA6YIORZQ.ttf","700italic":"http://fonts.gstatic.com/s/gentiumbasic/v10/WnzmHAw9aB_JD2VGQVR80We3LAixMT8eaKiNbBVWkw.ttf"}},{"kind":"webfonts#webfont","family":"Gentium Book Basic","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/gentiumbookbasic/v9/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65Rfy43Y0V4kvg.ttf","regular":"http://fonts.gstatic.com/s/gentiumbookbasic/v9/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIV7t7w6bE2A.ttf","italic":"http://fonts.gstatic.com/s/gentiumbookbasic/v9/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VbF_4aPU2Ec9.ttf","700italic":"http://fonts.gstatic.com/s/gentiumbookbasic/v9/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzofc81s0voO3.ttf"}},{"kind":"webfonts#webfont","family":"Geo","category":"sans-serif","variants":["regular","italic"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/geo/v10/CSRz4zRZlufVL3BmQjlCbQ.ttf","italic":"http://fonts.gstatic.com/s/geo/v10/CSRx4zRZluflLXpiYDxSbf8r.ttf"}},{"kind":"webfonts#webfont","family":"Geostar","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/geostar/v9/sykz-yx4n701VLOftSq9-trEvlQ.ttf"}},{"kind":"webfonts#webfont","family":"Geostar Fill","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/geostarfill/v9/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf"}},{"kind":"webfonts#webfont","family":"Germania One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/germaniaone/v6/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf"}},{"kind":"webfonts#webfont","family":"Gidugu","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/gidugu/v5/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf"}},{"kind":"webfonts#webfont","family":"Gilda Display","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/gildadisplay/v6/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf"}},{"kind":"webfonts#webfont","family":"Give You Glory","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/giveyouglory/v8/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf"}},{"kind":"webfonts#webfont","family":"Glass Antiqua","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/glassantiqua/v6/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf"}},{"kind":"webfonts#webfont","family":"Glegoo","category":"serif","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/glegoo/v8/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf","regular":"http://fonts.gstatic.com/s/glegoo/v8/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf"}},{"kind":"webfonts#webfont","family":"Gloria Hallelujah","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/gloriahallelujah/v10/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf"}},{"kind":"webfonts#webfont","family":"Goblin One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/goblinone/v8/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf"}},{"kind":"webfonts#webfont","family":"Gochi Hand","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/gochihand/v9/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf"}},{"kind":"webfonts#webfont","family":"Gorditas","category":"display","variants":["regular","700"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/gorditas/v6/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf","regular":"http://fonts.gstatic.com/s/gorditas/v6/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf"}},{"kind":"webfonts#webfont","family":"Gothic A1","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-17","files":{"100":"http://fonts.gstatic.com/s/gothica1/v7/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf","200":"http://fonts.gstatic.com/s/gothica1/v7/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf","300":"http://fonts.gstatic.com/s/gothica1/v7/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf","500":"http://fonts.gstatic.com/s/gothica1/v7/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf","600":"http://fonts.gstatic.com/s/gothica1/v7/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf","700":"http://fonts.gstatic.com/s/gothica1/v7/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf","800":"http://fonts.gstatic.com/s/gothica1/v7/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf","900":"http://fonts.gstatic.com/s/gothica1/v7/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf","regular":"http://fonts.gstatic.com/s/gothica1/v7/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf"}},{"kind":"webfonts#webfont","family":"Goudy Bookletter 1911","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/goudybookletter1911/v8/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf"}},{"kind":"webfonts#webfont","family":"Graduate","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/graduate/v6/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf"}},{"kind":"webfonts#webfont","family":"Grand Hotel","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/grandhotel/v6/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf"}},{"kind":"webfonts#webfont","family":"Gravitas One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/gravitasone/v8/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf"}},{"kind":"webfonts#webfont","family":"Great Vibes","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/greatvibes/v6/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf"}},{"kind":"webfonts#webfont","family":"Griffy","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/griffy/v7/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf"}},{"kind":"webfonts#webfont","family":"Gruppo","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/gruppo/v9/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf"}},{"kind":"webfonts#webfont","family":"Gudea","category":"sans-serif","variants":["regular","italic","700"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/gudea/v8/neIIzCqgsI0mp9gz26WGHK06UY30.ttf","regular":"http://fonts.gstatic.com/s/gudea/v8/neIFzCqgsI0mp-CP9IGON7Ez.ttf","italic":"http://fonts.gstatic.com/s/gudea/v8/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf"}},{"kind":"webfonts#webfont","family":"Gugi","category":"display","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/gugi/v7/A2BVn5dXywshVA6A9DEfgqM.ttf"}},{"kind":"webfonts#webfont","family":"Gurajada","category":"serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/gurajada/v6/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf"}},{"kind":"webfonts#webfont","family":"Habibi","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/habibi/v7/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf"}},{"kind":"webfonts#webfont","family":"Halant","category":"serif","variants":["300","regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"300":"http://fonts.gstatic.com/s/halant/v6/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf","500":"http://fonts.gstatic.com/s/halant/v6/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf","600":"http://fonts.gstatic.com/s/halant/v6/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf","700":"http://fonts.gstatic.com/s/halant/v6/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf","regular":"http://fonts.gstatic.com/s/halant/v6/u-4-0qaujRI2PbsX39Jmky12eg.ttf"}},{"kind":"webfonts#webfont","family":"Hammersmith One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/hammersmithone/v9/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf"}},{"kind":"webfonts#webfont","family":"Hanalei","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/hanalei/v9/E21n_dD8iufIjBRHXzgmVydREus.ttf"}},{"kind":"webfonts#webfont","family":"Hanalei Fill","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/hanaleifill/v7/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf"}},{"kind":"webfonts#webfont","family":"Handlee","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/handlee/v7/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf"}},{"kind":"webfonts#webfont","family":"Hanuman","category":"serif","variants":["regular","700"],"subsets":["khmer"],"version":"v12","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/hanuman/v12/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf","regular":"http://fonts.gstatic.com/s/hanuman/v12/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf"}},{"kind":"webfonts#webfont","family":"Happy Monkey","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/happymonkey/v7/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf"}},{"kind":"webfonts#webfont","family":"Harmattan","category":"sans-serif","variants":["regular"],"subsets":["arabic","latin"],"version":"v5","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/harmattan/v5/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf"}},{"kind":"webfonts#webfont","family":"Headland One","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/headlandone/v6/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf"}},{"kind":"webfonts#webfont","family":"Heebo","category":"sans-serif","variants":["100","300","regular","500","700","800","900"],"subsets":["latin","hebrew"],"version":"v4","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/heebo/v4/NGS0v5_NC0k9P9mVTbRhtKMByaw.ttf","300":"http://fonts.gstatic.com/s/heebo/v4/NGS3v5_NC0k9P9ldb5RLmq8I0LVF.ttf","500":"http://fonts.gstatic.com/s/heebo/v4/NGS3v5_NC0k9P9kFbpRLmq8I0LVF.ttf","700":"http://fonts.gstatic.com/s/heebo/v4/NGS3v5_NC0k9P9lNaJRLmq8I0LVF.ttf","800":"http://fonts.gstatic.com/s/heebo/v4/NGS3v5_NC0k9P9lRa5RLmq8I0LVF.ttf","900":"http://fonts.gstatic.com/s/heebo/v4/NGS3v5_NC0k9P9l1apRLmq8I0LVF.ttf","regular":"http://fonts.gstatic.com/s/heebo/v4/NGS6v5_NC0k9P-HxR7BDsbMB.ttf"}},{"kind":"webfonts#webfont","family":"Henny Penny","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/hennypenny/v6/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf"}},{"kind":"webfonts#webfont","family":"Herr Von Muellerhoff","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/herrvonmuellerhoff/v8/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf"}},{"kind":"webfonts#webfont","family":"Hi Melody","category":"handwriting","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/himelody/v7/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf"}},{"kind":"webfonts#webfont","family":"Hind","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v9","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/hind/v9/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf","500":"http://fonts.gstatic.com/s/hind/v9/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf","600":"http://fonts.gstatic.com/s/hind/v9/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf","700":"http://fonts.gstatic.com/s/hind/v9/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf","regular":"http://fonts.gstatic.com/s/hind/v9/5aU69_a8oxmIRG5yBROzkDM.ttf"}},{"kind":"webfonts#webfont","family":"Hind Guntur","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["latin-ext","latin","telugu"],"version":"v4","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/hindguntur/v4/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf","500":"http://fonts.gstatic.com/s/hindguntur/v4/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf","600":"http://fonts.gstatic.com/s/hindguntur/v4/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf","700":"http://fonts.gstatic.com/s/hindguntur/v4/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf","regular":"http://fonts.gstatic.com/s/hindguntur/v4/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf"}},{"kind":"webfonts#webfont","family":"Hind Madurai","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["latin-ext","tamil","latin"],"version":"v4","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/hindmadurai/v4/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf","500":"http://fonts.gstatic.com/s/hindmadurai/v4/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf","600":"http://fonts.gstatic.com/s/hindmadurai/v4/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf","700":"http://fonts.gstatic.com/s/hindmadurai/v4/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf","regular":"http://fonts.gstatic.com/s/hindmadurai/v4/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf"}},{"kind":"webfonts#webfont","family":"Hind Siliguri","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["bengali","latin-ext","latin"],"version":"v5","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/hindsiliguri/v5/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf","500":"http://fonts.gstatic.com/s/hindsiliguri/v5/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf","600":"http://fonts.gstatic.com/s/hindsiliguri/v5/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf","700":"http://fonts.gstatic.com/s/hindsiliguri/v5/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf","regular":"http://fonts.gstatic.com/s/hindsiliguri/v5/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf"}},{"kind":"webfonts#webfont","family":"Hind Vadodara","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["latin-ext","latin","gujarati"],"version":"v5","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/hindvadodara/v5/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf","500":"http://fonts.gstatic.com/s/hindvadodara/v5/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf","600":"http://fonts.gstatic.com/s/hindvadodara/v5/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf","700":"http://fonts.gstatic.com/s/hindvadodara/v5/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf","regular":"http://fonts.gstatic.com/s/hindvadodara/v5/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf"}},{"kind":"webfonts#webfont","family":"Holtwood One SC","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/holtwoodonesc/v9/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf"}},{"kind":"webfonts#webfont","family":"Homemade Apple","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/homemadeapple/v9/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf"}},{"kind":"webfonts#webfont","family":"Homenaje","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/homenaje/v8/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf"}},{"kind":"webfonts#webfont","family":"IBM Plex Mono","category":"monospace","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v4","lastModified":"2019-03-11","files":{"100":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf","200":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf","300":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf","500":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf","600":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf","700":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf","100italic":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf","200italic":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf","300italic":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf","regular":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf","italic":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf","500italic":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf","600italic":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf","700italic":"http://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf"}},{"kind":"webfonts#webfont","family":"IBM Plex Sans","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","latin"],"version":"v6","lastModified":"2019-03-29","files":{"100":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf","200":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf","300":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf","500":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf","600":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf","700":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf","100italic":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf","200italic":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf","300italic":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf","regular":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf","italic":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf","500italic":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf","600italic":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf","700italic":"http://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf"}},{"kind":"webfonts#webfont","family":"IBM Plex Sans Condensed","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v5","lastModified":"2019-03-11","files":{"100":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf","200":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf","300":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf","500":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf","600":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf","700":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf","100italic":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf","200italic":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf","300italic":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf","regular":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf","italic":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf","500italic":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf","600italic":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf","700italic":"http://fonts.gstatic.com/s/ibmplexsanscondensed/v5/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf"}},{"kind":"webfonts#webfont","family":"IBM Plex Serif","category":"serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-03-29","files":{"100":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf","200":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf","300":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf","500":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf","600":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf","700":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf","100italic":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf","200italic":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf","300italic":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf","regular":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf","italic":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf","500italic":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf","600italic":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf","700italic":"http://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell DW Pica","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/imfelldwpica/v8/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf","italic":"http://fonts.gstatic.com/s/imfelldwpica/v8/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell DW Pica SC","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/imfelldwpicasc/v8/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell Double Pica","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/imfelldoublepica/v8/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf","italic":"http://fonts.gstatic.com/s/imfelldoublepica/v8/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell Double Pica SC","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/imfelldoublepicasc/v8/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell English","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/imfellenglish/v8/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf","italic":"http://fonts.gstatic.com/s/imfellenglish/v8/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell English SC","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/imfellenglishsc/v8/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell French Canon","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/imfellfrenchcanon/v8/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf","italic":"http://fonts.gstatic.com/s/imfellfrenchcanon/v8/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell French Canon SC","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v8/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell Great Primer","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/imfellgreatprimer/v8/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf","italic":"http://fonts.gstatic.com/s/imfellgreatprimer/v8/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf"}},{"kind":"webfonts#webfont","family":"IM Fell Great Primer SC","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/imfellgreatprimersc/v8/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf"}},{"kind":"webfonts#webfont","family":"Iceberg","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/iceberg/v6/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf"}},{"kind":"webfonts#webfont","family":"Iceland","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/iceland/v7/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf"}},{"kind":"webfonts#webfont","family":"Imprima","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/imprima/v7/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf"}},{"kind":"webfonts#webfont","family":"Inconsolata","category":"monospace","variants":["regular","700"],"subsets":["vietnamese","latin-ext","latin"],"version":"v17","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/inconsolata/v17/QldXNThLqRwH-OJ1UHjlKGHiw41u7f34DYwn.ttf","regular":"http://fonts.gstatic.com/s/inconsolata/v17/QldKNThLqRwH-OJ1UHjlKFle7KlmxuHx.ttf"}},{"kind":"webfonts#webfont","family":"Inder","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/inder/v7/w8gUH2YoQe8_4vq6pw-P3U4O.ttf"}},{"kind":"webfonts#webfont","family":"Indie Flower","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/indieflower/v10/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf"}},{"kind":"webfonts#webfont","family":"Inika","category":"serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/inika/v7/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf","regular":"http://fonts.gstatic.com/s/inika/v7/rnCm-x5X3QP-phTHRcc2s2XH.ttf"}},{"kind":"webfonts#webfont","family":"Inknut Antiqua","category":"serif","variants":["300","regular","500","600","700","800","900"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/inknutantiqua/v4/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf","500":"http://fonts.gstatic.com/s/inknutantiqua/v4/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf","600":"http://fonts.gstatic.com/s/inknutantiqua/v4/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf","700":"http://fonts.gstatic.com/s/inknutantiqua/v4/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf","800":"http://fonts.gstatic.com/s/inknutantiqua/v4/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf","900":"http://fonts.gstatic.com/s/inknutantiqua/v4/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf","regular":"http://fonts.gstatic.com/s/inknutantiqua/v4/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf"}},{"kind":"webfonts#webfont","family":"Irish Grover","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/irishgrover/v9/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf"}},{"kind":"webfonts#webfont","family":"Istok Web","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v13","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/istokweb/v13/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf","regular":"http://fonts.gstatic.com/s/istokweb/v13/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf","italic":"http://fonts.gstatic.com/s/istokweb/v13/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf","700italic":"http://fonts.gstatic.com/s/istokweb/v13/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf"}},{"kind":"webfonts#webfont","family":"Italiana","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/italiana/v7/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf"}},{"kind":"webfonts#webfont","family":"Italianno","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/italianno/v8/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf"}},{"kind":"webfonts#webfont","family":"Itim","category":"handwriting","variants":["regular"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v3","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/itim/v3/0nknC9ziJOYewARKkc7ZdwU.ttf"}},{"kind":"webfonts#webfont","family":"Jacques Francois","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/jacquesfrancois/v6/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf"}},{"kind":"webfonts#webfont","family":"Jacques Francois Shadow","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v7/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf"}},{"kind":"webfonts#webfont","family":"Jaldi","category":"sans-serif","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v5","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/jaldi/v5/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf","regular":"http://fonts.gstatic.com/s/jaldi/v5/or3sQ67z0_CI30NUZpD_B6g8.ttf"}},{"kind":"webfonts#webfont","family":"Jim Nightshade","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/jimnightshade/v6/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf"}},{"kind":"webfonts#webfont","family":"Jockey One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/jockeyone/v8/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf"}},{"kind":"webfonts#webfont","family":"Jolly Lodger","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/jollylodger/v6/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf"}},{"kind":"webfonts#webfont","family":"Jomhuria","category":"display","variants":["regular"],"subsets":["arabic","latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/jomhuria/v6/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf"}},{"kind":"webfonts#webfont","family":"Josefin Sans","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v13","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3EZQNVED7rKGKxtqIqX5Ecbnx9Vnksi4M7.ttf","300":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3FZQNVED7rKGKxtqIqX5Ecpl5dfFcggpoi_Q.ttf","600":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3FZQNVED7rKGKxtqIqX5Ec0lhdfFcggpoi_Q.ttf","700":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3FZQNVED7rKGKxtqIqX5EctlldfFcggpoi_Q.ttf","100italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3GZQNVED7rKGKxtqIqX5EUCEQZXH0OjpM75PE.ttf","300italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3HZQNVED7rKGKxtqIqX5EUCETRfl0koJ8y_eiS.ttf","regular":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3aZQNVED7rKGKxtqIqX5EkCnZ5dHw8iw.ttf","italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3EZQNVED7rKGKxtqIqX5EUCHx9Vnksi4M7.ttf","600italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3HZQNVED7rKGKxtqIqX5EUCESleF0koJ8y_eiS.ttf","700italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3HZQNVED7rKGKxtqIqX5EUCETBeV0koJ8y_eiS.ttf"}},{"kind":"webfonts#webfont","family":"Josefin Slab","category":"serif","variants":["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/josefinslab/v9/lW-nwjwOK3Ps5GSJlNNkMalvyQ6qBM7oPxMX.ttf","300":"http://fonts.gstatic.com/s/josefinslab/v9/lW-mwjwOK3Ps5GSJlNNkMalvASyKLuDkNgoO7g.ttf","600":"http://fonts.gstatic.com/s/josefinslab/v9/lW-mwjwOK3Ps5GSJlNNkMalvdSqKLuDkNgoO7g.ttf","700":"http://fonts.gstatic.com/s/josefinslab/v9/lW-mwjwOK3Ps5GSJlNNkMalvESuKLuDkNgoO7g.ttf","100italic":"http://fonts.gstatic.com/s/josefinslab/v9/lW-lwjwOK3Ps5GSJlNNkMalnrzbODsrKOgMX95A.ttf","300italic":"http://fonts.gstatic.com/s/josefinslab/v9/lW-kwjwOK3Ps5GSJlNNkMalnrzYGLOrgFA8e7onu.ttf","regular":"http://fonts.gstatic.com/s/josefinslab/v9/lW-5wjwOK3Ps5GSJlNNkMalXrQSuJsv4Pw.ttf","italic":"http://fonts.gstatic.com/s/josefinslab/v9/lW-nwjwOK3Ps5GSJlNNkMalnrw6qBM7oPxMX.ttf","600italic":"http://fonts.gstatic.com/s/josefinslab/v9/lW-kwjwOK3Ps5GSJlNNkMalnrzZyKurgFA8e7onu.ttf","700italic":"http://fonts.gstatic.com/s/josefinslab/v9/lW-kwjwOK3Ps5GSJlNNkMalnrzYWK-rgFA8e7onu.ttf"}},{"kind":"webfonts#webfont","family":"Joti One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/jotione/v7/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf"}},{"kind":"webfonts#webfont","family":"Jua","category":"sans-serif","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/jua/v7/co3KmW9ljjAjc-DZCsKgsg.ttf"}},{"kind":"webfonts#webfont","family":"Judson","category":"serif","variants":["regular","italic","700"],"subsets":["vietnamese","latin-ext","latin"],"version":"v11","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/judson/v11/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf","regular":"http://fonts.gstatic.com/s/judson/v11/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf","italic":"http://fonts.gstatic.com/s/judson/v11/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf"}},{"kind":"webfonts#webfont","family":"Julee","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/julee/v8/TuGfUVB3RpZPQ6ZLodgzydtk.ttf"}},{"kind":"webfonts#webfont","family":"Julius Sans One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/juliussansone/v7/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf"}},{"kind":"webfonts#webfont","family":"Junge","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/junge/v6/gokgH670Gl1lUqAdvhB7SnKm.ttf"}},{"kind":"webfonts#webfont","family":"Jura","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/jura/v10/z7NUdRfiaC4VVW9rdCxo0JTVVPw.ttf","500":"http://fonts.gstatic.com/s/jura/v10/z7NUdRfiaC4VVTdqdCxo0JTVVPw.ttf","600":"http://fonts.gstatic.com/s/jura/v10/z7NUdRfiaC4VVRttdCxo0JTVVPw.ttf","700":"http://fonts.gstatic.com/s/jura/v10/z7NUdRfiaC4VVX9sdCxo0JTVVPw.ttf","regular":"http://fonts.gstatic.com/s/jura/v10/z7NbdRfiaC4VbcNDUCRDzJ0.ttf"}},{"kind":"webfonts#webfont","family":"Just Another Hand","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/justanotherhand/v10/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf"}},{"kind":"webfonts#webfont","family":"Just Me Again Down Here","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/justmeagaindownhere/v10/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf"}},{"kind":"webfonts#webfont","family":"K2D","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"100":"http://fonts.gstatic.com/s/k2d/v2/J7aRnpF2V0ErE6UpvrIw74NL.ttf","200":"http://fonts.gstatic.com/s/k2d/v2/J7aenpF2V0Erv4QJlJw85ppSGw.ttf","300":"http://fonts.gstatic.com/s/k2d/v2/J7aenpF2V0Er24cJlJw85ppSGw.ttf","500":"http://fonts.gstatic.com/s/k2d/v2/J7aenpF2V0Erg4YJlJw85ppSGw.ttf","600":"http://fonts.gstatic.com/s/k2d/v2/J7aenpF2V0Err4EJlJw85ppSGw.ttf","700":"http://fonts.gstatic.com/s/k2d/v2/J7aenpF2V0Ery4AJlJw85ppSGw.ttf","800":"http://fonts.gstatic.com/s/k2d/v2/J7aenpF2V0Er14MJlJw85ppSGw.ttf","100italic":"http://fonts.gstatic.com/s/k2d/v2/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf","200italic":"http://fonts.gstatic.com/s/k2d/v2/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf","300italic":"http://fonts.gstatic.com/s/k2d/v2/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf","regular":"http://fonts.gstatic.com/s/k2d/v2/J7aTnpF2V0ETd68tnLcg7w.ttf","italic":"http://fonts.gstatic.com/s/k2d/v2/J7aRnpF2V0EjdaUpvrIw74NL.ttf","500italic":"http://fonts.gstatic.com/s/k2d/v2/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf","600italic":"http://fonts.gstatic.com/s/k2d/v2/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf","700italic":"http://fonts.gstatic.com/s/k2d/v2/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf","800italic":"http://fonts.gstatic.com/s/k2d/v2/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf"}},{"kind":"webfonts#webfont","family":"Kadwa","category":"serif","variants":["regular","700"],"subsets":["devanagari","latin"],"version":"v3","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/kadwa/v3/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf","regular":"http://fonts.gstatic.com/s/kadwa/v3/rnCm-x5V0g7iphTHRcc2s2XH.ttf"}},{"kind":"webfonts#webfont","family":"Kalam","category":"handwriting","variants":["300","regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/kalam/v9/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf","700":"http://fonts.gstatic.com/s/kalam/v9/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf","regular":"http://fonts.gstatic.com/s/kalam/v9/YA9dr0Wd4kDdMuhWMibDszkB.ttf"}},{"kind":"webfonts#webfont","family":"Kameron","category":"serif","variants":["regular","700"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/kameron/v9/vm8zdR7vXErQxuzniAIfC-3jfHb--NY.ttf","regular":"http://fonts.gstatic.com/s/kameron/v9/vm82dR7vXErQxuznsL4wL-XIYH8.ttf"}},{"kind":"webfonts#webfont","family":"Kanit","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v4","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/kanit/v4/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf","200":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf","300":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf","500":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf","600":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf","700":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf","800":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf","900":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf","100italic":"http://fonts.gstatic.com/s/kanit/v4/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf","200italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf","300italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf","regular":"http://fonts.gstatic.com/s/kanit/v4/nKKZ-Go6G5tXcoaSEQGodLxA.ttf","italic":"http://fonts.gstatic.com/s/kanit/v4/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf","500italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf","600italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf","700italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf","800italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf","900italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf"}},{"kind":"webfonts#webfont","family":"Kantumruy","category":"sans-serif","variants":["300","regular","700"],"subsets":["khmer"],"version":"v5","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/kantumruy/v5/syk0-yJ0m7wyVb-f4FOPUtDlpn-UJ1H6Uw.ttf","700":"http://fonts.gstatic.com/s/kantumruy/v5/syk0-yJ0m7wyVb-f4FOPQtflpn-UJ1H6Uw.ttf","regular":"http://fonts.gstatic.com/s/kantumruy/v5/sykx-yJ0m7wyVb-f4FO3_vjBrlSILg.ttf"}},{"kind":"webfonts#webfont","family":"Karla","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/karla/v7/qkBWXvYC6trAT7zuC_m-zrpHmRzC.ttf","regular":"http://fonts.gstatic.com/s/karla/v7/qkBbXvYC6trAT4RSJN225aZO.ttf","italic":"http://fonts.gstatic.com/s/karla/v7/qkBVXvYC6trAT7RQLtmU4LZOgAU.ttf","700italic":"http://fonts.gstatic.com/s/karla/v7/qkBQXvYC6trAT7RQFmW7xL5lnAzCKNg.ttf"}},{"kind":"webfonts#webfont","family":"Karma","category":"serif","variants":["300","regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/karma/v9/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf","500":"http://fonts.gstatic.com/s/karma/v9/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf","600":"http://fonts.gstatic.com/s/karma/v9/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf","700":"http://fonts.gstatic.com/s/karma/v9/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf","regular":"http://fonts.gstatic.com/s/karma/v9/va9I4kzAzMZRGIBvS-J3kbDP.ttf"}},{"kind":"webfonts#webfont","family":"Katibeh","category":"display","variants":["regular"],"subsets":["arabic","latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/katibeh/v6/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf"}},{"kind":"webfonts#webfont","family":"Kaushan Script","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/kaushanscript/v7/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf"}},{"kind":"webfonts#webfont","family":"Kavivanar","category":"handwriting","variants":["regular"],"subsets":["latin-ext","tamil","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kavivanar/v4/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf"}},{"kind":"webfonts#webfont","family":"Kavoon","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kavoon/v7/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf"}},{"kind":"webfonts#webfont","family":"Kdam Thmor","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kdamthmor/v6/MwQzbhjs3veF6QwJVf0JkGMViblPtXs.ttf"}},{"kind":"webfonts#webfont","family":"Keania One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/keaniaone/v6/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf"}},{"kind":"webfonts#webfont","family":"Kelly Slab","category":"display","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/kellyslab/v9/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf"}},{"kind":"webfonts#webfont","family":"Kenia","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kenia/v10/jizURE5PuHQH9qCONUGswfGM.ttf"}},{"kind":"webfonts#webfont","family":"Khand","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/khand/v7/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf","500":"http://fonts.gstatic.com/s/khand/v7/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf","600":"http://fonts.gstatic.com/s/khand/v7/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf","700":"http://fonts.gstatic.com/s/khand/v7/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf","regular":"http://fonts.gstatic.com/s/khand/v7/TwMA-IINQlQQ0YpVWHU_TBqO.ttf"}},{"kind":"webfonts#webfont","family":"Khmer","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/khmer/v11/MjQImit_vPPwpF-BpN2EeYmD.ttf"}},{"kind":"webfonts#webfont","family":"Khula","category":"sans-serif","variants":["300","regular","600","700","800"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/khula/v4/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf","600":"http://fonts.gstatic.com/s/khula/v4/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf","700":"http://fonts.gstatic.com/s/khula/v4/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf","800":"http://fonts.gstatic.com/s/khula/v4/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf","regular":"http://fonts.gstatic.com/s/khula/v4/OpNCnoEOns3V7FcJpA_chzJ0.ttf"}},{"kind":"webfonts#webfont","family":"Kirang Haerang","category":"display","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kiranghaerang/v7/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf"}},{"kind":"webfonts#webfont","family":"Kite One","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kiteone/v6/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf"}},{"kind":"webfonts#webfont","family":"Knewave","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/knewave/v7/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf"}},{"kind":"webfonts#webfont","family":"KoHo","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/koho/v2/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf","300":"http://fonts.gstatic.com/s/koho/v2/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf","500":"http://fonts.gstatic.com/s/koho/v2/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf","600":"http://fonts.gstatic.com/s/koho/v2/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf","700":"http://fonts.gstatic.com/s/koho/v2/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf","200italic":"http://fonts.gstatic.com/s/koho/v2/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf","300italic":"http://fonts.gstatic.com/s/koho/v2/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf","regular":"http://fonts.gstatic.com/s/koho/v2/K2F-fZ5fmddNBikefJbSOos.ttf","italic":"http://fonts.gstatic.com/s/koho/v2/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf","500italic":"http://fonts.gstatic.com/s/koho/v2/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf","600italic":"http://fonts.gstatic.com/s/koho/v2/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf","700italic":"http://fonts.gstatic.com/s/koho/v2/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf"}},{"kind":"webfonts#webfont","family":"Kodchasan","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/kodchasan/v2/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf","300":"http://fonts.gstatic.com/s/kodchasan/v2/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf","500":"http://fonts.gstatic.com/s/kodchasan/v2/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf","600":"http://fonts.gstatic.com/s/kodchasan/v2/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf","700":"http://fonts.gstatic.com/s/kodchasan/v2/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf","200italic":"http://fonts.gstatic.com/s/kodchasan/v2/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf","300italic":"http://fonts.gstatic.com/s/kodchasan/v2/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf","regular":"http://fonts.gstatic.com/s/kodchasan/v2/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf","italic":"http://fonts.gstatic.com/s/kodchasan/v2/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf","500italic":"http://fonts.gstatic.com/s/kodchasan/v2/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf","600italic":"http://fonts.gstatic.com/s/kodchasan/v2/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf","700italic":"http://fonts.gstatic.com/s/kodchasan/v2/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf"}},{"kind":"webfonts#webfont","family":"Kosugi","category":"sans-serif","variants":["regular"],"subsets":["cyrillic","latin","japanese"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kosugi/v5/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf"}},{"kind":"webfonts#webfont","family":"Kosugi Maru","category":"sans-serif","variants":["regular"],"subsets":["cyrillic","latin","japanese"],"version":"v5","lastModified":"2019-04-17","files":{"regular":"http://fonts.gstatic.com/s/kosugimaru/v5/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf"}},{"kind":"webfonts#webfont","family":"Kotta One","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kottaone/v6/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf"}},{"kind":"webfonts#webfont","family":"Koulen","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v12","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/koulen/v12/AMOQz46as3KIBPeWgnA9kuYMUg.ttf"}},{"kind":"webfonts#webfont","family":"Kranky","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kranky/v9/hESw6XVgJzlPsFnMpheEZo_H_w.ttf"}},{"kind":"webfonts#webfont","family":"Kreon","category":"serif","variants":["300","regular","700"],"subsets":["latin"],"version":"v13","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/kreon/v13/t5tjIRIUKY-TFH1sUU23hqLgzCHu.ttf","700":"http://fonts.gstatic.com/s/kreon/v13/t5tjIRIUKY-TFH18Vk23hqLgzCHu.ttf","regular":"http://fonts.gstatic.com/s/kreon/v13/t5tuIRIUKY-TFEXAeWm_rb7p.ttf"}},{"kind":"webfonts#webfont","family":"Kristi","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/kristi/v10/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf"}},{"kind":"webfonts#webfont","family":"Krona One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/kronaone/v7/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf"}},{"kind":"webfonts#webfont","family":"Krub","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/krub/v2/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf","300":"http://fonts.gstatic.com/s/krub/v2/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf","500":"http://fonts.gstatic.com/s/krub/v2/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf","600":"http://fonts.gstatic.com/s/krub/v2/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf","700":"http://fonts.gstatic.com/s/krub/v2/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf","200italic":"http://fonts.gstatic.com/s/krub/v2/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf","300italic":"http://fonts.gstatic.com/s/krub/v2/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf","regular":"http://fonts.gstatic.com/s/krub/v2/sZlLdRyC6CRYXkYQDLlTW6E.ttf","italic":"http://fonts.gstatic.com/s/krub/v2/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf","500italic":"http://fonts.gstatic.com/s/krub/v2/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf","600italic":"http://fonts.gstatic.com/s/krub/v2/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf","700italic":"http://fonts.gstatic.com/s/krub/v2/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf"}},{"kind":"webfonts#webfont","family":"Kumar One","category":"display","variants":["regular"],"subsets":["latin-ext","latin","gujarati"],"version":"v3","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kumarone/v3/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf"}},{"kind":"webfonts#webfont","family":"Kumar One Outline","category":"display","variants":["regular"],"subsets":["latin-ext","latin","gujarati"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/kumaroneoutline/v4/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf"}},{"kind":"webfonts#webfont","family":"Kurale","category":"serif","variants":["regular"],"subsets":["devanagari","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v4","lastModified":"2018-10-29","files":{"regular":"http://fonts.gstatic.com/s/kurale/v4/4iCs6KV9e9dXjho6eAT3v02QFg.ttf"}},{"kind":"webfonts#webfont","family":"La Belle Aurore","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/labelleaurore/v9/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf"}},{"kind":"webfonts#webfont","family":"Laila","category":"serif","variants":["300","regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v5","lastModified":"2019-01-10","files":{"300":"http://fonts.gstatic.com/s/laila/v5/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf","500":"http://fonts.gstatic.com/s/laila/v5/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf","600":"http://fonts.gstatic.com/s/laila/v5/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf","700":"http://fonts.gstatic.com/s/laila/v5/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf","regular":"http://fonts.gstatic.com/s/laila/v5/LYjMdG_8nE8jDIRdiidIrEIu.ttf"}},{"kind":"webfonts#webfont","family":"Lakki Reddy","category":"handwriting","variants":["regular"],"subsets":["latin","telugu"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/lakkireddy/v5/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf"}},{"kind":"webfonts#webfont","family":"Lalezar","category":"display","variants":["regular"],"subsets":["arabic","vietnamese","latin-ext","latin"],"version":"v5","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/lalezar/v5/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf"}},{"kind":"webfonts#webfont","family":"Lancelot","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/lancelot/v8/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf"}},{"kind":"webfonts#webfont","family":"Lateef","category":"handwriting","variants":["regular"],"subsets":["arabic","latin"],"version":"v14","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/lateef/v14/hESw6XVnNCxEvkbMpheEZo_H_w.ttf"}},{"kind":"webfonts#webfont","family":"Lato","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v15","lastModified":"2019-03-26","files":{"100":"http://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf","300":"http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf","700":"http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf","900":"http://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf","100italic":"http://fonts.gstatic.com/s/lato/v15/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf","300italic":"http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf","regular":"http://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHvxk6XweuBCY.ttf","italic":"http://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf","700italic":"http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf","900italic":"http://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf"}},{"kind":"webfonts#webfont","family":"League Script","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/leaguescript/v9/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf"}},{"kind":"webfonts#webfont","family":"Leckerli One","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/leckerlione/v9/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf"}},{"kind":"webfonts#webfont","family":"Ledger","category":"serif","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ledger/v6/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf"}},{"kind":"webfonts#webfont","family":"Lekton","category":"sans-serif","variants":["regular","italic","700"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/lekton/v9/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf","regular":"http://fonts.gstatic.com/s/lekton/v9/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf","italic":"http://fonts.gstatic.com/s/lekton/v9/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf"}},{"kind":"webfonts#webfont","family":"Lemon","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/lemon/v7/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf"}},{"kind":"webfonts#webfont","family":"Lemonada","category":"display","variants":["300","regular","600","700"],"subsets":["arabic","vietnamese","latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"300":"http://fonts.gstatic.com/s/lemonada/v6/0QIkMXFD9oygTWy_R8PindGu2bje-RpH.ttf","600":"http://fonts.gstatic.com/s/lemonada/v6/0QIkMXFD9oygTWy_R8OWm9Gu2bje-RpH.ttf","700":"http://fonts.gstatic.com/s/lemonada/v6/0QIkMXFD9oygTWy_R8PymtGu2bje-RpH.ttf","regular":"http://fonts.gstatic.com/s/lemonada/v6/0QIjMXFD9oygTWy_R_tOtfWm8qTX.ttf"}},{"kind":"webfonts#webfont","family":"Libre Barcode 128","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/librebarcode128/v8/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf"}},{"kind":"webfonts#webfont","family":"Libre Barcode 128 Text","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/librebarcode128text/v8/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf"}},{"kind":"webfonts#webfont","family":"Libre Barcode 39","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/librebarcode39/v8/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf"}},{"kind":"webfonts#webfont","family":"Libre Barcode 39 Extended","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/librebarcode39extended/v7/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf"}},{"kind":"webfonts#webfont","family":"Libre Barcode 39 Extended Text","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/librebarcode39extendedtext/v7/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf"}},{"kind":"webfonts#webfont","family":"Libre Barcode 39 Text","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/librebarcode39text/v8/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf"}},{"kind":"webfonts#webfont","family":"Libre Baskerville","category":"serif","variants":["regular","italic","700"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/librebaskerville/v6/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf","regular":"http://fonts.gstatic.com/s/librebaskerville/v6/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf","italic":"http://fonts.gstatic.com/s/librebaskerville/v6/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf"}},{"kind":"webfonts#webfont","family":"Libre Franklin","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v3","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/librefranklin/v3/jizBREVItHgc8qDIbSTKq4XkRi182zIZj1bIkNo.ttf","200":"http://fonts.gstatic.com/s/librefranklin/v3/jizAREVItHgc8qDIbSTKq4XkRi3Q-hIzoVrBicOg.ttf","300":"http://fonts.gstatic.com/s/librefranklin/v3/jizAREVItHgc8qDIbSTKq4XkRi20-RIzoVrBicOg.ttf","500":"http://fonts.gstatic.com/s/librefranklin/v3/jizAREVItHgc8qDIbSTKq4XkRi3s-BIzoVrBicOg.ttf","600":"http://fonts.gstatic.com/s/librefranklin/v3/jizAREVItHgc8qDIbSTKq4XkRi3A_xIzoVrBicOg.ttf","700":"http://fonts.gstatic.com/s/librefranklin/v3/jizAREVItHgc8qDIbSTKq4XkRi2k_hIzoVrBicOg.ttf","800":"http://fonts.gstatic.com/s/librefranklin/v3/jizAREVItHgc8qDIbSTKq4XkRi24_RIzoVrBicOg.ttf","900":"http://fonts.gstatic.com/s/librefranklin/v3/jizAREVItHgc8qDIbSTKq4XkRi2c_BIzoVrBicOg.ttf","100italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizHREVItHgc8qDIbSTKq4XkRiUa41YTi3TNgNq55w.ttf","200italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizGREVItHgc8qDIbSTKq4XkRiUa4_oyq17jjNOg_oc.ttf","300italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizGREVItHgc8qDIbSTKq4XkRiUa454xq17jjNOg_oc.ttf","regular":"http://fonts.gstatic.com/s/librefranklin/v3/jizDREVItHgc8qDIbSTKq4XkRhUY0TY7ikbI.ttf","italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizBREVItHgc8qDIbSTKq4XkRiUa2zIZj1bIkNo.ttf","500italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizGREVItHgc8qDIbSTKq4XkRiUa48Ywq17jjNOg_oc.ttf","600italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizGREVItHgc8qDIbSTKq4XkRiUa4-o3q17jjNOg_oc.ttf","700italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizGREVItHgc8qDIbSTKq4XkRiUa4442q17jjNOg_oc.ttf","800italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizGREVItHgc8qDIbSTKq4XkRiUa45I1q17jjNOg_oc.ttf","900italic":"http://fonts.gstatic.com/s/librefranklin/v3/jizGREVItHgc8qDIbSTKq4XkRiUa47Y0q17jjNOg_oc.ttf"}},{"kind":"webfonts#webfont","family":"Life Savers","category":"display","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/lifesavers/v8/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf","regular":"http://fonts.gstatic.com/s/lifesavers/v8/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf"}},{"kind":"webfonts#webfont","family":"Lilita One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/lilitaone/v6/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf"}},{"kind":"webfonts#webfont","family":"Lily Script One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/lilyscriptone/v6/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf"}},{"kind":"webfonts#webfont","family":"Limelight","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/limelight/v9/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf"}},{"kind":"webfonts#webfont","family":"Linden Hill","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/lindenhill/v8/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf","italic":"http://fonts.gstatic.com/s/lindenhill/v8/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf"}},{"kind":"webfonts#webfont","family":"Lobster","category":"display","variants":["regular"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v21","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/lobster/v21/neILzCirqoswsqX9_oWsMqEzSJQ.ttf"}},{"kind":"webfonts#webfont","family":"Lobster Two","category":"display","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v11","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/lobstertwo/v11/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf","regular":"http://fonts.gstatic.com/s/lobstertwo/v11/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf","italic":"http://fonts.gstatic.com/s/lobstertwo/v11/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf","700italic":"http://fonts.gstatic.com/s/lobstertwo/v11/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf"}},{"kind":"webfonts#webfont","family":"Londrina Outline","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/londrinaoutline/v9/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf"}},{"kind":"webfonts#webfont","family":"Londrina Shadow","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/londrinashadow/v8/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf"}},{"kind":"webfonts#webfont","family":"Londrina Sketch","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/londrinasketch/v7/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf"}},{"kind":"webfonts#webfont","family":"Londrina Solid","category":"display","variants":["100","300","regular","900"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"100":"http://fonts.gstatic.com/s/londrinasolid/v8/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf","300":"http://fonts.gstatic.com/s/londrinasolid/v8/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf","900":"http://fonts.gstatic.com/s/londrinasolid/v8/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf","regular":"http://fonts.gstatic.com/s/londrinasolid/v8/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf"}},{"kind":"webfonts#webfont","family":"Lora","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v13","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/lora/v13/0QIgMX1D_JOuO7HeBttkm_mv670.ttf","regular":"http://fonts.gstatic.com/s/lora/v13/0QIvMX1D_JOuAw3xItNPh_A.ttf","italic":"http://fonts.gstatic.com/s/lora/v13/0QIhMX1D_JOuMw_7JvFKl_C28g.ttf","700italic":"http://fonts.gstatic.com/s/lora/v13/0QIiMX1D_JOuMw_Dmt5un9uq-73O-Q.ttf"}},{"kind":"webfonts#webfont","family":"Love Ya Like A Sister","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/loveyalikeasister/v9/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf"}},{"kind":"webfonts#webfont","family":"Loved by the King","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/lovedbytheking/v8/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf"}},{"kind":"webfonts#webfont","family":"Lovers Quarrel","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/loversquarrel/v6/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf"}},{"kind":"webfonts#webfont","family":"Luckiest Guy","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/luckiestguy/v9/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf"}},{"kind":"webfonts#webfont","family":"Lusitana","category":"serif","variants":["regular","700"],"subsets":["latin"],"version":"v6","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/lusitana/v6/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf","regular":"http://fonts.gstatic.com/s/lusitana/v6/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf"}},{"kind":"webfonts#webfont","family":"Lustria","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/lustria/v6/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf"}},{"kind":"webfonts#webfont","family":"M PLUS 1p","category":"sans-serif","variants":["100","300","regular","500","700","800","900"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin","hebrew","japanese"],"version":"v17","lastModified":"2019-04-17","files":{"100":"http://fonts.gstatic.com/s/mplus1p/v17/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf","300":"http://fonts.gstatic.com/s/mplus1p/v17/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf","500":"http://fonts.gstatic.com/s/mplus1p/v17/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf","700":"http://fonts.gstatic.com/s/mplus1p/v17/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf","800":"http://fonts.gstatic.com/s/mplus1p/v17/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf","900":"http://fonts.gstatic.com/s/mplus1p/v17/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf","regular":"http://fonts.gstatic.com/s/mplus1p/v17/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf"}},{"kind":"webfonts#webfont","family":"M PLUS Rounded 1c","category":"sans-serif","variants":["100","300","regular","500","700","800","900"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin","hebrew","japanese"],"version":"v9","lastModified":"2019-04-17","files":{"100":"http://fonts.gstatic.com/s/mplusrounded1c/v9/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf","300":"http://fonts.gstatic.com/s/mplusrounded1c/v9/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf","500":"http://fonts.gstatic.com/s/mplusrounded1c/v9/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf","700":"http://fonts.gstatic.com/s/mplusrounded1c/v9/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf","800":"http://fonts.gstatic.com/s/mplusrounded1c/v9/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf","900":"http://fonts.gstatic.com/s/mplusrounded1c/v9/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf","regular":"http://fonts.gstatic.com/s/mplusrounded1c/v9/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf"}},{"kind":"webfonts#webfont","family":"Macondo","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/macondo/v7/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf"}},{"kind":"webfonts#webfont","family":"Macondo Swash Caps","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/macondoswashcaps/v6/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf"}},{"kind":"webfonts#webfont","family":"Mada","category":"sans-serif","variants":["200","300","regular","500","600","700","900"],"subsets":["arabic","latin"],"version":"v7","lastModified":"2019-01-10","files":{"200":"http://fonts.gstatic.com/s/mada/v7/7Au_p_0qnzeSdf3nCCL8zkwMIFg.ttf","300":"http://fonts.gstatic.com/s/mada/v7/7Au_p_0qnzeSdZnkCCL8zkwMIFg.ttf","500":"http://fonts.gstatic.com/s/mada/v7/7Au_p_0qnzeSdcHlCCL8zkwMIFg.ttf","600":"http://fonts.gstatic.com/s/mada/v7/7Au_p_0qnzeSde3iCCL8zkwMIFg.ttf","700":"http://fonts.gstatic.com/s/mada/v7/7Au_p_0qnzeSdYnjCCL8zkwMIFg.ttf","900":"http://fonts.gstatic.com/s/mada/v7/7Au_p_0qnzeSdbHhCCL8zkwMIFg.ttf","regular":"http://fonts.gstatic.com/s/mada/v7/7Auwp_0qnzeSTTXMLCrX0kU.ttf"}},{"kind":"webfonts#webfont","family":"Magra","category":"sans-serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/magra/v7/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf","regular":"http://fonts.gstatic.com/s/magra/v7/uK_94ruaZus72k5xIDMfO-ed.ttf"}},{"kind":"webfonts#webfont","family":"Maiden Orange","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/maidenorange/v9/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf"}},{"kind":"webfonts#webfont","family":"Maitree","category":"serif","variants":["200","300","regular","500","600","700"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v3","lastModified":"2019-01-10","files":{"200":"http://fonts.gstatic.com/s/maitree/v3/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf","300":"http://fonts.gstatic.com/s/maitree/v3/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf","500":"http://fonts.gstatic.com/s/maitree/v3/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf","600":"http://fonts.gstatic.com/s/maitree/v3/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf","700":"http://fonts.gstatic.com/s/maitree/v3/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf","regular":"http://fonts.gstatic.com/s/maitree/v3/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf"}},{"kind":"webfonts#webfont","family":"Major Mono Display","category":"monospace","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v2","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/majormonodisplay/v2/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf"}},{"kind":"webfonts#webfont","family":"Mako","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/mako/v10/H4coBX6Mmc_Z0ST09g478Lo.ttf"}},{"kind":"webfonts#webfont","family":"Mali","category":"handwriting","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2018-12-13","files":{"200":"http://fonts.gstatic.com/s/mali/v2/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf","300":"http://fonts.gstatic.com/s/mali/v2/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf","500":"http://fonts.gstatic.com/s/mali/v2/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf","600":"http://fonts.gstatic.com/s/mali/v2/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf","700":"http://fonts.gstatic.com/s/mali/v2/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf","200italic":"http://fonts.gstatic.com/s/mali/v2/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf","300italic":"http://fonts.gstatic.com/s/mali/v2/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf","regular":"http://fonts.gstatic.com/s/mali/v2/N0ba2SRONuN4eCrODlxxOd8.ttf","italic":"http://fonts.gstatic.com/s/mali/v2/N0bU2SRONuN4SCjECn50Kd_PmA.ttf","500italic":"http://fonts.gstatic.com/s/mali/v2/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf","600italic":"http://fonts.gstatic.com/s/mali/v2/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf","700italic":"http://fonts.gstatic.com/s/mali/v2/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf"}},{"kind":"webfonts#webfont","family":"Mallanna","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/mallanna/v6/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf"}},{"kind":"webfonts#webfont","family":"Mandali","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/mandali/v7/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf"}},{"kind":"webfonts#webfont","family":"Manuale","category":"serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"500":"http://fonts.gstatic.com/s/manuale/v3/f0Xz0eas_8Z-TFZdPALt58Ht9a8GYeA.ttf","600":"http://fonts.gstatic.com/s/manuale/v3/f0Xz0eas_8Z-TFZdPC7q58Ht9a8GYeA.ttf","700":"http://fonts.gstatic.com/s/manuale/v3/f0Xz0eas_8Z-TFZdPErr58Ht9a8GYeA.ttf","regular":"http://fonts.gstatic.com/s/manuale/v3/f0X20eas_8Z-TFZdBPbEw8nG6aY.ttf","italic":"http://fonts.gstatic.com/s/manuale/v3/f0X00eas_8Z-TFZdNPTOx-vD-aYfeA.ttf","500italic":"http://fonts.gstatic.com/s/manuale/v3/f0Xx0eas_8Z-TFZdNPT2M8Ln8Y0DceA0OQ.ttf","600italic":"http://fonts.gstatic.com/s/manuale/v3/f0Xx0eas_8Z-TFZdNPT2H8Xn8Y0DceA0OQ.ttf","700italic":"http://fonts.gstatic.com/s/manuale/v3/f0Xx0eas_8Z-TFZdNPT2e8Tn8Y0DceA0OQ.ttf"}},{"kind":"webfonts#webfont","family":"Marcellus","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/marcellus/v6/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf"}},{"kind":"webfonts#webfont","family":"Marcellus SC","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/marcellussc/v6/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf"}},{"kind":"webfonts#webfont","family":"Marck Script","category":"handwriting","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/marckscript/v9/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf"}},{"kind":"webfonts#webfont","family":"Margarine","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/margarine/v7/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf"}},{"kind":"webfonts#webfont","family":"Markazi Text","category":"serif","variants":["regular","500","600","700"],"subsets":["arabic","vietnamese","latin-ext","latin"],"version":"v5","lastModified":"2019-03-29","files":{"500":"http://fonts.gstatic.com/s/markazitext/v5/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf","600":"http://fonts.gstatic.com/s/markazitext/v5/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf","700":"http://fonts.gstatic.com/s/markazitext/v5/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf","regular":"http://fonts.gstatic.com/s/markazitext/v5/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf"}},{"kind":"webfonts#webfont","family":"Marko One","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/markoone/v8/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf"}},{"kind":"webfonts#webfont","family":"Marmelad","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/marmelad/v8/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf"}},{"kind":"webfonts#webfont","family":"Martel","category":"serif","variants":["200","300","regular","600","700","800","900"],"subsets":["devanagari","latin-ext","latin"],"version":"v3","lastModified":"2019-01-15","files":{"200":"http://fonts.gstatic.com/s/martel/v3/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf","300":"http://fonts.gstatic.com/s/martel/v3/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf","600":"http://fonts.gstatic.com/s/martel/v3/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf","700":"http://fonts.gstatic.com/s/martel/v3/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf","800":"http://fonts.gstatic.com/s/martel/v3/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf","900":"http://fonts.gstatic.com/s/martel/v3/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf","regular":"http://fonts.gstatic.com/s/martel/v3/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf"}},{"kind":"webfonts#webfont","family":"Martel Sans","category":"sans-serif","variants":["200","300","regular","600","700","800","900"],"subsets":["devanagari","latin-ext","latin"],"version":"v5","lastModified":"2019-01-10","files":{"200":"http://fonts.gstatic.com/s/martelsans/v5/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf","300":"http://fonts.gstatic.com/s/martelsans/v5/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf","600":"http://fonts.gstatic.com/s/martelsans/v5/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf","700":"http://fonts.gstatic.com/s/martelsans/v5/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf","800":"http://fonts.gstatic.com/s/martelsans/v5/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf","900":"http://fonts.gstatic.com/s/martelsans/v5/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf","regular":"http://fonts.gstatic.com/s/martelsans/v5/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf"}},{"kind":"webfonts#webfont","family":"Marvel","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/marvel/v8/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf","regular":"http://fonts.gstatic.com/s/marvel/v8/nwpVtKeoNgBV0qaIkV7ED366zg.ttf","italic":"http://fonts.gstatic.com/s/marvel/v8/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf","700italic":"http://fonts.gstatic.com/s/marvel/v8/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf"}},{"kind":"webfonts#webfont","family":"Mate","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/mate/v7/m8JdjftRd7WZ2z28WoXSaLU.ttf","italic":"http://fonts.gstatic.com/s/mate/v7/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf"}},{"kind":"webfonts#webfont","family":"Mate SC","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/matesc/v7/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf"}},{"kind":"webfonts#webfont","family":"Maven Pro","category":"sans-serif","variants":["regular","500","700","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v12","lastModified":"2019-03-27","files":{"500":"http://fonts.gstatic.com/s/mavenpro/v12/7Au4p_AqnyWWAxW2Wk3OPkctOHMC21go8A.ttf","700":"http://fonts.gstatic.com/s/mavenpro/v12/7Au4p_AqnyWWAxW2Wk3OdkEtOHMC21go8A.ttf","900":"http://fonts.gstatic.com/s/mavenpro/v12/7Au4p_AqnyWWAxW2Wk3OTkMtOHMC21go8A.ttf","regular":"http://fonts.gstatic.com/s/mavenpro/v12/7Au9p_AqnyWWAxW2Wk32ym4JMFge0g.ttf"}},{"kind":"webfonts#webfont","family":"McLaren","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/mclaren/v6/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf"}},{"kind":"webfonts#webfont","family":"Meddon","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/meddon/v11/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf"}},{"kind":"webfonts#webfont","family":"MedievalSharp","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/medievalsharp/v11/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf"}},{"kind":"webfonts#webfont","family":"Medula One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/medulaone/v8/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf"}},{"kind":"webfonts#webfont","family":"Meera Inimai","category":"sans-serif","variants":["regular"],"subsets":["tamil","latin"],"version":"v3","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/meerainimai/v3/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf"}},{"kind":"webfonts#webfont","family":"Megrim","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/megrim/v9/46kulbz5WjvLqJZlbWXgd0RY1g.ttf"}},{"kind":"webfonts#webfont","family":"Meie Script","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/meiescript/v6/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf"}},{"kind":"webfonts#webfont","family":"Merienda","category":"handwriting","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/merienda/v7/gNMAW3x8Qoy5_mf8uWu-Fa-y1sfpPES4.ttf","regular":"http://fonts.gstatic.com/s/merienda/v7/gNMHW3x8Qoy5_mf8uVMCOou6_dvg.ttf"}},{"kind":"webfonts#webfont","family":"Merienda One","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/meriendaone/v9/H4cgBXaMndbflEq6kyZ1ht6YgoyyYzFzFw.ttf"}},{"kind":"webfonts#webfont","family":"Merriweather","category":"serif","variants":["300","300italic","regular","italic","700","700italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v20","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf","700":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf","900":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf","300italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf","regular":"http://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf","italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf","700italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf","900italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf"}},{"kind":"webfonts#webfont","family":"Merriweather Sans","category":"sans-serif","variants":["300","300italic","regular","italic","700","700italic","800","800italic"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/merriweathersans/v10/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1eYBDD2BdWzIqY.ttf","700":"http://fonts.gstatic.com/s/merriweathersans/v10/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1OZxDD2BdWzIqY.ttf","800":"http://fonts.gstatic.com/s/merriweathersans/v10/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1SZBDD2BdWzIqY.ttf","300italic":"http://fonts.gstatic.com/s/merriweathersans/v10/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepzB0hN0yZqYcqw.ttf","regular":"http://fonts.gstatic.com/s/merriweathersans/v10/2-c99IRs1JiJN1FRAMjTN5zd9vgsFEXySDTL8wtf.ttf","italic":"http://fonts.gstatic.com/s/merriweathersans/v10/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwQjDp9htf1ZM.ttf","700italic":"http://fonts.gstatic.com/s/merriweathersans/v10/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXweozG0hN0yZqYcqw.ttf","800italic":"http://fonts.gstatic.com/s/merriweathersans/v10/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepDF0hN0yZqYcqw.ttf"}},{"kind":"webfonts#webfont","family":"Metal","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/metal/v11/lW-wwjUJIXTo7i3nnoQAUdN2.ttf"}},{"kind":"webfonts#webfont","family":"Metal Mania","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/metalmania/v8/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf"}},{"kind":"webfonts#webfont","family":"Metamorphous","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/metamorphous/v9/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf"}},{"kind":"webfonts#webfont","family":"Metrophobic","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/metrophobic/v11/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf"}},{"kind":"webfonts#webfont","family":"Michroma","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/michroma/v9/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf"}},{"kind":"webfonts#webfont","family":"Milonga","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/milonga/v6/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf"}},{"kind":"webfonts#webfont","family":"Miltonian","category":"display","variants":["regular"],"subsets":["latin"],"version":"v12","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/miltonian/v12/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf"}},{"kind":"webfonts#webfont","family":"Miltonian Tattoo","category":"display","variants":["regular"],"subsets":["latin"],"version":"v14","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/miltoniantattoo/v14/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf"}},{"kind":"webfonts#webfont","family":"Mina","category":"sans-serif","variants":["regular","700"],"subsets":["bengali","latin-ext","latin"],"version":"v2","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/mina/v2/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf","regular":"http://fonts.gstatic.com/s/mina/v2/-nFzOGc18vARrz9j7i3y65o.ttf"}},{"kind":"webfonts#webfont","family":"Miniver","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/miniver/v7/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf"}},{"kind":"webfonts#webfont","family":"Miriam Libre","category":"sans-serif","variants":["regular","700"],"subsets":["latin-ext","latin","hebrew"],"version":"v5","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/miriamlibre/v5/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf","regular":"http://fonts.gstatic.com/s/miriamlibre/v5/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf"}},{"kind":"webfonts#webfont","family":"Mirza","category":"display","variants":["regular","500","600","700"],"subsets":["arabic","latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/mirza/v6/co3FmWlikiN5EtIpAeO4mafBomDi.ttf","600":"http://fonts.gstatic.com/s/mirza/v6/co3FmWlikiN5EtIFBuO4mafBomDi.ttf","700":"http://fonts.gstatic.com/s/mirza/v6/co3FmWlikiN5EtJhB-O4mafBomDi.ttf","regular":"http://fonts.gstatic.com/s/mirza/v6/co3ImWlikiN5EurdKMewsrvI.ttf"}},{"kind":"webfonts#webfont","family":"Miss Fajardose","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/missfajardose/v8/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf"}},{"kind":"webfonts#webfont","family":"Mitr","category":"sans-serif","variants":["200","300","regular","500","600","700"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v4","lastModified":"2019-01-15","files":{"200":"http://fonts.gstatic.com/s/mitr/v4/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf","300":"http://fonts.gstatic.com/s/mitr/v4/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf","500":"http://fonts.gstatic.com/s/mitr/v4/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf","600":"http://fonts.gstatic.com/s/mitr/v4/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf","700":"http://fonts.gstatic.com/s/mitr/v4/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf","regular":"http://fonts.gstatic.com/s/mitr/v4/pxiLypw5ucZFyTsyMJj_b1o.ttf"}},{"kind":"webfonts#webfont","family":"Modak","category":"display","variants":["regular"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/modak/v4/EJRYQgs1XtIEsnMH8BVZ76KU.ttf"}},{"kind":"webfonts#webfont","family":"Modern Antiqua","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/modernantiqua/v8/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf"}},{"kind":"webfonts#webfont","family":"Mogra","category":"display","variants":["regular"],"subsets":["latin-ext","latin","gujarati"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/mogra/v5/f0X40eSs8c95TBo4DvLmxtnG.ttf"}},{"kind":"webfonts#webfont","family":"Molengo","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/molengo/v9/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf"}},{"kind":"webfonts#webfont","family":"Molle","category":"handwriting","variants":["italic"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"italic":"http://fonts.gstatic.com/s/molle/v7/E21n_dL5hOXFhWEsXzgmVydREus.ttf"}},{"kind":"webfonts#webfont","family":"Monda","category":"sans-serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/monda/v8/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf","regular":"http://fonts.gstatic.com/s/monda/v8/TK3tWkYFABsmjvpmNBsLvPdG.ttf"}},{"kind":"webfonts#webfont","family":"Monofett","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/monofett/v8/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf"}},{"kind":"webfonts#webfont","family":"Monoton","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/monoton/v8/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf"}},{"kind":"webfonts#webfont","family":"Monsieur La Doulaise","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/monsieurladoulaise/v7/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf"}},{"kind":"webfonts#webfont","family":"Montaga","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/montaga/v6/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf"}},{"kind":"webfonts#webfont","family":"Montez","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/montez/v9/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf"}},{"kind":"webfonts#webfont","family":"Montserrat","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v13","lastModified":"2019-03-26","files":{"100":"http://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm45_QphziTn89dtpQ.ttf","200":"http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_aZA7g7J_950vCo.ttf","300":"http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD7g7J_950vCo.ttf","500":"http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC7g7J_950vCo.ttf","600":"http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF7g7J_950vCo.ttf","700":"http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE7g7J_950vCo.ttf","800":"http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_c5H7g7J_950vCo.ttf","900":"http://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG7g7J_950vCo.ttf","100italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUOjIg1_i6t8kCHKm459WxZqi7j0dJ9pTOi.ttf","200italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZBg_D-_xxrCq7qg.ttf","300italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzD-_xxrCq7qg.ttf","regular":"http://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf","italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxhziTn89dtpQ.ttf","500italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZOg3D-_xxrCq7qg.ttf","600italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZFgrD-_xxrCq7qg.ttf","700italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZcgvD-_xxrCq7qg.ttf","800italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZbgjD-_xxrCq7qg.ttf","900italic":"http://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnD-_xxrCq7qg.ttf"}},{"kind":"webfonts#webfont","family":"Montserrat Alternates","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/montserratalternates/v10/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf","200":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf","300":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf","500":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf","600":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf","700":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf","800":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf","900":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf","100italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf","200italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf","300italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf","regular":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf","italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf","500italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf","600italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf","700italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf","800italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf","900italic":"http://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf"}},{"kind":"webfonts#webfont","family":"Montserrat Subrayada","category":"sans-serif","variants":["regular","700"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/montserratsubrayada/v8/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf","regular":"http://fonts.gstatic.com/s/montserratsubrayada/v8/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf"}},{"kind":"webfonts#webfont","family":"Moul","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/moul/v10/nuF2D__FSo_3E-RYiJCy-00.ttf"}},{"kind":"webfonts#webfont","family":"Moulpali","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/moulpali/v11/H4ckBXKMl9HagUWymyY6wr-wg763.ttf"}},{"kind":"webfonts#webfont","family":"Mountains of Christmas","category":"display","variants":["regular","700"],"subsets":["latin"],"version":"v11","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/mountainsofchristmas/v11/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf","regular":"http://fonts.gstatic.com/s/mountainsofchristmas/v11/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf"}},{"kind":"webfonts#webfont","family":"Mouse Memoirs","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/mousememoirs/v6/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf"}},{"kind":"webfonts#webfont","family":"Mr Bedfort","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/mrbedfort/v7/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf"}},{"kind":"webfonts#webfont","family":"Mr Dafoe","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/mrdafoe/v7/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf"}},{"kind":"webfonts#webfont","family":"Mr De Haviland","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/mrdehaviland/v7/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf"}},{"kind":"webfonts#webfont","family":"Mrs Saint Delafield","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/mrssaintdelafield/v6/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf"}},{"kind":"webfonts#webfont","family":"Mrs Sheppards","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/mrssheppards/v7/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf"}},{"kind":"webfonts#webfont","family":"Mukta","category":"sans-serif","variants":["200","300","regular","500","600","700","800"],"subsets":["devanagari","latin-ext","latin"],"version":"v6","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/mukta/v6/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf","300":"http://fonts.gstatic.com/s/mukta/v6/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf","500":"http://fonts.gstatic.com/s/mukta/v6/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf","600":"http://fonts.gstatic.com/s/mukta/v6/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf","700":"http://fonts.gstatic.com/s/mukta/v6/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf","800":"http://fonts.gstatic.com/s/mukta/v6/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf","regular":"http://fonts.gstatic.com/s/mukta/v6/iJWKBXyXfDDVXYnGp32S0H3f.ttf"}},{"kind":"webfonts#webfont","family":"Mukta Mahee","category":"sans-serif","variants":["200","300","regular","500","600","700","800"],"subsets":["latin-ext","latin","gurmukhi"],"version":"v4","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/muktamahee/v4/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf","300":"http://fonts.gstatic.com/s/muktamahee/v4/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf","500":"http://fonts.gstatic.com/s/muktamahee/v4/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf","600":"http://fonts.gstatic.com/s/muktamahee/v4/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf","700":"http://fonts.gstatic.com/s/muktamahee/v4/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf","800":"http://fonts.gstatic.com/s/muktamahee/v4/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf","regular":"http://fonts.gstatic.com/s/muktamahee/v4/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf"}},{"kind":"webfonts#webfont","family":"Mukta Malar","category":"sans-serif","variants":["200","300","regular","500","600","700","800"],"subsets":["latin-ext","tamil","latin"],"version":"v5","lastModified":"2019-01-10","files":{"200":"http://fonts.gstatic.com/s/muktamalar/v5/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf","300":"http://fonts.gstatic.com/s/muktamalar/v5/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf","500":"http://fonts.gstatic.com/s/muktamalar/v5/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf","600":"http://fonts.gstatic.com/s/muktamalar/v5/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf","700":"http://fonts.gstatic.com/s/muktamalar/v5/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf","800":"http://fonts.gstatic.com/s/muktamalar/v5/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf","regular":"http://fonts.gstatic.com/s/muktamalar/v5/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf"}},{"kind":"webfonts#webfont","family":"Mukta Vaani","category":"sans-serif","variants":["200","300","regular","500","600","700","800"],"subsets":["latin-ext","latin","gujarati"],"version":"v6","lastModified":"2019-01-10","files":{"200":"http://fonts.gstatic.com/s/muktavaani/v6/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf","300":"http://fonts.gstatic.com/s/muktavaani/v6/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf","500":"http://fonts.gstatic.com/s/muktavaani/v6/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf","600":"http://fonts.gstatic.com/s/muktavaani/v6/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf","700":"http://fonts.gstatic.com/s/muktavaani/v6/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf","800":"http://fonts.gstatic.com/s/muktavaani/v6/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf","regular":"http://fonts.gstatic.com/s/muktavaani/v6/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf"}},{"kind":"webfonts#webfont","family":"Muli","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v13","lastModified":"2019-03-27","files":{"200":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adf3nCCL8zkwMIFg.ttf","300":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adZnkCCL8zkwMIFg.ttf","600":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-ade3iCCL8zkwMIFg.ttf","700":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adYnjCCL8zkwMIFg.ttf","800":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adZXgCCL8zkwMIFg.ttf","900":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adbHhCCL8zkwMIFg.ttf","200italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-4CP2ym4JMFge0g.ttf","300italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-hCD2ym4JMFge0g.ttf","regular":"http://fonts.gstatic.com/s/muli/v13/7Auwp_0qiz-aTTXMLCrX0kU.ttf","italic":"http://fonts.gstatic.com/s/muli/v13/7Au-p_0qiz-afTfGKAjSwkUVOQ.ttf","600italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-8Cb2ym4JMFge0g.ttf","700italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-lCf2ym4JMFge0g.ttf","800italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-iCT2ym4JMFge0g.ttf","900italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-rCX2ym4JMFge0g.ttf"}},{"kind":"webfonts#webfont","family":"Mystery Quest","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/mysteryquest/v6/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf"}},{"kind":"webfonts#webfont","family":"NTR","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ntr/v6/RLpzK5Xy0ZjiGGhs5TA4bg.ttf"}},{"kind":"webfonts#webfont","family":"Nanum Brush Script","category":"handwriting","variants":["regular"],"subsets":["latin","korean"],"version":"v16","lastModified":"2019-04-17","files":{"regular":"http://fonts.gstatic.com/s/nanumbrushscript/v16/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf"}},{"kind":"webfonts#webfont","family":"Nanum Gothic","category":"sans-serif","variants":["regular","700","800"],"subsets":["latin","korean"],"version":"v16","lastModified":"2019-04-17","files":{"700":"http://fonts.gstatic.com/s/nanumgothic/v16/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf","800":"http://fonts.gstatic.com/s/nanumgothic/v16/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf","regular":"http://fonts.gstatic.com/s/nanumgothic/v16/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf"}},{"kind":"webfonts#webfont","family":"Nanum Gothic Coding","category":"monospace","variants":["regular","700"],"subsets":["latin","korean"],"version":"v13","lastModified":"2019-04-17","files":{"700":"http://fonts.gstatic.com/s/nanumgothiccoding/v13/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf","regular":"http://fonts.gstatic.com/s/nanumgothiccoding/v13/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf"}},{"kind":"webfonts#webfont","family":"Nanum Myeongjo","category":"serif","variants":["regular","700","800"],"subsets":["latin","korean"],"version":"v14","lastModified":"2019-04-17","files":{"700":"http://fonts.gstatic.com/s/nanummyeongjo/v14/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf","800":"http://fonts.gstatic.com/s/nanummyeongjo/v14/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf","regular":"http://fonts.gstatic.com/s/nanummyeongjo/v14/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf"}},{"kind":"webfonts#webfont","family":"Nanum Pen Script","category":"handwriting","variants":["regular"],"subsets":["latin","korean"],"version":"v14","lastModified":"2019-04-17","files":{"regular":"http://fonts.gstatic.com/s/nanumpenscript/v14/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf"}},{"kind":"webfonts#webfont","family":"Neucha","category":"handwriting","variants":["regular"],"subsets":["cyrillic","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/neucha/v10/q5uGsou0JOdh94bvugNsCxVEgA.ttf"}},{"kind":"webfonts#webfont","family":"Neuton","category":"serif","variants":["200","300","regular","italic","700","800"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-01-15","files":{"200":"http://fonts.gstatic.com/s/neuton/v11/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf","300":"http://fonts.gstatic.com/s/neuton/v11/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf","700":"http://fonts.gstatic.com/s/neuton/v11/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf","800":"http://fonts.gstatic.com/s/neuton/v11/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf","regular":"http://fonts.gstatic.com/s/neuton/v11/UMBTrPtMoH62xUZyyII7civlBw.ttf","italic":"http://fonts.gstatic.com/s/neuton/v11/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf"}},{"kind":"webfonts#webfont","family":"New Rocker","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/newrocker/v7/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf"}},{"kind":"webfonts#webfont","family":"News Cycle","category":"sans-serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v15","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/newscycle/v15/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf","regular":"http://fonts.gstatic.com/s/newscycle/v15/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf"}},{"kind":"webfonts#webfont","family":"Niconne","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/niconne/v8/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf"}},{"kind":"webfonts#webfont","family":"Niramit","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v3","lastModified":"2018-11-29","files":{"200":"http://fonts.gstatic.com/s/niramit/v3/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf","300":"http://fonts.gstatic.com/s/niramit/v3/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf","500":"http://fonts.gstatic.com/s/niramit/v3/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf","600":"http://fonts.gstatic.com/s/niramit/v3/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf","700":"http://fonts.gstatic.com/s/niramit/v3/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf","200italic":"http://fonts.gstatic.com/s/niramit/v3/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf","300italic":"http://fonts.gstatic.com/s/niramit/v3/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf","regular":"http://fonts.gstatic.com/s/niramit/v3/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf","italic":"http://fonts.gstatic.com/s/niramit/v3/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf","500italic":"http://fonts.gstatic.com/s/niramit/v3/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf","600italic":"http://fonts.gstatic.com/s/niramit/v3/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf","700italic":"http://fonts.gstatic.com/s/niramit/v3/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf"}},{"kind":"webfonts#webfont","family":"Nixie One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/nixieone/v9/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf"}},{"kind":"webfonts#webfont","family":"Nobile","category":"sans-serif","variants":["regular","italic","500","500italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"500":"http://fonts.gstatic.com/s/nobile/v10/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf","700":"http://fonts.gstatic.com/s/nobile/v10/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf","regular":"http://fonts.gstatic.com/s/nobile/v10/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf","italic":"http://fonts.gstatic.com/s/nobile/v10/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf","500italic":"http://fonts.gstatic.com/s/nobile/v10/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf","700italic":"http://fonts.gstatic.com/s/nobile/v10/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf"}},{"kind":"webfonts#webfont","family":"Nokora","category":"serif","variants":["regular","700"],"subsets":["khmer"],"version":"v12","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/nokora/v12/hYkLPuwgTubzaWxohxUrqt18-B9Uuw.ttf","regular":"http://fonts.gstatic.com/s/nokora/v12/hYkIPuwgTubzaWxQOzoPovZg8Q.ttf"}},{"kind":"webfonts#webfont","family":"Norican","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/norican/v7/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf"}},{"kind":"webfonts#webfont","family":"Nosifer","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/nosifer/v7/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf"}},{"kind":"webfonts#webfont","family":"Notable","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v3","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/notable/v3/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf"}},{"kind":"webfonts#webfont","family":"Nothing You Could Do","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/nothingyoucoulddo/v8/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf"}},{"kind":"webfonts#webfont","family":"Noticia Text","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/noticiatext/v8/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf","regular":"http://fonts.gstatic.com/s/noticiatext/v8/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf","italic":"http://fonts.gstatic.com/s/noticiatext/v8/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf","700italic":"http://fonts.gstatic.com/s/noticiatext/v8/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf"}},{"kind":"webfonts#webfont","family":"Noto Sans","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["devanagari","vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/notosans/v8/o-0NIpQlx3QUlC5A4PNjXhFlY9aA5Wl6PQ.ttf","regular":"http://fonts.gstatic.com/s/notosans/v8/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf","italic":"http://fonts.gstatic.com/s/notosans/v8/o-0OIpQlx3QUlC5A4PNr4DRFSfiM7HBj.ttf","700italic":"http://fonts.gstatic.com/s/notosans/v8/o-0TIpQlx3QUlC5A4PNr4Az5ZtyEx2xqPaif.ttf"}},{"kind":"webfonts#webfont","family":"Noto Sans JP","category":"sans-serif","variants":["100","300","regular","500","700","900"],"subsets":["latin","japanese"],"version":"v23","lastModified":"2019-04-17","files":{"100":"http://fonts.gstatic.com/s/notosansjp/v23/-F6ofjtqLzI2JPCgQBnw7HFQoggM-FNthvIU.otf","300":"http://fonts.gstatic.com/s/notosansjp/v23/-F6pfjtqLzI2JPCgQBnw7HFQaioq1H1hj-sNFQ.otf","500":"http://fonts.gstatic.com/s/notosansjp/v23/-F6pfjtqLzI2JPCgQBnw7HFQMisq1H1hj-sNFQ.otf","700":"http://fonts.gstatic.com/s/notosansjp/v23/-F6pfjtqLzI2JPCgQBnw7HFQei0q1H1hj-sNFQ.otf","900":"http://fonts.gstatic.com/s/notosansjp/v23/-F6pfjtqLzI2JPCgQBnw7HFQQi8q1H1hj-sNFQ.otf","regular":"http://fonts.gstatic.com/s/notosansjp/v23/-F62fjtqLzI2JPCgQBnw7HFowAIO2lZ9hg.otf"}},{"kind":"webfonts#webfont","family":"Noto Sans KR","category":"sans-serif","variants":["100","300","regular","500","700","900"],"subsets":["latin","korean"],"version":"v11","lastModified":"2019-04-17","files":{"100":"http://fonts.gstatic.com/s/notosanskr/v11/Pby6FmXiEBPT4ITbgNA5CgmOsn7uwpYcuH8y.otf","300":"http://fonts.gstatic.com/s/notosanskr/v11/Pby7FmXiEBPT4ITbgNA5CgmOelzI7rgQsWYrzw.otf","500":"http://fonts.gstatic.com/s/notosanskr/v11/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7rgQsWYrzw.otf","700":"http://fonts.gstatic.com/s/notosanskr/v11/Pby7FmXiEBPT4ITbgNA5CgmOalvI7rgQsWYrzw.otf","900":"http://fonts.gstatic.com/s/notosanskr/v11/Pby7FmXiEBPT4ITbgNA5CgmOUlnI7rgQsWYrzw.otf","regular":"http://fonts.gstatic.com/s/notosanskr/v11/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf"}},{"kind":"webfonts#webfont","family":"Noto Sans SC","category":"sans-serif","variants":["100","300","regular","500","700","900"],"subsets":["vietnamese","cyrillic","latin","chinese-simplified","japanese"],"version":"v7","lastModified":"2019-04-17","files":{"100":"http://fonts.gstatic.com/s/notosanssc/v7/k3kJo84MPvpLmixcA63oeALZTYKL2wv287Sb.otf","300":"http://fonts.gstatic.com/s/notosanssc/v7/k3kIo84MPvpLmixcA63oeALZhaCt9yX6-q2CGg.otf","500":"http://fonts.gstatic.com/s/notosanssc/v7/k3kIo84MPvpLmixcA63oeALZ3aGt9yX6-q2CGg.otf","700":"http://fonts.gstatic.com/s/notosanssc/v7/k3kIo84MPvpLmixcA63oeALZlaet9yX6-q2CGg.otf","900":"http://fonts.gstatic.com/s/notosanssc/v7/k3kIo84MPvpLmixcA63oeALZraWt9yX6-q2CGg.otf","regular":"http://fonts.gstatic.com/s/notosanssc/v7/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf"}},{"kind":"webfonts#webfont","family":"Noto Sans TC","category":"sans-serif","variants":["100","300","regular","500","700","900"],"subsets":["chinese-traditional","latin","japanese"],"version":"v7","lastModified":"2019-04-17","files":{"100":"http://fonts.gstatic.com/s/notosanstc/v7/-nFlOG829Oofr2wohFbTp9i9WyEJIfNZ1sjy.otf","300":"http://fonts.gstatic.com/s/notosanstc/v7/-nFkOG829Oofr2wohFbTp9i9kwMvDd1V39Hr7g.otf","500":"http://fonts.gstatic.com/s/notosanstc/v7/-nFkOG829Oofr2wohFbTp9i9ywIvDd1V39Hr7g.otf","700":"http://fonts.gstatic.com/s/notosanstc/v7/-nFkOG829Oofr2wohFbTp9i9gwQvDd1V39Hr7g.otf","900":"http://fonts.gstatic.com/s/notosanstc/v7/-nFkOG829Oofr2wohFbTp9i9uwYvDd1V39Hr7g.otf","regular":"http://fonts.gstatic.com/s/notosanstc/v7/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf"}},{"kind":"webfonts#webfont","family":"Noto Serif","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v7","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/notoserif/v7/ga6Law1J5X9T9RW6j9bNdOwzTRCUcM1IKoY.ttf","regular":"http://fonts.gstatic.com/s/notoserif/v7/ga6Iaw1J5X9T9RW6j9bNTFAcaRi_bMQ.ttf","italic":"http://fonts.gstatic.com/s/notoserif/v7/ga6Kaw1J5X9T9RW6j9bNfFIWbTq6fMRRMw.ttf","700italic":"http://fonts.gstatic.com/s/notoserif/v7/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedO9NOoYIDg.ttf"}},{"kind":"webfonts#webfont","family":"Noto Serif JP","category":"serif","variants":["200","300","regular","500","600","700","900"],"subsets":["latin","japanese"],"version":"v6","lastModified":"2019-04-17","files":{"200":"http://fonts.gstatic.com/s/notoserifjp/v6/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf","300":"http://fonts.gstatic.com/s/notoserifjp/v6/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf","500":"http://fonts.gstatic.com/s/notoserifjp/v6/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf","600":"http://fonts.gstatic.com/s/notoserifjp/v6/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf","700":"http://fonts.gstatic.com/s/notoserifjp/v6/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf","900":"http://fonts.gstatic.com/s/notoserifjp/v6/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf","regular":"http://fonts.gstatic.com/s/notoserifjp/v6/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf"}},{"kind":"webfonts#webfont","family":"Noto Serif KR","category":"serif","variants":["200","300","regular","500","600","700","900"],"subsets":["latin","korean"],"version":"v5","lastModified":"2019-04-17","files":{"200":"http://fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf","300":"http://fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf","500":"http://fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf","600":"http://fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf","700":"http://fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf","900":"http://fonts.gstatic.com/s/notoserifkr/v5/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf","regular":"http://fonts.gstatic.com/s/notoserifkr/v5/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf"}},{"kind":"webfonts#webfont","family":"Noto Serif SC","category":"serif","variants":["200","300","regular","500","600","700","900"],"subsets":["vietnamese","cyrillic","latin","chinese-simplified","japanese"],"version":"v4","lastModified":"2019-04-17","files":{"200":"http://fonts.gstatic.com/s/notoserifsc/v4/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf","300":"http://fonts.gstatic.com/s/notoserifsc/v4/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf","500":"http://fonts.gstatic.com/s/notoserifsc/v4/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf","600":"http://fonts.gstatic.com/s/notoserifsc/v4/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf","700":"http://fonts.gstatic.com/s/notoserifsc/v4/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf","900":"http://fonts.gstatic.com/s/notoserifsc/v4/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf","regular":"http://fonts.gstatic.com/s/notoserifsc/v4/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf"}},{"kind":"webfonts#webfont","family":"Noto Serif TC","category":"serif","variants":["200","300","regular","500","600","700","900"],"subsets":["chinese-traditional","vietnamese","cyrillic","latin","japanese"],"version":"v4","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/notoseriftc/v4/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf","300":"http://fonts.gstatic.com/s/notoseriftc/v4/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf","500":"http://fonts.gstatic.com/s/notoseriftc/v4/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf","600":"http://fonts.gstatic.com/s/notoseriftc/v4/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf","700":"http://fonts.gstatic.com/s/notoseriftc/v4/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf","900":"http://fonts.gstatic.com/s/notoseriftc/v4/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf","regular":"http://fonts.gstatic.com/s/notoseriftc/v4/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf"}},{"kind":"webfonts#webfont","family":"Nova Cut","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/novacut/v10/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf"}},{"kind":"webfonts#webfont","family":"Nova Flat","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/novaflat/v10/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf"}},{"kind":"webfonts#webfont","family":"Nova Mono","category":"monospace","variants":["regular"],"subsets":["greek","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/novamono/v9/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf"}},{"kind":"webfonts#webfont","family":"Nova Oval","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/novaoval/v10/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf"}},{"kind":"webfonts#webfont","family":"Nova Round","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/novaround/v10/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf"}},{"kind":"webfonts#webfont","family":"Nova Script","category":"display","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/novascript/v11/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf"}},{"kind":"webfonts#webfont","family":"Nova Slim","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/novaslim/v10/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf"}},{"kind":"webfonts#webfont","family":"Nova Square","category":"display","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/novasquare/v11/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf"}},{"kind":"webfonts#webfont","family":"Numans","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/numans/v8/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf"}},{"kind":"webfonts#webfont","family":"Nunito","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v10","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofA-sekZuHJeTsfDQ.ttf","300":"http://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAnsSkZuHJeTsfDQ.ttf","600":"http://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofA6sKkZuHJeTsfDQ.ttf","700":"http://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAjsOkZuHJeTsfDQ.ttf","800":"http://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAksCkZuHJeTsfDQ.ttf","900":"http://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAtsGkZuHJeTsfDQ.ttf","200italic":"http://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN5MZ-vNWz4PDWtj.ttf","300italic":"http://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4oZOvNWz4PDWtj.ttf","regular":"http://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKof4MuyAbsrVcA.ttf","italic":"http://fonts.gstatic.com/s/nunito/v10/XRXX3I6Li01BKofIMOaETM_FcCIG.ttf","600italic":"http://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN5cYuvNWz4PDWtj.ttf","700italic":"http://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN44Y-vNWz4PDWtj.ttf","800italic":"http://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4kYOvNWz4PDWtj.ttf","900italic":"http://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4AYevNWz4PDWtj.ttf"}},{"kind":"webfonts#webfont","family":"Nunito Sans","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9yAv5qWVAgVol-.ttf","300":"http://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8WAf5qWVAgVol-.ttf","600":"http://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9iB_5qWVAgVol-.ttf","700":"http://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBv5qWVAgVol-.ttf","800":"http://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8aBf5qWVAgVol-.ttf","900":"http://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8-BP5qWVAgVol-.ttf","200italic":"http://fonts.gstatic.com/s/nunitosans/v4/pe01MImSLYBIv1o4X1M8cce4GxZrU1QCU5l-06Y.ttf","300italic":"http://fonts.gstatic.com/s/nunitosans/v4/pe01MImSLYBIv1o4X1M8cce4G3JoU1QCU5l-06Y.ttf","regular":"http://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cfe6Kdpickwp.ttf","italic":"http://fonts.gstatic.com/s/nunitosans/v4/pe0oMImSLYBIv1o4X1M8cce4I95Ad1wpT5A.ttf","600italic":"http://fonts.gstatic.com/s/nunitosans/v4/pe01MImSLYBIv1o4X1M8cce4GwZuU1QCU5l-06Y.ttf","700italic":"http://fonts.gstatic.com/s/nunitosans/v4/pe01MImSLYBIv1o4X1M8cce4G2JvU1QCU5l-06Y.ttf","800italic":"http://fonts.gstatic.com/s/nunitosans/v4/pe01MImSLYBIv1o4X1M8cce4G35sU1QCU5l-06Y.ttf","900italic":"http://fonts.gstatic.com/s/nunitosans/v4/pe01MImSLYBIv1o4X1M8cce4G1ptU1QCU5l-06Y.ttf"}},{"kind":"webfonts#webfont","family":"Odor Mean Chey","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/odormeanchey/v10/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf"}},{"kind":"webfonts#webfont","family":"Offside","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/offside/v6/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf"}},{"kind":"webfonts#webfont","family":"Old Standard TT","category":"serif","variants":["regular","italic","700"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v11","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/oldstandardtt/v11/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf","regular":"http://fonts.gstatic.com/s/oldstandardtt/v11/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf","italic":"http://fonts.gstatic.com/s/oldstandardtt/v11/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf"}},{"kind":"webfonts#webfont","family":"Oldenburg","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/oldenburg/v6/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf"}},{"kind":"webfonts#webfont","family":"Oleo Script","category":"display","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/oleoscript/v7/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf","regular":"http://fonts.gstatic.com/s/oleoscript/v7/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf"}},{"kind":"webfonts#webfont","family":"Oleo Script Swash Caps","category":"display","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/oleoscriptswashcaps/v6/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf","regular":"http://fonts.gstatic.com/s/oleoscriptswashcaps/v6/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf"}},{"kind":"webfonts#webfont","family":"Open Sans","category":"sans-serif","variants":["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v16","lastModified":"2019-03-26","files":{"300":"http://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8-VeJoCqeDjg.ttf","600":"http://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirk-VeJoCqeDjg.ttf","700":"http://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rg-VeJoCqeDjg.ttf","800":"http://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rs-VeJoCqeDjg.ttf","300italic":"http://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV-hsKKKTjrPW.ttf","regular":"http://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-U1UpcaXcl0Aw.ttf","italic":"http://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUJ0ef8xkA76a.ttf","600italic":"http://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKXGUehsKKKTjrPW.ttf","700italic":"http://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWiUOhsKKKTjrPW.ttf","800italic":"http://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKW-U-hsKKKTjrPW.ttf"}},{"kind":"webfonts#webfont","family":"Open Sans Condensed","category":"sans-serif","variants":["300","300italic","700"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v13","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/opensanscondensed/v13/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuLGRpWRyAs.ttf","700":"http://fonts.gstatic.com/s/opensanscondensed/v13/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmPuLGRpWRyAs.ttf","300italic":"http://fonts.gstatic.com/s/opensanscondensed/v13/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suDMQreU2AsJSg.ttf"}},{"kind":"webfonts#webfont","family":"Oranienbaum","category":"serif","variants":["regular"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/oranienbaum/v7/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf"}},{"kind":"webfonts#webfont","family":"Orbitron","category":"sans-serif","variants":["regular","500","700","900"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"500":"http://fonts.gstatic.com/s/orbitron/v10/yMJWMIlzdpvBhQQL_QJIVAhxoNFxW0Hz.ttf","700":"http://fonts.gstatic.com/s/orbitron/v10/yMJWMIlzdpvBhQQL_QIAUghxoNFxW0Hz.ttf","900":"http://fonts.gstatic.com/s/orbitron/v10/yMJWMIlzdpvBhQQL_QI4UAhxoNFxW0Hz.ttf","regular":"http://fonts.gstatic.com/s/orbitron/v10/yMJRMIlzdpvBhQQL_Tq8fSx5i814.ttf"}},{"kind":"webfonts#webfont","family":"Oregano","category":"display","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/oregano/v6/If2IXTPxciS3H4S2kZffPznO3yM.ttf","italic":"http://fonts.gstatic.com/s/oregano/v6/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf"}},{"kind":"webfonts#webfont","family":"Orienta","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/orienta/v6/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf"}},{"kind":"webfonts#webfont","family":"Original Surfer","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/originalsurfer/v7/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf"}},{"kind":"webfonts#webfont","family":"Oswald","category":"sans-serif","variants":["200","300","regular","500","600","700"],"subsets":["vietnamese","latin-ext","cyrillic","latin"],"version":"v17","lastModified":"2019-03-27","files":{"200":"http://fonts.gstatic.com/s/oswald/v17/TK3hWkUHHAIjg75-1h4jvcVDI5S01g.ttf","300":"http://fonts.gstatic.com/s/oswald/v17/TK3hWkUHHAIjg75-sh0jvcVDI5S01g.ttf","500":"http://fonts.gstatic.com/s/oswald/v17/TK3hWkUHHAIjg75-6hwjvcVDI5S01g.ttf","600":"http://fonts.gstatic.com/s/oswald/v17/TK3hWkUHHAIjg75-xhsjvcVDI5S01g.ttf","700":"http://fonts.gstatic.com/s/oswald/v17/TK3hWkUHHAIjg75-ohojvcVDI5S01g.ttf","regular":"http://fonts.gstatic.com/s/oswald/v17/TK3iWkUHHAIjg75GHjUHte5fKg.ttf"}},{"kind":"webfonts#webfont","family":"Over the Rainbow","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/overtherainbow/v9/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf"}},{"kind":"webfonts#webfont","family":"Overlock","category":"display","variants":["regular","italic","700","700italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/overlock/v8/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf","900":"http://fonts.gstatic.com/s/overlock/v8/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf","regular":"http://fonts.gstatic.com/s/overlock/v8/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf","italic":"http://fonts.gstatic.com/s/overlock/v8/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf","700italic":"http://fonts.gstatic.com/s/overlock/v8/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf","900italic":"http://fonts.gstatic.com/s/overlock/v8/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf"}},{"kind":"webfonts#webfont","family":"Overlock SC","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/overlocksc/v7/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf"}},{"kind":"webfonts#webfont","family":"Overpass","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v3","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/overpass/v3/qFdB35WCmI96Ajtm81nGU97gxhcJk1s.ttf","200":"http://fonts.gstatic.com/s/overpass/v3/qFdA35WCmI96Ajtm81lqcv7K6BsAikI7.ttf","300":"http://fonts.gstatic.com/s/overpass/v3/qFdA35WCmI96Ajtm81kOcf7K6BsAikI7.ttf","600":"http://fonts.gstatic.com/s/overpass/v3/qFdA35WCmI96Ajtm81l6d_7K6BsAikI7.ttf","700":"http://fonts.gstatic.com/s/overpass/v3/qFdA35WCmI96Ajtm81kedv7K6BsAikI7.ttf","800":"http://fonts.gstatic.com/s/overpass/v3/qFdA35WCmI96Ajtm81kCdf7K6BsAikI7.ttf","900":"http://fonts.gstatic.com/s/overpass/v3/qFdA35WCmI96Ajtm81kmdP7K6BsAikI7.ttf","100italic":"http://fonts.gstatic.com/s/overpass/v3/qFdD35WCmI96Ajtm81Gga7rqwjUMg1siNQ.ttf","200italic":"http://fonts.gstatic.com/s/overpass/v3/qFdC35WCmI96Ajtm81GgaxbL4h8ij1I7LLE.ttf","300italic":"http://fonts.gstatic.com/s/overpass/v3/qFdC35WCmI96Ajtm81Gga3LI4h8ij1I7LLE.ttf","regular":"http://fonts.gstatic.com/s/overpass/v3/qFdH35WCmI96Ajtm82GiWdrCwwcJ.ttf","italic":"http://fonts.gstatic.com/s/overpass/v3/qFdB35WCmI96Ajtm81GgU97gxhcJk1s.ttf","600italic":"http://fonts.gstatic.com/s/overpass/v3/qFdC35WCmI96Ajtm81GgawbO4h8ij1I7LLE.ttf","700italic":"http://fonts.gstatic.com/s/overpass/v3/qFdC35WCmI96Ajtm81Gga2LP4h8ij1I7LLE.ttf","800italic":"http://fonts.gstatic.com/s/overpass/v3/qFdC35WCmI96Ajtm81Gga37M4h8ij1I7LLE.ttf","900italic":"http://fonts.gstatic.com/s/overpass/v3/qFdC35WCmI96Ajtm81Gga1rN4h8ij1I7LLE.ttf"}},{"kind":"webfonts#webfont","family":"Overpass Mono","category":"monospace","variants":["300","regular","600","700"],"subsets":["latin-ext","latin"],"version":"v4","lastModified":"2018-12-13","files":{"300":"http://fonts.gstatic.com/s/overpassmono/v4/_Xm3-H86tzKDdAPa-KPQZ-AC3oSWk_edB3Zf8EQ.ttf","600":"http://fonts.gstatic.com/s/overpassmono/v4/_Xm3-H86tzKDdAPa-KPQZ-AC3vCQk_edB3Zf8EQ.ttf","700":"http://fonts.gstatic.com/s/overpassmono/v4/_Xm3-H86tzKDdAPa-KPQZ-AC3pSRk_edB3Zf8EQ.ttf","regular":"http://fonts.gstatic.com/s/overpassmono/v4/_Xmq-H86tzKDdAPa-KPQZ-AC5ii-t_-2G38.ttf"}},{"kind":"webfonts#webfont","family":"Ovo","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/ovo/v10/yYLl0h7Wyfzjy4Q5_3WVxA.ttf"}},{"kind":"webfonts#webfont","family":"Oxygen","category":"sans-serif","variants":["300","regular","700"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/oxygen/v8/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf","700":"http://fonts.gstatic.com/s/oxygen/v8/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf","regular":"http://fonts.gstatic.com/s/oxygen/v8/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf"}},{"kind":"webfonts#webfont","family":"Oxygen Mono","category":"monospace","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/oxygenmono/v6/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf"}},{"kind":"webfonts#webfont","family":"PT Mono","category":"monospace","variants":["regular"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/ptmono/v6/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf"}},{"kind":"webfonts#webfont","family":"PT Sans","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/ptsans/v10/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf","regular":"http://fonts.gstatic.com/s/ptsans/v10/jizaRExUiTo99u79P0WOxOGMMDQ.ttf","italic":"http://fonts.gstatic.com/s/ptsans/v10/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf","700italic":"http://fonts.gstatic.com/s/ptsans/v10/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf"}},{"kind":"webfonts#webfont","family":"PT Sans Caption","category":"sans-serif","variants":["regular","700"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v11","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/ptsanscaption/v11/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf","regular":"http://fonts.gstatic.com/s/ptsanscaption/v11/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf"}},{"kind":"webfonts#webfont","family":"PT Sans Narrow","category":"sans-serif","variants":["regular","700"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/ptsansnarrow/v10/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf","regular":"http://fonts.gstatic.com/s/ptsansnarrow/v10/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf"}},{"kind":"webfonts#webfont","family":"PT Serif","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/ptserif/v10/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf","regular":"http://fonts.gstatic.com/s/ptserif/v10/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf","italic":"http://fonts.gstatic.com/s/ptserif/v10/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf","700italic":"http://fonts.gstatic.com/s/ptserif/v10/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf"}},{"kind":"webfonts#webfont","family":"PT Serif Caption","category":"serif","variants":["regular","italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/ptserifcaption/v10/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf","italic":"http://fonts.gstatic.com/s/ptserifcaption/v10/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf"}},{"kind":"webfonts#webfont","family":"Pacifico","category":"handwriting","variants":["regular"],"subsets":["vietnamese","latin-ext","cyrillic","latin"],"version":"v13","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/pacifico/v13/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf"}},{"kind":"webfonts#webfont","family":"Padauk","category":"sans-serif","variants":["regular","700"],"subsets":["myanmar","latin"],"version":"v5","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/padauk/v5/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf","regular":"http://fonts.gstatic.com/s/padauk/v5/RrQRboJg-id7OnbBa0_g3LlYbg.ttf"}},{"kind":"webfonts#webfont","family":"Palanquin","category":"sans-serif","variants":["100","200","300","regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/palanquin/v4/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf","200":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf","300":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf","500":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf","600":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf","700":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf","regular":"http://fonts.gstatic.com/s/palanquin/v4/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf"}},{"kind":"webfonts#webfont","family":"Palanquin Dark","category":"sans-serif","variants":["regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v5","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/palanquindark/v5/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf","600":"http://fonts.gstatic.com/s/palanquindark/v5/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf","700":"http://fonts.gstatic.com/s/palanquindark/v5/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf","regular":"http://fonts.gstatic.com/s/palanquindark/v5/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf"}},{"kind":"webfonts#webfont","family":"Pangolin","category":"handwriting","variants":["regular"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v4","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/pangolin/v4/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf"}},{"kind":"webfonts#webfont","family":"Paprika","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/paprika/v6/8QIJdijZitv49rDfuIgOq7jkAOw.ttf"}},{"kind":"webfonts#webfont","family":"Parisienne","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/parisienne/v6/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf"}},{"kind":"webfonts#webfont","family":"Passero One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/passeroone/v10/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf"}},{"kind":"webfonts#webfont","family":"Passion One","category":"display","variants":["regular","700","900"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/passionone/v9/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf","900":"http://fonts.gstatic.com/s/passionone/v9/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf","regular":"http://fonts.gstatic.com/s/passionone/v9/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf"}},{"kind":"webfonts#webfont","family":"Pathway Gothic One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/pathwaygothicone/v7/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf"}},{"kind":"webfonts#webfont","family":"Patrick Hand","category":"handwriting","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v12","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/patrickhand/v12/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf"}},{"kind":"webfonts#webfont","family":"Patrick Hand SC","category":"handwriting","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/patrickhandsc/v6/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf"}},{"kind":"webfonts#webfont","family":"Pattaya","category":"sans-serif","variants":["regular"],"subsets":["vietnamese","latin-ext","thai","cyrillic","latin"],"version":"v4","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/pattaya/v4/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf"}},{"kind":"webfonts#webfont","family":"Patua One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/patuaone/v9/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf"}},{"kind":"webfonts#webfont","family":"Pavanam","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","tamil","latin"],"version":"v3","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/pavanam/v3/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf"}},{"kind":"webfonts#webfont","family":"Paytone One","category":"sans-serif","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v11","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/paytoneone/v11/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf"}},{"kind":"webfonts#webfont","family":"Peddana","category":"serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/peddana/v6/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf"}},{"kind":"webfonts#webfont","family":"Peralta","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/peralta/v6/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf"}},{"kind":"webfonts#webfont","family":"Permanent Marker","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/permanentmarker/v8/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf"}},{"kind":"webfonts#webfont","family":"Petit Formal Script","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/petitformalscript/v6/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf"}},{"kind":"webfonts#webfont","family":"Petrona","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/petrona/v7/mtG64_NXL7bZo9XXsXVStGsRwCU.ttf"}},{"kind":"webfonts#webfont","family":"Philosopher","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/philosopher/v10/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf","regular":"http://fonts.gstatic.com/s/philosopher/v10/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf","italic":"http://fonts.gstatic.com/s/philosopher/v10/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf","700italic":"http://fonts.gstatic.com/s/philosopher/v10/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf"}},{"kind":"webfonts#webfont","family":"Piedra","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/piedra/v7/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf"}},{"kind":"webfonts#webfont","family":"Pinyon Script","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/pinyonscript/v8/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf"}},{"kind":"webfonts#webfont","family":"Pirata One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/pirataone/v7/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf"}},{"kind":"webfonts#webfont","family":"Plaster","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/plaster/v10/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf"}},{"kind":"webfonts#webfont","family":"Play","category":"sans-serif","variants":["regular","700"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/play/v10/6ae84K2oVqwItm4TOpc423nTJTM.ttf","regular":"http://fonts.gstatic.com/s/play/v10/6aez4K2oVqwIjtI8Hp8Tx3A.ttf"}},{"kind":"webfonts#webfont","family":"Playball","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/playball/v8/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf"}},{"kind":"webfonts#webfont","family":"Playfair Display","category":"serif","variants":["regular","italic","700","700italic","900","900italic"],"subsets":["vietnamese","latin-ext","cyrillic","latin"],"version":"v14","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9pWkU5xxiJKY.ttf","900":"http://fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBb__pWkU5xxiJKY.ttf","regular":"http://fonts.gstatic.com/s/playfairdisplay/v14/nuFiD-vYSZviVYUb_rj3ij__anPXPTvSgWE_-xU.ttf","italic":"http://fonts.gstatic.com/s/playfairdisplay/v14/nuFkD-vYSZviVYUb_rj3ij__anPXDTnYhUM66xV7PQ.ttf","700italic":"http://fonts.gstatic.com/s/playfairdisplay/v14/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwe4z5nNKaV_w.ttf","900italic":"http://fonts.gstatic.com/s/playfairdisplay/v14/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4e4z5nNKaV_w.ttf"}},{"kind":"webfonts#webfont","family":"Playfair Display SC","category":"serif","variants":["regular","italic","700","700italic","900","900italic"],"subsets":["vietnamese","latin-ext","cyrillic","latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/playfairdisplaysc/v8/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf","900":"http://fonts.gstatic.com/s/playfairdisplaysc/v8/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf","regular":"http://fonts.gstatic.com/s/playfairdisplaysc/v8/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf","italic":"http://fonts.gstatic.com/s/playfairdisplaysc/v8/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf","700italic":"http://fonts.gstatic.com/s/playfairdisplaysc/v8/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf","900italic":"http://fonts.gstatic.com/s/playfairdisplaysc/v8/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf"}},{"kind":"webfonts#webfont","family":"Podkova","category":"serif","variants":["regular","500","600","700","800"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v12","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/podkova/v12/K2F0fZ1EmftJSV9VYGrQAoqKAyLzfWo.ttf","600":"http://fonts.gstatic.com/s/podkova/v12/K2F0fZ1EmftJSV9VYEbXAoqKAyLzfWo.ttf","700":"http://fonts.gstatic.com/s/podkova/v12/K2F0fZ1EmftJSV9VYCLWAoqKAyLzfWo.ttf","800":"http://fonts.gstatic.com/s/podkova/v12/K2F0fZ1EmftJSV9VYD7VAoqKAyLzfWo.ttf","regular":"http://fonts.gstatic.com/s/podkova/v12/K2FxfZ1EmftJSV9VWJ75JoKhHys.ttf"}},{"kind":"webfonts#webfont","family":"Poiret One","category":"display","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/poiretone/v7/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf"}},{"kind":"webfonts#webfont","family":"Poller One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/pollerone/v8/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf"}},{"kind":"webfonts#webfont","family":"Poly","category":"serif","variants":["regular","italic"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/poly/v9/MQpb-W6wKNitRLCAq2Lpris.ttf","italic":"http://fonts.gstatic.com/s/poly/v9/MQpV-W6wKNitdLKKr0DsviuGWA.ttf"}},{"kind":"webfonts#webfont","family":"Pompiere","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/pompiere/v8/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf"}},{"kind":"webfonts#webfont","family":"Pontano Sans","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/pontanosans/v6/qFdD35GdgYR8EzR6oBLDHa3qwjUMg1siNQ.ttf"}},{"kind":"webfonts#webfont","family":"Poor Story","category":"display","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/poorstory/v7/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf"}},{"kind":"webfonts#webfont","family":"Poppins","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["devanagari","latin-ext","latin"],"version":"v6","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/poppins/v6/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf","200":"http://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf","300":"http://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf","500":"http://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf","600":"http://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf","700":"http://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf","800":"http://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf","900":"http://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf","100italic":"http://fonts.gstatic.com/s/poppins/v6/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf","200italic":"http://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf","300italic":"http://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf","regular":"http://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf","italic":"http://fonts.gstatic.com/s/poppins/v6/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf","500italic":"http://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf","600italic":"http://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf","700italic":"http://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf","800italic":"http://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf","900italic":"http://fonts.gstatic.com/s/poppins/v6/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf"}},{"kind":"webfonts#webfont","family":"Port Lligat Sans","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/portlligatsans/v7/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf"}},{"kind":"webfonts#webfont","family":"Port Lligat Slab","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/portlligatslab/v7/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf"}},{"kind":"webfonts#webfont","family":"Pragati Narrow","category":"sans-serif","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/pragatinarrow/v4/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf","regular":"http://fonts.gstatic.com/s/pragatinarrow/v4/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf"}},{"kind":"webfonts#webfont","family":"Prata","category":"serif","variants":["regular"],"subsets":["vietnamese","cyrillic-ext","cyrillic","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/prata/v9/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf"}},{"kind":"webfonts#webfont","family":"Preahvihear","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/preahvihear/v10/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf"}},{"kind":"webfonts#webfont","family":"Press Start 2P","category":"display","variants":["regular"],"subsets":["cyrillic-ext","greek","latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/pressstart2p/v7/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf"}},{"kind":"webfonts#webfont","family":"Pridi","category":"serif","variants":["200","300","regular","500","600","700"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v4","lastModified":"2019-01-15","files":{"200":"http://fonts.gstatic.com/s/pridi/v4/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf","300":"http://fonts.gstatic.com/s/pridi/v4/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf","500":"http://fonts.gstatic.com/s/pridi/v4/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf","600":"http://fonts.gstatic.com/s/pridi/v4/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf","700":"http://fonts.gstatic.com/s/pridi/v4/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf","regular":"http://fonts.gstatic.com/s/pridi/v4/2sDQZG5JnZLfkfWao2krbl29.ttf"}},{"kind":"webfonts#webfont","family":"Princess Sofia","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/princesssofia/v7/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf"}},{"kind":"webfonts#webfont","family":"Prociono","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/prociono/v8/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf"}},{"kind":"webfonts#webfont","family":"Prompt","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v3","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/prompt/v3/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf","200":"http://fonts.gstatic.com/s/prompt/v3/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf","300":"http://fonts.gstatic.com/s/prompt/v3/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf","500":"http://fonts.gstatic.com/s/prompt/v3/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf","600":"http://fonts.gstatic.com/s/prompt/v3/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf","700":"http://fonts.gstatic.com/s/prompt/v3/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf","800":"http://fonts.gstatic.com/s/prompt/v3/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf","900":"http://fonts.gstatic.com/s/prompt/v3/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf","100italic":"http://fonts.gstatic.com/s/prompt/v3/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf","200italic":"http://fonts.gstatic.com/s/prompt/v3/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf","300italic":"http://fonts.gstatic.com/s/prompt/v3/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf","regular":"http://fonts.gstatic.com/s/prompt/v3/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf","italic":"http://fonts.gstatic.com/s/prompt/v3/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf","500italic":"http://fonts.gstatic.com/s/prompt/v3/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf","600italic":"http://fonts.gstatic.com/s/prompt/v3/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf","700italic":"http://fonts.gstatic.com/s/prompt/v3/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf","800italic":"http://fonts.gstatic.com/s/prompt/v3/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf","900italic":"http://fonts.gstatic.com/s/prompt/v3/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf"}},{"kind":"webfonts#webfont","family":"Prosto One","category":"display","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/prostoone/v7/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf"}},{"kind":"webfonts#webfont","family":"Proza Libre","category":"sans-serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],"subsets":["latin-ext","latin"],"version":"v3","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/prozalibre/v3/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf","600":"http://fonts.gstatic.com/s/prozalibre/v3/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf","700":"http://fonts.gstatic.com/s/prozalibre/v3/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf","800":"http://fonts.gstatic.com/s/prozalibre/v3/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf","regular":"http://fonts.gstatic.com/s/prozalibre/v3/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf","italic":"http://fonts.gstatic.com/s/prozalibre/v3/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf","500italic":"http://fonts.gstatic.com/s/prozalibre/v3/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf","600italic":"http://fonts.gstatic.com/s/prozalibre/v3/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf","700italic":"http://fonts.gstatic.com/s/prozalibre/v3/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf","800italic":"http://fonts.gstatic.com/s/prozalibre/v3/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf"}},{"kind":"webfonts#webfont","family":"Puritan","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/puritan/v10/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf","regular":"http://fonts.gstatic.com/s/puritan/v10/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf","italic":"http://fonts.gstatic.com/s/puritan/v10/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf","700italic":"http://fonts.gstatic.com/s/puritan/v10/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf"}},{"kind":"webfonts#webfont","family":"Purple Purse","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/purplepurse/v7/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf"}},{"kind":"webfonts#webfont","family":"Quando","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/quando/v7/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf"}},{"kind":"webfonts#webfont","family":"Quantico","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/quantico/v8/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf","regular":"http://fonts.gstatic.com/s/quantico/v8/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf","italic":"http://fonts.gstatic.com/s/quantico/v8/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf","700italic":"http://fonts.gstatic.com/s/quantico/v8/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf"}},{"kind":"webfonts#webfont","family":"Quattrocento","category":"serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/quattrocento/v10/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf","regular":"http://fonts.gstatic.com/s/quattrocento/v10/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf"}},{"kind":"webfonts#webfont","family":"Quattrocento Sans","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf","regular":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf","italic":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf","700italic":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf"}},{"kind":"webfonts#webfont","family":"Questrial","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/questrial/v8/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf"}},{"kind":"webfonts#webfont","family":"Quicksand","category":"sans-serif","variants":["300","regular","500","700"],"subsets":["vietnamese","latin-ext","latin"],"version":"v9","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/quicksand/v9/6xKodSZaM9iE8KbpRA_pgHYoSMj-N4_4kQ.ttf","500":"http://fonts.gstatic.com/s/quicksand/v9/6xKodSZaM9iE8KbpRA_p2HcoSMj-N4_4kQ.ttf","700":"http://fonts.gstatic.com/s/quicksand/v9/6xKodSZaM9iE8KbpRA_pkHEoSMj-N4_4kQ.ttf","regular":"http://fonts.gstatic.com/s/quicksand/v9/6xKtdSZaM9iE8KbpRA_RLF4MQOPiPg.ttf"}},{"kind":"webfonts#webfont","family":"Quintessential","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/quintessential/v6/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf"}},{"kind":"webfonts#webfont","family":"Qwigley","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/qwigley/v8/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf"}},{"kind":"webfonts#webfont","family":"Racing Sans One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/racingsansone/v6/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf"}},{"kind":"webfonts#webfont","family":"Radley","category":"serif","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v13","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/radley/v13/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf","italic":"http://fonts.gstatic.com/s/radley/v13/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf"}},{"kind":"webfonts#webfont","family":"Rajdhani","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/rajdhani/v8/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf","500":"http://fonts.gstatic.com/s/rajdhani/v8/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf","600":"http://fonts.gstatic.com/s/rajdhani/v8/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf","700":"http://fonts.gstatic.com/s/rajdhani/v8/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf","regular":"http://fonts.gstatic.com/s/rajdhani/v8/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf"}},{"kind":"webfonts#webfont","family":"Rakkas","category":"display","variants":["regular"],"subsets":["arabic","latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/rakkas/v6/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf"}},{"kind":"webfonts#webfont","family":"Raleway","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v13","lastModified":"2019-03-26","files":{"100":"http://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNwE4ISotrDfGGxA.ttf","200":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwOIpaqFFAfif3Vo.ttf","300":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIYqaqFFAfif3Vo.ttf","500":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwN4raqFFAfif3Vo.ttf","600":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsaqFFAfif3Vo.ttf","700":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwJYtaqFFAfif3Vo.ttf","800":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIouaqFFAfif3Vo.ttf","900":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwK4vaqFFAfif3Vo.ttf","100italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptqg8zYS_SKggPNyCgwLoFvL_SWxEMT.ttf","200italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwgqBPBdqazVoK4A.ttf","300italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw5qNPBdqazVoK4A.ttf","regular":"http://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPN-CoCTqluHfE.ttf","italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNyCgISotrDfGGxA.ttf","500italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwvqJPBdqazVoK4A.ttf","600italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwkqVPBdqazVoK4A.ttf","700italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw9qRPBdqazVoK4A.ttf","800italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw6qdPBdqazVoK4A.ttf","900italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwzqZPBdqazVoK4A.ttf"}},{"kind":"webfonts#webfont","family":"Raleway Dots","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/ralewaydots/v6/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf"}},{"kind":"webfonts#webfont","family":"Ramabhadra","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ramabhadra/v8/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf"}},{"kind":"webfonts#webfont","family":"Ramaraja","category":"serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v3","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ramaraja/v3/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf"}},{"kind":"webfonts#webfont","family":"Rambla","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/rambla/v6/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf","regular":"http://fonts.gstatic.com/s/rambla/v6/snfrs0ip98hx6mr0I7IONthkwQ.ttf","italic":"http://fonts.gstatic.com/s/rambla/v6/snfps0ip98hx6mrEIbgKFN10wYKa.ttf","700italic":"http://fonts.gstatic.com/s/rambla/v6/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf"}},{"kind":"webfonts#webfont","family":"Rammetto One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/rammettoone/v7/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf"}},{"kind":"webfonts#webfont","family":"Ranchers","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ranchers/v6/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf"}},{"kind":"webfonts#webfont","family":"Rancho","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/rancho/v9/46kulbzmXjLaqZRlbWXgd0RY1g.ttf"}},{"kind":"webfonts#webfont","family":"Ranga","category":"display","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/ranga/v4/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf","regular":"http://fonts.gstatic.com/s/ranga/v4/C8ct4cYisGb28p6CLDwZwmGE.ttf"}},{"kind":"webfonts#webfont","family":"Rasa","category":"serif","variants":["300","regular","500","600","700"],"subsets":["latin-ext","latin","gujarati"],"version":"v4","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/rasa/v4/xn7gYHIn1mWmdg52sgC7S9XdZN8.ttf","500":"http://fonts.gstatic.com/s/rasa/v4/xn7gYHIn1mWmdlZ3sgC7S9XdZN8.ttf","600":"http://fonts.gstatic.com/s/rasa/v4/xn7gYHIn1mWmdnpwsgC7S9XdZN8.ttf","700":"http://fonts.gstatic.com/s/rasa/v4/xn7gYHIn1mWmdh5xsgC7S9XdZN8.ttf","regular":"http://fonts.gstatic.com/s/rasa/v4/xn7vYHIn1mWmTqJelgiQV9w.ttf"}},{"kind":"webfonts#webfont","family":"Rationale","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2018-12-13","files":{"regular":"http://fonts.gstatic.com/s/rationale/v10/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf"}},{"kind":"webfonts#webfont","family":"Ravi Prakash","category":"display","variants":["regular"],"subsets":["latin","telugu"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/raviprakash/v5/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf"}},{"kind":"webfonts#webfont","family":"Redressed","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/redressed/v9/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf"}},{"kind":"webfonts#webfont","family":"Reem Kufi","category":"sans-serif","variants":["regular"],"subsets":["arabic","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/reemkufi/v6/2sDcZGJLip7W2J7v7wQDb2-4C7wFZQ.ttf"}},{"kind":"webfonts#webfont","family":"Reenie Beanie","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/reeniebeanie/v9/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf"}},{"kind":"webfonts#webfont","family":"Revalia","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/revalia/v6/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf"}},{"kind":"webfonts#webfont","family":"Rhodium Libre","category":"serif","variants":["regular"],"subsets":["devanagari","latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/rhodiumlibre/v3/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf"}},{"kind":"webfonts#webfont","family":"Ribeye","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ribeye/v7/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf"}},{"kind":"webfonts#webfont","family":"Ribeye Marrow","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ribeyemarrow/v8/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf"}},{"kind":"webfonts#webfont","family":"Righteous","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/righteous/v7/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf"}},{"kind":"webfonts#webfont","family":"Risque","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/risque/v6/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf"}},{"kind":"webfonts#webfont","family":"Roboto","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v19","lastModified":"2019-03-26","files":{"100":"http://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf","300":"http://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf","500":"http://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf","700":"http://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf","900":"http://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf","100italic":"http://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf","300italic":"http://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf","regular":"http://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf","italic":"http://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf","500italic":"http://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf","700italic":"http://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf","900italic":"http://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf"}},{"kind":"webfonts#webfont","family":"Roboto Condensed","category":"sans-serif","variants":["300","300italic","regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v17","lastModified":"2019-03-26","files":{"300":"http://fonts.gstatic.com/s/robotocondensed/v17/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCMSbvtdYyQ.ttf","700":"http://fonts.gstatic.com/s/robotocondensed/v17/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCMSbvtdYyQ.ttf","300italic":"http://fonts.gstatic.com/s/robotocondensed/v17/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYatlYcyRi4A.ttf","regular":"http://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-59WxDCs5cvI.ttf","italic":"http://fonts.gstatic.com/s/robotocondensed/v17/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CAk8YvJEeg.ttf","700italic":"http://fonts.gstatic.com/s/robotocondensed/v17/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYatlYcyRi4A.ttf"}},{"kind":"webfonts#webfont","family":"Roboto Mono","category":"monospace","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v6","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/robotomono/v6/L0x7DF4xlVMF-BfR8bXMIjAoq3qcW7KCG1w.ttf","300":"http://fonts.gstatic.com/s/robotomono/v6/L0xkDF4xlVMF-BfR8bXMIjDgiVq2db6LAkU-.ttf","500":"http://fonts.gstatic.com/s/robotomono/v6/L0xkDF4xlVMF-BfR8bXMIjC4iFq2db6LAkU-.ttf","700":"http://fonts.gstatic.com/s/robotomono/v6/L0xkDF4xlVMF-BfR8bXMIjDwjlq2db6LAkU-.ttf","100italic":"http://fonts.gstatic.com/s/robotomono/v6/L0xlDF4xlVMF-BfR8bXMIjhOkx6WX5CHC1wnFw.ttf","300italic":"http://fonts.gstatic.com/s/robotomono/v6/L0xmDF4xlVMF-BfR8bXMIjhOk9a0f7qpB1U-Drg.ttf","regular":"http://fonts.gstatic.com/s/robotomono/v6/L0x5DF4xlVMF-BfR8bXMIghMoX6-XqKC.ttf","italic":"http://fonts.gstatic.com/s/robotomono/v6/L0x7DF4xlVMF-BfR8bXMIjhOq3qcW7KCG1w.ttf","500italic":"http://fonts.gstatic.com/s/robotomono/v6/L0xmDF4xlVMF-BfR8bXMIjhOk461f7qpB1U-Drg.ttf","700italic":"http://fonts.gstatic.com/s/robotomono/v6/L0xmDF4xlVMF-BfR8bXMIjhOk8azf7qpB1U-Drg.ttf"}},{"kind":"webfonts#webfont","family":"Roboto Slab","category":"serif","variants":["100","300","regular","700"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/robotoslab/v8/BngOUXZYTXPIvIBgJJSb6u-u5qCr5RCDY_k.ttf","300":"http://fonts.gstatic.com/s/robotoslab/v8/BngRUXZYTXPIvIBgJJSb6u9mxICByxyKeuDp.ttf","700":"http://fonts.gstatic.com/s/robotoslab/v8/BngRUXZYTXPIvIBgJJSb6u92w4CByxyKeuDp.ttf","regular":"http://fonts.gstatic.com/s/robotoslab/v8/BngMUXZYTXPIvIBgJJSb6tfK7KSJ4ACD.ttf"}},{"kind":"webfonts#webfont","family":"Rochester","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/rochester/v9/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf"}},{"kind":"webfonts#webfont","family":"Rock Salt","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/rocksalt/v9/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf"}},{"kind":"webfonts#webfont","family":"Rokkitt","category":"serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v13","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/rokkitt/v13/qFdG35qfgYFjGy5hmCWCc_TOyh4Qig.ttf","200":"http://fonts.gstatic.com/s/rokkitt/v13/qFdB35qfgYFjGy5hmImjU97gxhcJk1s.ttf","300":"http://fonts.gstatic.com/s/rokkitt/v13/qFdB35qfgYFjGy5hmO2gU97gxhcJk1s.ttf","500":"http://fonts.gstatic.com/s/rokkitt/v13/qFdB35qfgYFjGy5hmLWhU97gxhcJk1s.ttf","600":"http://fonts.gstatic.com/s/rokkitt/v13/qFdB35qfgYFjGy5hmJmmU97gxhcJk1s.ttf","700":"http://fonts.gstatic.com/s/rokkitt/v13/qFdB35qfgYFjGy5hmP2nU97gxhcJk1s.ttf","800":"http://fonts.gstatic.com/s/rokkitt/v13/qFdB35qfgYFjGy5hmOGkU97gxhcJk1s.ttf","900":"http://fonts.gstatic.com/s/rokkitt/v13/qFdB35qfgYFjGy5hmMWlU97gxhcJk1s.ttf","regular":"http://fonts.gstatic.com/s/rokkitt/v13/qFdE35qfgYFjGy5hoEGId9bL2h4.ttf"}},{"kind":"webfonts#webfont","family":"Romanesco","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/romanesco/v7/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf"}},{"kind":"webfonts#webfont","family":"Ropa Sans","category":"sans-serif","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/ropasans/v8/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf","italic":"http://fonts.gstatic.com/s/ropasans/v8/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf"}},{"kind":"webfonts#webfont","family":"Rosario","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v13","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/rosario/v13/xfu00WDhWW_fOEoY0OjY6AbouLfbK64.ttf","regular":"http://fonts.gstatic.com/s/rosario/v13/xfux0WDhWW_fOEoY6FT3zA7DpL4.ttf","italic":"http://fonts.gstatic.com/s/rosario/v13/xfuz0WDhWW_fOEoY2Fb9yCzGtL7CMg.ttf","700italic":"http://fonts.gstatic.com/s/rosario/v13/xfu20WDhWW_fOEoY2FbFdAPivJXeO67ISw.ttf"}},{"kind":"webfonts#webfont","family":"Rosarivo","category":"serif","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/rosarivo/v6/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf","italic":"http://fonts.gstatic.com/s/rosarivo/v6/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf"}},{"kind":"webfonts#webfont","family":"Rouge Script","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/rougescript/v7/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf"}},{"kind":"webfonts#webfont","family":"Rozha One","category":"serif","variants":["regular"],"subsets":["devanagari","latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/rozhaone/v6/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf"}},{"kind":"webfonts#webfont","family":"Rubik","category":"sans-serif","variants":["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],"subsets":["latin-ext","cyrillic","latin","hebrew"],"version":"v8","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/rubik/v8/iJWHBXyIfDnIV7Fqj1ma-2HW7ZB_.ttf","500":"http://fonts.gstatic.com/s/rubik/v8/iJWHBXyIfDnIV7Eyjlma-2HW7ZB_.ttf","700":"http://fonts.gstatic.com/s/rubik/v8/iJWHBXyIfDnIV7F6iFma-2HW7ZB_.ttf","900":"http://fonts.gstatic.com/s/rubik/v8/iJWHBXyIfDnIV7FCilma-2HW7ZB_.ttf","300italic":"http://fonts.gstatic.com/s/rubik/v8/iJWBBXyIfDnIV7nEldWY8WX06IB_18o.ttf","regular":"http://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV4nGp32S0H3f.ttf","italic":"http://fonts.gstatic.com/s/rubik/v8/iJWEBXyIfDnIV7nErXmw1W3f9Ik.ttf","500italic":"http://fonts.gstatic.com/s/rubik/v8/iJWBBXyIfDnIV7nElY2Z8WX06IB_18o.ttf","700italic":"http://fonts.gstatic.com/s/rubik/v8/iJWBBXyIfDnIV7nElcWf8WX06IB_18o.ttf","900italic":"http://fonts.gstatic.com/s/rubik/v8/iJWBBXyIfDnIV7nElf2d8WX06IB_18o.ttf"}},{"kind":"webfonts#webfont","family":"Rubik Mono One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/rubikmonoone/v7/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf"}},{"kind":"webfonts#webfont","family":"Ruda","category":"sans-serif","variants":["regular","700","900"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/ruda/v10/k3kQo8YQJOpFosM4Td7iL0nAMaM.ttf","900":"http://fonts.gstatic.com/s/ruda/v10/k3kQo8YQJOpFovs6Td7iL0nAMaM.ttf","regular":"http://fonts.gstatic.com/s/ruda/v10/k3kfo8YQJOpFmn8XadbJM0A.ttf"}},{"kind":"webfonts#webfont","family":"Rufina","category":"serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/rufina/v6/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf","regular":"http://fonts.gstatic.com/s/rufina/v6/Yq6V-LyURyLy-aKyoxRktOdClg.ttf"}},{"kind":"webfonts#webfont","family":"Ruge Boogie","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/rugeboogie/v9/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf"}},{"kind":"webfonts#webfont","family":"Ruluko","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ruluko/v6/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf"}},{"kind":"webfonts#webfont","family":"Rum Raisin","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/rumraisin/v6/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf"}},{"kind":"webfonts#webfont","family":"Ruslan Display","category":"display","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ruslandisplay/v9/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf"}},{"kind":"webfonts#webfont","family":"Russo One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/russoone/v7/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf"}},{"kind":"webfonts#webfont","family":"Ruthie","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ruthie/v9/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf"}},{"kind":"webfonts#webfont","family":"Rye","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/rye/v6/r05XGLJT86YDFpTsXOqx4w.ttf"}},{"kind":"webfonts#webfont","family":"Sacramento","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/sacramento/v6/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf"}},{"kind":"webfonts#webfont","family":"Sahitya","category":"serif","variants":["regular","700"],"subsets":["devanagari","latin"],"version":"v3","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/sahitya/v3/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf","regular":"http://fonts.gstatic.com/s/sahitya/v3/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf"}},{"kind":"webfonts#webfont","family":"Sail","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sail/v9/DPEjYwiBxwYJFBTDADYAbvw.ttf"}},{"kind":"webfonts#webfont","family":"Saira","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v3","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/saira/v3/mem-Ya2wxmKQyNFETZY_VrUfTck.ttf","200":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNHobLYVeLkWVNBt.ttf","300":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNGMb7YVeLkWVNBt.ttf","500":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNHUbrYVeLkWVNBt.ttf","600":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNH4abYVeLkWVNBt.ttf","700":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNGcaLYVeLkWVNBt.ttf","800":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNGAa7YVeLkWVNBt.ttf","900":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNGkarYVeLkWVNBt.ttf","regular":"http://fonts.gstatic.com/s/saira/v3/memwYa2wxmKQyOkgR5IdU6Uf.ttf"}},{"kind":"webfonts#webfont","family":"Saira Condensed","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-10","files":{"100":"http://fonts.gstatic.com/s/sairacondensed/v4/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf","200":"http://fonts.gstatic.com/s/sairacondensed/v4/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf","300":"http://fonts.gstatic.com/s/sairacondensed/v4/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf","500":"http://fonts.gstatic.com/s/sairacondensed/v4/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf","600":"http://fonts.gstatic.com/s/sairacondensed/v4/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf","700":"http://fonts.gstatic.com/s/sairacondensed/v4/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf","800":"http://fonts.gstatic.com/s/sairacondensed/v4/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf","900":"http://fonts.gstatic.com/s/sairacondensed/v4/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf","regular":"http://fonts.gstatic.com/s/sairacondensed/v4/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf"}},{"kind":"webfonts#webfont","family":"Saira Extra Condensed","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf","200":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf","300":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf","500":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf","600":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf","700":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf","800":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf","900":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf","regular":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf"}},{"kind":"webfonts#webfont","family":"Saira Semi Condensed","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf","200":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf","300":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf","500":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf","600":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf","700":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf","800":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf","900":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf","regular":"http://fonts.gstatic.com/s/sairasemicondensed/v4/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf"}},{"kind":"webfonts#webfont","family":"Salsa","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/salsa/v8/gNMKW3FiRpKj-imY8ncKEZez.ttf"}},{"kind":"webfonts#webfont","family":"Sanchez","category":"serif","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/sanchez/v6/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf","italic":"http://fonts.gstatic.com/s/sanchez/v6/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf"}},{"kind":"webfonts#webfont","family":"Sancreek","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sancreek/v9/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf"}},{"kind":"webfonts#webfont","family":"Sansita","category":"sans-serif","variants":["regular","italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/sansita/v3/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf","800":"http://fonts.gstatic.com/s/sansita/v3/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf","900":"http://fonts.gstatic.com/s/sansita/v3/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf","regular":"http://fonts.gstatic.com/s/sansita/v3/QldONTRRphEb_-V7HBm7TXFf3qw.ttf","italic":"http://fonts.gstatic.com/s/sansita/v3/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf","700italic":"http://fonts.gstatic.com/s/sansita/v3/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf","800italic":"http://fonts.gstatic.com/s/sansita/v3/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf","900italic":"http://fonts.gstatic.com/s/sansita/v3/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf"}},{"kind":"webfonts#webfont","family":"Sarabun","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v6","lastModified":"2018-12-13","files":{"100":"http://fonts.gstatic.com/s/sarabun/v6/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf","200":"http://fonts.gstatic.com/s/sarabun/v6/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf","300":"http://fonts.gstatic.com/s/sarabun/v6/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf","500":"http://fonts.gstatic.com/s/sarabun/v6/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf","600":"http://fonts.gstatic.com/s/sarabun/v6/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf","700":"http://fonts.gstatic.com/s/sarabun/v6/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf","800":"http://fonts.gstatic.com/s/sarabun/v6/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf","100italic":"http://fonts.gstatic.com/s/sarabun/v6/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf","200italic":"http://fonts.gstatic.com/s/sarabun/v6/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf","300italic":"http://fonts.gstatic.com/s/sarabun/v6/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf","regular":"http://fonts.gstatic.com/s/sarabun/v6/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf","italic":"http://fonts.gstatic.com/s/sarabun/v6/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf","500italic":"http://fonts.gstatic.com/s/sarabun/v6/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf","600italic":"http://fonts.gstatic.com/s/sarabun/v6/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf","700italic":"http://fonts.gstatic.com/s/sarabun/v6/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf","800italic":"http://fonts.gstatic.com/s/sarabun/v6/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf"}},{"kind":"webfonts#webfont","family":"Sarala","category":"sans-serif","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v3","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/sarala/v3/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf","regular":"http://fonts.gstatic.com/s/sarala/v3/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf"}},{"kind":"webfonts#webfont","family":"Sarina","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sarina/v7/-F6wfjF3ITQwasLhLkDUriBQxw.ttf"}},{"kind":"webfonts#webfont","family":"Sarpanch","category":"sans-serif","variants":["regular","500","600","700","800","900"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"500":"http://fonts.gstatic.com/s/sarpanch/v4/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf","600":"http://fonts.gstatic.com/s/sarpanch/v4/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf","700":"http://fonts.gstatic.com/s/sarpanch/v4/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf","800":"http://fonts.gstatic.com/s/sarpanch/v4/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf","900":"http://fonts.gstatic.com/s/sarpanch/v4/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf","regular":"http://fonts.gstatic.com/s/sarpanch/v4/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf"}},{"kind":"webfonts#webfont","family":"Satisfy","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/satisfy/v9/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf"}},{"kind":"webfonts#webfont","family":"Sawarabi Gothic","category":"sans-serif","variants":["regular"],"subsets":["vietnamese","latin-ext","cyrillic","latin","japanese"],"version":"v7","lastModified":"2019-04-17","files":{"regular":"http://fonts.gstatic.com/s/sawarabigothic/v7/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf"}},{"kind":"webfonts#webfont","family":"Sawarabi Mincho","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin","japanese"],"version":"v9","lastModified":"2019-04-17","files":{"regular":"http://fonts.gstatic.com/s/sawarabimincho/v9/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf"}},{"kind":"webfonts#webfont","family":"Scada","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/scada/v7/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf","regular":"http://fonts.gstatic.com/s/scada/v7/RLpxK5Pv5qumeWJoxzUobkvv.ttf","italic":"http://fonts.gstatic.com/s/scada/v7/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf","700italic":"http://fonts.gstatic.com/s/scada/v7/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf"}},{"kind":"webfonts#webfont","family":"Scheherazade","category":"serif","variants":["regular","700"],"subsets":["arabic","latin"],"version":"v16","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/scheherazade/v16/YA9Lr0yF4ETZN60keViq1kQYC7yMjt3V_dB0Yw.ttf","regular":"http://fonts.gstatic.com/s/scheherazade/v16/YA9Ur0yF4ETZN60keViq1kQgt5OohvbJ9A.ttf"}},{"kind":"webfonts#webfont","family":"Schoolbell","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/schoolbell/v9/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf"}},{"kind":"webfonts#webfont","family":"Scope One","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/scopeone/v5/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf"}},{"kind":"webfonts#webfont","family":"Seaweed Script","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/seaweedscript/v6/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf"}},{"kind":"webfonts#webfont","family":"Secular One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin","hebrew"],"version":"v3","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/secularone/v3/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf"}},{"kind":"webfonts#webfont","family":"Sedgwick Ave","category":"handwriting","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sedgwickave/v4/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf"}},{"kind":"webfonts#webfont","family":"Sedgwick Ave Display","category":"handwriting","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sedgwickavedisplay/v4/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf"}},{"kind":"webfonts#webfont","family":"Sevillana","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sevillana/v7/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf"}},{"kind":"webfonts#webfont","family":"Seymour One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/seymourone/v6/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf"}},{"kind":"webfonts#webfont","family":"Shadows Into Light","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/shadowsintolight/v8/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf"}},{"kind":"webfonts#webfont","family":"Shadows Into Light Two","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/shadowsintolighttwo/v6/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf"}},{"kind":"webfonts#webfont","family":"Shanti","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/shanti/v10/t5thIREMM4uSDgzgU0ezpKfwzA.ttf"}},{"kind":"webfonts#webfont","family":"Share","category":"display","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/share/v9/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf","regular":"http://fonts.gstatic.com/s/share/v9/i7dEIFliZjKNF5VNHLq2cV5d.ttf","italic":"http://fonts.gstatic.com/s/share/v9/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf","700italic":"http://fonts.gstatic.com/s/share/v9/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf"}},{"kind":"webfonts#webfont","family":"Share Tech","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sharetech/v8/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf"}},{"kind":"webfonts#webfont","family":"Share Tech Mono","category":"monospace","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/sharetechmono/v8/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf"}},{"kind":"webfonts#webfont","family":"Shojumaru","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/shojumaru/v6/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf"}},{"kind":"webfonts#webfont","family":"Short Stack","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/shortstack/v8/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf"}},{"kind":"webfonts#webfont","family":"Shrikhand","category":"display","variants":["regular"],"subsets":["latin-ext","latin","gujarati"],"version":"v4","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/shrikhand/v4/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf"}},{"kind":"webfonts#webfont","family":"Siemreap","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v11","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/siemreap/v11/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf"}},{"kind":"webfonts#webfont","family":"Sigmar One","category":"display","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/sigmarone/v9/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf"}},{"kind":"webfonts#webfont","family":"Signika","category":"sans-serif","variants":["300","regular","600","700"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/signika/v9/vEFU2_JTCgwQ5ejvE_oEI3BDa0AdytM.ttf","600":"http://fonts.gstatic.com/s/signika/v9/vEFU2_JTCgwQ5ejvE44CI3BDa0AdytM.ttf","700":"http://fonts.gstatic.com/s/signika/v9/vEFU2_JTCgwQ5ejvE-oDI3BDa0AdytM.ttf","regular":"http://fonts.gstatic.com/s/signika/v9/vEFR2_JTCgwQ5ejvK1YsB3hod0k.ttf"}},{"kind":"webfonts#webfont","family":"Signika Negative","category":"sans-serif","variants":["300","regular","600","700"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/signikanegative/v9/E217_cfngu7HiRpPX3ZpNE4kY5zKal6DipHD6z_iXAs.ttf","600":"http://fonts.gstatic.com/s/signikanegative/v9/E217_cfngu7HiRpPX3ZpNE4kY5zKaiqFipHD6z_iXAs.ttf","700":"http://fonts.gstatic.com/s/signikanegative/v9/E217_cfngu7HiRpPX3ZpNE4kY5zKak6EipHD6z_iXAs.ttf","regular":"http://fonts.gstatic.com/s/signikanegative/v9/E218_cfngu7HiRpPX3ZpNE4kY5zKUvKrrpno9zY.ttf"}},{"kind":"webfonts#webfont","family":"Simonetta","category":"display","variants":["regular","italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"900":"http://fonts.gstatic.com/s/simonetta/v8/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf","regular":"http://fonts.gstatic.com/s/simonetta/v8/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf","italic":"http://fonts.gstatic.com/s/simonetta/v8/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf","900italic":"http://fonts.gstatic.com/s/simonetta/v8/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf"}},{"kind":"webfonts#webfont","family":"Sintony","category":"sans-serif","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/sintony/v6/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf","regular":"http://fonts.gstatic.com/s/sintony/v6/XoHm2YDqR7-98cVUITQnu98ojjs.ttf"}},{"kind":"webfonts#webfont","family":"Sirin Stencil","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sirinstencil/v7/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf"}},{"kind":"webfonts#webfont","family":"Six Caps","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/sixcaps/v9/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf"}},{"kind":"webfonts#webfont","family":"Skranji","category":"display","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/skranji/v6/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf","regular":"http://fonts.gstatic.com/s/skranji/v6/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf"}},{"kind":"webfonts#webfont","family":"Slabo 13px","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/slabo13px/v6/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf"}},{"kind":"webfonts#webfont","family":"Slabo 27px","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v5","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/slabo27px/v5/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf"}},{"kind":"webfonts#webfont","family":"Slackey","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/slackey/v9/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf"}},{"kind":"webfonts#webfont","family":"Smokum","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/smokum/v9/TK3iWkUbAhopmrdGHjUHte5fKg.ttf"}},{"kind":"webfonts#webfont","family":"Smythe","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/smythe/v9/MwQ3bhT01--coT1BOLh_uGInjA.ttf"}},{"kind":"webfonts#webfont","family":"Sniglet","category":"display","variants":["regular","800"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-10","files":{"800":"http://fonts.gstatic.com/s/sniglet/v10/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf","regular":"http://fonts.gstatic.com/s/sniglet/v10/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf"}},{"kind":"webfonts#webfont","family":"Snippet","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/snippet/v8/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf"}},{"kind":"webfonts#webfont","family":"Snowburst One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/snowburstone/v6/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf"}},{"kind":"webfonts#webfont","family":"Sofadi One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sofadione/v7/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf"}},{"kind":"webfonts#webfont","family":"Sofia","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/sofia/v7/8QIHdirahM3j_vu-sowsrqjk.ttf"}},{"kind":"webfonts#webfont","family":"Song Myung","category":"serif","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/songmyung/v7/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf"}},{"kind":"webfonts#webfont","family":"Sonsie One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sonsieone/v7/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf"}},{"kind":"webfonts#webfont","family":"Sorts Mill Goudy","category":"serif","variants":["regular","italic"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/sortsmillgoudy/v8/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf","italic":"http://fonts.gstatic.com/s/sortsmillgoudy/v8/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf"}},{"kind":"webfonts#webfont","family":"Source Code Pro","category":"monospace","variants":["200","300","regular","500","600","700","900"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/sourcecodepro/v9/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt8srztO0rzmmkDQ.ttf","300":"http://fonts.gstatic.com/s/sourcecodepro/v9/HI_XiYsKILxRpg3hIP6sJ7fM7PqtlsnztO0rzmmkDQ.ttf","500":"http://fonts.gstatic.com/s/sourcecodepro/v9/HI_XiYsKILxRpg3hIP6sJ7fM7PqtzsjztO0rzmmkDQ.ttf","600":"http://fonts.gstatic.com/s/sourcecodepro/v9/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt4s_ztO0rzmmkDQ.ttf","700":"http://fonts.gstatic.com/s/sourcecodepro/v9/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7ztO0rzmmkDQ.ttf","900":"http://fonts.gstatic.com/s/sourcecodepro/v9/HI_XiYsKILxRpg3hIP6sJ7fM7PqtvszztO0rzmmkDQ.ttf","regular":"http://fonts.gstatic.com/s/sourcecodepro/v9/HI_SiYsKILxRpg3hIP6sJ7fM7PqVOuHXvMY3xw.ttf"}},{"kind":"webfonts#webfont","family":"Source Sans Pro","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v12","lastModified":"2019-03-26","files":{"200":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkB1v_8CGxg.ttf","300":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkB1v_8CGxg.ttf","600":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkB1v_8CGxg.ttf","700":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkB1v_8CGxg.ttf","900":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkB1v_8CGxg.ttf","200italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr3cWWxg40.ttf","300italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr3cWWxg40.ttf","regular":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xK3dSBYKcSV-LCoeQqfX1RYOo3aP6TkmDZz9g.ttf","italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7gujNj9tmf.ttf","600italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr3cWWxg40.ttf","700italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr3cWWxg40.ttf","900italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr3cWWxg40.ttf"}},{"kind":"webfonts#webfont","family":"Source Serif Pro","category":"serif","variants":["regular","600","700"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-02-21","files":{"600":"http://fonts.gstatic.com/s/sourceserifpro/v6/neIXzD-0qpwxpaWvjeD0X88SAOeasasahSugxYUvZrI.ttf","700":"http://fonts.gstatic.com/s/sourceserifpro/v6/neIXzD-0qpwxpaWvjeD0X88SAOeasc8bhSugxYUvZrI.ttf","regular":"http://fonts.gstatic.com/s/sourceserifpro/v6/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM0oSOL2Yw.ttf"}},{"kind":"webfonts#webfont","family":"Space Mono","category":"monospace","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","latin-ext","latin"],"version":"v4","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/spacemono/v4/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf","regular":"http://fonts.gstatic.com/s/spacemono/v4/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf","italic":"http://fonts.gstatic.com/s/spacemono/v4/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf","700italic":"http://fonts.gstatic.com/s/spacemono/v4/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf"}},{"kind":"webfonts#webfont","family":"Special Elite","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/specialelite/v9/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf"}},{"kind":"webfonts#webfont","family":"Spectral","category":"serif","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],"subsets":["vietnamese","latin-ext","cyrillic","latin"],"version":"v5","lastModified":"2019-01-10","files":{"200":"http://fonts.gstatic.com/s/spectral/v5/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf","300":"http://fonts.gstatic.com/s/spectral/v5/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf","500":"http://fonts.gstatic.com/s/spectral/v5/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf","600":"http://fonts.gstatic.com/s/spectral/v5/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf","700":"http://fonts.gstatic.com/s/spectral/v5/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf","800":"http://fonts.gstatic.com/s/spectral/v5/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf","200italic":"http://fonts.gstatic.com/s/spectral/v5/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf","300italic":"http://fonts.gstatic.com/s/spectral/v5/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf","regular":"http://fonts.gstatic.com/s/spectral/v5/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf","italic":"http://fonts.gstatic.com/s/spectral/v5/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf","500italic":"http://fonts.gstatic.com/s/spectral/v5/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf","600italic":"http://fonts.gstatic.com/s/spectral/v5/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf","700italic":"http://fonts.gstatic.com/s/spectral/v5/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf","800italic":"http://fonts.gstatic.com/s/spectral/v5/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf"}},{"kind":"webfonts#webfont","family":"Spectral SC","category":"serif","variants":["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],"subsets":["vietnamese","latin-ext","cyrillic","latin"],"version":"v4","lastModified":"2019-04-18","files":{"200":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf","300":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf","500":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf","600":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf","700":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf","800":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf","200italic":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf","300italic":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf","regular":"http://fonts.gstatic.com/s/spectralsc/v4/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf","italic":"http://fonts.gstatic.com/s/spectralsc/v4/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf","500italic":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf","600italic":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf","700italic":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf","800italic":"http://fonts.gstatic.com/s/spectralsc/v4/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf"}},{"kind":"webfonts#webfont","family":"Spicy Rice","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/spicyrice/v7/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf"}},{"kind":"webfonts#webfont","family":"Spinnaker","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/spinnaker/v10/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf"}},{"kind":"webfonts#webfont","family":"Spirax","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/spirax/v7/buE3poKgYNLy0F3cXktt-Csn-Q.ttf"}},{"kind":"webfonts#webfont","family":"Squada One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/squadaone/v7/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf"}},{"kind":"webfonts#webfont","family":"Sree Krushnadevaraya","category":"serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sreekrushnadevaraya/v6/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf"}},{"kind":"webfonts#webfont","family":"Sriracha","category":"handwriting","variants":["regular"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v3","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/sriracha/v3/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf"}},{"kind":"webfonts#webfont","family":"Srisakdi","category":"display","variants":["regular","700"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/srisakdi/v2/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf","regular":"http://fonts.gstatic.com/s/srisakdi/v2/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf"}},{"kind":"webfonts#webfont","family":"Staatliches","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v2","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/staatliches/v2/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf"}},{"kind":"webfonts#webfont","family":"Stalemate","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/stalemate/v6/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf"}},{"kind":"webfonts#webfont","family":"Stalinist One","category":"display","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v20","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/stalinistone/v20/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf"}},{"kind":"webfonts#webfont","family":"Stardos Stencil","category":"display","variants":["regular","700"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/stardosstencil/v8/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf","regular":"http://fonts.gstatic.com/s/stardosstencil/v8/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf"}},{"kind":"webfonts#webfont","family":"Stint Ultra Condensed","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/stintultracondensed/v7/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf"}},{"kind":"webfonts#webfont","family":"Stint Ultra Expanded","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/stintultraexpanded/v6/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf"}},{"kind":"webfonts#webfont","family":"Stoke","category":"serif","variants":["300","regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"300":"http://fonts.gstatic.com/s/stoke/v8/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf","regular":"http://fonts.gstatic.com/s/stoke/v8/z7NadRb7aTMfKONpfihK1YTV.ttf"}},{"kind":"webfonts#webfont","family":"Strait","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/strait/v6/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf"}},{"kind":"webfonts#webfont","family":"Stylish","category":"sans-serif","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/stylish/v7/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf"}},{"kind":"webfonts#webfont","family":"Sue Ellen Francisco","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/sueellenfrancisco/v9/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf"}},{"kind":"webfonts#webfont","family":"Suez One","category":"serif","variants":["regular"],"subsets":["latin-ext","latin","hebrew"],"version":"v3","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/suezone/v3/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf"}},{"kind":"webfonts#webfont","family":"Sumana","category":"serif","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/sumana/v3/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf","regular":"http://fonts.gstatic.com/s/sumana/v3/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf"}},{"kind":"webfonts#webfont","family":"Sunflower","category":"sans-serif","variants":["300","500","700"],"subsets":["latin","korean"],"version":"v8","lastModified":"2019-04-17","files":{"300":"http://fonts.gstatic.com/s/sunflower/v8/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf","500":"http://fonts.gstatic.com/s/sunflower/v8/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf","700":"http://fonts.gstatic.com/s/sunflower/v8/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf"}},{"kind":"webfonts#webfont","family":"Sunshiney","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/sunshiney/v9/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf"}},{"kind":"webfonts#webfont","family":"Supermercado One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/supermercadoone/v8/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf"}},{"kind":"webfonts#webfont","family":"Sura","category":"serif","variants":["regular","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v3","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/sura/v3/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf","regular":"http://fonts.gstatic.com/s/sura/v3/SZc23FL5PbyzFf5UWzXtjUM.ttf"}},{"kind":"webfonts#webfont","family":"Suranna","category":"serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/suranna/v6/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf"}},{"kind":"webfonts#webfont","family":"Suravaram","category":"serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/suravaram/v5/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf"}},{"kind":"webfonts#webfont","family":"Suwannaphum","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v12","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/suwannaphum/v12/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf"}},{"kind":"webfonts#webfont","family":"Swanky and Moo Moo","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/swankyandmoomoo/v8/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf"}},{"kind":"webfonts#webfont","family":"Syncopate","category":"sans-serif","variants":["regular","700"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/syncopate/v10/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf","regular":"http://fonts.gstatic.com/s/syncopate/v10/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf"}},{"kind":"webfonts#webfont","family":"Tajawal","category":"sans-serif","variants":["200","300","regular","500","700","800","900"],"subsets":["arabic","latin"],"version":"v2","lastModified":"2019-01-15","files":{"200":"http://fonts.gstatic.com/s/tajawal/v2/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf","300":"http://fonts.gstatic.com/s/tajawal/v2/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf","500":"http://fonts.gstatic.com/s/tajawal/v2/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf","700":"http://fonts.gstatic.com/s/tajawal/v2/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf","800":"http://fonts.gstatic.com/s/tajawal/v2/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf","900":"http://fonts.gstatic.com/s/tajawal/v2/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf","regular":"http://fonts.gstatic.com/s/tajawal/v2/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf"}},{"kind":"webfonts#webfont","family":"Tangerine","category":"handwriting","variants":["regular","700"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/tangerine/v10/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf","regular":"http://fonts.gstatic.com/s/tangerine/v10/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf"}},{"kind":"webfonts#webfont","family":"Taprom","category":"display","variants":["regular"],"subsets":["khmer"],"version":"v10","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/taprom/v10/UcCn3F82JHycULbFQyk3-0kvHg.ttf"}},{"kind":"webfonts#webfont","family":"Tauri","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/tauri/v7/TwMA-IISS0AM3IpVWHU_TBqO.ttf"}},{"kind":"webfonts#webfont","family":"Taviraj","category":"serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v4","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/taviraj/v4/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf","200":"http://fonts.gstatic.com/s/taviraj/v4/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf","300":"http://fonts.gstatic.com/s/taviraj/v4/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf","500":"http://fonts.gstatic.com/s/taviraj/v4/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf","600":"http://fonts.gstatic.com/s/taviraj/v4/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf","700":"http://fonts.gstatic.com/s/taviraj/v4/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf","800":"http://fonts.gstatic.com/s/taviraj/v4/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf","900":"http://fonts.gstatic.com/s/taviraj/v4/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf","100italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf","200italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf","300italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf","regular":"http://fonts.gstatic.com/s/taviraj/v4/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf","italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf","500italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf","600italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf","700italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf","800italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf","900italic":"http://fonts.gstatic.com/s/taviraj/v4/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf"}},{"kind":"webfonts#webfont","family":"Teko","category":"sans-serif","variants":["300","regular","500","600","700"],"subsets":["devanagari","latin-ext","latin"],"version":"v8","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/teko/v8/LYjCdG7kmE0gdQhfgCNqqVIuTN4.ttf","500":"http://fonts.gstatic.com/s/teko/v8/LYjCdG7kmE0gdVBegCNqqVIuTN4.ttf","600":"http://fonts.gstatic.com/s/teko/v8/LYjCdG7kmE0gdXxZgCNqqVIuTN4.ttf","700":"http://fonts.gstatic.com/s/teko/v8/LYjCdG7kmE0gdRhYgCNqqVIuTN4.ttf","regular":"http://fonts.gstatic.com/s/teko/v8/LYjNdG7kmE0gTaR3pCtBtVs.ttf"}},{"kind":"webfonts#webfont","family":"Telex","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/telex/v7/ieVw2Y1fKWmIO9fTB1piKFIf.ttf"}},{"kind":"webfonts#webfont","family":"Tenali Ramakrishna","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/tenaliramakrishna/v5/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf"}},{"kind":"webfonts#webfont","family":"Tenor Sans","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/tenorsans/v10/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf"}},{"kind":"webfonts#webfont","family":"Text Me One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/textmeone/v6/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf"}},{"kind":"webfonts#webfont","family":"Thasadith","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v2","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/thasadith/v2/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf","regular":"http://fonts.gstatic.com/s/thasadith/v2/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf","italic":"http://fonts.gstatic.com/s/thasadith/v2/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf","700italic":"http://fonts.gstatic.com/s/thasadith/v2/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf"}},{"kind":"webfonts#webfont","family":"The Girl Next Door","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/thegirlnextdoor/v9/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf"}},{"kind":"webfonts#webfont","family":"Tienne","category":"serif","variants":["regular","700","900"],"subsets":["latin"],"version":"v11","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/tienne/v11/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf","900":"http://fonts.gstatic.com/s/tienne/v11/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf","regular":"http://fonts.gstatic.com/s/tienne/v11/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf"}},{"kind":"webfonts#webfont","family":"Tillana","category":"handwriting","variants":["regular","500","600","700","800"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-04-18","files":{"500":"http://fonts.gstatic.com/s/tillana/v4/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf","600":"http://fonts.gstatic.com/s/tillana/v4/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf","700":"http://fonts.gstatic.com/s/tillana/v4/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf","800":"http://fonts.gstatic.com/s/tillana/v4/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf","regular":"http://fonts.gstatic.com/s/tillana/v4/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf"}},{"kind":"webfonts#webfont","family":"Timmana","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v3","lastModified":"2018-12-13","files":{"regular":"http://fonts.gstatic.com/s/timmana/v3/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf"}},{"kind":"webfonts#webfont","family":"Tinos","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin","hebrew"],"version":"v12","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/tinos/v12/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf","regular":"http://fonts.gstatic.com/s/tinos/v12/buE4poGnedXvwgX8dGVh8TI-.ttf","italic":"http://fonts.gstatic.com/s/tinos/v12/buE2poGnedXvwjX-fmFD9CI-4NU.ttf","700italic":"http://fonts.gstatic.com/s/tinos/v12/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf"}},{"kind":"webfonts#webfont","family":"Titan One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/titanone/v6/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf"}},{"kind":"webfonts#webfont","family":"Titillium Web","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf","300":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf","600":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf","700":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf","900":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf","200italic":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf","300italic":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf","regular":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf","italic":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf","600italic":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf","700italic":"http://fonts.gstatic.com/s/titilliumweb/v7/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf"}},{"kind":"webfonts#webfont","family":"Trade Winds","category":"display","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/tradewinds/v7/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf"}},{"kind":"webfonts#webfont","family":"Trirong","category":"serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["vietnamese","latin-ext","thai","latin"],"version":"v4","lastModified":"2019-01-10","files":{"100":"http://fonts.gstatic.com/s/trirong/v4/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf","200":"http://fonts.gstatic.com/s/trirong/v4/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf","300":"http://fonts.gstatic.com/s/trirong/v4/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf","500":"http://fonts.gstatic.com/s/trirong/v4/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf","600":"http://fonts.gstatic.com/s/trirong/v4/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf","700":"http://fonts.gstatic.com/s/trirong/v4/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf","800":"http://fonts.gstatic.com/s/trirong/v4/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf","900":"http://fonts.gstatic.com/s/trirong/v4/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf","100italic":"http://fonts.gstatic.com/s/trirong/v4/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf","200italic":"http://fonts.gstatic.com/s/trirong/v4/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf","300italic":"http://fonts.gstatic.com/s/trirong/v4/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf","regular":"http://fonts.gstatic.com/s/trirong/v4/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf","italic":"http://fonts.gstatic.com/s/trirong/v4/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf","500italic":"http://fonts.gstatic.com/s/trirong/v4/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf","600italic":"http://fonts.gstatic.com/s/trirong/v4/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf","700italic":"http://fonts.gstatic.com/s/trirong/v4/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf","800italic":"http://fonts.gstatic.com/s/trirong/v4/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf","900italic":"http://fonts.gstatic.com/s/trirong/v4/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf"}},{"kind":"webfonts#webfont","family":"Trocchi","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/trocchi/v7/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf"}},{"kind":"webfonts#webfont","family":"Trochut","category":"display","variants":["regular","italic","700"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/trochut/v6/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf","regular":"http://fonts.gstatic.com/s/trochut/v6/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf","italic":"http://fonts.gstatic.com/s/trochut/v6/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf"}},{"kind":"webfonts#webfont","family":"Trykker","category":"serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/trykker/v7/KtktALyWZJXudUPzhNnoOd2j22U.ttf"}},{"kind":"webfonts#webfont","family":"Tulpen One","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2018-12-13","files":{"regular":"http://fonts.gstatic.com/s/tulpenone/v8/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf"}},{"kind":"webfonts#webfont","family":"Ubuntu","category":"sans-serif","variants":["300","300italic","regular","italic","500","500italic","700","700italic"],"subsets":["cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v13","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf","500":"http://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf","700":"http://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf","300italic":"http://fonts.gstatic.com/s/ubuntu/v13/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf","regular":"http://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf","italic":"http://fonts.gstatic.com/s/ubuntu/v13/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf","500italic":"http://fonts.gstatic.com/s/ubuntu/v13/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf","700italic":"http://fonts.gstatic.com/s/ubuntu/v13/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf"}},{"kind":"webfonts#webfont","family":"Ubuntu Condensed","category":"sans-serif","variants":["regular"],"subsets":["cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v9","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/ubuntucondensed/v9/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf"}},{"kind":"webfonts#webfont","family":"Ubuntu Mono","category":"monospace","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","greek","latin-ext","cyrillic","greek-ext","latin"],"version":"v8","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/ubuntumono/v8/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf","regular":"http://fonts.gstatic.com/s/ubuntumono/v8/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf","italic":"http://fonts.gstatic.com/s/ubuntumono/v8/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf","700italic":"http://fonts.gstatic.com/s/ubuntumono/v8/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf"}},{"kind":"webfonts#webfont","family":"Ultra","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/ultra/v11/zOLy4prXmrtY-tT6yLOD6NxF.ttf"}},{"kind":"webfonts#webfont","family":"Uncial Antiqua","category":"display","variants":["regular"],"subsets":["latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/uncialantiqua/v6/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf"}},{"kind":"webfonts#webfont","family":"Underdog","category":"display","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/underdog/v7/CHygV-jCElj7diMroVSiU14GN2Il.ttf"}},{"kind":"webfonts#webfont","family":"Unica One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/unicaone/v6/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf"}},{"kind":"webfonts#webfont","family":"UnifrakturCook","category":"display","variants":["700"],"subsets":["latin"],"version":"v10","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/unifrakturcook/v10/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf"}},{"kind":"webfonts#webfont","family":"UnifrakturMaguntia","category":"display","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/unifrakturmaguntia/v9/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf"}},{"kind":"webfonts#webfont","family":"Unkempt","category":"display","variants":["regular","700"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"700":"http://fonts.gstatic.com/s/unkempt/v10/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf","regular":"http://fonts.gstatic.com/s/unkempt/v10/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf"}},{"kind":"webfonts#webfont","family":"Unlock","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/unlock/v8/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf"}},{"kind":"webfonts#webfont","family":"Unna","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v12","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/unna/v12/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf","regular":"http://fonts.gstatic.com/s/unna/v12/AYCEpXzofN0NCpgBlGHCWFM.ttf","italic":"http://fonts.gstatic.com/s/unna/v12/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf","700italic":"http://fonts.gstatic.com/s/unna/v12/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf"}},{"kind":"webfonts#webfont","family":"VT323","category":"monospace","variants":["regular"],"subsets":["vietnamese","latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/vt323/v10/pxiKyp0ihIEF2hsYHpT2dkNE.ttf"}},{"kind":"webfonts#webfont","family":"Vampiro One","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/vampiroone/v9/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf"}},{"kind":"webfonts#webfont","family":"Varela","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/varela/v9/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf"}},{"kind":"webfonts#webfont","family":"Varela Round","category":"sans-serif","variants":["regular"],"subsets":["vietnamese","latin-ext","latin","hebrew"],"version":"v11","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/varelaround/v11/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf"}},{"kind":"webfonts#webfont","family":"Vast Shadow","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/vastshadow/v8/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf"}},{"kind":"webfonts#webfont","family":"Vesper Libre","category":"serif","variants":["regular","500","700","900"],"subsets":["devanagari","latin-ext","latin"],"version":"v10","lastModified":"2019-01-10","files":{"500":"http://fonts.gstatic.com/s/vesperlibre/v10/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf","700":"http://fonts.gstatic.com/s/vesperlibre/v10/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf","900":"http://fonts.gstatic.com/s/vesperlibre/v10/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf","regular":"http://fonts.gstatic.com/s/vesperlibre/v10/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf"}},{"kind":"webfonts#webfont","family":"Vibur","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/vibur/v9/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf"}},{"kind":"webfonts#webfont","family":"Vidaloka","category":"serif","variants":["regular"],"subsets":["latin"],"version":"v11","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/vidaloka/v11/7cHrv4c3ipenMKlEass8yn4hnCci.ttf"}},{"kind":"webfonts#webfont","family":"Viga","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/viga/v7/xMQbuFFdSaiX_QIjD4e2OX8.ttf"}},{"kind":"webfonts#webfont","family":"Voces","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/voces/v8/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf"}},{"kind":"webfonts#webfont","family":"Volkhov","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/volkhov/v10/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf","regular":"http://fonts.gstatic.com/s/volkhov/v10/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf","italic":"http://fonts.gstatic.com/s/volkhov/v10/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf","700italic":"http://fonts.gstatic.com/s/volkhov/v10/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf"}},{"kind":"webfonts#webfont","family":"Vollkorn","category":"serif","variants":["regular","italic","600","600italic","700","700italic","900","900italic"],"subsets":["vietnamese","cyrillic-ext","greek","latin-ext","cyrillic","latin"],"version":"v9","lastModified":"2019-02-21","files":{"600":"http://fonts.gstatic.com/s/vollkorn/v9/0yb6GDoxxrvAnPhYGxH2TGg-hhQ8_C_3.ttf","700":"http://fonts.gstatic.com/s/vollkorn/v9/0yb6GDoxxrvAnPhYGxGSTWg-hhQ8_C_3.ttf","900":"http://fonts.gstatic.com/s/vollkorn/v9/0yb6GDoxxrvAnPhYGxGqT2g-hhQ8_C_3.ttf","regular":"http://fonts.gstatic.com/s/vollkorn/v9/0yb9GDoxxrvAnPhYGykuYkw2rQg1.ttf","italic":"http://fonts.gstatic.com/s/vollkorn/v9/0yb7GDoxxrvAnPhYGxksaEgUqBg15TY.ttf","600italic":"http://fonts.gstatic.com/s/vollkorn/v9/0yb4GDoxxrvAnPhYGxksUJA6jBAe-T_34DM.ttf","700italic":"http://fonts.gstatic.com/s/vollkorn/v9/0yb4GDoxxrvAnPhYGxksUPQ7jBAe-T_34DM.ttf","900italic":"http://fonts.gstatic.com/s/vollkorn/v9/0yb4GDoxxrvAnPhYGxksUMw5jBAe-T_34DM.ttf"}},{"kind":"webfonts#webfont","family":"Vollkorn SC","category":"serif","variants":["regular","600","700","900"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v2","lastModified":"2019-04-18","files":{"600":"http://fonts.gstatic.com/s/vollkornsc/v2/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf","700":"http://fonts.gstatic.com/s/vollkornsc/v2/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf","900":"http://fonts.gstatic.com/s/vollkornsc/v2/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf","regular":"http://fonts.gstatic.com/s/vollkornsc/v2/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf"}},{"kind":"webfonts#webfont","family":"Voltaire","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/voltaire/v8/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf"}},{"kind":"webfonts#webfont","family":"Waiting for the Sunrise","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/waitingforthesunrise/v9/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf"}},{"kind":"webfonts#webfont","family":"Wallpoet","category":"display","variants":["regular"],"subsets":["latin"],"version":"v10","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/wallpoet/v10/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf"}},{"kind":"webfonts#webfont","family":"Walter Turncoat","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/walterturncoat/v9/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf"}},{"kind":"webfonts#webfont","family":"Warnes","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v8","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/warnes/v8/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf"}},{"kind":"webfonts#webfont","family":"Wellfleet","category":"display","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/wellfleet/v6/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf"}},{"kind":"webfonts#webfont","family":"Wendy One","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/wendyone/v7/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf"}},{"kind":"webfonts#webfont","family":"Wire One","category":"sans-serif","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/wireone/v9/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf"}},{"kind":"webfonts#webfont","family":"Work Sans","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["latin-ext","latin"],"version":"v4","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/worksans/v4/QGYqz_wNahGAdqQ43Rh3H6DstfxA4OD3.ttf","200":"http://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3s4HMn9JM6fnuKg.ttf","300":"http://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh314LMn9JM6fnuKg.ttf","500":"http://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3j4PMn9JM6fnuKg.ttf","600":"http://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3o4TMn9JM6fnuKg.ttf","700":"http://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3x4XMn9JM6fnuKg.ttf","800":"http://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh324bMn9JM6fnuKg.ttf","900":"http://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3_4fMn9JM6fnuKg.ttf","regular":"http://fonts.gstatic.com/s/worksans/v4/QGYsz_wNahGAdqQ43RhPe6rol_lQ4A.ttf"}},{"kind":"webfonts#webfont","family":"Yanone Kaffeesatz","category":"sans-serif","variants":["200","300","regular","700"],"subsets":["vietnamese","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-02-21","files":{"200":"http://fonts.gstatic.com/s/yanonekaffeesatz/v10/3y9-6aknfjLm_3lMKjiMgmUUYBs04YfUPs-tNtKENeNp.ttf","300":"http://fonts.gstatic.com/s/yanonekaffeesatz/v10/3y9-6aknfjLm_3lMKjiMgmUUYBs04YewPc-tNtKENeNp.ttf","700":"http://fonts.gstatic.com/s/yanonekaffeesatz/v10/3y9-6aknfjLm_3lMKjiMgmUUYBs04YegOs-tNtKENeNp.ttf","regular":"http://fonts.gstatic.com/s/yanonekaffeesatz/v10/3y976aknfjLm_3lMKjiMgmUUYBs04b8cFeulHc6N.ttf"}},{"kind":"webfonts#webfont","family":"Yantramanav","category":"sans-serif","variants":["100","300","regular","500","700","900"],"subsets":["devanagari","latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/yantramanav/v4/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf","300":"http://fonts.gstatic.com/s/yantramanav/v4/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf","500":"http://fonts.gstatic.com/s/yantramanav/v4/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf","700":"http://fonts.gstatic.com/s/yantramanav/v4/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf","900":"http://fonts.gstatic.com/s/yantramanav/v4/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf","regular":"http://fonts.gstatic.com/s/yantramanav/v4/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf"}},{"kind":"webfonts#webfont","family":"Yatra One","category":"display","variants":["regular"],"subsets":["devanagari","latin-ext","latin"],"version":"v5","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/yatraone/v5/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf"}},{"kind":"webfonts#webfont","family":"Yellowtail","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/yellowtail/v9/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf"}},{"kind":"webfonts#webfont","family":"Yeon Sung","category":"display","variants":["regular"],"subsets":["latin","korean"],"version":"v7","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/yeonsung/v7/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf"}},{"kind":"webfonts#webfont","family":"Yeseva One","category":"display","variants":["regular"],"subsets":["vietnamese","cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v13","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/yesevaone/v13/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf"}},{"kind":"webfonts#webfont","family":"Yesteryear","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/yesteryear/v7/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf"}},{"kind":"webfonts#webfont","family":"Yrsa","category":"serif","variants":["300","regular","500","600","700"],"subsets":["latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/yrsa/v4/wlpxgwnQFlxs3af93IQ73W5OcCk.ttf","500":"http://fonts.gstatic.com/s/yrsa/v4/wlpxgwnQFlxs3f_83IQ73W5OcCk.ttf","600":"http://fonts.gstatic.com/s/yrsa/v4/wlpxgwnQFlxs3dP73IQ73W5OcCk.ttf","700":"http://fonts.gstatic.com/s/yrsa/v4/wlpxgwnQFlxs3bf63IQ73W5OcCk.ttf","regular":"http://fonts.gstatic.com/s/yrsa/v4/wlp-gwnQFlxs5QvV-IwQwWc.ttf"}},{"kind":"webfonts#webfont","family":"ZCOOL KuaiLe","category":"display","variants":["regular"],"subsets":["latin","chinese-simplified"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/zcoolkuaile/v4/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf"}},{"kind":"webfonts#webfont","family":"ZCOOL QingKe HuangYou","category":"display","variants":["regular"],"subsets":["latin","chinese-simplified"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/zcoolqingkehuangyou/v4/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf"}},{"kind":"webfonts#webfont","family":"ZCOOL XiaoWei","category":"serif","variants":["regular"],"subsets":["latin","chinese-simplified"],"version":"v4","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/zcoolxiaowei/v4/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf"}},{"kind":"webfonts#webfont","family":"Zeyada","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/zeyada/v8/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf"}},{"kind":"webfonts#webfont","family":"Zilla Slab","category":"serif","variants":["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v4","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/zillaslab/v4/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf","500":"http://fonts.gstatic.com/s/zillaslab/v4/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf","600":"http://fonts.gstatic.com/s/zillaslab/v4/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf","700":"http://fonts.gstatic.com/s/zillaslab/v4/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf","300italic":"http://fonts.gstatic.com/s/zillaslab/v4/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf","regular":"http://fonts.gstatic.com/s/zillaslab/v4/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf","italic":"http://fonts.gstatic.com/s/zillaslab/v4/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf","500italic":"http://fonts.gstatic.com/s/zillaslab/v4/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf","600italic":"http://fonts.gstatic.com/s/zillaslab/v4/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf","700italic":"http://fonts.gstatic.com/s/zillaslab/v4/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf"}},{"kind":"webfonts#webfont","family":"Zilla Slab Highlight","category":"display","variants":["regular","700"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-04-18","files":{"700":"http://fonts.gstatic.com/s/zillaslabhighlight/v6/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf","regular":"http://fonts.gstatic.com/s/zillaslabhighlight/v6/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf"}}]}
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/_data/editor-build/templates/meta.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"templates":[{"name":"Advisors","color":"#5599B3","cat":[0,1],"pages":[{"id":"AdvisorsHomepage","thumbnailWidth":680,"thumbnailHeight":2630,"title":"Homepage","keywords":"homepage, advisors, business, corporate, financial","cat":[0,1],"pro":true},{"id":"AdvisorsAbout","thumbnailWidth":680,"thumbnailHeight":2405,"title":"About","keywords":"about, about us, history, team, clients, advisors, business, corporate, financial","cat":[0,1],"pro":true},{"id":"AdvisorsServices","thumbnailWidth":680,"thumbnailHeight":2245,"title":"Services","keywords":"services, features, advisors, business, corporate, financial","cat":[0,1],"pro":true},{"id":"AdvisorsPricing","thumbnailWidth":680,"thumbnailHeight":1553,"title":"Pricing","keywords":"pricing, prices, costs, packs, advisors, business, corporate, financial","cat":[0,1],"pro":true},{"id":"AdvisorsContact","thumbnailWidth":680,"thumbnailHeight":1120,"title":"Contact","keywords":"contact, location, address, advisors, business, corporate, financial","cat":[0,1],"pro":true}],"styles":[{"id":"hhvfadskiuddpumderkrpfierxemmnfkkbdb","title":"Advisors","colorPalette":[{"id":"color1","hex":"#042935"},{"id":"color2","hex":"#232c3f"},{"id":"color3","hex":"#0d91bb"},{"id":"color4","hex":"#6c7980"},{"id":"color5","hex":"#a9b5b9"},{"id":"color6","hex":"#f1f1f1"},{"id":"color7","hex":"#73777f"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"quattrocento_sans","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0.5,"mobileFontSize":16,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"quattrocento_sans","fontFamilyType":"google","fontSize":17,"fontWeight":700,"lineHeight":1.6,"letterSpacing":5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.7,"letterSpacing":4,"mobileFontSize":14,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":82,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-0.5,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":52,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":38,"fontWeight":400,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":30,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"arvo","fontFamilyType":"google","fontSize":28,"fontWeight":400,"lineHeight":1.5,"letterSpacing":-0.5,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"arvo","fontFamilyType":"google","fontSize":22,"fontWeight":500,"lineHeight":1.7,"letterSpacing":-0.5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"quattrocento_sans","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.8,"letterSpacing":4,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Quattrocento Sans","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf","regular":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf","italic":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf","700italic":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf"}},{"kind":"webfonts#webfont","family":"Reem Kufi","category":"sans-serif","variants":["regular"],"subsets":["arabic","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/reemkufi/v6/2sDcZGJLip7W2J7v7wQDb2-4C7wFZQ.ttf"}},{"kind":"webfonts#webfont","family":"Arvo","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["latin"],"version":"v11","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/arvo/v11/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf","regular":"http://fonts.gstatic.com/s/arvo/v11/tDbD2oWUg0MKmSAa7Lzr7vs.ttf","italic":"http://fonts.gstatic.com/s/arvo/v11/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf","700italic":"http://fonts.gstatic.com/s/arvo/v11/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf"}}]}]},{"name":"Alpine Lodge","color":"#788E9A","cat":[0,2],"pages":[{"id":"AlpineLodgeHomepage","thumbnailWidth":680,"thumbnailHeight":2107,"title":"Homepage","keywords":"homepage, alpine lodge, Travel, hotel, bed and breakfast, bnb","cat":[0,2],"pro":true},{"id":"AlpineLodgeActivities","thumbnailWidth":680,"thumbnailHeight":1585,"title":"Activities","keywords":"activities, features, services, alpine lodge, Travel, hotel, bed and breakfast, bnb, snow","cat":[0,2],"pro":true},{"id":"AlpineLodgeDining","thumbnailWidth":680,"thumbnailHeight":1831,"title":"Dining","keywords":"dining, restaurant, alpine lodge, Travel, hotel, bed and breakfast, bnb","cat":[0,2],"pro":true},{"id":"AlpineLodgeGallery","thumbnailWidth":680,"thumbnailHeight":1458,"title":"Gallery","keywords":"gallery, images, alpine lodge, Travel, hotel, bed and breakfast, bnb","cat":[0,2],"pro":true},{"id":"AlpineLodgeOffers","thumbnailWidth":680,"thumbnailHeight":1513,"title":"Offers","keywords":"offers, features, promos, discounts, rewards, alpine lodge, Travel, hotel, bed and breakfast, bnb\t","cat":[0,2],"pro":true},{"id":"AlpineLodgeRooms","thumbnailWidth":680,"thumbnailHeight":1834,"title":"Rooms","keywords":"rooms, amenities, alpine lodge, Travel, hotel, bed and breakfast, bnb","cat":[0,2],"pro":true},{"id":"AlpineLodgeRoomDetails","thumbnailWidth":680,"thumbnailHeight":1248,"title":"Room details","keywords":"room details, rooms, suites, amenities, alpine lodge, Travel, hotel, bed and breakfast, bnb","cat":[0,2],"pro":true},{"id":"AlpineLodgeContact","thumbnailWidth":680,"thumbnailHeight":1167,"title":"Contact","keywords":"contact, alpine lodge, Travel, hotel, bed and breakfast, bnb","cat":[0,2],"pro":true}],"styles":[{"id":"gkvpzagrxxxncblrivcrklhuxqlxuocpvxoi","title":"Alpine Lodge","colorPalette":[{"id":"color1","hex":"#083d69"},{"id":"color2","hex":"#3b3e43"},{"id":"color3","hex":"#4fb3d7"},{"id":"color4","hex":"#9a9ba2"},{"id":"color5","hex":"#d9a36a"},{"id":"color6","hex":"#ebebeb"},{"id":"color7","hex":"#73777f"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"spinnaker","fontFamilyType":"google","fontSize":16,"fontWeight":300,"lineHeight":1.8,"letterSpacing":-0.5,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"spinnaker","fontFamilyType":"google","fontSize":14,"fontWeight":300,"lineHeight":1.7,"letterSpacing":5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"montserrat","fontFamilyType":"google","fontSize":25,"fontWeight":400,"lineHeight":1.5,"letterSpacing":1,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"prata","fontFamilyType":"google","fontSize":85,"fontWeight":400,"lineHeight":1.2,"letterSpacing":1,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"prata","fontFamilyType":"google","fontSize":46,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1.5,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"prata","fontFamilyType":"google","fontSize":40,"fontWeight":600,"lineHeight":1.3,"letterSpacing":-1.5,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"prata","fontFamilyType":"google","fontSize":36,"fontWeight":500,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"prata","fontFamilyType":"google","fontSize":27,"fontWeight":500,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"prata","fontFamilyType":"google","fontSize":20,"fontWeight":500,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"spinnaker","fontFamilyType":"google","fontSize":12,"fontWeight":400,"lineHeight":2,"letterSpacing":3,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Prata","category":"serif","variants":["regular"],"subsets":["cyrillic-ext","cyrillic","vietnamese","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/prata/v9/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf"}},{"kind":"webfonts#webfont","family":"Spinnaker","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/spinnaker/v10/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf"}}]}]},{"name":"Architekt","color":"#5F5D8E","cat":[0,1,3,4],"pages":[{"id":"ArchitektHomepage","thumbnailWidth":680,"thumbnailHeight":2415,"title":"Homepage","keywords":"homepage, Architekt, Business, Portfolio, Real-Estate, Architecture, Interior Design, Exterior Design, Construction","cat":[0,1,3,4],"pro":true},{"id":"ArchitektAbout","thumbnailWidth":680,"thumbnailHeight":2186,"title":"About","keywords":"about, about us, history, team, clients, values, homepage, Architekt, Business, Portfolio, Real-Estate, Architecture, Interior Design, Exterior Design, Construction","cat":[0,1,3,4],"pro":true},{"id":"ArchitektPortfolio","thumbnailWidth":680,"thumbnailHeight":1564,"title":"Portfolio","keywords":"Architekt, Business, Portfolio, Real-Estate, Architecture, Interior Design, Exterior Design, Construction, Portfolio, Creative, Video, Motion","cat":[0,1,3,4],"pro":true},{"id":"ArchitektServices","thumbnailWidth":680,"thumbnailHeight":1959,"title":"Services","keywords":"Architekt, Business, Portfolio, Real-Estate, Architecture, Interior Design, Exterior Design, Construction, services, features, plans","cat":[0,1,3,4],"pro":true},{"id":"ArchitektWorks","thumbnailWidth":680,"thumbnailHeight":1956,"title":"Works","keywords":"Architekt, Architekt, Business, Portfolio, Real-Estate, Architecture, Interior Design, Exterior Design, Construction, work, projects, designs","cat":[0,1,3,4],"pro":true},{"id":"ArchitektContact","thumbnailWidth":680,"thumbnailHeight":910,"title":"Contact","keywords":"about, about us, history, team, clients, values, contact, location, address","cat":[0,1,3,4],"pro":true}],"styles":[{"id":"rtaizkhcpyvnsklrpneezuxfjbhxcgapvwzq","title":"Architekt","colorPalette":[{"id":"color1","hex":"#29293a"},{"id":"color2","hex":"#29293a"},{"id":"color3","hex":"#6f6fcb"},{"id":"color4","hex":"#4c4c83"},{"id":"color5","hex":"#e1e7f2"},{"id":"color6","hex":"#afbbd1"},{"id":"color7","hex":"#9090a7"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":19,"fontWeight":400,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":22,"fontWeight":300,"lineHeight":1.7,"letterSpacing":8,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"eb_garamond","fontFamilyType":"google","fontSize":15,"fontWeight":500,"lineHeight":1.5,"letterSpacing":4,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"eb_garamond","fontFamilyType":"google","fontSize":66,"fontWeight":400,"lineHeight":1.6,"letterSpacing":8,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"eb_garamond","fontFamilyType":"google","fontSize":50,"fontWeight":400,"lineHeight":1.3,"letterSpacing":7,"mobileFontSize":42,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":48,"fontWeight":400,"lineHeight":1.3,"letterSpacing":7,"mobileFontSize":30,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"eb_garamond","fontFamilyType":"google","fontSize":37,"fontWeight":500,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"eb_garamond","fontFamilyType":"google","fontSize":32,"fontWeight":500,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":28,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":26,"fontWeight":500,"lineHeight":1.5,"letterSpacing":4.5,"mobileFontSize":24,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"reem_kufi","fontFamilyType":"google","fontSize":12,"fontWeight":600,"lineHeight":1.8,"letterSpacing":4.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"EB Garamond","category":"serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","greek","latin","greek-ext"],"version":"v10","lastModified":"2019-02-21","files":{"500":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGJmQSNjdsmc35JDF1K5GyGaxwVSA_ArHC_.ttf","600":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGJmQSNjdsmc35JDF1K5GyqbBwVSA_ArHC_.ttf","700":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGJmQSNjdsmc35JDF1K5GzObRwVSA_ArHC_.ttf","800":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGJmQSNjdsmc35JDF1K5GzSbhwVSA_ArHC_.ttf","regular":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGUmQSNjdsmc35JDF1K5FRyQjgdYxPJ.ttf","italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGWmQSNjdsmc35JDF1K5GRwSDw_ZgPJtWk.ttf","500italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGLmQSNjdsmc35JDF1K5GRwcMgWQgviqWC_O7Y.ttf","600italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGLmQSNjdsmc35JDF1K5GRwcOQRQgviqWC_O7Y.ttf","700italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGLmQSNjdsmc35JDF1K5GRwcIAQQgviqWC_O7Y.ttf","800italic":"http://fonts.gstatic.com/s/ebgaramond/v10/SlGLmQSNjdsmc35JDF1K5GRwcJwTQgviqWC_O7Y.ttf"}},{"kind":"webfonts#webfont","family":"Reem Kufi","category":"sans-serif","variants":["regular"],"subsets":["arabic","latin"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/reemkufi/v6/2sDcZGJLip7W2J7v7wQDb2-4C7wFZQ.ttf"}}]}]},{"name":"Base Ground","color":"#9BADBF","cat":[0,1],"pages":[{"id":"BaseGroundHomepage","thumbnailWidth":680,"thumbnailHeight":2924,"title":"Homepage","keywords":"homepage, Base Ground, Construction, Building, Business, Corporate","cat":[0,1],"pro":true},{"id":"BaseGroundAbout","thumbnailWidth":680,"thumbnailHeight":2302,"title":"About","keywords":"about, about us, history, team, clients, Base Ground, Construction, Building, Business, Corporate","cat":[0,1],"pro":true},{"id":"BaseGroundProjects","thumbnailWidth":680,"thumbnailHeight":1171,"title":"Projects","keywords":"features, services, projects, Base Ground, Construction, Building, Business, Corporate","cat":[0,1],"pro":true},{"id":"BaseGroundProjectsDetails","thumbnailWidth":680,"thumbnailHeight":631,"title":"Projects details","keywords":"projects, features, services, Base Ground, Construction, Building, Business, Corporate","cat":[0,1],"pro":true},{"id":"BaseGroundServices","thumbnailWidth":680,"thumbnailHeight":1951,"title":"Services","keywords":"features, services, Base Ground, Construction, Building, Business, Corporate","cat":[0,1],"pro":true},{"id":"BaseGroundContact","thumbnailWidth":680,"thumbnailHeight":904,"title":"Contact","keywords":"contact, location, address, Base Ground, Construction, Building, Business, Corporate","cat":[0,1],"pro":true}],"styles":[{"id":"cwqlmorbdzpfjgeijdsucmmynmnvjjnhizgf","title":"Base Ground","colorPalette":[{"id":"color1","hex":"#141b21"},{"id":"color2","hex":"#141b21"},{"id":"color3","hex":"#f5a527"},{"id":"color4","hex":"#98a0a8"},{"id":"color5","hex":"#7d9dbf"},{"id":"color6","hex":"#ebebeb"},{"id":"color7","hex":"#73777f"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"muli","fontFamilyType":"google","fontSize":15,"fontWeight":600,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"muli","fontFamilyType":"google","fontSize":18,"fontWeight":600,"lineHeight":1.6,"letterSpacing":0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"muli","fontFamilyType":"google","fontSize":14,"fontWeight":800,"lineHeight":1.6,"letterSpacing":0.5,"mobileFontSize":15,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"changa_one","fontFamilyType":"google","fontSize":80,"fontWeight":200,"lineHeight":1.1,"letterSpacing":-0.5,"mobileFontSize":49,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"changa_one","fontFamilyType":"google","fontSize":50,"fontWeight":700,"lineHeight":1.1,"letterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"changa_one","fontFamilyType":"google","fontSize":40,"fontWeight":600,"lineHeight":1.3,"letterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"muli","fontFamilyType":"google","fontSize":30,"fontWeight":700,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":26,"mobileFontWeight":600,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"changa_one","fontFamilyType":"google","fontSize":32,"fontWeight":700,"lineHeight":1.3,"letterSpacing":0.5,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"muli","fontFamilyType":"google","fontSize":18,"fontWeight":600,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":19,"mobileFontWeight":700,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"muli","fontFamilyType":"google","fontSize":13,"fontWeight":800,"lineHeight":1.9,"letterSpacing":0.5,"mobileFontSize":13,"mobileFontWeight":700,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Muli","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","vietnamese","latin"],"version":"v13","lastModified":"2019-03-27","files":{"200":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adf3nCCL8zkwMIFg.ttf","300":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adZnkCCL8zkwMIFg.ttf","600":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-ade3iCCL8zkwMIFg.ttf","700":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adYnjCCL8zkwMIFg.ttf","800":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adZXgCCL8zkwMIFg.ttf","900":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adbHhCCL8zkwMIFg.ttf","200italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-4CP2ym4JMFge0g.ttf","300italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-hCD2ym4JMFge0g.ttf","regular":"http://fonts.gstatic.com/s/muli/v13/7Auwp_0qiz-aTTXMLCrX0kU.ttf","italic":"http://fonts.gstatic.com/s/muli/v13/7Au-p_0qiz-afTfGKAjSwkUVOQ.ttf","600italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-8Cb2ym4JMFge0g.ttf","700italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-lCf2ym4JMFge0g.ttf","800italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-iCT2ym4JMFge0g.ttf","900italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-rCX2ym4JMFge0g.ttf"}},{"kind":"webfonts#webfont","family":"Changa One","category":"display","variants":["regular","italic"],"subsets":["latin"],"version":"v11","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/changaone/v11/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf","italic":"http://fonts.gstatic.com/s/changaone/v11/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf"}}]}]},{"name":"Beach Resort","color":"#2A5D86","cat":[0,2],"pages":[{"id":"BeachResortHomepage","thumbnailWidth":680,"thumbnailHeight":2208,"title":"Homepage","keywords":"homepage, Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, suites, houses","cat":[0,2],"pro":true},{"id":"BeachResortActivities","thumbnailWidth":680,"thumbnailHeight":1347,"title":"Activities","keywords":"Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, suites, houses, beach","cat":[0,2],"pro":true},{"id":"BeachResortDining","thumbnailWidth":680,"thumbnailHeight":1470,"title":"Dining","keywords":"dining, Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, suites, houses","cat":[0,2],"pro":true},{"id":"BeachResortGalery","thumbnailWidth":680,"thumbnailHeight":1731,"title":"Galery","keywords":"offers, features, promos, discounts, rewards, gallery, grid, images, Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, suites, houses","cat":[0,2],"pro":true},{"id":"BeachResortOffers","thumbnailWidth":680,"thumbnailHeight":1442,"title":"Offers","keywords":"Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, suites, houses, offers, features, promos, discounts, rewards","cat":[0,2],"pro":true},{"id":"BeachResortRooms","thumbnailWidth":680,"thumbnailHeight":1782,"title":"Rooms","keywords":"Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, suites, houses","cat":[0,2],"pro":true},{"id":"BeachResortRoomDetails","thumbnailWidth":680,"thumbnailHeight":1505,"title":"Room details","keywords":"Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, suites, houses","cat":[0,2],"pro":true},{"id":"BeachResortContact","thumbnailWidth":680,"thumbnailHeight":1347,"title":"Contact","keywords":"contact, location, address, beach, Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, suites, houses","cat":[0,2],"pro":true}],"styles":[{"id":"ogxvoqhdgowojrgovjtvfmgbdmtkrvfhzvut","title":"Beach Resort","colorPalette":[{"id":"color1","hex":"#636678"},{"id":"color2","hex":"#2a2d41"},{"id":"color3","hex":"#ae74c6"},{"id":"color4","hex":"#b7b9c1"},{"id":"color5","hex":"#b0e0e0"},{"id":"color6","hex":"#6ec1c1"},{"id":"color7","hex":"#888a96"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"lato","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":2,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"lato","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.7,"letterSpacing":4,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"lato","fontFamilyType":"google","fontSize":13,"fontWeight":900,"lineHeight":1.7,"letterSpacing":4,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"marck_script","fontFamilyType":"google","fontSize":60,"fontWeight":200,"lineHeight":1.4,"letterSpacing":-3,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"marck_script","fontFamilyType":"google","fontSize":50,"fontWeight":700,"lineHeight":1.4,"letterSpacing":-3,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"marck_script","fontFamilyType":"google","fontSize":45,"fontWeight":600,"lineHeight":1.4,"letterSpacing":-2.5,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"marck_script","fontFamilyType":"google","fontSize":35,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-2.5,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"marck_script","fontFamilyType":"google","fontSize":28,"fontWeight":500,"lineHeight":1.5,"letterSpacing":-2,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"marck_script","fontFamilyType":"google","fontSize":22,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-1.5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"lato","fontFamilyType":"google","fontSize":12,"fontWeight":900,"lineHeight":1.8,"letterSpacing":3,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Marck Script","category":"handwriting","variants":["regular"],"subsets":["latin-ext","cyrillic","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/marckscript/v9/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf"}}]}]},{"name":"Car Clinic","color":"#A9A9A9","cat":[0,5],"pages":[{"id":"CarClinicHomepage","thumbnailWidth":680,"thumbnailHeight":1955,"title":"Homepage","keywords":"homepage, car clinic, Car, Service, Auto, Moto, Transportation","cat":[0,5],"pro":true},{"id":"CarClinicAbout","thumbnailWidth":680,"thumbnailHeight":1309,"title":"About","keywords":"about, about us, history, team, car clinic, Car, Service, Auto, Moto, Transportation","cat":[0,5],"pro":true},{"id":"CarClinicOffers","thumbnailWidth":680,"thumbnailHeight":1568,"title":"Offers","keywords":"offers, promos, discounts, car clinic, Car, Service, Auto, Moto, Transportation","cat":[0,5],"pro":true},{"id":"CarClinicPricing","thumbnailWidth":680,"thumbnailHeight":1146,"title":"Pricing","keywords":"pricing, prices, costs, packs, car clinic, Car, Service, Auto, Moto, Transportation","cat":[0,5],"pro":true},{"id":"CarClinicServices","thumbnailWidth":680,"thumbnailHeight":1945,"title":"Services","keywords":"services, features, car clinic, Car, Service, Auto, Moto, Transportation","cat":[0,5],"pro":true},{"id":"CarClinicContact","thumbnailWidth":680,"thumbnailHeight":992,"title":"Contact","keywords":"contact, car clinic, Car, Service, Auto, Moto, Transportation","cat":[0,5],"pro":true}],"styles":[{"id":"sfacrfbudlqbjsohlttpgfdlcmpupwatrsqj","title":"Car Clinic","colorPalette":[{"id":"color1","hex":"#33344b"},{"id":"color2","hex":"#33344b"},{"id":"color3","hex":"#2dabe0"},{"id":"color4","hex":"#8a95aa"},{"id":"color5","hex":"#af2654"},{"id":"color6","hex":"#eef0f2"},{"id":"color7","hex":"#8a95aa"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"barlow","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"kanit","fontFamilyType":"google","fontSize":11,"fontWeight":400,"lineHeight":1.8,"letterSpacing":3,"mobileFontSize":17,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"kanit","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.7,"letterSpacing":4,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"kanit","fontFamilyType":"google","fontSize":42,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"kanit","fontFamilyType":"google","fontSize":36,"fontWeight":700,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"kanit","fontFamilyType":"google","fontSize":29,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"kanit","fontFamilyType":"google","fontSize":26,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"kanit","fontFamilyType":"google","fontSize":19,"fontWeight":400,"lineHeight":1.6,"letterSpacing":-1,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"barlow","fontFamilyType":"google","fontSize":18,"fontWeight":600,"lineHeight":1.5,"letterSpacing":5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"barlow","fontFamilyType":"google","fontSize":14,"fontWeight":600,"lineHeight":1.7,"letterSpacing":0.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Barlow","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","vietnamese","latin"],"version":"v3","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/barlow/v3/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf","200":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf","300":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf","500":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf","600":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf","700":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf","800":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf","900":"http://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf","100italic":"http://fonts.gstatic.com/s/barlow/v3/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf","200italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf","300italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf","regular":"http://fonts.gstatic.com/s/barlow/v3/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf","italic":"http://fonts.gstatic.com/s/barlow/v3/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf","500italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf","600italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf","700italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf","800italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf","900italic":"http://fonts.gstatic.com/s/barlow/v3/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf"}},{"kind":"webfonts#webfont","family":"Kanit","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","vietnamese","thai","latin"],"version":"v4","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/kanit/v4/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf","200":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf","300":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf","500":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf","600":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf","700":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf","800":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf","900":"http://fonts.gstatic.com/s/kanit/v4/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf","100italic":"http://fonts.gstatic.com/s/kanit/v4/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf","200italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf","300italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf","regular":"http://fonts.gstatic.com/s/kanit/v4/nKKZ-Go6G5tXcoaSEQGodLxA.ttf","italic":"http://fonts.gstatic.com/s/kanit/v4/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf","500italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf","600italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf","700italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf","800italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf","900italic":"http://fonts.gstatic.com/s/kanit/v4/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf"}}]}]},{"name":"College","color":"#7FB794","cat":[0,6],"pages":[{"id":"CollegeHomepage","thumbnailWidth":680,"thumbnailHeight":2410,"title":"Homepage","keywords":"homepage, college, Education, Teaching, School","cat":[0,6],"pro":true},{"id":"CollegeAbout","thumbnailWidth":680,"thumbnailHeight":1750,"title":"About","keywords":"about, about us, history, team, stories, college, Education, Teaching, School","cat":[0,6],"pro":true},{"id":"CollegeFaculties","thumbnailWidth":680,"thumbnailHeight":1508,"title":"Faculties","keywords":"faculties, features, services, college, Education, Teaching, School","cat":[0,6],"pro":true},{"id":"CollegeContact","thumbnailWidth":680,"thumbnailHeight":720,"title":"Contact","keywords":"contact, location, address, college, Education, Teaching, School","cat":[0,6],"pro":true}],"styles":[{"id":"rrjgcxrizanoftyyjtlkpvxgboxzarhkjfpb","title":"College","colorPalette":[{"id":"color1","hex":"#3d372f"},{"id":"color2","hex":"#3d372f"},{"id":"color3","hex":"#099e6b"},{"id":"color4","hex":"#e39e1d"},{"id":"color5","hex":"#f3c100"},{"id":"color6","hex":"#9f9a95"},{"id":"color7","hex":"#7b7976"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"alegreya","fontFamilyType":"google","fontSize":18,"fontWeight":300,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"pt_sans","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":2,"letterSpacing":1,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"alegreya","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":75,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":50,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":35,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":28,"fontWeight":500,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":24,"fontWeight":500,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":20,"fontWeight":500,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"pt_sans","fontFamilyType":"google","fontSize":14,"fontWeight":700,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Alegreya","category":"serif","variants":["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","greek","latin","greek-ext"],"version":"v12","lastModified":"2019-01-15","files":{"500":"http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5I3JyJ98KhtH.ttf","700":"http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4o3JyJ98KhtH.ttf","800":"http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpG4Y3JyJ98KhtH.ttf","900":"http://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpi4I3JyJ98KhtH.ttf","regular":"http://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkRLmzanB44N1.ttf","italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLkx63j5pN1MwI.ttf","500italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nKwpteLwtHJlc.ttf","700italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHMwpteLwtHJlc.ttf","800italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_w3PwpteLwtHJlc.ttf","900italic":"http://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_ynOwpteLwtHJlc.ttf"}},{"kind":"webfonts#webfont","family":"PT Sans","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","latin"],"version":"v10","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/ptsans/v10/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf","regular":"http://fonts.gstatic.com/s/ptsans/v10/jizaRExUiTo99u79P0WOxOGMMDQ.ttf","italic":"http://fonts.gstatic.com/s/ptsans/v10/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf","700italic":"http://fonts.gstatic.com/s/ptsans/v10/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf"}}]}]},{"name":"Creed","color":"#A27F6E","cat":[0,7,8,12],"pages":[{"id":"CreedHomepage","thumbnailWidth":680,"thumbnailHeight":2494,"title":"Homepage","keywords":"homepage, creed, Religion, Events, Non profit, Church, Belief","cat":[0,7,8,12],"pro":true},{"id":"CreedAbout","thumbnailWidth":680,"thumbnailHeight":2813,"title":"About","keywords":"about, about us, history, team, values, sermons, creed, Religion, Events, Non profit, Church, Belief","cat":[0,7,8,12],"pro":true},{"id":"CreedGallery","thumbnailWidth":680,"thumbnailHeight":880,"title":"Gallery","keywords":"gallery, grid, images, creed, Religion, Events, Non profit, Church, Belief","cat":[0,7,8,12],"pro":true},{"id":"CreedMinistries","thumbnailWidth":680,"thumbnailHeight":848,"title":"Ministries","keywords":"ministries, gallery, grid, images, creed, Religion, Events, Non profit, Church, Belief","cat":[0,7,8,12],"pro":true},{"id":"CreedSermons","thumbnailWidth":680,"thumbnailHeight":1825,"title":"Sermons","keywords":"sermons, schedule, resources, creed, Religion, Events, Non profit, Church, Belief","cat":[0,7,8,12],"pro":true},{"id":"CreedContact","thumbnailWidth":680,"thumbnailHeight":886,"title":"Contact","keywords":"contact, location, address, creed, Religion, Events, Non profit, Church, Belief","cat":[0,7,8,12],"pro":true}],"styles":[{"id":"icwfpvkhphypjweexsymjpmobcndrdzvhypd","title":"Creed","colorPalette":[{"id":"color1","hex":"#3e2516"},{"id":"color2","hex":"#3f3834"},{"id":"color3","hex":"#a75608"},{"id":"color4","hex":"#319e7c"},{"id":"color5","hex":"#a7928a"},{"id":"color6","hex":"#f3f2ec"},{"id":"color7","hex":"#777675"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"average_sans","fontFamilyType":"google","fontSize":18,"fontWeight":500,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"crimson_text","fontFamilyType":"google","fontSize":18,"fontWeight":600,"lineHeight":2.1,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":2.1,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"catamaran","fontFamilyType":"google","fontSize":18,"fontWeight":500,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":72,"fontWeight":200,"lineHeight":1.3,"letterSpacing":-3.5,"mobileFontSize":46,"mobileFontWeight":200,"mobileLineHeight":1.5,"mobileLetterSpacing":-2},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":40,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-0.5,"mobileFontSize":35,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":38,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-0.5,"mobileFontSize":32,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":23,"fontWeight":500,"lineHeight":1.6,"letterSpacing":-0.5,"mobileFontSize":28,"mobileFontWeight":400,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"catamaran","fontFamilyType":"google","fontSize":20,"fontWeight":500,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"catamaran","fontFamilyType":"google","fontSize":16,"fontWeight":600,"lineHeight":2,"letterSpacing":0,"mobileFontSize":19,"mobileFontWeight":500,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"catamaran","fontFamilyType":"google","fontSize":16,"fontWeight":600,"lineHeight":2.1,"letterSpacing":1,"mobileFontSize":15,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Catamaran","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["latin-ext","tamil","latin"],"version":"v5","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/catamaran/v5/o-0OIpQoyXQa2RxT7-5jhjRFSfiM7HBj.ttf","200":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jKhVlY9aA5Wl6PQ.ttf","300":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jThZlY9aA5Wl6PQ.ttf","500":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jFhdlY9aA5Wl6PQ.ttf","600":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jOhBlY9aA5Wl6PQ.ttf","700":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jXhFlY9aA5Wl6PQ.ttf","800":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jQhJlY9aA5Wl6PQ.ttf","900":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jZhNlY9aA5Wl6PQ.ttf","regular":"http://fonts.gstatic.com/s/catamaran/v5/o-0IIpQoyXQa2RxT7-5b4j5Ba_2c7A.ttf"}},{"kind":"webfonts#webfont","family":"Average Sans","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/averagesans/v7/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf"}},{"kind":"webfonts#webfont","family":"Crimson Text","category":"serif","variants":["regular","italic","600","600italic","700","700italic"],"subsets":["latin"],"version":"v9","lastModified":"2019-02-21","files":{"600":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf","700":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf","regular":"http://fonts.gstatic.com/s/crimsontext/v9/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf","italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf","600italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf","700italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf"}}]}]},{"name":"Flavour","color":"#99887E","cat":[0,10],"pages":[{"id":"FlavourHomepage","thumbnailWidth":680,"thumbnailHeight":2028,"title":"Homepage","keywords":"homepage, flavour, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"FlavourAbout","thumbnailWidth":680,"thumbnailHeight":1697,"title":"About","keywords":"about, about us, history, offers, flavour, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"FlavourDessert","thumbnailWidth":680,"thumbnailHeight":1973,"title":"Dessert","keywords":"dessert, menu, flavour, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"FlavourDrinks","thumbnailWidth":680,"thumbnailHeight":2429,"title":"Drinks","keywords":"drinks, flavour, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"FlavourFood","thumbnailWidth":680,"thumbnailHeight":2758,"title":"Food","keywords":"food, menu, flavour, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"FlavourPricing","thumbnailWidth":680,"thumbnailHeight":1272,"title":"Pricing","keywords":"pricing, prices, costs, packs, offers, features, promos, discounts, rewards, flavour, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"FlavourReservations","thumbnailWidth":680,"thumbnailHeight":782,"title":"Reservations","keywords":"reservations, flavour, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"FlavourContact","thumbnailWidth":680,"thumbnailHeight":644,"title":"Contact","keywords":"contact, location, addressflavour, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true}],"styles":[{"id":"wsndowxcdsndojazydvziriiurijzxxupmud","title":"Flavour","colorPalette":[{"id":"color1","hex":"#0d0d0d"},{"id":"color2","hex":"#211c1c"},{"id":"color3","hex":"#ffa42e"},{"id":"color4","hex":"#f1f0f2"},{"id":"color5","hex":"#ffa42e"},{"id":"color6","hex":"#89b319"},{"id":"color7","hex":"#595959"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"raleway","fontFamilyType":"google","fontSize":14,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"raleway","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"raleway","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0.5,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"great_vibes","fontFamilyType":"google","fontSize":52,"fontWeight":200,"lineHeight":1.8,"letterSpacing":0.5,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"great_vibes","fontFamilyType":"google","fontSize":44,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0.5,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"great_vibes","fontFamilyType":"google","fontSize":28,"fontWeight":600,"lineHeight":1.5,"letterSpacing":0.5,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"raleway","fontFamilyType":"google","fontSize":30,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"raleway","fontFamilyType":"google","fontSize":18,"fontWeight":700,"lineHeight":1.8,"letterSpacing":0.5,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"raleway","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.8,"letterSpacing":0.5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"raleway","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Great Vibes","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/greatvibes/v6/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf"}},{"kind":"webfonts#webfont","family":"Raleway","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v13","lastModified":"2019-03-26","files":{"100":"http://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNwE4ISotrDfGGxA.ttf","200":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwOIpaqFFAfif3Vo.ttf","300":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIYqaqFFAfif3Vo.ttf","500":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwN4raqFFAfif3Vo.ttf","600":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsaqFFAfif3Vo.ttf","700":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwJYtaqFFAfif3Vo.ttf","800":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIouaqFFAfif3Vo.ttf","900":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwK4vaqFFAfif3Vo.ttf","100italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptqg8zYS_SKggPNyCgwLoFvL_SWxEMT.ttf","200italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwgqBPBdqazVoK4A.ttf","300italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw5qNPBdqazVoK4A.ttf","regular":"http://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPN-CoCTqluHfE.ttf","italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNyCgISotrDfGGxA.ttf","500italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwvqJPBdqazVoK4A.ttf","600italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwkqVPBdqazVoK4A.ttf","700italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw9qRPBdqazVoK4A.ttf","800italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw6qdPBdqazVoK4A.ttf","900italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwzqZPBdqazVoK4A.ttf"}}]}]},{"name":"Gourmet","color":"#A27F6E","cat":[0,10],"pages":[{"id":"GourmetHomepage","thumbnailWidth":680,"thumbnailHeight":2424,"title":"Homepage","keywords":"homepage, Health & Beauty, Medical, Hospital, Clinic, Doctor, Dentist, Wellness","cat":[0,10],"pro":true},{"id":"GourmetAbout","thumbnailWidth":680,"thumbnailHeight":1424,"title":"About","keywords":"about, about us, history, team, gourmet, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"GourmetMenu","thumbnailWidth":680,"thumbnailHeight":2315,"title":"Menu","keywords":"menu, gourmet, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"GourmetCareers","thumbnailWidth":680,"thumbnailHeight":1229,"title":"Careers","keywords":"careers, jobs, gourmet, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"GourmetLocation","thumbnailWidth":680,"thumbnailHeight":1422,"title":"Location","keywords":"location, address, gourmet, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true},{"id":"GourmetContact","thumbnailWidth":680,"thumbnailHeight":1470,"title":"Contact","keywords":"contact, gourmet, Food, restaurant, catering, delivery, dining","cat":[0,10],"pro":true}],"styles":[{"id":"djgycpkivxkotophosklpovakaeglaphgeso","title":"Gourmet","colorPalette":[{"id":"color1","hex":"#212121"},{"id":"color2","hex":"#383838"},{"id":"color3","hex":"#fdb552"},{"id":"color4","hex":"#757575"},{"id":"color5","hex":"#edf1f2"},{"id":"color6","hex":"#ffffff"},{"id":"color7","hex":"#73777f"},{"id":"color8","hex":"#e7e7e7"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":16,"fontWeight":300,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"crimson_text","fontFamilyType":"google","fontSize":22,"fontWeight":300,"lineHeight":1.8,"letterSpacing":1,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"montserrat","fontFamilyType":"google","fontSize":13,"fontWeight":400,"lineHeight":1.7,"letterSpacing":3,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":67,"fontWeight":200,"lineHeight":1.3,"letterSpacing":-2,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":39,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":31,"fontWeight":400,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"crimson_text","fontFamilyType":"google","fontSize":26,"fontWeight":500,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":21,"fontWeight":500,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"montserrat","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.6,"letterSpacing":1.5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"montserrat","fontFamilyType":"google","fontSize":12,"fontWeight":600,"lineHeight":1.8,"letterSpacing":3,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Crimson Text","category":"serif","variants":["regular","italic","600","600italic","700","700italic"],"subsets":["latin"],"version":"v9","lastModified":"2019-02-21","files":{"600":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf","700":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf","regular":"http://fonts.gstatic.com/s/crimsontext/v9/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf","italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf","600italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf","700italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf"}}]}]},{"name":"Hitched","color":"","cat":[0,8,11],"pages":[{"id":"HitchedHomepage","thumbnailWidth":680,"thumbnailHeight":2310,"title":"Homepage","keywords":"Hitched, wedding, Events, love, rsvp, brides, grooms, ceremony","cat":[0,8,11],"pro":true}],"styles":[{"id":"ijwyqvltsbwnwwdgvsqbgazaafovftffjkeb","title":"Hitched","colorPalette":[{"id":"color1","hex":"#176b83"},{"id":"color2","hex":"#031c22"},{"id":"color3","hex":"#7ad1e6"},{"id":"color4","hex":"#78787d"},{"id":"color5","hex":"#bde1f4"},{"id":"color6","hex":"#eef0f2"},{"id":"color7","hex":"#73777f"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"catamaran","fontFamilyType":"google","fontSize":16,"fontWeight":300,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"prata","fontFamilyType":"google","fontSize":17,"fontWeight":300,"lineHeight":1.7,"letterSpacing":-0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"catamaran","fontFamilyType":"google","fontSize":14,"fontWeight":400,"lineHeight":1.6,"letterSpacing":2,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"rozha_one","fontFamilyType":"google","fontSize":90,"fontWeight":200,"lineHeight":1.5,"letterSpacing":-1.5,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"prata","fontFamilyType":"google","fontSize":52,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"prata","fontFamilyType":"google","fontSize":30,"fontWeight":600,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"prata","fontFamilyType":"google","fontSize":27,"fontWeight":500,"lineHeight":1.5,"letterSpacing":-1,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"prata","fontFamilyType":"google","fontSize":24,"fontWeight":500,"lineHeight":1.5,"letterSpacing":-1,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"catamaran","fontFamilyType":"google","fontSize":19,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"catamaran","fontFamilyType":"google","fontSize":14,"fontWeight":700,"lineHeight":1.5,"letterSpacing":1,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Rozha One","category":"serif","variants":["regular"],"subsets":["latin-ext","latin","devanagari"],"version":"v6","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/rozhaone/v6/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf"}},{"kind":"webfonts#webfont","family":"Prata","category":"serif","variants":["regular"],"subsets":["cyrillic-ext","cyrillic","vietnamese","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/prata/v9/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf"}},{"kind":"webfonts#webfont","family":"Catamaran","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["latin-ext","tamil","latin"],"version":"v5","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/catamaran/v5/o-0OIpQoyXQa2RxT7-5jhjRFSfiM7HBj.ttf","200":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jKhVlY9aA5Wl6PQ.ttf","300":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jThZlY9aA5Wl6PQ.ttf","500":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jFhdlY9aA5Wl6PQ.ttf","600":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jOhBlY9aA5Wl6PQ.ttf","700":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jXhFlY9aA5Wl6PQ.ttf","800":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jQhJlY9aA5Wl6PQ.ttf","900":"http://fonts.gstatic.com/s/catamaran/v5/o-0NIpQoyXQa2RxT7-5jZhNlY9aA5Wl6PQ.ttf","regular":"http://fonts.gstatic.com/s/catamaran/v5/o-0IIpQoyXQa2RxT7-5b4j5Ba_2c7A.ttf"}}]}]},{"name":"Hope","color":"#2C4C44","cat":[0,12],"pages":[{"id":"HopeHomepage","thumbnailWidth":680,"thumbnailHeight":2361,"title":"Homepage","keywords":"homepage, hope, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"HopeAbout","thumbnailWidth":680,"thumbnailHeight":2344,"title":"About","keywords":"about, about us, history, team, hope, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"HopeJoin","thumbnailWidth":680,"thumbnailHeight":1230,"title":"Join","keywords":"join, volunteers, hope, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"HopePress","thumbnailWidth":680,"thumbnailHeight":2434,"title":"Press","keywords":"press, faq, hope, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"HopeProjects","thumbnailWidth":680,"thumbnailHeight":2377,"title":"Projects","keywords":"project, features, services, hope, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"HopeProjectdetails","thumbnailWidth":680,"thumbnailHeight":1334,"title":"Project details","keywords":"project, hope, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"HopeContact","thumbnailWidth":680,"thumbnailHeight":1779,"title":"Contact","keywords":"contact, location, address, hope, NGO, charity, Non Profit","cat":[0,12],"pro":true}],"styles":[{"id":"stclcsngwfgigirslshihqvfoffcvnuwutdo","title":"Hope","colorPalette":[{"id":"color1","hex":"#000000"},{"id":"color2","hex":"#141414"},{"id":"color3","hex":"#ff8400"},{"id":"color4","hex":"#66738d"},{"id":"color5","hex":"#2ddeb6"},{"id":"color6","hex":"#f7f7f7"},{"id":"color7","hex":"#717171"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"varela_round","fontFamilyType":"google","fontSize":16,"fontWeight":300,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"merriweather","fontFamilyType":"google","fontSize":22,"fontWeight":300,"lineHeight":1.5,"letterSpacing":0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"roboto","fontFamilyType":"google","fontSize":100,"fontWeight":100,"lineHeight":1.2,"letterSpacing":0,"mobileFontSize":40,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"pacifico","fontFamilyType":"google","fontSize":75,"fontWeight":200,"lineHeight":1.6,"letterSpacing":-2,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"pacifico","fontFamilyType":"google","fontSize":45,"fontWeight":700,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"montserrat","fontFamilyType":"google","fontSize":32,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"montserrat","fontFamilyType":"google","fontSize":25,"fontWeight":500,"lineHeight":1.5,"letterSpacing":-1,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"montserrat","fontFamilyType":"google","fontSize":20,"fontWeight":400,"lineHeight":1.5,"letterSpacing":-1,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"montserrat","fontFamilyType":"google","fontSize":14,"fontWeight":500,"lineHeight":1.5,"letterSpacing":-1,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"varela_round","fontFamilyType":"google","fontSize":13,"fontWeight":600,"lineHeight":2.2,"letterSpacing":0,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Pacifico","category":"handwriting","variants":["regular"],"subsets":["latin-ext","cyrillic","vietnamese","latin"],"version":"v13","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/pacifico/v13/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf"}},{"kind":"webfonts#webfont","family":"Varela Round","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","vietnamese","latin","hebrew"],"version":"v11","lastModified":"2019-02-21","files":{"regular":"http://fonts.gstatic.com/s/varelaround/v11/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf"}},{"kind":"webfonts#webfont","family":"Merriweather","category":"serif","variants":["300","300italic","regular","italic","700","700italic","900","900italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","latin"],"version":"v20","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf","700":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf","900":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf","300italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf","regular":"http://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf","italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf","700italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf","900italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf"}}]}]},{"name":"In Shape","color":"#303E67","cat":[0,13,14],"pages":[{"id":"InShapeHomepage","thumbnailWidth":680,"thumbnailHeight":1568,"title":"Homepage","keywords":"homepage, in shape, Health & Beauty, Sport, fitness, trainer","cat":[0,13,14],"pro":true},{"id":"InShapeNutrition","thumbnailWidth":680,"thumbnailHeight":1113,"title":"Nutrition","keywords":"nutrition, diets, in shape, Health & Beauty, Sport, fitness, trainer","cat":[0,13,14],"pro":true},{"id":"InShapePricing","thumbnailWidth":680,"thumbnailHeight":887,"title":"Pricing","keywords":"pricing, prices, costs, packs, faq, in shape, Health & Beauty, Sport, fitness, trainer","cat":[0,13,14],"pro":true},{"id":"InShapeServices","thumbnailWidth":680,"thumbnailHeight":822,"title":"Services","keywords":"features, services, in shape, Health & Beauty, Sport, fitness, trainer","cat":[0,13,14],"pro":true},{"id":"InShapeStories","thumbnailWidth":680,"thumbnailHeight":1429,"title":"Stories","keywords":"stories, features, team, in shape, Health & Beauty, Sport, fitness, trainer","cat":[0,13,14],"pro":true},{"id":"InShapeWorkout","thumbnailWidth":680,"thumbnailHeight":1543,"title":"Workout","keywords":"workouts, in shape, Health & Beauty, Sport, fitness, trainer, calendar, schedule","cat":[0,13,14],"pro":true},{"id":"InShapeWorkoutdetails","thumbnailWidth":680,"thumbnailHeight":1801,"title":"Workout details","keywords":"workout-details, exercises, in shape, Health & Beauty, Sport, fitness, trainer","cat":[0,13,14],"pro":true},{"id":"InShapeContact","thumbnailWidth":680,"thumbnailHeight":830,"title":"Contact","keywords":"contact, location, address, in shape, Health & Beauty, Sport, fitness, trainer","cat":[0,13,14],"pro":true}],"styles":[{"id":"yvabgehbjleqzdcbssoauoyeipqnrcctgsgf","title":"InShape","colorPalette":[{"id":"color1","hex":"#1b2022"},{"id":"color2","hex":"#1b2022"},{"id":"color3","hex":"#d34d5e"},{"id":"color4","hex":"#ede97a"},{"id":"color5","hex":"#00c8d6"},{"id":"color6","hex":"#dfe4e6"},{"id":"color7","hex":"#999999"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"montserrat","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":2.1,"letterSpacing":-0.5,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"montserrat","fontFamilyType":"google","fontSize":16,"fontWeight":700,"lineHeight":1.9,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"montserrat","fontFamilyType":"google","fontSize":18,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"montserrat","fontFamilyType":"google","fontSize":52,"fontWeight":700,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"montserrat","fontFamilyType":"google","fontSize":40,"fontWeight":300,"lineHeight":1.5,"letterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"montserrat","fontFamilyType":"google","fontSize":36,"fontWeight":700,"lineHeight":1.5,"letterSpacing":-0.5,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"montserrat","fontFamilyType":"google","fontSize":26,"fontWeight":400,"lineHeight":1.7,"letterSpacing":-0.5,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"montserrat","fontFamilyType":"google","fontSize":23,"fontWeight":400,"lineHeight":1.7,"letterSpacing":-0.5,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"montserrat","fontFamilyType":"google","fontSize":20,"fontWeight":500,"lineHeight":1.8,"letterSpacing":-0.5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"montserrat","fontFamilyType":"google","fontSize":14,"fontWeight":700,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[""]}]},{"name":"Keynote","color":"#443D61","cat":[0,1,8],"pages":[{"id":"KeynoteHomepage","thumbnailWidth":680,"thumbnailHeight":2908,"title":"Homepage","keywords":"homepage, speakers, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynoteAbout","thumbnailWidth":680,"thumbnailHeight":2064,"title":"About","keywords":"about, about us, history, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynoteGallery","thumbnailWidth":680,"thumbnailHeight":1743,"title":"Gallery","keywords":"gallery, grid, images, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynotePartners","thumbnailWidth":680,"thumbnailHeight":1364,"title":"Partners","keywords":"partners, clients, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynotePricing","thumbnailWidth":680,"thumbnailHeight":1700,"title":"Pricing","keywords":"pricing, prices, costs, packs, speakers, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynoteSchedule","thumbnailWidth":680,"thumbnailHeight":1833,"title":"Schedule","keywords":"schedule, timeline, speakers, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynoteSpeakers","thumbnailWidth":680,"thumbnailHeight":2043,"title":"Speakers","keywords":"speakers, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynoteTeam","thumbnailWidth":680,"thumbnailHeight":1735,"title":"Team","keywords":"team, volunteers, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynoteVenue","thumbnailWidth":680,"thumbnailHeight":1878,"title":"Venue","keywords":"venue, location, address, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true},{"id":"KeynoteContact","thumbnailWidth":680,"thumbnailHeight":1596,"title":"Contact","keywords":"contact, location, address, Event, Conference, Events, Keynote","cat":[0,1,8],"pro":true}],"styles":[{"id":"lywkwvivqbnmvopnhknegxidxkdhuglechhj","title":"Keynote","colorPalette":[{"id":"color1","hex":"#000000"},{"id":"color2","hex":"#282828"},{"id":"color3","hex":"#3a9ed2"},{"id":"color4","hex":"#7c7e80"},{"id":"color5","hex":"#d52042"},{"id":"color6","hex":"#c3cbd0"},{"id":"color7","hex":"#73777f"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"cabin","fontFamilyType":"google","fontSize":16,"fontWeight":300,"lineHeight":2,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"cabin","fontFamilyType":"google","fontSize":16,"fontWeight":300,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"montserrat","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.7,"letterSpacing":1,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"montserrat","fontFamilyType":"google","fontSize":48,"fontWeight":400,"lineHeight":1.5,"letterSpacing":-1,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"montserrat","fontFamilyType":"google","fontSize":32,"fontWeight":400,"lineHeight":1.5,"letterSpacing":-1,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"montserrat","fontFamilyType":"google","fontSize":25,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"montserrat","fontFamilyType":"google","fontSize":21,"fontWeight":400,"lineHeight":1.2,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"cabin","fontFamilyType":"google","fontSize":18,"fontWeight":400,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"montserrat","fontFamilyType":"google","fontSize":15,"fontWeight":500,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"cabin","fontFamilyType":"google","fontSize":14,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Cabin","category":"sans-serif","variants":["regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["latin-ext","vietnamese","latin"],"version":"v13","lastModified":"2019-02-21","files":{"500":"http://fonts.gstatic.com/s/cabin/v13/u-480qWljRw-PdfD3NhisShmeh5I.ttf","600":"http://fonts.gstatic.com/s/cabin/v13/u-480qWljRw-Pdfv29hisShmeh5I.ttf","700":"http://fonts.gstatic.com/s/cabin/v13/u-480qWljRw-PdeL2thisShmeh5I.ttf","regular":"http://fonts.gstatic.com/s/cabin/v13/u-4x0qWljRw-Pe839fxqmjRv.ttf","italic":"http://fonts.gstatic.com/s/cabin/v13/u-4_0qWljRw-Pd81__hInyRvYwc.ttf","500italic":"http://fonts.gstatic.com/s/cabin/v13/u-460qWljRw-Pd81xwxhuyxEfw5IR-Y.ttf","600italic":"http://fonts.gstatic.com/s/cabin/v13/u-460qWljRw-Pd81xyBmuyxEfw5IR-Y.ttf","700italic":"http://fonts.gstatic.com/s/cabin/v13/u-460qWljRw-Pd81x0RnuyxEfw5IR-Y.ttf"}},{"kind":"webfonts#webfont","family":"Crimson Text","category":"serif","variants":["regular","italic","600","600italic","700","700italic"],"subsets":["latin"],"version":"v9","lastModified":"2019-02-21","files":{"600":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf","700":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf","regular":"http://fonts.gstatic.com/s/crimsontext/v9/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf","italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf","600italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf","700italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf"}}]}]},{"name":"Kid Quest","color":"#DBCCBB","cat":[0,6],"pages":[{"id":"KidQuestHomepage","thumbnailWidth":680,"thumbnailHeight":1553,"title":"Homepage","keywords":"homepage, kids play, Education, Teaching, Kindergarten","cat":[0,6],"pro":true},{"id":"KidQuestAbout","thumbnailWidth":680,"thumbnailHeight":1420,"title":"About","keywords":"about, about us, kids play, Education, Teaching, Kindergarten","cat":[0,6],"pro":true},{"id":"KidQuestGallery","thumbnailWidth":680,"thumbnailHeight":661,"title":"Gallery","keywords":"gallery, grid, images, kids play, Education, Teaching, Kindergarten","cat":[0,6],"pro":true},{"id":"KidQuestPricing","thumbnailWidth":680,"thumbnailHeight":1139,"title":"Pricing","keywords":"pricing, prices, costs, packs, faq, kids play, Education, Teaching, Kindergarten","cat":[0,6],"pro":true},{"id":"KidQuestProjectDetails","thumbnailWidth":680,"thumbnailHeight":631,"title":"Project details","keywords":"project, gallery, grid, images, kids play, Education, Teaching, Kindergarten","cat":[0,6],"pro":true},{"id":"KidQuestServices","thumbnailWidth":680,"thumbnailHeight":1281,"title":"Services","keywords":"services, features, programs, kids play, Education, Teaching, Kindergarten","cat":[0,6],"pro":true},{"id":"KidQuestContact","thumbnailWidth":680,"thumbnailHeight":752,"title":"Contact","keywords":"contact, location, address, kids play, Education, Teaching, Kindergarten","cat":[0,6],"pro":true}],"styles":[{"id":"chnsxxxqibdfampcesxktddfoaftzkllzrem","title":"Kid Quest","colorPalette":[{"id":"color1","hex":"#3b2217"},{"id":"color2","hex":"#25403b"},{"id":"color3","hex":"#e85143"},{"id":"color4","hex":"#66738d"},{"id":"color5","hex":"#d2a450"},{"id":"color6","hex":"#eef0f2"},{"id":"color7","hex":"#776e6b"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"raleway","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"raleway","fontFamilyType":"google","fontSize":25,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"raleway","fontFamilyType":"google","fontSize":18,"fontWeight":400,"lineHeight":1.7,"letterSpacing":-0.5,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"lora","fontFamilyType":"google","fontSize":57,"fontWeight":400,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"lora","fontFamilyType":"google","fontSize":55,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"lora","fontFamilyType":"google","fontSize":50,"fontWeight":400,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"lora","fontFamilyType":"google","fontSize":45,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"lora","fontFamilyType":"google","fontSize":35,"fontWeight":400,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"raleway","fontFamilyType":"google","fontSize":23,"fontWeight":500,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"raleway","fontFamilyType":"google","fontSize":14,"fontWeight":700,"lineHeight":1.8,"letterSpacing":0.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Lora","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","latin"],"version":"v13","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/lora/v13/0QIgMX1D_JOuO7HeBttkm_mv670.ttf","regular":"http://fonts.gstatic.com/s/lora/v13/0QIvMX1D_JOuAw3xItNPh_A.ttf","italic":"http://fonts.gstatic.com/s/lora/v13/0QIhMX1D_JOuMw_7JvFKl_C28g.ttf","700italic":"http://fonts.gstatic.com/s/lora/v13/0QIiMX1D_JOuMw_Dmt5un9uq-73O-Q.ttf"}},{"kind":"webfonts#webfont","family":"Raleway","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v13","lastModified":"2019-03-26","files":{"100":"http://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNwE4ISotrDfGGxA.ttf","200":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwOIpaqFFAfif3Vo.ttf","300":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIYqaqFFAfif3Vo.ttf","500":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwN4raqFFAfif3Vo.ttf","600":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsaqFFAfif3Vo.ttf","700":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwJYtaqFFAfif3Vo.ttf","800":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIouaqFFAfif3Vo.ttf","900":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwK4vaqFFAfif3Vo.ttf","100italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptqg8zYS_SKggPNyCgwLoFvL_SWxEMT.ttf","200italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwgqBPBdqazVoK4A.ttf","300italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw5qNPBdqazVoK4A.ttf","regular":"http://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPN-CoCTqluHfE.ttf","italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNyCgISotrDfGGxA.ttf","500italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwvqJPBdqazVoK4A.ttf","600italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwkqVPBdqazVoK4A.ttf","700italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw9qRPBdqazVoK4A.ttf","800italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw6qdPBdqazVoK4A.ttf","900italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwzqZPBdqazVoK4A.ttf"}}]}]},{"name":"Lavish","color":"#4C5E7A","cat":[0,2,10],"pages":[{"id":"LavishHomepage","thumbnailWidth":680,"thumbnailHeight":2658,"title":"Homepage","keywords":"Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, food, suites, houses, Lavish, homepage","cat":[0,2,10],"pro":true},{"id":"LavishAbout","thumbnailWidth":680,"thumbnailHeight":1600,"title":"About","keywords":"about, about us, history, team, clients, values , Travel, Food, Lavish","cat":[0,2,10],"pro":true},{"id":"LavishDining","thumbnailWidth":680,"thumbnailHeight":1444,"title":"Dining","keywords":"dining, Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, food, suites, houses, Lavish","cat":[0,2,10],"pro":true},{"id":"LavishGallery","thumbnailWidth":680,"thumbnailHeight":675,"title":"Gallery","keywords":"gallery, Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, food, suites, houses, Lavish","cat":[0,2,10],"pro":true},{"id":"LavishRooms","thumbnailWidth":680,"thumbnailHeight":1954,"title":"Rooms","keywords":"Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, food, suites, houses, Lavish","cat":[0,2,10],"pro":true},{"id":"LavishRoomDetails","thumbnailWidth":680,"thumbnailHeight":1322,"title":"Room details","keywords":"Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, food, suites, houses, Lavish","cat":[0,2,10],"pro":true},{"id":"LavishContact","thumbnailWidth":680,"thumbnailHeight":1117,"title":"Contact","keywords":"contact, location, address, Hotel, Spa, Restaurant, Travel, Vacation, apartments, rooms, food, suites, houses, Lavish","cat":[0,2,10],"pro":true}],"styles":[{"id":"ldvzefmtepfgwsfrturzebeffqgrjygmvbpa","title":"Lavish","colorPalette":[{"id":"color1","hex":"#1e252d"},{"id":"color2","hex":"#2a2d41"},{"id":"color3","hex":"#cd9540"},{"id":"color4","hex":"#3c4059"},{"id":"color5","hex":"#ffa825"},{"id":"color6","hex":"#424d9d"},{"id":"color7","hex":"#63667a"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"spinnaker","fontFamilyType":"google","fontSize":16,"fontWeight":300,"lineHeight":1.7,"letterSpacing":-0.5,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"cormorant_garamond","fontFamilyType":"google","fontSize":32,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"spinnaker","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.7,"letterSpacing":3,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"cormorant_garamond","fontFamilyType":"google","fontSize":90,"fontWeight":500,"lineHeight":1.2,"letterSpacing":-1,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"cormorant_garamond","fontFamilyType":"google","fontSize":60,"fontWeight":500,"lineHeight":1.3,"letterSpacing":-1.5,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"cormorant_garamond","fontFamilyType":"google","fontSize":44,"fontWeight":500,"lineHeight":1.3,"letterSpacing":-1,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"cormorant_garamond","fontFamilyType":"google","fontSize":34,"fontWeight":500,"lineHeight":1.3,"letterSpacing":-0.5,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"cormorant_garamond","fontFamilyType":"google","fontSize":22,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"cormorant_garamond","fontFamilyType":"google","fontSize":18,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"spinnaker","fontFamilyType":"google","fontSize":13,"fontWeight":600,"lineHeight":1.8,"letterSpacing":3,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Cormorant Garamond","category":"serif","variants":["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","latin"],"version":"v6","lastModified":"2019-01-15","files":{"300":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf","500":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf","600":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf","700":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf","300italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf","regular":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf","italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf","500italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf","600italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf","700italic":"http://fonts.gstatic.com/s/cormorantgaramond/v6/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf"}},{"kind":"webfonts#webfont","family":"Spinnaker","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v10","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/spinnaker/v10/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf"}}]}]},{"name":"Molino","color":"#A27F6E","cat":[0,10],"pages":[{"id":"MolinoHomepage","thumbnailWidth":680,"thumbnailHeight":1431,"title":"Homepage","keywords":"homepage, restaurant, catering, homepage, Food, restaurant, catering, delivery, dining, bakery, cakes, desserts, molino","cat":[0,10],"pro":true},{"id":"MolinoAbout","thumbnailWidth":680,"thumbnailHeight":1269,"title":"About","keywords":"molino, about, about us, history, values, restaurant, catering, homepage, Food, restaurant, catering, delivery, dining, bakery, cakes, desserts","cat":[0,10],"pro":true},{"id":"MolinoMenu","thumbnailWidth":680,"thumbnailHeight":2117,"title":"Menu","keywords":"molino, menu, restaurant, catering, homepage, Food, restaurant, catering, delivery, dining, bakery, cakes, desserts","cat":[0,10],"pro":true},{"id":"MolinoRecipes","thumbnailWidth":680,"thumbnailHeight":979,"title":"Recipes","keywords":"molino, restaurant, catering, homepage, Food, restaurant, catering, delivery, dining, bakery, cakes, desserts, recipe","cat":[0,10],"pro":true},{"id":"MolinoRecipeDetails","thumbnailWidth":680,"thumbnailHeight":929,"title":"Recipe details","keywords":"molino, restaurant, catering, homepage, Food, restaurant, catering, delivery, dining, bakery, cakes, desserts, recipe","cat":[0,10],"pro":true},{"id":"MolinoContact","thumbnailWidth":680,"thumbnailHeight":795,"title":"Contact","keywords":"molino, contact, location, address, restaurant, catering, homepage, Food, restaurant, catering, delivery, dining, bakery, cakes, desserts","cat":[0,10],"pro":true}],"styles":[{"id":"gznajvmfejckfmmzuabtsggydvuwqzzabzig","title":"Molino","colorPalette":[{"id":"color1","hex":"#393939"},{"id":"color2","hex":"#393939"},{"id":"color3","hex":"#e2974e"},{"id":"color4","hex":"#66738d"},{"id":"color5","hex":"#fdd99d"},{"id":"color6","hex":"#f0f2ee"},{"id":"color7","hex":"#393939"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"open_sans","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.9,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"lora","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"open_sans","fontFamilyType":"google","fontSize":20,"fontWeight":400,"lineHeight":1.7,"letterSpacing":-0.5,"mobileFontSize":17,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"yeseva_one","fontFamilyType":"google","fontSize":90,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":41,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"yeseva_one","fontFamilyType":"google","fontSize":68,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"yeseva_one","fontFamilyType":"google","fontSize":54,"fontWeight":600,"lineHeight":1.4,"letterSpacing":-1.5,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"yeseva_one","fontFamilyType":"google","fontSize":40,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":30,"mobileFontWeight":500,"mobileLineHeight":1.1,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"lora","fontFamilyType":"google","fontSize":36,"fontWeight":500,"lineHeight":1.5,"letterSpacing":-0.5,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"yeseva_one","fontFamilyType":"google","fontSize":23,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"lora","fontFamilyType":"google","fontSize":16,"fontWeight":700,"lineHeight":1.6,"letterSpacing":0.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Yeseva One","category":"display","variants":["regular"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","latin"],"version":"v13","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/yesevaone/v13/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf"}},{"kind":"webfonts#webfont","family":"Open Sans","category":"sans-serif","variants":["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","greek","latin","greek-ext"],"version":"v16","lastModified":"2019-03-26","files":{"300":"http://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8-VeJoCqeDjg.ttf","600":"http://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirk-VeJoCqeDjg.ttf","700":"http://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rg-VeJoCqeDjg.ttf","800":"http://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rs-VeJoCqeDjg.ttf","300italic":"http://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV-hsKKKTjrPW.ttf","regular":"http://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-U1UpcaXcl0Aw.ttf","italic":"http://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUJ0ef8xkA76a.ttf","600italic":"http://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKXGUehsKKKTjrPW.ttf","700italic":"http://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWiUOhsKKKTjrPW.ttf","800italic":"http://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKW-U-hsKKKTjrPW.ttf"}},{"kind":"webfonts#webfont","family":"Lora","category":"serif","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","latin"],"version":"v13","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/lora/v13/0QIgMX1D_JOuO7HeBttkm_mv670.ttf","regular":"http://fonts.gstatic.com/s/lora/v13/0QIvMX1D_JOuAw3xItNPh_A.ttf","italic":"http://fonts.gstatic.com/s/lora/v13/0QIhMX1D_JOuMw_7JvFKl_C28g.ttf","700italic":"http://fonts.gstatic.com/s/lora/v13/0QIiMX1D_JOuMw_Dmt5un9uq-73O-Q.ttf"}}]}]},{"name":"Moves","color":"","cat":[0,13,14,8,11],"pages":[{"id":"MovesHomepage","thumbnailWidth":680,"thumbnailHeight":2724,"title":"Homepage","keywords":"Health & Beauty, Sport, Events, One Page, Homepage, Dancing, Dance, Tango, HipHop, Street style, cha cha, jive, samba, trainer","cat":[0,13,14,8,11],"pro":true}],"styles":[{"id":"kqvgvsnfwhkwjwguzvsizkzdnpstlketofio","title":"Moves","colorPalette":[{"id":"color1","hex":"#323946"},{"id":"color2","hex":"#141414"},{"id":"color3","hex":"#827dea"},{"id":"color4","hex":"#87869f"},{"id":"color5","hex":"#da5480"},{"id":"color6","hex":"#d2dae5"},{"id":"color7","hex":"#87869f"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"montserrat","fontFamilyType":"google","fontSize":14,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"montserrat","fontFamilyType":"google","fontSize":16,"fontWeight":500,"lineHeight":1.7,"letterSpacing":0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"montserrat","fontFamilyType":"google","fontSize":16,"fontWeight":300,"lineHeight":1.7,"letterSpacing":0.5,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"monoton","fontFamilyType":"google","fontSize":87,"fontWeight":200,"lineHeight":1.8,"letterSpacing":2,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"montserrat","fontFamilyType":"google","fontSize":60,"fontWeight":200,"lineHeight":1.2,"letterSpacing":0,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"montserrat","fontFamilyType":"google","fontSize":40,"fontWeight":200,"lineHeight":1.2,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"montserrat","fontFamilyType":"google","fontSize":30,"fontWeight":500,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"montserrat","fontFamilyType":"google","fontSize":24,"fontWeight":400,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"montserrat","fontFamilyType":"google","fontSize":20,"fontWeight":500,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"montserrat","fontFamilyType":"google","fontSize":13,"fontWeight":500,"lineHeight":2.2,"letterSpacing":1,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Monoton","category":"display","variants":["regular"],"subsets":["latin"],"version":"v8","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/monoton/v8/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf"}}]}]},{"name":"Parlor","color":"","cat":[0,13,11],"pages":[{"id":"ParlorHomepage","thumbnailWidth":680,"thumbnailHeight":2179,"title":"Homepage","keywords":"Health & Beauty, One Page, Parlour, Barbershop, haircut, grooming, shave, beard, hipsters","cat":[0,13,11],"pro":true}],"styles":[{"id":"eciislkkeivlbyblfujrudusvhkihlqtdura","title":"Parlor","colorPalette":[{"id":"color1","hex":"#0e111a"},{"id":"color2","hex":"#003456"},{"id":"color3","hex":"#ca8039"},{"id":"color4","hex":"#616c78"},{"id":"color5","hex":"#bde1f4"},{"id":"color6","hex":"#dce2e8"},{"id":"color7","hex":"#858689"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"quattrocento_sans","fontFamilyType":"google","fontSize":18,"fontWeight":400,"lineHeight":1.6,"letterSpacing":0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"quattrocento_sans","fontFamilyType":"google","fontSize":21,"fontWeight":400,"lineHeight":1.5,"letterSpacing":1,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"montserrat","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.7,"letterSpacing":2,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"saira_extra_condensed","fontFamilyType":"google","fontSize":70,"fontWeight":700,"lineHeight":1.3,"letterSpacing":14,"mobileFontSize":44,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":6},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"saira_extra_condensed","fontFamilyType":"google","fontSize":56,"fontWeight":600,"lineHeight":1.3,"letterSpacing":2,"mobileFontSize":40,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"great_vibes","fontFamilyType":"google","fontSize":40,"fontWeight":400,"lineHeight":1.2,"letterSpacing":0,"mobileFontSize":29,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"saira_extra_condensed","fontFamilyType":"google","fontSize":29,"fontWeight":500,"lineHeight":1.4,"letterSpacing":2,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"quattrocento_sans","fontFamilyType":"google","fontSize":21,"fontWeight":700,"lineHeight":1.5,"letterSpacing":1,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"saira_extra_condensed","fontFamilyType":"google","fontSize":19,"fontWeight":700,"lineHeight":1.5,"letterSpacing":3,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"quattrocento_sans","fontFamilyType":"google","fontSize":14,"fontWeight":700,"lineHeight":1.8,"letterSpacing":1.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Saira","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["latin-ext","vietnamese","latin"],"version":"v3","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/saira/v3/mem-Ya2wxmKQyNFETZY_VrUfTck.ttf","200":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNHobLYVeLkWVNBt.ttf","300":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNGMb7YVeLkWVNBt.ttf","500":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNHUbrYVeLkWVNBt.ttf","600":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNH4abYVeLkWVNBt.ttf","700":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNGcaLYVeLkWVNBt.ttf","800":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNGAa7YVeLkWVNBt.ttf","900":"http://fonts.gstatic.com/s/saira/v3/mem9Ya2wxmKQyNGkarYVeLkWVNBt.ttf","regular":"http://fonts.gstatic.com/s/saira/v3/memwYa2wxmKQyOkgR5IdU6Uf.ttf"}},{"kind":"webfonts#webfont","family":"Saira Extra Condensed","category":"sans-serif","variants":["100","200","300","regular","500","600","700","800","900"],"subsets":["latin-ext","vietnamese","latin"],"version":"v4","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf","200":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf","300":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf","500":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf","600":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf","700":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf","800":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf","900":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf","regular":"http://fonts.gstatic.com/s/sairaextracondensed/v4/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf"}},{"kind":"webfonts#webfont","family":"Great Vibes","category":"handwriting","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v6","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/greatvibes/v6/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf"}},{"kind":"webfonts#webfont","family":"Quattrocento Sans","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["latin-ext","latin"],"version":"v11","lastModified":"2019-01-15","files":{"700":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf","regular":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf","italic":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf","700italic":"http://fonts.gstatic.com/s/quattrocentosans/v11/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf"}}]}]},{"name":"Philanthropy","color":"#2C4C44","cat":[0,12],"pages":[{"id":"PhilanthropyHomepage","thumbnailWidth":680,"thumbnailHeight":1243,"title":"Homepage","keywords":"homepage, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyJoin","thumbnailWidth":680,"thumbnailHeight":1131,"title":"Join","keywords":"join, donate, volunteer, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyPress","thumbnailWidth":680,"thumbnailHeight":937,"title":"Press","keywords":"press, features, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyFAQ","thumbnailWidth":680,"thumbnailHeight":754,"title":"FAQ","keywords":"faq, questions, frequent, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyGallery","thumbnailWidth":680,"thumbnailHeight":557,"title":"Gallery","keywords":"gallery, images, grid, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyPricing","thumbnailWidth":680,"thumbnailHeight":1064,"title":"Pricing","keywords":"pricing, prices, costs, packs, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyProjects","thumbnailWidth":680,"thumbnailHeight":724,"title":"Projects","keywords":"projects, features, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyProjectdetails","thumbnailWidth":680,"thumbnailHeight":730,"title":"Project details","keywords":"project-details, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyTeam","thumbnailWidth":680,"thumbnailHeight":1077,"title":"Team","keywords":"team, volunteers, people, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true},{"id":"PhilanthropyContact","thumbnailWidth":680,"thumbnailHeight":735,"title":"Contact","keywords":"contact, location, address, philanthropy, NGO, charity, Non Profit","cat":[0,12],"pro":true}],"styles":[{"id":"lnvuquwgkncpurwstjtvnamvymqgncggdgxm","title":"Philanthropy","colorPalette":[{"id":"color1","hex":"#1b3039"},{"id":"color2","hex":"#1b3039"},{"id":"color3","hex":"#79c5f5"},{"id":"color4","hex":"#b5bfc4"},{"id":"color5","hex":"#ffd52d"},{"id":"color6","hex":"#eef0f2"},{"id":"color7","hex":"#1e414e"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"lato","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"lato","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.8,"letterSpacing":-0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"lato","fontFamilyType":"google","fontSize":15,"fontWeight":400,"lineHeight":1.8,"letterSpacing":-0.5,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"lato","fontFamilyType":"google","fontSize":72,"fontWeight":100,"lineHeight":1.3,"letterSpacing":-2,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"lato","fontFamilyType":"google","fontSize":52,"fontWeight":100,"lineHeight":1.3,"letterSpacing":-1,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"lato","fontFamilyType":"google","fontSize":36,"fontWeight":700,"lineHeight":1.3,"letterSpacing":-1,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"lato","fontFamilyType":"google","fontSize":30,"fontWeight":300,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"lato","fontFamilyType":"google","fontSize":26,"fontWeight":700,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"lato","fontFamilyType":"google","fontSize":19,"fontWeight":300,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"lato","fontFamilyType":"google","fontSize":15,"fontWeight":700,"lineHeight":1.8,"letterSpacing":-0.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[""]}]},{"name":"Quantum","color":"#CD4B61","cat":[0,3,1],"pages":[{"id":"QuantumHomepage","thumbnailWidth":680,"thumbnailHeight":1993,"title":"Homepage","keywords":"home, quantum, business, creative, portfolio","cat":[0,3,1],"pro":true},{"id":"QuantumAbout","thumbnailWidth":680,"thumbnailHeight":1700,"title":"About","keywords":"about, about us, history, team, clients, jobs, careers , quantum, business, creative, portfolio","cat":[0,3,1],"pro":true},{"id":"QuantumWork","thumbnailWidth":680,"thumbnailHeight":1353,"title":"Work","keywords":"work, gallery, grid, images, quantum, business, creative, portfolio","cat":[0,3,1],"pro":true},{"id":"QuantumServices","thumbnailWidth":680,"thumbnailHeight":1213,"title":"Services","keywords":"features, services, quantum, clients, business, creative, portfolio","cat":[0,3,1],"pro":true},{"id":"QuantumProjectDetails","thumbnailWidth":680,"thumbnailHeight":1119,"title":"Project details","keywords":"project, gallery, grid, images, masonry, quantum, business, creative, portfolio","cat":[0,3,1],"pro":true},{"id":"QuantumContact","thumbnailWidth":680,"thumbnailHeight":968,"title":"Contact","keywords":"contact, location, address, quantum, business, creative, portfolio","cat":[0,3,1],"pro":true}],"styles":[{"id":"hkauzpefyxheerdsojcrzoznghmxyqxnpcos","title":"Quantum","colorPalette":[{"id":"color1","hex":"#0f0f0f"},{"id":"color2","hex":"#595959"},{"id":"color3","hex":"#f73058"},{"id":"color4","hex":"#7a7a7a"},{"id":"color5","hex":"#f73058"},{"id":"color6","hex":"#f2f2f2"},{"id":"color7","hex":"#7a7a7a"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"merriweather","fontFamilyType":"google","fontSize":14,"fontWeight":300,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"merriweather","fontFamilyType":"google","fontSize":21,"fontWeight":300,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"merriweather","fontFamilyType":"google","fontSize":21,"fontWeight":300,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"josefin_sans","fontFamilyType":"google","fontSize":100,"fontWeight":600,"lineHeight":1.1,"letterSpacing":-2,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"josefin_sans","fontFamilyType":"google","fontSize":55,"fontWeight":600,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"josefin_sans","fontFamilyType":"google","fontSize":43,"fontWeight":300,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"josefin_sans","fontFamilyType":"google","fontSize":34,"fontWeight":300,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"josefin_sans","fontFamilyType":"google","fontSize":27,"fontWeight":300,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"josefin_sans","fontFamilyType":"google","fontSize":22,"fontWeight":500,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"josefin_sans","fontFamilyType":"google","fontSize":17,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Josefin Sans","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],"subsets":["latin-ext","vietnamese","latin"],"version":"v13","lastModified":"2019-02-21","files":{"100":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3EZQNVED7rKGKxtqIqX5Ecbnx9Vnksi4M7.ttf","300":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3FZQNVED7rKGKxtqIqX5Ecpl5dfFcggpoi_Q.ttf","600":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3FZQNVED7rKGKxtqIqX5Ec0lhdfFcggpoi_Q.ttf","700":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3FZQNVED7rKGKxtqIqX5EctlldfFcggpoi_Q.ttf","100italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3GZQNVED7rKGKxtqIqX5EUCEQZXH0OjpM75PE.ttf","300italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3HZQNVED7rKGKxtqIqX5EUCETRfl0koJ8y_eiS.ttf","regular":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3aZQNVED7rKGKxtqIqX5EkCnZ5dHw8iw.ttf","italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3EZQNVED7rKGKxtqIqX5EUCHx9Vnksi4M7.ttf","600italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3HZQNVED7rKGKxtqIqX5EUCESleF0koJ8y_eiS.ttf","700italic":"http://fonts.gstatic.com/s/josefinsans/v13/Qw3HZQNVED7rKGKxtqIqX5EUCETBeV0koJ8y_eiS.ttf"}},{"kind":"webfonts#webfont","family":"Merriweather","category":"serif","variants":["300","300italic","regular","italic","700","700italic","900","900italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","latin"],"version":"v20","lastModified":"2019-02-21","files":{"300":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf","700":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf","900":"http://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf","300italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf","regular":"http://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf","italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf","700italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf","900italic":"http://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf"}}]}]},{"name":"Reel Story","color":"#8A2D2C","cat":[0,3],"pages":[{"id":"ReelStoryHomepage","thumbnailWidth":680,"thumbnailHeight":1238,"title":"Homepage","keywords":"homepage, reel story, Portfolio, Creative, Video, Motion","cat":[0,3],"pro":true},{"id":"ReelStoryAbout","thumbnailWidth":680,"thumbnailHeight":1252,"title":"About","keywords":"about, about us, history, reel story, Portfolio, Creative, Video, Motion","cat":[0,3],"pro":true},{"id":"ReelStoryFilms","thumbnailWidth":680,"thumbnailHeight":1540,"title":"Films","keywords":"films, features, services, reel story, Portfolio, Creative, Video, Motion","cat":[0,3],"pro":true},{"id":"ReelStoryCommercials","thumbnailWidth":680,"thumbnailHeight":1519,"title":"Commercials","keywords":"commercials, features, services, clients, reel story, Portfolio, Creative, Video, Motion","cat":[0,3],"pro":true},{"id":"ReelStoryPhotography","thumbnailWidth":680,"thumbnailHeight":1016,"title":"Photography","keywords":"photography, features, gallery, reel story, Portfolio, Creative, Video, Motion","cat":[0,3],"pro":true},{"id":"ReelStoryProjectDetails","thumbnailWidth":680,"thumbnailHeight":611,"title":"Project details","keywords":"projects, gallery, reel story, Portfolio, Creative, Video, Motion","cat":[0,3],"pro":true},{"id":"ReelStoryContact","thumbnailWidth":680,"thumbnailHeight":1030,"title":"Contact","keywords":"contact, location, address, reel story, Portfolio, Creative, Video, Motion","cat":[0,3],"pro":true}],"styles":[{"id":"zbncnqgfqctenhdippnnagyiwqrkblqykqfw","title":"Reel Story","colorPalette":[{"id":"color1","hex":"#000000"},{"id":"color2","hex":"#5c5c5c"},{"id":"color3","hex":"#ff0303"},{"id":"color4","hex":"#a7a7a7"},{"id":"color5","hex":"#bde1f4"},{"id":"color6","hex":"#eef0f2"},{"id":"color7","hex":"#73777f"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"noto_sans","fontFamilyType":"google","fontSize":14,"fontWeight":300,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"noto_sans","fontFamilyType":"google","fontSize":21,"fontWeight":300,"lineHeight":1.7,"letterSpacing":2,"mobileFontSize":23,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"noto_sans","fontFamilyType":"google","fontSize":21,"fontWeight":700,"lineHeight":1.9,"letterSpacing":2,"mobileFontSize":20,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":80,"fontWeight":200,"lineHeight":1.2,"letterSpacing":1,"mobileFontSize":55,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":29,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":27,"fontWeight":400,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":27,"mobileFontWeight":400,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"noto_serif","fontFamilyType":"google","fontSize":23,"fontWeight":500,"lineHeight":1.4,"letterSpacing":1,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"noto_sans","fontFamilyType":"google","fontSize":21,"fontWeight":500,"lineHeight":1.5,"letterSpacing":2,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"noto_sans","fontFamilyType":"google","fontSize":18,"fontWeight":500,"lineHeight":1.4,"letterSpacing":2,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"noto_sans","fontFamilyType":"google","fontSize":13,"fontWeight":700,"lineHeight":1.9,"letterSpacing":0,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Noto Sans","category":"sans-serif","variants":["regular","italic","700","700italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","greek","latin","devanagari","greek-ext"],"version":"v8","lastModified":"2019-02-21","files":{"700":"http://fonts.gstatic.com/s/notosans/v8/o-0NIpQlx3QUlC5A4PNjXhFlY9aA5Wl6PQ.ttf","regular":"http://fonts.gstatic.com/s/notosans/v8/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf","italic":"http://fonts.gstatic.com/s/notosans/v8/o-0OIpQlx3QUlC5A4PNr4DRFSfiM7HBj.ttf","700italic":"http://fonts.gstatic.com/s/notosans/v8/o-0TIpQlx3QUlC5A4PNr4Az5ZtyEx2xqPaif.ttf"}}]}]},{"name":"Skypoint","color":"#887D9E","cat":[0,4,1],"pages":[{"id":"SkypointHomepage","thumbnailWidth":680,"thumbnailHeight":1585,"title":"Homepage","keywords":"homepage, skypoint, Real-Estate, Business","cat":[0,4,1],"pro":true},{"id":"SkypointAbout","thumbnailWidth":680,"thumbnailHeight":1439,"title":"About","keywords":"about, about us, history, team, skypoint, Real-Estate, Business","cat":[0,4,1],"pro":true},{"id":"SkypointApartments","thumbnailWidth":680,"thumbnailHeight":1604,"title":"Apartments","keywords":"apartments, rooms, houses, skypoint, Real-Estate, Business","cat":[0,4,1],"pro":true},{"id":"SkypointPlans","thumbnailWidth":680,"thumbnailHeight":1021,"title":"Plans","keywords":"plans, floors, features, services, skypoint, Real-Estate, Business","cat":[0,4,1],"pro":true},{"id":"SkypointContact","thumbnailWidth":680,"thumbnailHeight":653,"title":"Contact","keywords":"contact, skypoint, Real-Estate, Business","cat":[0,4,1],"pro":true}],"styles":[{"id":"yvkltrdrjkjbolyedrpsprhaffytnuntjboy","title":"Skypoint","colorPalette":[{"id":"color1","hex":"#222348"},{"id":"color2","hex":"#222348"},{"id":"color3","hex":"#4148ac"},{"id":"color4","hex":"#2b1b8e"},{"id":"color5","hex":"#386eba"},{"id":"color6","hex":"#f8f8f8"},{"id":"color7","hex":"#868686"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"alegreya_sans","fontFamilyType":"google","fontSize":17,"fontWeight":300,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"alegreya_sans","fontFamilyType":"google","fontSize":20,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"alegreya_sans","fontFamilyType":"google","fontSize":20,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"source_sans_pro","fontFamilyType":"google","fontSize":72,"fontWeight":200,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"source_sans_pro","fontFamilyType":"google","fontSize":52,"fontWeight":700,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"source_sans_pro","fontFamilyType":"google","fontSize":34,"fontWeight":600,"lineHeight":1.4,"letterSpacing":-0.5,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"source_sans_pro","fontFamilyType":"google","fontSize":26,"fontWeight":700,"lineHeight":1.4,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"source_sans_pro","fontFamilyType":"google","fontSize":22,"fontWeight":400,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"source_sans_pro","fontFamilyType":"google","fontSize":19,"fontWeight":600,"lineHeight":1.9,"letterSpacing":1.5,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"source_sans_pro","fontFamilyType":"google","fontSize":14,"fontWeight":600,"lineHeight":2,"letterSpacing":2,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Alegreya Sans","category":"sans-serif","variants":["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","greek","latin","greek-ext"],"version":"v9","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf","300":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf","500":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf","700":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf","800":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf","900":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf","100italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf","300italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf","regular":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf","italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf","500italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf","700italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf","800italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf","900italic":"http://fonts.gstatic.com/s/alegreyasans/v9/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf"}},{"kind":"webfonts#webfont","family":"Source Sans Pro","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],"subsets":["cyrillic-ext","latin-ext","cyrillic","vietnamese","greek","latin","greek-ext"],"version":"v12","lastModified":"2019-03-26","files":{"200":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkB1v_8CGxg.ttf","300":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkB1v_8CGxg.ttf","600":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkB1v_8CGxg.ttf","700":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkB1v_8CGxg.ttf","900":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkB1v_8CGxg.ttf","200italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr3cWWxg40.ttf","300italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr3cWWxg40.ttf","regular":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xK3dSBYKcSV-LCoeQqfX1RYOo3aP6TkmDZz9g.ttf","italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7gujNj9tmf.ttf","600italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr3cWWxg40.ttf","700italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr3cWWxg40.ttf","900italic":"http://fonts.gstatic.com/s/sourcesanspro/v12/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr3cWWxg40.ttf"}}]}]},{"name":"Startapp","color":"#778d99","cat":[0,11,1],"pages":[{"id":"StartappHomepage","thumbnailWidth":680,"thumbnailHeight":3162,"title":"Homepage","keywords":"one-page, homepage, StartApp, features, app, technology, mobile, tablet, landing page","cat":[0,11,1],"pro":true}],"styles":[{"id":"gwjxyiigrnkerwoorkywtgsfnfetztugngxc","title":"Startapp","colorPalette":[{"id":"color1","hex":"#1b1e26"},{"id":"color2","hex":"#303139"},{"id":"color3","hex":"#12aaeb"},{"id":"color4","hex":"#1e5a6d"},{"id":"color5","hex":"#91959b"},{"id":"color6","hex":"#6bd1ee"},{"id":"color7","hex":"#6e787e"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"molengo","fontFamilyType":"google","fontSize":17,"fontWeight":300,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"palanquin","fontFamilyType":"google","fontSize":19,"fontWeight":400,"lineHeight":1.7,"letterSpacing":-0.5,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"molengo","fontFamilyType":"google","fontSize":19,"fontWeight":400,"lineHeight":1.7,"letterSpacing":1.5,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"palanquin","fontFamilyType":"google","fontSize":100,"fontWeight":500,"lineHeight":1.3,"letterSpacing":-3,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"palanquin","fontFamilyType":"google","fontSize":50,"fontWeight":500,"lineHeight":1.3,"letterSpacing":-2,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"molengo","fontFamilyType":"google","fontSize":45,"fontWeight":400,"lineHeight":1.3,"letterSpacing":-1,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"palanquin","fontFamilyType":"google","fontSize":40,"fontWeight":500,"lineHeight":1.3,"letterSpacing":-2,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"palanquin","fontFamilyType":"google","fontSize":35,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"palanquin","fontFamilyType":"google","fontSize":28,"fontWeight":500,"lineHeight":1.5,"letterSpacing":-2,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"palanquin","fontFamilyType":"google","fontSize":13,"fontWeight":400,"lineHeight":1.9,"letterSpacing":2.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Molengo","category":"sans-serif","variants":["regular"],"subsets":["latin-ext","latin"],"version":"v9","lastModified":"2019-01-15","files":{"regular":"http://fonts.gstatic.com/s/molengo/v9/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf"}},{"kind":"webfonts#webfont","family":"Palanquin","category":"sans-serif","variants":["100","200","300","regular","500","600","700"],"subsets":["latin-ext","latin","devanagari"],"version":"v4","lastModified":"2019-01-15","files":{"100":"http://fonts.gstatic.com/s/palanquin/v4/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf","200":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf","300":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf","500":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf","600":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf","700":"http://fonts.gstatic.com/s/palanquin/v4/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf","regular":"http://fonts.gstatic.com/s/palanquin/v4/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf"}}]}]},{"name":"Swipe","color":"#778d99","cat":[0,11,1],"pages":[{"id":"SwipeHomepage","thumbnailWidth":680,"thumbnailHeight":3758,"title":"Homepage","keywords":"one-page, homepage, swipe, features, app, technology, mobile, tablet, landing page","cat":[0,11,1],"pro":true}],"styles":[{"id":"adodkqfglmmsgiwlrikyelxfaprxuwoeoemg","title":"Swipe","colorPalette":[{"id":"color1","hex":"#111112"},{"id":"color2","hex":"#111112"},{"id":"color3","hex":"#ff5833"},{"id":"color4","hex":"#a7a7a7"},{"id":"color5","hex":"#20d6eb"},{"id":"color6","hex":"#ebebeb"},{"id":"color7","hex":"#757575"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"ntr","fontFamilyType":"google","fontSize":18,"fontWeight":300,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"crimson_text","fontFamilyType":"google","fontSize":25,"fontWeight":300,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"crimson_text","fontFamilyType":"google","fontSize":25,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"crimson_text","fontFamilyType":"google","fontSize":45,"fontWeight":200,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"montserrat","fontFamilyType":"google","fontSize":32,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"crimson_text","fontFamilyType":"google","fontSize":34,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"montserrat","fontFamilyType":"google","fontSize":30,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":22,"fontWeight":400,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"montserrat","fontFamilyType":"google","fontSize":20,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"montserrat","fontFamilyType":"google","fontSize":13,"fontWeight":400,"lineHeight":1.8,"letterSpacing":0,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Crimson Text","category":"serif","variants":["regular","italic","600","600italic","700","700italic"],"subsets":["latin"],"version":"v9","lastModified":"2019-02-21","files":{"600":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf","700":"http://fonts.gstatic.com/s/crimsontext/v9/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf","regular":"http://fonts.gstatic.com/s/crimsontext/v9/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf","italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf","600italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf","700italic":"http://fonts.gstatic.com/s/crimsontext/v9/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf"}},{"kind":"webfonts#webfont","family":"NTR","category":"sans-serif","variants":["regular"],"subsets":["latin","telugu"],"version":"v6","lastModified":"2019-04-18","files":{"regular":"http://fonts.gstatic.com/s/ntr/v6/RLpzK5Xy0ZjiGGhs5TA4bg.ttf"}}]}]},{"name":"Wellness","color":"#A7D6DE","cat":[0,13],"pages":[{"id":"WellnessHomepage","thumbnailWidth":680,"thumbnailHeight":2091,"title":"Homepage","keywords":"location, wellness, features, projects, news, two columns, portfolio, grid, masonry","cat":[0,13],"pro":true},{"id":"WellnessAbout","thumbnailWidth":680,"thumbnailHeight":1467,"title":"About","keywords":"about, about us, history, team, Health & Beauty, Medical, Hospital, Clinic, Doctor, Dentist, Wellness","cat":[0,13],"pro":true},{"id":"WellnessAppointments","thumbnailWidth":680,"thumbnailHeight":1057,"title":"Appointments","keywords":"appointments, team, schedule, patients, Health & Beauty, Medical, Hospital, Clinic, Doctor, Dentist, Wellness","cat":[0,13],"pro":true},{"id":"WellnessLocation","thumbnailWidth":680,"thumbnailHeight":1742,"title":"Location","keywords":"contact, location, address, Health & Beauty, Medical, Hospital, Clinic, Doctor, Dentist, Wellness","cat":[0,13],"pro":true},{"id":"WellnessServices","thumbnailWidth":680,"thumbnailHeight":1444,"title":"Services","keywords":"services, features, Health & Beauty, Medical, Hospital, Clinic, Doctor, Dentist, Wellness","cat":[0,13],"pro":true},{"id":"WellnessContact","thumbnailWidth":680,"thumbnailHeight":1141,"title":"Contact","keywords":"contact, wellness, features, projects, news, two columns, portfolio, grid, masonry","cat":[0,13],"pro":true}],"styles":[{"id":"pbbrkumtobavljgjvoqybsljdwhturhulobp","title":"Wellness","colorPalette":[{"id":"color1","hex":"#393c41"},{"id":"color2","hex":"#393c41"},{"id":"color3","hex":"#12bdd0"},{"id":"color4","hex":"#23a5b3"},{"id":"color5","hex":"#db426b"},{"id":"color6","hex":"#edf1f2"},{"id":"color7","hex":"#898d8e"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"raleway","fontFamilyType":"google","fontSize":15,"fontWeight":500,"lineHeight":1.8,"letterSpacing":0.5,"mobileFontSize":15,"mobileFontWeight":300,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"raleway","fontFamilyType":"google","fontSize":17,"fontWeight":300,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":300,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"montserrat","fontFamilyType":"google","fontSize":16,"fontWeight":400,"lineHeight":1.7,"letterSpacing":2,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"raleway","fontFamilyType":"google","fontSize":50,"fontWeight":300,"lineHeight":1.7,"letterSpacing":0,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"raleway","fontFamilyType":"google","fontSize":38,"fontWeight":300,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":29,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"raleway","fontFamilyType":"google","fontSize":25,"fontWeight":300,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"playfair_display","fontFamilyType":"google","fontSize":22,"fontWeight":400,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"raleway","fontFamilyType":"google","fontSize":21,"fontWeight":500,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"raleway","fontFamilyType":"google","fontSize":20,"fontWeight":600,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":16,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"raleway","fontFamilyType":"google","fontSize":13,"fontWeight":700,"lineHeight":1.8,"letterSpacing":0.5,"mobileFontSize":12,"mobileFontWeight":600,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Raleway","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","latin"],"version":"v13","lastModified":"2019-03-26","files":{"100":"http://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNwE4ISotrDfGGxA.ttf","200":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwOIpaqFFAfif3Vo.ttf","300":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIYqaqFFAfif3Vo.ttf","500":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwN4raqFFAfif3Vo.ttf","600":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsaqFFAfif3Vo.ttf","700":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwJYtaqFFAfif3Vo.ttf","800":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIouaqFFAfif3Vo.ttf","900":"http://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwK4vaqFFAfif3Vo.ttf","100italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptqg8zYS_SKggPNyCgwLoFvL_SWxEMT.ttf","200italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwgqBPBdqazVoK4A.ttf","300italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw5qNPBdqazVoK4A.ttf","regular":"http://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPN-CoCTqluHfE.ttf","italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptsg8zYS_SKggPNyCgISotrDfGGxA.ttf","500italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwvqJPBdqazVoK4A.ttf","600italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwkqVPBdqazVoK4A.ttf","700italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw9qRPBdqazVoK4A.ttf","800italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgw6qdPBdqazVoK4A.ttf","900italic":"http://fonts.gstatic.com/s/raleway/v13/1Ptpg8zYS_SKggPNyCgwzqZPBdqazVoK4A.ttf"}}]}]},{"name":"Yoga","color":"#887D9E","cat":[0,13,14],"pages":[{"id":"YogaHomepage","thumbnailWidth":680,"thumbnailHeight":2091,"title":"Homepage","keywords":"homepage, yoga, sport, trainer, fitness, health, beauty, gym, spa, calmness, chakra","cat":[0,13,14],"pro":true},{"id":"YogaAbout","thumbnailWidth":680,"thumbnailHeight":1885,"title":"About","keywords":"homepage, yoga, sport, trainer, fitness, health, beauty, gym, spa, calmness, chakra, about, about us, history, team","cat":[0,13,14],"pro":true},{"id":"YogaClasses","thumbnailWidth":680,"thumbnailHeight":2108,"title":"Classes","keywords":"homepage, yoga, sport, trainer, fitness, health, beauty, gym, spa, calmness, chakra, classes, exercises","cat":[0,13,14],"pro":true},{"id":"YogaPricing","thumbnailWidth":680,"thumbnailHeight":1719,"title":"Pricing","keywords":"pricing, prices, costs, packs, yoga, sport, trainer, fitness, health, beauty, gym, spa, calmness, chakra","cat":[0,13,14],"pro":true},{"id":"YogaContact","thumbnailWidth":680,"thumbnailHeight":958,"title":"Contact","keywords":"contact, location, address, homepage, yoga, sport, trainer, fitness, health, beauty, gym, spa, calmness, chakra","cat":[0,13,14],"pro":true}],"styles":[{"id":"pkfsnabwzdaviiiitkjgxdfxlslqbcapagwd","title":"Yoga","colorPalette":[{"id":"color1","hex":"#1d0f23"},{"id":"color2","hex":"#442153"},{"id":"color3","hex":"#51d0d3"},{"id":"color4","hex":"#9d41c8"},{"id":"color5","hex":"#bde1f4"},{"id":"color6","hex":"#f2fafa"},{"id":"color7","hex":"#968fa0"},{"id":"color8","hex":"#ffffff"}],"fontStyles":[{"deletable":"off","id":"paragraph","title":"Paragraph","fontFamily":"muli","fontFamilyType":"google","fontSize":16,"fontWeight":600,"lineHeight":1.6,"letterSpacing":0,"mobileFontSize":15,"mobileFontWeight":400,"mobileLineHeight":1.6,"mobileLetterSpacing":0},{"deletable":"off","id":"subtitle","title":"Subtitle","fontFamily":"muli","fontFamilyType":"google","fontSize":20,"fontWeight":600,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":17,"mobileFontWeight":600,"mobileLineHeight":1.5,"mobileLetterSpacing":0},{"deletable":"off","id":"abovetitle","title":"Above Title","fontFamily":"muli","fontFamilyType":"google","fontSize":14,"fontWeight":700,"lineHeight":1.7,"letterSpacing":2.5,"mobileFontSize":13,"mobileFontWeight":400,"mobileLineHeight":1.7,"mobileLetterSpacing":2},{"deletable":"off","id":"heading1","title":"Heading 1","fontFamily":"muli","fontFamilyType":"google","fontSize":60,"fontWeight":300,"lineHeight":1.2,"letterSpacing":-1,"mobileFontSize":34,"mobileFontWeight":200,"mobileLineHeight":1.3,"mobileLetterSpacing":-1},{"deletable":"off","id":"heading2","title":"Heading 2","fontFamily":"yesteryear","fontFamilyType":"google","fontSize":58,"fontWeight":700,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":40,"mobileFontWeight":700,"mobileLineHeight":1.3,"mobileLetterSpacing":-0.5},{"deletable":"off","id":"heading3","title":"Heading 3","fontFamily":"muli","fontFamilyType":"google","fontSize":40,"fontWeight":600,"lineHeight":1.3,"letterSpacing":0,"mobileFontSize":24,"mobileFontWeight":600,"mobileLineHeight":1.3,"mobileLetterSpacing":0},{"deletable":"off","id":"heading4","title":"Heading 4","fontFamily":"yesteryear","fontFamilyType":"google","fontSize":26,"fontWeight":500,"lineHeight":1.4,"letterSpacing":-1,"mobileFontSize":21,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading5","title":"Heading 5","fontFamily":"muli","fontFamilyType":"google","fontSize":22,"fontWeight":700,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":18,"mobileFontWeight":500,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"heading6","title":"Heading 6","fontFamily":"muli","fontFamilyType":"google","fontSize":20,"fontWeight":400,"lineHeight":1.5,"letterSpacing":0,"mobileFontSize":22,"mobileFontWeight":800,"mobileLineHeight":1.4,"mobileLetterSpacing":0},{"deletable":"off","id":"button","title":"Button","fontFamily":"muli","fontFamilyType":"google","fontSize":13,"fontWeight":800,"lineHeight":1.8,"letterSpacing":1.5,"mobileFontSize":13,"mobileFontWeight":800,"mobileLineHeight":1.8,"mobileLetterSpacing":3}],"extraFonts":[{"kind":"webfonts#webfont","family":"Muli","category":"sans-serif","variants":["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],"subsets":["latin-ext","vietnamese","latin"],"version":"v13","lastModified":"2019-03-27","files":{"200":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adf3nCCL8zkwMIFg.ttf","300":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adZnkCCL8zkwMIFg.ttf","600":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-ade3iCCL8zkwMIFg.ttf","700":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adYnjCCL8zkwMIFg.ttf","800":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adZXgCCL8zkwMIFg.ttf","900":"http://fonts.gstatic.com/s/muli/v13/7Au_p_0qiz-adbHhCCL8zkwMIFg.ttf","200italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-4CP2ym4JMFge0g.ttf","300italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-hCD2ym4JMFge0g.ttf","regular":"http://fonts.gstatic.com/s/muli/v13/7Auwp_0qiz-aTTXMLCrX0kU.ttf","italic":"http://fonts.gstatic.com/s/muli/v13/7Au-p_0qiz-afTfGKAjSwkUVOQ.ttf","600italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-8Cb2ym4JMFge0g.ttf","700italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-lCf2ym4JMFge0g.ttf","800italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-iCT2ym4JMFge0g.ttf","900italic":"http://fonts.gstatic.com/s/muli/v13/7Au9p_0qiz-afTf-rCX2ym4JMFge0g.ttf"}},{"kind":"webfonts#webfont","family":"Yesteryear","category":"handwriting","variants":["regular"],"subsets":["latin"],"version":"v7","lastModified":"2019-01-10","files":{"regular":"http://fonts.gstatic.com/s/yesteryear/v7/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf"}}]}]}],"categories":[{"id":1,"title":"Business"},{"id":2,"title":"Travel"},{"id":3,"title":"Portfolio"},{"id":4,"title":"Real-Estate"},{"id":5,"title":"Automotive"},{"id":6,"title":"Education"},{"id":7,"title":"Religion"},{"id":8,"title":"Events"},{"id":10,"title":"Food"},{"id":11,"title":"One Page"},{"id":12,"title":"Non Profit"},{"id":13,"title":"Health & Beauty"},{"id":14,"title":"Sport"}]}
|
|
vendor/bagrinsergiu/brizy-migration-utils/tests/_data/editor-build2/defaults.json
DELETED
@@ -1,2552 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"selectedKit": "vnexmlshkihvcgsxmozgxzzdwsyvolvmhtne",
|
3 |
-
|
4 |
-
"selectedStyle": "bahcadtpvdhdphmhymrsgrwobyzhxcdzytyx",
|
5 |
-
"styles": [
|
6 |
-
{
|
7 |
-
"id": "bahcadtpvdhdphmhymrsgrwobyzhxcdzytyx",
|
8 |
-
"title": "Overpass",
|
9 |
-
"colorPalette": [
|
10 |
-
{ "id": "color1", "hex": "#A170D9" },
|
11 |
-
{ "id": "color2", "hex": "#1C1C1C" },
|
12 |
-
{ "id": "color3", "hex": "#05CAB6" },
|
13 |
-
{ "id": "color4", "hex": "#B8E6E1" },
|
14 |
-
{ "id": "color5", "hex": "#F5D4D1" },
|
15 |
-
{ "id": "color6", "hex": "#EBEBEB" },
|
16 |
-
{ "id": "color7", "hex": "#666666" },
|
17 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
18 |
-
],
|
19 |
-
"fontStyles": [
|
20 |
-
{
|
21 |
-
"deletable": "off",
|
22 |
-
"id": "paragraph",
|
23 |
-
"title": "Paragraph",
|
24 |
-
"fontFamily": "overpass",
|
25 |
-
"fontFamilyType": "google",
|
26 |
-
"fontSize": 16,
|
27 |
-
"fontWeight": 400,
|
28 |
-
"lineHeight": 1.9,
|
29 |
-
"letterSpacing": 0,
|
30 |
-
"tabletFontSize": 15,
|
31 |
-
"tabletFontWeight": 400,
|
32 |
-
"tabletLineHeight": 1.6,
|
33 |
-
"tabletLetterSpacing": 0,
|
34 |
-
"mobileFontSize": 15,
|
35 |
-
"mobileFontWeight": 400,
|
36 |
-
"mobileLineHeight": 1.6,
|
37 |
-
"mobileLetterSpacing": 0
|
38 |
-
},
|
39 |
-
{
|
40 |
-
"deletable": "off",
|
41 |
-
"id": "subtitle",
|
42 |
-
"title": "Subtitle",
|
43 |
-
"fontFamily": "overpass",
|
44 |
-
"fontFamilyType": "google",
|
45 |
-
"fontSize": 17,
|
46 |
-
"fontWeight": 400,
|
47 |
-
"lineHeight": 1.8,
|
48 |
-
"letterSpacing": 0,
|
49 |
-
"tabletFontSize": 17,
|
50 |
-
"tabletFontWeight": 400,
|
51 |
-
"tabletLineHeight": 1.5,
|
52 |
-
"tabletLetterSpacing": 0,
|
53 |
-
"mobileFontSize": 16,
|
54 |
-
"mobileFontWeight": 400,
|
55 |
-
"mobileLineHeight": 1.5,
|
56 |
-
"mobileLetterSpacing": 0
|
57 |
-
},
|
58 |
-
{
|
59 |
-
"deletable": "off",
|
60 |
-
"id": "abovetitle",
|
61 |
-
"title": "Above Title",
|
62 |
-
"fontFamily": "overpass",
|
63 |
-
"fontFamilyType": "google",
|
64 |
-
"fontSize": 13,
|
65 |
-
"fontWeight": 700,
|
66 |
-
"lineHeight": 1.5,
|
67 |
-
"letterSpacing": 1.1,
|
68 |
-
"tabletFontSize": 13,
|
69 |
-
"tabletFontWeight": 700,
|
70 |
-
"tabletLineHeight": 1.5,
|
71 |
-
"tabletLetterSpacing": 1,
|
72 |
-
"mobileFontSize": 13,
|
73 |
-
"mobileFontWeight": 700,
|
74 |
-
"mobileLineHeight": 1.5,
|
75 |
-
"mobileLetterSpacing": 1
|
76 |
-
},
|
77 |
-
{
|
78 |
-
"deletable": "off",
|
79 |
-
"id": "heading1",
|
80 |
-
"title": "Heading 1",
|
81 |
-
"fontFamily": "overpass",
|
82 |
-
"fontFamilyType": "google",
|
83 |
-
"fontSize": 46,
|
84 |
-
"fontWeight": 700,
|
85 |
-
"lineHeight": 1.3,
|
86 |
-
"letterSpacing": -1.5,
|
87 |
-
"tabletFontSize": 38,
|
88 |
-
"tabletFontWeight": 700,
|
89 |
-
"tabletLineHeight": 1.2,
|
90 |
-
"tabletLetterSpacing": -1,
|
91 |
-
"mobileFontSize": 36,
|
92 |
-
"mobileFontWeight": 700,
|
93 |
-
"mobileLineHeight": 1.3,
|
94 |
-
"mobileLetterSpacing": -1
|
95 |
-
},
|
96 |
-
{
|
97 |
-
"deletable": "off",
|
98 |
-
"id": "heading2",
|
99 |
-
"title": "Heading 2",
|
100 |
-
"fontFamily": "overpass",
|
101 |
-
"fontFamilyType": "google",
|
102 |
-
"fontSize": 36,
|
103 |
-
"fontWeight": 700,
|
104 |
-
"lineHeight": 1.3,
|
105 |
-
"letterSpacing": -1.5,
|
106 |
-
"tabletFontSize": 30,
|
107 |
-
"tabletFontWeight": 700,
|
108 |
-
"tabletLineHeight": 1.2,
|
109 |
-
"tabletLetterSpacing": -1,
|
110 |
-
"mobileFontSize": 28,
|
111 |
-
"mobileFontWeight": 700,
|
112 |
-
"mobileLineHeight": 1.3,
|
113 |
-
"mobileLetterSpacing": -1
|
114 |
-
},
|
115 |
-
{
|
116 |
-
"deletable": "off",
|
117 |
-
"id": "heading3",
|
118 |
-
"title": "Heading 3",
|
119 |
-
"fontFamily": "overpass",
|
120 |
-
"fontFamilyType": "google",
|
121 |
-
"fontSize": 28,
|
122 |
-
"fontWeight": 700,
|
123 |
-
"lineHeight": 1.4,
|
124 |
-
"letterSpacing": -1.5,
|
125 |
-
"tabletFontSize": 27,
|
126 |
-
"tabletFontWeight": 700,
|
127 |
-
"tabletLineHeight": 1.3,
|
128 |
-
"tabletLetterSpacing": -1,
|
129 |
-
"mobileFontSize": 22,
|
130 |
-
"mobileFontWeight": 700,
|
131 |
-
"mobileLineHeight": 1.3,
|
132 |
-
"mobileLetterSpacing": -0.5
|
133 |
-
},
|
134 |
-
{
|
135 |
-
"deletable": "off",
|
136 |
-
"id": "heading4",
|
137 |
-
"title": "Heading 4",
|
138 |
-
"fontFamily": "overpass",
|
139 |
-
"fontFamilyType": "google",
|
140 |
-
"fontSize": 22,
|
141 |
-
"fontWeight": 700,
|
142 |
-
"lineHeight": 1.5,
|
143 |
-
"letterSpacing": -0.5,
|
144 |
-
"tabletFontSize": 22,
|
145 |
-
"tabletFontWeight": 700,
|
146 |
-
"tabletLineHeight": 1.4,
|
147 |
-
"tabletLetterSpacing": -0.5,
|
148 |
-
"mobileFontSize": 20,
|
149 |
-
"mobileFontWeight": 700,
|
150 |
-
"mobileLineHeight": 1.4,
|
151 |
-
"mobileLetterSpacing": 0
|
152 |
-
},
|
153 |
-
{
|
154 |
-
"deletable": "off",
|
155 |
-
"id": "heading5",
|
156 |
-
"title": "Heading 5",
|
157 |
-
"fontFamily": "overpass",
|
158 |
-
"fontFamilyType": "google",
|
159 |
-
"fontSize": 20,
|
160 |
-
"fontWeight": 700,
|
161 |
-
"lineHeight": 1.6,
|
162 |
-
"letterSpacing": 0,
|
163 |
-
"tabletFontSize": 17,
|
164 |
-
"tabletFontWeight": 700,
|
165 |
-
"tabletLineHeight": 1.7,
|
166 |
-
"tabletLetterSpacing": 0,
|
167 |
-
"mobileFontSize": 17,
|
168 |
-
"mobileFontWeight": 700,
|
169 |
-
"mobileLineHeight": 1.8,
|
170 |
-
"mobileLetterSpacing": 0
|
171 |
-
},
|
172 |
-
{
|
173 |
-
"deletable": "off",
|
174 |
-
"id": "heading6",
|
175 |
-
"title": "Heading 6",
|
176 |
-
"fontFamily": "overpass",
|
177 |
-
"fontFamilyType": "google",
|
178 |
-
"fontSize": 16,
|
179 |
-
"fontWeight": 700,
|
180 |
-
"lineHeight": 1.5,
|
181 |
-
"letterSpacing": 0,
|
182 |
-
"tabletFontSize": 16,
|
183 |
-
"tabletFontWeight": 700,
|
184 |
-
"tabletLineHeight": 1.5,
|
185 |
-
"tabletLetterSpacing": 0,
|
186 |
-
"mobileFontSize": 16,
|
187 |
-
"mobileFontWeight": 700,
|
188 |
-
"mobileLineHeight": 1.5,
|
189 |
-
"mobileLetterSpacing": 0
|
190 |
-
},
|
191 |
-
{
|
192 |
-
"deletable": "off",
|
193 |
-
"id": "button",
|
194 |
-
"title": "Button",
|
195 |
-
"fontFamily": "overpass",
|
196 |
-
"fontFamilyType": "google",
|
197 |
-
"fontSize": 15,
|
198 |
-
"fontWeight": 700,
|
199 |
-
"lineHeight": 1.6,
|
200 |
-
"letterSpacing": 0,
|
201 |
-
"tabletFontSize": 17,
|
202 |
-
"tabletFontWeight": 700,
|
203 |
-
"tabletLineHeight": 1.6,
|
204 |
-
"tabletLetterSpacing": 0,
|
205 |
-
"mobileFontSize": 15,
|
206 |
-
"mobileFontWeight": 700,
|
207 |
-
"mobileLineHeight": 1.6,
|
208 |
-
"mobileLetterSpacing": 0
|
209 |
-
}
|
210 |
-
]
|
211 |
-
},
|
212 |
-
{
|
213 |
-
"id": "oilxrtjxgdgosmgudtgrezwpzxjlfumgppro",
|
214 |
-
"title": "Magazine",
|
215 |
-
"colorPalette": [
|
216 |
-
{ "id": "color1", "hex": "#182E43" },
|
217 |
-
{ "id": "color2", "hex": "#061726" },
|
218 |
-
{ "id": "color3", "hex": "#1176C1" },
|
219 |
-
{ "id": "color4", "hex": "#EDB2CB" },
|
220 |
-
{ "id": "color5", "hex": "#B5D1E6" },
|
221 |
-
{ "id": "color6", "hex": "#FBF1FA" },
|
222 |
-
{ "id": "color7", "hex": "#5B6067" },
|
223 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
224 |
-
],
|
225 |
-
"fontStyles": [
|
226 |
-
{
|
227 |
-
"deletable": "off",
|
228 |
-
"id": "paragraph",
|
229 |
-
"title": "Paragraph",
|
230 |
-
"fontFamily": "red_hat_text",
|
231 |
-
"fontFamilyType": "google",
|
232 |
-
"fontSize": 16,
|
233 |
-
"fontWeight": 400,
|
234 |
-
"lineHeight": 1.9,
|
235 |
-
"letterSpacing": 0,
|
236 |
-
"tabletFontSize": 16,
|
237 |
-
"tabletFontWeight": 400,
|
238 |
-
"tabletLineHeight": 1.6,
|
239 |
-
"tabletLetterSpacing": 0,
|
240 |
-
"mobileFontSize": 16,
|
241 |
-
"mobileFontWeight": 500,
|
242 |
-
"mobileLineHeight": 1.6,
|
243 |
-
"mobileLetterSpacing": 0
|
244 |
-
},
|
245 |
-
{
|
246 |
-
"deletable": "off",
|
247 |
-
"id": "subtitle",
|
248 |
-
"title": "Subtitle",
|
249 |
-
"fontFamily": "red_hat_text",
|
250 |
-
"fontFamilyType": "google",
|
251 |
-
"fontSize": 17,
|
252 |
-
"fontWeight": 400,
|
253 |
-
"lineHeight": 1.8,
|
254 |
-
"letterSpacing": 0,
|
255 |
-
"tabletFontSize": 17,
|
256 |
-
"tabletFontWeight": 400,
|
257 |
-
"tabletLineHeight": 1.5,
|
258 |
-
"tabletLetterSpacing": 0,
|
259 |
-
"mobileFontSize": 18,
|
260 |
-
"mobileFontWeight": 400,
|
261 |
-
"mobileLineHeight": 1.6,
|
262 |
-
"mobileLetterSpacing": 0
|
263 |
-
},
|
264 |
-
{
|
265 |
-
"deletable": "off",
|
266 |
-
"id": "abovetitle",
|
267 |
-
"title": "Above Title",
|
268 |
-
"fontFamily": "red_hat_text",
|
269 |
-
"fontFamilyType": "google",
|
270 |
-
"fontSize": 13,
|
271 |
-
"fontWeight": 600,
|
272 |
-
"lineHeight": 1.5,
|
273 |
-
"letterSpacing": 1.1,
|
274 |
-
"tabletFontSize": 13,
|
275 |
-
"tabletFontWeight": 600,
|
276 |
-
"tabletLineHeight": 1.5,
|
277 |
-
"tabletLetterSpacing": 1,
|
278 |
-
"mobileFontSize": 13,
|
279 |
-
"mobileFontWeight": 600,
|
280 |
-
"mobileLineHeight": 1.5,
|
281 |
-
"mobileLetterSpacing": 1
|
282 |
-
},
|
283 |
-
{
|
284 |
-
"deletable": "off",
|
285 |
-
"id": "heading1",
|
286 |
-
"title": "Heading 1",
|
287 |
-
"fontFamily": "dm_serif_text",
|
288 |
-
"fontFamilyType": "google",
|
289 |
-
"fontSize": 46,
|
290 |
-
"fontWeight": 400,
|
291 |
-
"lineHeight": 1.3,
|
292 |
-
"letterSpacing": -1.5,
|
293 |
-
"tabletFontSize": 40,
|
294 |
-
"tabletFontWeight": 600,
|
295 |
-
"tabletLineHeight": 1.3,
|
296 |
-
"tabletLetterSpacing": -1.5,
|
297 |
-
"mobileFontSize": 36,
|
298 |
-
"mobileFontWeight": 600,
|
299 |
-
"mobileLineHeight": 1.3,
|
300 |
-
"mobileLetterSpacing": -1.5
|
301 |
-
},
|
302 |
-
{
|
303 |
-
"deletable": "off",
|
304 |
-
"id": "heading2",
|
305 |
-
"title": "Heading 2",
|
306 |
-
"fontFamily": "dm_serif_text",
|
307 |
-
"fontFamilyType": "google",
|
308 |
-
"fontSize": 36,
|
309 |
-
"fontWeight": 400,
|
310 |
-
"lineHeight": 1.4,
|
311 |
-
"letterSpacing": -1,
|
312 |
-
"tabletFontSize": 35,
|
313 |
-
"tabletFontWeight": 400,
|
314 |
-
"tabletLineHeight": 1.2,
|
315 |
-
"tabletLetterSpacing": -1,
|
316 |
-
"mobileFontSize": 29,
|
317 |
-
"mobileFontWeight": 400,
|
318 |
-
"mobileLineHeight": 1.3,
|
319 |
-
"mobileLetterSpacing": -0.5
|
320 |
-
},
|
321 |
-
{
|
322 |
-
"deletable": "off",
|
323 |
-
"id": "heading3",
|
324 |
-
"title": "Heading 3",
|
325 |
-
"fontFamily": "dm_serif_text",
|
326 |
-
"fontFamilyType": "google",
|
327 |
-
"fontSize": 28,
|
328 |
-
"fontWeight": 400,
|
329 |
-
"lineHeight": 1.4,
|
330 |
-
"letterSpacing": -0.5,
|
331 |
-
"tabletFontSize": 27,
|
332 |
-
"tabletFontWeight": 400,
|
333 |
-
"tabletLineHeight": 1.3,
|
334 |
-
"tabletLetterSpacing": -0.5,
|
335 |
-
"mobileFontSize": 23,
|
336 |
-
"mobileFontWeight": 400,
|
337 |
-
"mobileLineHeight": 1.3,
|
338 |
-
"mobileLetterSpacing": -0.5
|
339 |
-
},
|
340 |
-
{
|
341 |
-
"deletable": "off",
|
342 |
-
"id": "heading4",
|
343 |
-
"title": "Heading 4",
|
344 |
-
"fontFamily": "red_hat_text",
|
345 |
-
"fontFamilyType": "google",
|
346 |
-
"fontSize": 22,
|
347 |
-
"fontWeight": 500,
|
348 |
-
"lineHeight": 1.5,
|
349 |
-
"letterSpacing": -0.5,
|
350 |
-
"tabletFontSize": 20,
|
351 |
-
"tabletFontWeight": 500,
|
352 |
-
"tabletLineHeight": 1.4,
|
353 |
-
"tabletLetterSpacing": -0.5,
|
354 |
-
"mobileFontSize": 20,
|
355 |
-
"mobileFontWeight": 500,
|
356 |
-
"mobileLineHeight": 1.4,
|
357 |
-
"mobileLetterSpacing": -0.5
|
358 |
-
},
|
359 |
-
{
|
360 |
-
"deletable": "off",
|
361 |
-
"id": "heading5",
|
362 |
-
"title": "Heading 5",
|
363 |
-
"fontFamily": "red_hat_text",
|
364 |
-
"fontFamilyType": "google",
|
365 |
-
"fontSize": 20,
|
366 |
-
"fontWeight": 500,
|
367 |
-
"lineHeight": 1.6,
|
368 |
-
"letterSpacing": 0,
|
369 |
-
"tabletFontSize": 18,
|
370 |
-
"tabletFontWeight": 500,
|
371 |
-
"tabletLineHeight": 1.5,
|
372 |
-
"tabletLetterSpacing": -0.5,
|
373 |
-
"mobileFontSize": 18,
|
374 |
-
"mobileFontWeight": 500,
|
375 |
-
"mobileLineHeight": 1.5,
|
376 |
-
"mobileLetterSpacing": -0.5
|
377 |
-
},
|
378 |
-
{
|
379 |
-
"deletable": "off",
|
380 |
-
"id": "heading6",
|
381 |
-
"title": "Heading 6",
|
382 |
-
"fontFamily": "red_hat_text",
|
383 |
-
"fontFamilyType": "google",
|
384 |
-
"fontSize": 16,
|
385 |
-
"fontWeight": 700,
|
386 |
-
"lineHeight": 1.5,
|
387 |
-
"letterSpacing": 0,
|
388 |
-
"tabletFontSize": 16,
|
389 |
-
"tabletFontWeight": 700,
|
390 |
-
"tabletLineHeight": 1.5,
|
391 |
-
"tabletLetterSpacing": -0.5,
|
392 |
-
"mobileFontSize": 16,
|
393 |
-
"mobileFontWeight": 700,
|
394 |
-
"mobileLineHeight": 1.5,
|
395 |
-
"mobileLetterSpacing": 0
|
396 |
-
},
|
397 |
-
{
|
398 |
-
"deletable": "off",
|
399 |
-
"id": "button",
|
400 |
-
"title": "Button",
|
401 |
-
"fontFamily": "red_hat_text",
|
402 |
-
"fontFamilyType": "google",
|
403 |
-
"fontSize": 15,
|
404 |
-
"fontWeight": 500,
|
405 |
-
"lineHeight": 1.6,
|
406 |
-
"letterSpacing": 1,
|
407 |
-
"tabletFontSize": 14,
|
408 |
-
"tabletFontWeight": 500,
|
409 |
-
"tabletLineHeight": 1.6,
|
410 |
-
"tabletLetterSpacing": 1,
|
411 |
-
"mobileFontSize": 14,
|
412 |
-
"mobileFontWeight": 500,
|
413 |
-
"mobileLineHeight": 1.6,
|
414 |
-
"mobileLetterSpacing": 1
|
415 |
-
}
|
416 |
-
]
|
417 |
-
},
|
418 |
-
{
|
419 |
-
"id": "abzxtmjekuwdhhhchiwlaovkxyvspfffueiy",
|
420 |
-
"title": "Graceful",
|
421 |
-
"colorPalette": [
|
422 |
-
{ "id": "color1", "hex": "#A276AF" },
|
423 |
-
{ "id": "color2", "hex": "#1E1B2D" },
|
424 |
-
{ "id": "color3", "hex": "#7F69F4" },
|
425 |
-
{ "id": "color4", "hex": "#F7CECA" },
|
426 |
-
{ "id": "color5", "hex": "#C1B8EF" },
|
427 |
-
{ "id": "color6", "hex": "#F2EAE7" },
|
428 |
-
{ "id": "color7", "hex": "#67656D" },
|
429 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
430 |
-
],
|
431 |
-
"fontStyles": [
|
432 |
-
{
|
433 |
-
"deletable": "off",
|
434 |
-
"id": "paragraph",
|
435 |
-
"title": "Paragraph",
|
436 |
-
"fontFamily": "blinker",
|
437 |
-
"fontFamilyType": "google",
|
438 |
-
"fontSize": 16,
|
439 |
-
"fontWeight": 400,
|
440 |
-
"lineHeight": 1.9,
|
441 |
-
"letterSpacing": 0,
|
442 |
-
"tabletFontSize": 16,
|
443 |
-
"tabletFontWeight": 400,
|
444 |
-
"tabletLineHeight": 1.6,
|
445 |
-
"tabletLetterSpacing": 0,
|
446 |
-
"mobileFontSize": 16,
|
447 |
-
"mobileFontWeight": 400,
|
448 |
-
"mobileLineHeight": 1.6,
|
449 |
-
"mobileLetterSpacing": 0
|
450 |
-
},
|
451 |
-
{
|
452 |
-
"deletable": "off",
|
453 |
-
"id": "subtitle",
|
454 |
-
"title": "Subtitle",
|
455 |
-
"fontFamily": "blinker",
|
456 |
-
"fontFamilyType": "google",
|
457 |
-
"fontSize": 17,
|
458 |
-
"fontWeight": 400,
|
459 |
-
"lineHeight": 1.8,
|
460 |
-
"letterSpacing": 0,
|
461 |
-
"tabletFontSize": 17,
|
462 |
-
"tabletFontWeight": 400,
|
463 |
-
"tabletLineHeight": 1.5,
|
464 |
-
"tabletLetterSpacing": 0,
|
465 |
-
"mobileFontSize": 17,
|
466 |
-
"mobileFontWeight": 400,
|
467 |
-
"mobileLineHeight": 1.5,
|
468 |
-
"mobileLetterSpacing": 0
|
469 |
-
},
|
470 |
-
{
|
471 |
-
"deletable": "off",
|
472 |
-
"id": "abovetitle",
|
473 |
-
"title": "Above Title",
|
474 |
-
"fontFamily": "blinker",
|
475 |
-
"fontFamilyType": "google",
|
476 |
-
"fontSize": 13,
|
477 |
-
"fontWeight": 600,
|
478 |
-
"lineHeight": 1.5,
|
479 |
-
"letterSpacing": 1.1,
|
480 |
-
"tabletFontSize": 13,
|
481 |
-
"tabletFontWeight": 600,
|
482 |
-
"tabletLineHeight": 1.5,
|
483 |
-
"tabletLetterSpacing": 1,
|
484 |
-
"mobileFontSize": 13,
|
485 |
-
"mobileFontWeight": 600,
|
486 |
-
"mobileLineHeight": 1.5,
|
487 |
-
"mobileLetterSpacing": 1
|
488 |
-
},
|
489 |
-
{
|
490 |
-
"deletable": "off",
|
491 |
-
"id": "heading1",
|
492 |
-
"title": "Heading 1",
|
493 |
-
"fontFamily": "aleo",
|
494 |
-
"fontFamilyType": "google",
|
495 |
-
"fontSize": 46,
|
496 |
-
"fontWeight": 400,
|
497 |
-
"lineHeight": 1.3,
|
498 |
-
"letterSpacing": -1.5,
|
499 |
-
"tabletFontSize": 40,
|
500 |
-
"tabletFontWeight": 400,
|
501 |
-
"tabletLineHeight": 1.2,
|
502 |
-
"tabletLetterSpacing": -1.5,
|
503 |
-
"mobileFontSize": 34,
|
504 |
-
"mobileFontWeight": 400,
|
505 |
-
"mobileLineHeight": 1.3,
|
506 |
-
"mobileLetterSpacing": -1
|
507 |
-
},
|
508 |
-
{
|
509 |
-
"deletable": "off",
|
510 |
-
"id": "heading2",
|
511 |
-
"title": "Heading 2",
|
512 |
-
"fontFamily": "aleo",
|
513 |
-
"fontFamilyType": "google",
|
514 |
-
"fontSize": 36,
|
515 |
-
"fontWeight": 400,
|
516 |
-
"lineHeight": 1.4,
|
517 |
-
"letterSpacing": -1,
|
518 |
-
"tabletFontSize": 35,
|
519 |
-
"tabletFontWeight": 400,
|
520 |
-
"tabletLineHeight": 1.3,
|
521 |
-
"tabletLetterSpacing": -0.5,
|
522 |
-
"mobileFontSize": 29,
|
523 |
-
"mobileFontWeight": 400,
|
524 |
-
"mobileLineHeight": 1.3,
|
525 |
-
"mobileLetterSpacing": -0.5
|
526 |
-
},
|
527 |
-
{
|
528 |
-
"deletable": "off",
|
529 |
-
"id": "heading3",
|
530 |
-
"title": "Heading 3",
|
531 |
-
"fontFamily": "aleo",
|
532 |
-
"fontFamilyType": "google",
|
533 |
-
"fontSize": 28,
|
534 |
-
"fontWeight": 400,
|
535 |
-
"lineHeight": 1.4,
|
536 |
-
"letterSpacing": 0,
|
537 |
-
"tabletFontSize": 25,
|
538 |
-
"tabletFontWeight": 400,
|
539 |
-
"tabletLineHeight": 1.3,
|
540 |
-
"tabletLetterSpacing": 0,
|
541 |
-
"mobileFontSize": 22,
|
542 |
-
"mobileFontWeight": 400,
|
543 |
-
"mobileLineHeight": 1.3,
|
544 |
-
"mobileLetterSpacing": 0
|
545 |
-
},
|
546 |
-
{
|
547 |
-
"deletable": "off",
|
548 |
-
"id": "heading4",
|
549 |
-
"title": "Heading 4",
|
550 |
-
"fontFamily": "blinker",
|
551 |
-
"fontFamilyType": "google",
|
552 |
-
"fontSize": 22,
|
553 |
-
"fontWeight": 600,
|
554 |
-
"lineHeight": 1.5,
|
555 |
-
"letterSpacing": 0,
|
556 |
-
"tabletFontSize": 22,
|
557 |
-
"tabletFontWeight": 600,
|
558 |
-
"tabletLineHeight": 1.4,
|
559 |
-
"tabletLetterSpacing": 0,
|
560 |
-
"mobileFontSize": 21,
|
561 |
-
"mobileFontWeight": 600,
|
562 |
-
"mobileLineHeight": 1.4,
|
563 |
-
"mobileLetterSpacing": 0
|
564 |
-
},
|
565 |
-
{
|
566 |
-
"deletable": "off",
|
567 |
-
"id": "heading5",
|
568 |
-
"title": "Heading 5",
|
569 |
-
"fontFamily": "blinker",
|
570 |
-
"fontFamilyType": "google",
|
571 |
-
"fontSize": 20,
|
572 |
-
"fontWeight": 600,
|
573 |
-
"lineHeight": 1.6,
|
574 |
-
"letterSpacing": 0,
|
575 |
-
"tabletFontSize": 18,
|
576 |
-
"tabletFontWeight": 600,
|
577 |
-
"tabletLineHeight": 1.5,
|
578 |
-
"tabletLetterSpacing": 0,
|
579 |
-
"mobileFontSize": 18,
|
580 |
-
"mobileFontWeight": 600,
|
581 |
-
"mobileLineHeight": 1.5,
|
582 |
-
"mobileLetterSpacing": 0
|
583 |
-
},
|
584 |
-
{
|
585 |
-
"deletable": "off",
|
586 |
-
"id": "heading6",
|
587 |
-
"title": "Heading 6",
|
588 |
-
"fontFamily": "blinker",
|
589 |
-
"fontFamilyType": "google",
|
590 |
-
"fontSize": 16,
|
591 |
-
"fontWeight": 600,
|
592 |
-
"lineHeight": 1.5,
|
593 |
-
"letterSpacing": 0,
|
594 |
-
"tabletFontSize": 17,
|
595 |
-
"tabletFontWeight": 600,
|
596 |
-
"tabletLineHeight": 1.5,
|
597 |
-
"tabletLetterSpacing": 0,
|
598 |
-
"mobileFontSize": 16,
|
599 |
-
"mobileFontWeight": 600,
|
600 |
-
"mobileLineHeight": 1.5,
|
601 |
-
"mobileLetterSpacing": 0
|
602 |
-
},
|
603 |
-
{
|
604 |
-
"deletable": "off",
|
605 |
-
"id": "button",
|
606 |
-
"title": "Button",
|
607 |
-
"fontFamily": "blinker",
|
608 |
-
"fontFamilyType": "google",
|
609 |
-
"fontSize": 15,
|
610 |
-
"fontWeight": 700,
|
611 |
-
"lineHeight": 1.6,
|
612 |
-
"letterSpacing": 1,
|
613 |
-
"tabletFontSize": 14,
|
614 |
-
"tabletFontWeight": 600,
|
615 |
-
"tabletLineHeight": 1.6,
|
616 |
-
"tabletLetterSpacing": 0.5,
|
617 |
-
"mobileFontSize": 15,
|
618 |
-
"mobileFontWeight": 600,
|
619 |
-
"mobileLineHeight": 1.6,
|
620 |
-
"mobileLetterSpacing": 0.5
|
621 |
-
}
|
622 |
-
]
|
623 |
-
},
|
624 |
-
{
|
625 |
-
"id": "aqmryzjisyyemvyjbrxjhiadzqxjumfplivm",
|
626 |
-
"title": "Ashen",
|
627 |
-
"colorPalette": [
|
628 |
-
{ "id": "color1", "hex": "#B23730" },
|
629 |
-
{ "id": "color2", "hex": "#200F11" },
|
630 |
-
{ "id": "color3", "hex": "#B2305E" },
|
631 |
-
{ "id": "color4", "hex": "#FFDCD0" },
|
632 |
-
{ "id": "color5", "hex": "#FF7547" },
|
633 |
-
{ "id": "color6", "hex": "#F5F4F0" },
|
634 |
-
{ "id": "color7", "hex": "#7F7979" },
|
635 |
-
{ "id": "color8", "hex": "#FFFFFF" }
|
636 |
-
],
|
637 |
-
"fontStyles": [
|
638 |
-
{
|
639 |
-
"deletable": "off",
|
640 |
-
"id": "paragraph",
|
641 |
-
"title": "Paragraph",
|
642 |
-
"fontFamily": "nunito",
|
643 |
-
"fontFamilyType": "google",
|
644 |
-
"fontSize": 16,
|
645 |
-
"fontWeight": 400,
|
646 |
-
"lineHeight": 1.9,
|
647 |
-
"letterSpacing": 0,
|
648 |
-
"tabletFontSize": 15,
|
649 |
-
"tabletFontWeight": 400,
|
650 |
-
"tabletLineHeight": 1.6,
|
651 |
-
"tabletLetterSpacing": 0,
|
652 |
-
"mobileFontSize": 15,
|
653 |
-
"mobileFontWeight": 400,
|
654 |
-
"mobileLineHeight": 1.6,
|
655 |
-
"mobileLetterSpacing": 0
|
656 |
-
},
|
657 |
-
{
|
658 |
-
"deletable": "off",
|
659 |
-
"id": "subtitle",
|
660 |
-
"title": "Subtitle",
|
661 |
-
"fontFamily": "nunito",
|
662 |
-
"fontFamilyType": "google",
|
663 |
-
"fontSize": 17,
|
664 |
-
"fontWeight": 400,
|
665 |
-
"lineHeight": 1.8,
|
666 |
-
"letterSpacing": 0,
|
667 |
-
"tabletFontSize": 17,
|
668 |
-
"tabletFontWeight": 400,
|
669 |
-
"tabletLineHeight": 1.5,
|
670 |
-
"tabletLetterSpacing": 0,
|
671 |
-
"mobileFontSize": 17,
|
672 |
-
"mobileFontWeight": 400,
|
673 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|