Version Description
Release Date - April 17 2018
- Add new fonts
- Add font-weight option
- Add font-style option
- Improve live preview
- Add settings link to plugins page
- Add searchable text field to font-family setting
- Remove 'force styles' setting
Download this release
Release Info
Developer | DannyCooper |
Plugin | Google Fonts for WordPress |
Version | 1.2.0 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.2.0
- README.md +0 -21
- assets/css/customize-controls.css +613 -0
- assets/images/chosen-sprite.png +0 -0
- assets/images/chosen-sprite@2x.png +0 -0
- assets/js/color-picker.js +8 -0
- assets/js/customize-controls.js +82 -0
- assets/js/customize-preview.js +453 -0
- assets/js/selectize.js +1408 -0
- assets/js/selectize.min.js +3 -0
- class-olympus-google-fonts.php +43 -5
- includes/class-ogf-google-url.php +1 -1
- includes/customizer/controls/class-wp-customize-typography-control.php +285 -0
- includes/customizer/output-css.php +34 -7
- includes/customizer/settings.php +322 -106
- includes/fonts.json +3240 -2584
- includes/functions.php +44 -5
- olympus-google-fonts.php +5 -2
- readme.txt +14 -3
README.md
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
Olympus Google Fonts
|
2 |
-
===
|
3 |
-
|
4 |
-
Quickly and easily customize your website using Google Fonts.
|
5 |
-
|
6 |
-
The Google Fonts library currently contains 846 unique fonts. This plugin allows you to easily use any of them on your website.
|
7 |
-
|
8 |
-
You're not stuck with one font for the entire website, you can easily choose one font for headings and another for your content.
|
9 |
-
|
10 |
-
It's hard to know which font will look good on your website, that's why we've included a live preview feature. That means you can test each font and see a live preview of how it will look with your content instantly.
|
11 |
-
|
12 |
-
Once you've found a combination you love, you can press save and make the changes publicly visible.
|
13 |
-
|
14 |
-
The full Google Fonts library can be found here - https://fonts.google.com
|
15 |
-
|
16 |
-
Getting Started
|
17 |
-
---------------
|
18 |
-
|
19 |
-
Upload 'Olympus Google Fonts', activate it, and you're done!
|
20 |
-
|
21 |
-
Navigate to wp-admin -> Appearance -> Customize and you will see a new tab named 'Google Fonts'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/customize-controls.css
ADDED
@@ -0,0 +1,613 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.customize-control-typography li.typography-font-family select {
|
2 |
+
width : 85%;
|
3 |
+
}
|
4 |
+
|
5 |
+
.customize-control-typography li.typography-font-color,
|
6 |
+
.customize-control-typography li.typography-font-size,
|
7 |
+
.customize-control-typography li.typography-font-style,
|
8 |
+
.customize-control-typography li.typography-font-weight,
|
9 |
+
.customize-control-typography li.typography-line-height {
|
10 |
+
width : 50%;
|
11 |
+
float : left;
|
12 |
+
}
|
13 |
+
|
14 |
+
.customize-control-typography li.typography-font-style select,
|
15 |
+
.customize-control-typography li.typography-font-weight select {
|
16 |
+
width : 90%;
|
17 |
+
}
|
18 |
+
|
19 |
+
.customize-control-typography li.typography-font-weight {
|
20 |
+
clear : both;
|
21 |
+
}
|
22 |
+
|
23 |
+
.customize-control-typography li.typography-font-size input,
|
24 |
+
.customize-control-typography li.typography-line-height input {
|
25 |
+
width : 75px;
|
26 |
+
}
|
27 |
+
|
28 |
+
.customize-control-typography .advanced-settings-wrapper {
|
29 |
+
display : none;
|
30 |
+
}
|
31 |
+
|
32 |
+
.customize-control-typography .advanced-settings-wrapper.show {
|
33 |
+
display : block !important;
|
34 |
+
margin-top : 10px;
|
35 |
+
padding : 10px;
|
36 |
+
background : #dadada;
|
37 |
+
}
|
38 |
+
|
39 |
+
.advanced-settings-wrapper:after {
|
40 |
+
content : "";
|
41 |
+
display : table;
|
42 |
+
clear : both;
|
43 |
+
}
|
44 |
+
|
45 |
+
.advanced-button {
|
46 |
+
float : right;
|
47 |
+
margin : 0;
|
48 |
+
padding-top : 4px;
|
49 |
+
padding-bottom : 4px;
|
50 |
+
color : #72777c;
|
51 |
+
border : none;
|
52 |
+
background : 0 0;
|
53 |
+
cursor : pointer;
|
54 |
+
}
|
55 |
+
|
56 |
+
.advanced-button:before {
|
57 |
+
content : "\f108";
|
58 |
+
display : block;
|
59 |
+
color : #0284ba;
|
60 |
+
background : 0 0;
|
61 |
+
font : 400 16px/20px dashicons;
|
62 |
+
}
|
63 |
+
|
64 |
+
.advanced-button.open:before {
|
65 |
+
content : "\f142";
|
66 |
+
color : #72777c;
|
67 |
+
border-radius : 5000px;
|
68 |
+
background : #dadada;
|
69 |
+
}
|
70 |
+
|
71 |
+
.customize-control-typography input[type="range"] {
|
72 |
+
width : 90%;
|
73 |
+
}
|
74 |
+
|
75 |
+
.customize-control-typography .customize-control-notifications-container {
|
76 |
+
display : none;
|
77 |
+
}
|
78 |
+
|
79 |
+
/* @group Base */
|
80 |
+
|
81 |
+
.chosen-container {
|
82 |
+
display : inline-block;
|
83 |
+
position : relative;
|
84 |
+
vertical-align : middle;
|
85 |
+
font-size : 13px;
|
86 |
+
-moz-user-select : none;
|
87 |
+
-ms-user-select : none;
|
88 |
+
-webkit-user-select : none;
|
89 |
+
user-select : none;
|
90 |
+
}
|
91 |
+
|
92 |
+
.chosen-container * {
|
93 |
+
-webkit-box-sizing : border-box;
|
94 |
+
box-sizing : border-box;
|
95 |
+
}
|
96 |
+
|
97 |
+
.chosen-container .chosen-drop {
|
98 |
+
z-index : 1010;
|
99 |
+
display : none;
|
100 |
+
position : absolute;
|
101 |
+
top : 100%;
|
102 |
+
width : 100%;
|
103 |
+
border : 1px solid #aaa;
|
104 |
+
border-top : 0;
|
105 |
+
background : #fff;
|
106 |
+
-webkit-box-shadow : 0 4px 5px rgba(0, 0, 0, 0.15);
|
107 |
+
box-shadow : 0 4px 5px rgba(0, 0, 0, 0.15);
|
108 |
+
}
|
109 |
+
|
110 |
+
.chosen-container.chosen-with-drop .chosen-drop {
|
111 |
+
display : block;
|
112 |
+
}
|
113 |
+
|
114 |
+
.chosen-container a {
|
115 |
+
cursor : pointer;
|
116 |
+
}
|
117 |
+
|
118 |
+
.chosen-container .chosen-single .group-name,
|
119 |
+
.chosen-container .search-choice .group-name {
|
120 |
+
margin-right : 4px;
|
121 |
+
color : #999999;
|
122 |
+
overflow : hidden;
|
123 |
+
text-overflow : ellipsis;
|
124 |
+
font-weight : normal;
|
125 |
+
white-space : nowrap;
|
126 |
+
}
|
127 |
+
|
128 |
+
.chosen-container .chosen-single .group-name:after,
|
129 |
+
.chosen-container .search-choice .group-name:after {
|
130 |
+
content : ":";
|
131 |
+
padding-left : 2px;
|
132 |
+
vertical-align : top;
|
133 |
+
}
|
134 |
+
|
135 |
+
/* @end */
|
136 |
+
|
137 |
+
/* @group Single Chosen */
|
138 |
+
|
139 |
+
.chosen-container-single .chosen-single {
|
140 |
+
display : block;
|
141 |
+
position : relative;
|
142 |
+
height : 25px;
|
143 |
+
padding : 0 0 0 8px;
|
144 |
+
color : #444;
|
145 |
+
overflow : hidden;
|
146 |
+
border : 1px solid #aaa;
|
147 |
+
border-radius : 5px;
|
148 |
+
background : -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
|
149 |
+
background : linear-gradient(
|
150 |
+
#fff 20%,
|
151 |
+
#f6f6f6 50%,
|
152 |
+
#eee 52%,
|
153 |
+
#f4f4f4 100%
|
154 |
+
);
|
155 |
+
background-color : #fff;
|
156 |
+
background-clip : padding-box;
|
157 |
+
-webkit-box-shadow : 0 0 3px #fff inset,
|
158 |
+
0 1px 1px rgba(0, 0, 0, 0.1);
|
159 |
+
box-shadow : 0 0 3px #fff inset,
|
160 |
+
0 1px 1px rgba(0, 0, 0, 0.1);
|
161 |
+
text-decoration : none;
|
162 |
+
line-height : 24px;
|
163 |
+
white-space : nowrap;
|
164 |
+
}
|
165 |
+
|
166 |
+
.chosen-container-single .chosen-single input[type="text"] {
|
167 |
+
position : absolute;
|
168 |
+
width : 0;
|
169 |
+
opacity : 0;
|
170 |
+
cursor : pointer;
|
171 |
+
}
|
172 |
+
|
173 |
+
.chosen-container-single .chosen-default {
|
174 |
+
color : #999;
|
175 |
+
}
|
176 |
+
|
177 |
+
.chosen-container-single .chosen-single span {
|
178 |
+
display : block;
|
179 |
+
margin-right : 26px;
|
180 |
+
overflow : hidden;
|
181 |
+
text-overflow : ellipsis;
|
182 |
+
white-space : nowrap;
|
183 |
+
}
|
184 |
+
|
185 |
+
.chosen-container-single .chosen-single-with-deselect span {
|
186 |
+
margin-right : 38px;
|
187 |
+
}
|
188 |
+
|
189 |
+
.chosen-container-single .chosen-single abbr {
|
190 |
+
display : block;
|
191 |
+
position : absolute;
|
192 |
+
top : 6px;
|
193 |
+
right : 26px;
|
194 |
+
width : 12px;
|
195 |
+
height : 12px;
|
196 |
+
background : url("../images/chosen-sprite.png") -42px 1px no-repeat;
|
197 |
+
font-size : 1px;
|
198 |
+
}
|
199 |
+
|
200 |
+
.chosen-container-single .chosen-single abbr:hover {
|
201 |
+
background-position : -42px -10px;
|
202 |
+
}
|
203 |
+
|
204 |
+
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
|
205 |
+
background-position : -42px -10px;
|
206 |
+
}
|
207 |
+
|
208 |
+
.chosen-container-single .chosen-single div {
|
209 |
+
display : block;
|
210 |
+
position : absolute;
|
211 |
+
top : 0;
|
212 |
+
right : 0;
|
213 |
+
width : 18px;
|
214 |
+
height : 100%;
|
215 |
+
}
|
216 |
+
|
217 |
+
.chosen-container-single .chosen-single div b {
|
218 |
+
display : block;
|
219 |
+
width : 100%;
|
220 |
+
height : 100%;
|
221 |
+
background : url("../images/chosen-sprite.png") no-repeat 0px 2px;
|
222 |
+
}
|
223 |
+
|
224 |
+
.chosen-container-single .chosen-search {
|
225 |
+
z-index : 1010;
|
226 |
+
position : relative;
|
227 |
+
margin : 0;
|
228 |
+
padding : 3px 4px;
|
229 |
+
white-space : nowrap;
|
230 |
+
}
|
231 |
+
|
232 |
+
.chosen-container-single .chosen-search input[type="text"] {
|
233 |
+
width : 100%;
|
234 |
+
height : auto;
|
235 |
+
margin : 1px 0;
|
236 |
+
padding : 4px 20px 4px 5px;
|
237 |
+
border : 1px solid #aaa;
|
238 |
+
border-radius : 0;
|
239 |
+
background : url("../images/chosen-sprite.png") no-repeat 100% -20px;
|
240 |
+
outline : 0;
|
241 |
+
font-family : sans-serif;
|
242 |
+
font-size : 1em;
|
243 |
+
line-height : normal;
|
244 |
+
}
|
245 |
+
|
246 |
+
.chosen-container-single .chosen-drop {
|
247 |
+
margin-top : -1px;
|
248 |
+
border-radius : 0 0 4px 4px;
|
249 |
+
background-clip : padding-box;
|
250 |
+
}
|
251 |
+
|
252 |
+
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
|
253 |
+
position : absolute;
|
254 |
+
opacity : 0;
|
255 |
+
pointer-events : none;
|
256 |
+
}
|
257 |
+
|
258 |
+
/* @end */
|
259 |
+
|
260 |
+
/* @group Results */
|
261 |
+
|
262 |
+
.chosen-container .chosen-results {
|
263 |
+
position : relative;
|
264 |
+
max-height : 240px;
|
265 |
+
margin : 0 4px 4px 0;
|
266 |
+
padding : 0 0 0 4px;
|
267 |
+
color : #444;
|
268 |
+
overflow-x : hidden;
|
269 |
+
overflow-y : auto;
|
270 |
+
}
|
271 |
+
|
272 |
+
.chosen-container .chosen-results li {
|
273 |
+
display : none;
|
274 |
+
margin : 0;
|
275 |
+
padding : 5px 6px;
|
276 |
+
line-height : 15px;
|
277 |
+
word-wrap : break-word;
|
278 |
+
list-style : none;
|
279 |
+
}
|
280 |
+
|
281 |
+
.chosen-container .chosen-results li.active-result {
|
282 |
+
display : list-item;
|
283 |
+
cursor : pointer;
|
284 |
+
}
|
285 |
+
|
286 |
+
.chosen-container .chosen-results li.disabled-result {
|
287 |
+
display : list-item;
|
288 |
+
color : #ccc;
|
289 |
+
cursor : default;
|
290 |
+
}
|
291 |
+
|
292 |
+
.chosen-container .chosen-results li.highlighted {
|
293 |
+
color : #fff;
|
294 |
+
background-image : -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
295 |
+
background-image : linear-gradient(
|
296 |
+
#3875d7 20%,
|
297 |
+
#2a62bc 90%
|
298 |
+
);
|
299 |
+
background-color : #3875d7;
|
300 |
+
}
|
301 |
+
|
302 |
+
.chosen-container .chosen-results li.no-results {
|
303 |
+
display : list-item;
|
304 |
+
color : #777;
|
305 |
+
background : #f4f4f4;
|
306 |
+
}
|
307 |
+
|
308 |
+
.chosen-container .chosen-results li.group-result {
|
309 |
+
display : list-item;
|
310 |
+
font-weight : bold;
|
311 |
+
cursor : default;
|
312 |
+
}
|
313 |
+
|
314 |
+
.chosen-container .chosen-results li.group-option {
|
315 |
+
padding-left : 15px;
|
316 |
+
}
|
317 |
+
|
318 |
+
.chosen-container .chosen-results li em {
|
319 |
+
text-decoration : underline;
|
320 |
+
font-style : normal;
|
321 |
+
}
|
322 |
+
|
323 |
+
/* @end */
|
324 |
+
|
325 |
+
/* @group Multi Chosen */
|
326 |
+
|
327 |
+
.chosen-container-multi .chosen-choices {
|
328 |
+
position : relative;
|
329 |
+
width : 100%;
|
330 |
+
height : auto;
|
331 |
+
margin : 0;
|
332 |
+
padding : 0 5px;
|
333 |
+
overflow : hidden;
|
334 |
+
border : 1px solid #aaa;
|
335 |
+
background-image : -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
|
336 |
+
background-image : linear-gradient(
|
337 |
+
#eee 1%,
|
338 |
+
#fff 15%
|
339 |
+
);
|
340 |
+
background-color : #fff;
|
341 |
+
cursor : text;
|
342 |
+
}
|
343 |
+
|
344 |
+
.chosen-container-multi .chosen-choices li {
|
345 |
+
float : left;
|
346 |
+
list-style : none;
|
347 |
+
}
|
348 |
+
|
349 |
+
.chosen-container-multi .chosen-choices li.search-field {
|
350 |
+
margin : 0;
|
351 |
+
padding : 0;
|
352 |
+
white-space : nowrap;
|
353 |
+
}
|
354 |
+
|
355 |
+
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
|
356 |
+
width : 25px;
|
357 |
+
height : 25px;
|
358 |
+
margin : 1px 0;
|
359 |
+
padding : 0;
|
360 |
+
color : #999;
|
361 |
+
border : 0 !important;
|
362 |
+
border-radius : 0;
|
363 |
+
background : transparent !important;
|
364 |
+
outline : 0;
|
365 |
+
-webkit-box-shadow : none;
|
366 |
+
box-shadow : none;
|
367 |
+
font-family : sans-serif;
|
368 |
+
font-size : 100%;
|
369 |
+
line-height : normal;
|
370 |
+
}
|
371 |
+
|
372 |
+
.chosen-container-multi .chosen-choices li.search-choice {
|
373 |
+
position : relative;
|
374 |
+
max-width : 100%;
|
375 |
+
margin : 3px 5px 3px 0;
|
376 |
+
padding : 3px 20px 3px 5px;
|
377 |
+
color : #333;
|
378 |
+
border : 1px solid #aaa;
|
379 |
+
border-radius : 3px;
|
380 |
+
background-image : -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
|
381 |
+
background-image : linear-gradient(
|
382 |
+
#f4f4f4 20%,
|
383 |
+
#f0f0f0 50%,
|
384 |
+
#e8e8e8 52%,
|
385 |
+
#eee 100%
|
386 |
+
);
|
387 |
+
background-color : #eeeeee;
|
388 |
+
background-repeat : repeat-x;
|
389 |
+
background-size : 100% 19px;
|
390 |
+
background-clip : padding-box;
|
391 |
+
-webkit-box-shadow : 0 0 2px #fff inset,
|
392 |
+
0 1px 0 rgba(0, 0, 0, 0.05);
|
393 |
+
box-shadow : 0 0 2px #fff inset,
|
394 |
+
0 1px 0 rgba(0, 0, 0, 0.05);
|
395 |
+
line-height : 13px;
|
396 |
+
cursor : default;
|
397 |
+
}
|
398 |
+
|
399 |
+
.chosen-container-multi .chosen-choices li.search-choice span {
|
400 |
+
word-wrap : break-word;
|
401 |
+
}
|
402 |
+
|
403 |
+
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
|
404 |
+
display : block;
|
405 |
+
position : absolute;
|
406 |
+
top : 4px;
|
407 |
+
right : 3px;
|
408 |
+
width : 12px;
|
409 |
+
height : 12px;
|
410 |
+
background : url("../images/chosen-sprite.png") -42px 1px no-repeat;
|
411 |
+
font-size : 1px;
|
412 |
+
}
|
413 |
+
|
414 |
+
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
|
415 |
+
background-position : -42px -10px;
|
416 |
+
}
|
417 |
+
|
418 |
+
.chosen-container-multi .chosen-choices li.search-choice-disabled {
|
419 |
+
padding-right : 5px;
|
420 |
+
color : #666;
|
421 |
+
border : 1px solid #ccc;
|
422 |
+
background-image : -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
|
423 |
+
background-image : linear-gradient(
|
424 |
+
#f4f4f4 20%,
|
425 |
+
#f0f0f0 50%,
|
426 |
+
#e8e8e8 52%,
|
427 |
+
#eee 100%
|
428 |
+
);
|
429 |
+
background-color : #e4e4e4;
|
430 |
+
}
|
431 |
+
|
432 |
+
.chosen-container-multi .chosen-choices li.search-choice-focus {
|
433 |
+
background : #d4d4d4;
|
434 |
+
}
|
435 |
+
|
436 |
+
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
|
437 |
+
background-position : -42px -10px;
|
438 |
+
}
|
439 |
+
|
440 |
+
.chosen-container-multi .chosen-results {
|
441 |
+
margin : 0;
|
442 |
+
padding : 0;
|
443 |
+
}
|
444 |
+
|
445 |
+
.chosen-container-multi .chosen-drop .result-selected {
|
446 |
+
display : list-item;
|
447 |
+
color : #ccc;
|
448 |
+
cursor : default;
|
449 |
+
}
|
450 |
+
|
451 |
+
/* @end */
|
452 |
+
|
453 |
+
/* @group Active */
|
454 |
+
|
455 |
+
.chosen-container-active .chosen-single {
|
456 |
+
border : 1px solid #5897fb;
|
457 |
+
-webkit-box-shadow : 0 0 5px rgba(0, 0, 0, 0.3);
|
458 |
+
box-shadow : 0 0 5px rgba(0, 0, 0, 0.3);
|
459 |
+
}
|
460 |
+
|
461 |
+
.chosen-container-active.chosen-with-drop .chosen-single {
|
462 |
+
border : 1px solid #aaa;
|
463 |
+
border-bottom-right-radius : 0;
|
464 |
+
border-bottom-left-radius : 0;
|
465 |
+
background-image : -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
|
466 |
+
background-image : linear-gradient(
|
467 |
+
#eee 20%,
|
468 |
+
#fff 80%
|
469 |
+
);
|
470 |
+
-webkit-box-shadow : 0 1px 0 #fff inset;
|
471 |
+
box-shadow : 0 1px 0 #fff inset;
|
472 |
+
}
|
473 |
+
|
474 |
+
.chosen-container-active.chosen-with-drop .chosen-single div {
|
475 |
+
border-left : none;
|
476 |
+
background : transparent;
|
477 |
+
}
|
478 |
+
|
479 |
+
.chosen-container-active.chosen-with-drop .chosen-single div b {
|
480 |
+
background-position : -18px 2px;
|
481 |
+
}
|
482 |
+
|
483 |
+
.chosen-container-active .chosen-choices {
|
484 |
+
border : 1px solid #5897fb;
|
485 |
+
-webkit-box-shadow : 0 0 5px rgba(0, 0, 0, 0.3);
|
486 |
+
box-shadow : 0 0 5px rgba(0, 0, 0, 0.3);
|
487 |
+
}
|
488 |
+
|
489 |
+
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
|
490 |
+
color : #222 !important;
|
491 |
+
}
|
492 |
+
|
493 |
+
/* @end */
|
494 |
+
|
495 |
+
/* @group Disabled Support */
|
496 |
+
|
497 |
+
.chosen-disabled {
|
498 |
+
opacity : 0.5 !important;
|
499 |
+
cursor : default;
|
500 |
+
}
|
501 |
+
|
502 |
+
.chosen-disabled .chosen-single {
|
503 |
+
cursor : default;
|
504 |
+
}
|
505 |
+
|
506 |
+
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
|
507 |
+
cursor : default;
|
508 |
+
}
|
509 |
+
|
510 |
+
/* @end */
|
511 |
+
|
512 |
+
/* @group Right to Left */
|
513 |
+
|
514 |
+
.chosen-rtl {
|
515 |
+
text-align : right;
|
516 |
+
}
|
517 |
+
|
518 |
+
.chosen-rtl .chosen-single {
|
519 |
+
padding : 0 8px 0 0;
|
520 |
+
overflow : visible;
|
521 |
+
}
|
522 |
+
|
523 |
+
.chosen-rtl .chosen-single span {
|
524 |
+
margin-right : 0;
|
525 |
+
margin-left : 26px;
|
526 |
+
direction : rtl;
|
527 |
+
}
|
528 |
+
|
529 |
+
.chosen-rtl .chosen-single-with-deselect span {
|
530 |
+
margin-left : 38px;
|
531 |
+
}
|
532 |
+
|
533 |
+
.chosen-rtl .chosen-single div {
|
534 |
+
right : auto;
|
535 |
+
left : 3px;
|
536 |
+
}
|
537 |
+
|
538 |
+
.chosen-rtl .chosen-single abbr {
|
539 |
+
right : auto;
|
540 |
+
left : 26px;
|
541 |
+
}
|
542 |
+
|
543 |
+
.chosen-rtl .chosen-choices li {
|
544 |
+
float : right;
|
545 |
+
}
|
546 |
+
|
547 |
+
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
|
548 |
+
direction : rtl;
|
549 |
+
}
|
550 |
+
|
551 |
+
.chosen-rtl .chosen-choices li.search-choice {
|
552 |
+
margin : 3px 5px 3px 0;
|
553 |
+
padding : 3px 5px 3px 19px;
|
554 |
+
}
|
555 |
+
|
556 |
+
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
|
557 |
+
right : auto;
|
558 |
+
left : 4px;
|
559 |
+
}
|
560 |
+
|
561 |
+
.chosen-rtl.chosen-container-single .chosen-results {
|
562 |
+
margin : 0 0 4px 4px;
|
563 |
+
padding : 0 4px 0 0;
|
564 |
+
}
|
565 |
+
|
566 |
+
.chosen-rtl .chosen-results li.group-option {
|
567 |
+
padding-right : 15px;
|
568 |
+
padding-left : 0;
|
569 |
+
}
|
570 |
+
|
571 |
+
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
|
572 |
+
border-right : none;
|
573 |
+
}
|
574 |
+
|
575 |
+
.chosen-rtl .chosen-search input[type="text"] {
|
576 |
+
padding : 4px 5px 4px 20px;
|
577 |
+
background : url("../images/chosen-sprite.png") no-repeat -30px -20px;
|
578 |
+
direction : rtl;
|
579 |
+
}
|
580 |
+
|
581 |
+
.chosen-rtl.chosen-container-single .chosen-single div b {
|
582 |
+
background-position : 6px 2px;
|
583 |
+
}
|
584 |
+
|
585 |
+
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
|
586 |
+
background-position : -12px 2px;
|
587 |
+
}
|
588 |
+
|
589 |
+
/* @end */
|
590 |
+
|
591 |
+
/* @group Retina compatibility */
|
592 |
+
|
593 |
+
@media
|
594 |
+
only screen
|
595 |
+
and (-webkit-min-device-pixel-ratio : 1.5),
|
596 |
+
only screen
|
597 |
+
and (min-resolution : 144dpi),
|
598 |
+
only screen
|
599 |
+
and (min-resolution : 1.5dppx) {
|
600 |
+
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
|
601 |
+
.chosen-container-single .chosen-search input[type="text"],
|
602 |
+
.chosen-container-single .chosen-single abbr,
|
603 |
+
.chosen-container-single .chosen-single div b,
|
604 |
+
.chosen-container .chosen-results-scroll-down span,
|
605 |
+
.chosen-container .chosen-results-scroll-up span,
|
606 |
+
.chosen-rtl .chosen-search input[type="text"] {
|
607 |
+
background-image : url("../images/chosen-sprite@2x.png") !important;
|
608 |
+
background-repeat : no-repeat !important;
|
609 |
+
background-size : 52px 37px !important;
|
610 |
+
}
|
611 |
+
}
|
612 |
+
|
613 |
+
/* @end */
|
assets/images/chosen-sprite.png
ADDED
Binary file
|
assets/images/chosen-sprite@2x.png
ADDED
Binary file
|
assets/js/color-picker.js
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
(function( $ ) {
|
2 |
+
|
3 |
+
// Add Color Picker to all inputs that have 'color-field' class
|
4 |
+
$(function() {
|
5 |
+
$('.color-picker-hex').wpColorPicker();
|
6 |
+
});
|
7 |
+
|
8 |
+
})( jQuery );
|
assets/js/customize-controls.js
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
( function( api ) {
|
2 |
+
|
3 |
+
api.controlConstructor['typography'] = api.Control.extend( {
|
4 |
+
ready: function() {
|
5 |
+
var control = this;
|
6 |
+
|
7 |
+
function addGoogleFont(fontName) {
|
8 |
+
var font = control.params.ogf_fonts[fontName];
|
9 |
+
var weights = $.map(font.variants, function(value, key) {
|
10 |
+
return key;
|
11 |
+
});
|
12 |
+
var weightsURL = weights.join(',');
|
13 |
+
var fontURL = font.family.replace(' ','+') + ':' + weightsURL;
|
14 |
+
wp.customize.previewer.send( 'olympusFontURL', "<link href='https://fonts.googleapis.com/css?family=" + fontURL + "' rel='stylesheet' type='text/css'>" );
|
15 |
+
}
|
16 |
+
|
17 |
+
control.container.on( 'change', '.typography-font-family select',
|
18 |
+
function() {
|
19 |
+
var value = jQuery( this ).val();
|
20 |
+
control.settings['family'].set( value );
|
21 |
+
if( value != 'default' ) {
|
22 |
+
addGoogleFont( value );
|
23 |
+
|
24 |
+
var font = control.params.ogf_fonts[value];
|
25 |
+
var weightsSelect = jQuery( '.typography-font-weight select' );
|
26 |
+
var newWeights = font.variants;
|
27 |
+
weightsSelect.empty();
|
28 |
+
$.each( newWeights, function( key, val ) {
|
29 |
+
weightsSelect.append( $( "<option></option>" )
|
30 |
+
.attr( "value", key ).text( val ) );
|
31 |
+
});
|
32 |
+
}
|
33 |
+
}
|
34 |
+
);
|
35 |
+
|
36 |
+
control.container.on( 'change', '.typography-font-weight select',
|
37 |
+
function() {
|
38 |
+
control.settings['weight'].set( jQuery( this ).val() );
|
39 |
+
}
|
40 |
+
);
|
41 |
+
|
42 |
+
control.container.on( 'change', '.typography-font-style select',
|
43 |
+
function() {
|
44 |
+
control.settings['style'].set( jQuery( this ).val() );
|
45 |
+
}
|
46 |
+
);
|
47 |
+
|
48 |
+
control.container.on( 'change', '.typography-font-size input',
|
49 |
+
function() {
|
50 |
+
control.settings['size'].set( jQuery( this ).val() );
|
51 |
+
}
|
52 |
+
);
|
53 |
+
|
54 |
+
control.container.on( 'change', '.typography-line-height input',
|
55 |
+
function() {
|
56 |
+
control.settings['line_height'].set( jQuery( this ).val() );
|
57 |
+
}
|
58 |
+
);
|
59 |
+
|
60 |
+
control.container.on( 'click', '.advanced-button',
|
61 |
+
function() {
|
62 |
+
jQuery( this ).toggleClass('open');
|
63 |
+
jQuery( this ).parent().next( ".advanced-settings-wrapper" ).toggleClass('show');
|
64 |
+
}
|
65 |
+
);
|
66 |
+
|
67 |
+
var picker = this.container.find( '.typography-font-color .color-picker-hex' );
|
68 |
+
|
69 |
+
picker.wpColorPicker({
|
70 |
+
change: function( event, ui ) {
|
71 |
+
setTimeout( function(){
|
72 |
+
control.settings['color'].set( picker.val() );
|
73 |
+
}, 100 );
|
74 |
+
},
|
75 |
+
});
|
76 |
+
|
77 |
+
$('.ogf-select').chosen({width: "85%"});
|
78 |
+
|
79 |
+
}
|
80 |
+
} );
|
81 |
+
|
82 |
+
} )( wp.customize );
|
assets/js/customize-preview.js
ADDED
@@ -0,0 +1,453 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery( document ).ready( function() {
|
2 |
+
|
3 |
+
var important = '';
|
4 |
+
console.log(important);
|
5 |
+
|
6 |
+
wp.customize.bind( 'preview-ready', function() {
|
7 |
+
|
8 |
+
wp.customize.preview.bind( 'olympusFontURL', function( url ) {
|
9 |
+
$("head").append( url );
|
10 |
+
} );
|
11 |
+
} );
|
12 |
+
|
13 |
+
function fontFamilyChange( selector, value ) {
|
14 |
+
if( value == 'default' ) {
|
15 |
+
jQuery( selector ).css( 'font-family', '' );
|
16 |
+
} else {
|
17 |
+
jQuery( selector ).css( 'font-family', value.replace('-', ' ') );
|
18 |
+
}
|
19 |
+
}
|
20 |
+
|
21 |
+
/* === Base Typography === */
|
22 |
+
|
23 |
+
wp.customize(
|
24 |
+
'ogf_body_font',
|
25 |
+
function( value ) {
|
26 |
+
value.bind(
|
27 |
+
function( to ) {
|
28 |
+
fontFamilyChange( 'body', to );
|
29 |
+
}
|
30 |
+
);
|
31 |
+
}
|
32 |
+
);
|
33 |
+
|
34 |
+
wp.customize(
|
35 |
+
'ogf_body_font_weight',
|
36 |
+
function( value ) {
|
37 |
+
value.bind(
|
38 |
+
function( to ) {
|
39 |
+
if( to == '0') to = '';
|
40 |
+
jQuery( 'body' ).css( 'font-weight', to );
|
41 |
+
}
|
42 |
+
);
|
43 |
+
}
|
44 |
+
);
|
45 |
+
|
46 |
+
wp.customize(
|
47 |
+
'ogf_body_font_style',
|
48 |
+
function( value ) {
|
49 |
+
value.bind(
|
50 |
+
function( to ) {
|
51 |
+
jQuery( 'body' ).css( 'font-style', to );
|
52 |
+
}
|
53 |
+
);
|
54 |
+
}
|
55 |
+
);
|
56 |
+
|
57 |
+
/* === Headings Typography === */
|
58 |
+
|
59 |
+
wp.customize(
|
60 |
+
'ogf_headings_font',
|
61 |
+
function( value ) {
|
62 |
+
value.bind(
|
63 |
+
function( to ) {
|
64 |
+
fontFamilyChange( '.site-title, .widget-title, h1, h2, h3, h4, h5, h6', to );
|
65 |
+
}
|
66 |
+
);
|
67 |
+
}
|
68 |
+
);
|
69 |
+
|
70 |
+
wp.customize(
|
71 |
+
'ogf_headings_font_weight',
|
72 |
+
function( value ) {
|
73 |
+
value.bind(
|
74 |
+
function( to ) {
|
75 |
+
if( to == '0') to = '';
|
76 |
+
jQuery( '.site-title, .widget-title, h1, h2, h3, h4, h5, h6' ).css( 'font-weight', to );
|
77 |
+
}
|
78 |
+
);
|
79 |
+
}
|
80 |
+
);
|
81 |
+
|
82 |
+
wp.customize(
|
83 |
+
'ogf_headings_font_style',
|
84 |
+
function( value ) {
|
85 |
+
value.bind(
|
86 |
+
function( to ) {
|
87 |
+
jQuery( '.site-title, .widget-title, h1, h2, h3, h4, h5, h6' ).css( 'font-style', to );
|
88 |
+
}
|
89 |
+
);
|
90 |
+
}
|
91 |
+
);
|
92 |
+
|
93 |
+
/* === Inputs Typography === */
|
94 |
+
|
95 |
+
wp.customize(
|
96 |
+
'ogf_inputs_font',
|
97 |
+
function( value ) {
|
98 |
+
value.bind(
|
99 |
+
function( to ) {
|
100 |
+
fontFamilyChange( 'button, input, select, textarea', to );
|
101 |
+
}
|
102 |
+
);
|
103 |
+
}
|
104 |
+
);
|
105 |
+
|
106 |
+
wp.customize(
|
107 |
+
'ogf_inputs_font_weight',
|
108 |
+
function( value ) {
|
109 |
+
value.bind(
|
110 |
+
function( to ) {
|
111 |
+
if( to == '0') to = '';
|
112 |
+
jQuery( 'button, input, select, textarea' ).css( 'font-weight', to );
|
113 |
+
}
|
114 |
+
);
|
115 |
+
}
|
116 |
+
);
|
117 |
+
|
118 |
+
wp.customize(
|
119 |
+
'ogf_inputs_font_style',
|
120 |
+
function( value ) {
|
121 |
+
value.bind(
|
122 |
+
function( to ) {
|
123 |
+
jQuery( 'button, input, select, textarea' ).css( 'font-style', to );
|
124 |
+
}
|
125 |
+
);
|
126 |
+
}
|
127 |
+
);
|
128 |
+
|
129 |
+
/* === Site Title Typography === */
|
130 |
+
|
131 |
+
wp.customize(
|
132 |
+
'ogf_site_title_font',
|
133 |
+
function( value ) {
|
134 |
+
value.bind(
|
135 |
+
function( to ) {
|
136 |
+
fontFamilyChange( '.site-title', to );
|
137 |
+
}
|
138 |
+
);
|
139 |
+
}
|
140 |
+
);
|
141 |
+
|
142 |
+
wp.customize(
|
143 |
+
'ogf_site_title_font_weight',
|
144 |
+
function( value ) {
|
145 |
+
value.bind(
|
146 |
+
function( to ) {
|
147 |
+
if( to == '0') to = '';
|
148 |
+
jQuery( '.site-title' ).css( 'font-weight', to );
|
149 |
+
}
|
150 |
+
);
|
151 |
+
}
|
152 |
+
);
|
153 |
+
|
154 |
+
wp.customize(
|
155 |
+
'ogf_site_title_font_style',
|
156 |
+
function( value ) {
|
157 |
+
value.bind(
|
158 |
+
function( to ) {
|
159 |
+
jQuery( '.site-title' ).css( 'font-style', to );
|
160 |
+
}
|
161 |
+
);
|
162 |
+
}
|
163 |
+
);
|
164 |
+
|
165 |
+
/* === Site Description Typography === */
|
166 |
+
|
167 |
+
wp.customize(
|
168 |
+
'ogf_site_description_font',
|
169 |
+
function( value ) {
|
170 |
+
value.bind(
|
171 |
+
function( to ) {
|
172 |
+
fontFamilyChange( '.site-description', to );
|
173 |
+
}
|
174 |
+
);
|
175 |
+
}
|
176 |
+
);
|
177 |
+
|
178 |
+
wp.customize(
|
179 |
+
'ogf_site_description_font_weight',
|
180 |
+
function( value ) {
|
181 |
+
value.bind(
|
182 |
+
function( to ) {
|
183 |
+
if( to == '0') to = '';
|
184 |
+
jQuery( '.site-description' ).css( 'font-weight', to );
|
185 |
+
}
|
186 |
+
);
|
187 |
+
}
|
188 |
+
);
|
189 |
+
|
190 |
+
wp.customize(
|
191 |
+
'ogf_site_description_font_style',
|
192 |
+
function( value ) {
|
193 |
+
value.bind(
|
194 |
+
function( to ) {
|
195 |
+
jQuery( '.site-description' ).css( 'font-style', to );
|
196 |
+
}
|
197 |
+
);
|
198 |
+
}
|
199 |
+
);
|
200 |
+
|
201 |
+
/* === Navigation Typography === */
|
202 |
+
|
203 |
+
wp.customize(
|
204 |
+
'ogf_navigation_font',
|
205 |
+
function( value ) {
|
206 |
+
value.bind(
|
207 |
+
function( to ) {
|
208 |
+
fontFamilyChange( '.menu, .page_item, .menu-item', to );
|
209 |
+
}
|
210 |
+
);
|
211 |
+
}
|
212 |
+
);
|
213 |
+
|
214 |
+
wp.customize(
|
215 |
+
'ogf_navigation_font_weight',
|
216 |
+
function( value ) {
|
217 |
+
value.bind(
|
218 |
+
function( to ) {
|
219 |
+
if( to == '0') to = '';
|
220 |
+
jQuery( '.menu, .page_item, .menu-item' ).css( 'font-weight', to );
|
221 |
+
}
|
222 |
+
);
|
223 |
+
}
|
224 |
+
);
|
225 |
+
|
226 |
+
wp.customize(
|
227 |
+
'ogf_navigation_font_style',
|
228 |
+
function( value ) {
|
229 |
+
value.bind(
|
230 |
+
function( to ) {
|
231 |
+
jQuery( '.menu, .page_item, .menu-item' ).css( 'font-style', to );
|
232 |
+
}
|
233 |
+
);
|
234 |
+
}
|
235 |
+
);
|
236 |
+
|
237 |
+
/* === Post & Pages Heading Typography === */
|
238 |
+
|
239 |
+
wp.customize(
|
240 |
+
'ogf_post_page_headings_font',
|
241 |
+
function( value ) {
|
242 |
+
value.bind(
|
243 |
+
function( to ) {
|
244 |
+
fontFamilyChange( 'article h1, article h2, article h3, article h4, article h5, article h6', to );
|
245 |
+
}
|
246 |
+
);
|
247 |
+
}
|
248 |
+
);
|
249 |
+
|
250 |
+
wp.customize(
|
251 |
+
'ogf_post_page_headings_font_weight',
|
252 |
+
function( value ) {
|
253 |
+
value.bind(
|
254 |
+
function( to ) {
|
255 |
+
if( to == '0') to = '';
|
256 |
+
jQuery( 'article h1, article h2, article h3, article h4, article h5, article h6' ).css( 'font-weight', to );
|
257 |
+
}
|
258 |
+
);
|
259 |
+
}
|
260 |
+
);
|
261 |
+
|
262 |
+
wp.customize(
|
263 |
+
'ogf_post_page_headings_font_style',
|
264 |
+
function( value ) {
|
265 |
+
value.bind(
|
266 |
+
function( to ) {
|
267 |
+
jQuery( 'article h1, article h2, article h3, article h4, article h5, article h6' ).css( 'font-style', to );
|
268 |
+
}
|
269 |
+
);
|
270 |
+
}
|
271 |
+
);
|
272 |
+
|
273 |
+
/* === Post & Pages Content Typography === */
|
274 |
+
|
275 |
+
wp.customize(
|
276 |
+
'ogf_post_page_content_font',
|
277 |
+
function( value ) {
|
278 |
+
value.bind(
|
279 |
+
function( to ) {
|
280 |
+
fontFamilyChange( 'article', to );
|
281 |
+
}
|
282 |
+
);
|
283 |
+
}
|
284 |
+
);
|
285 |
+
|
286 |
+
wp.customize(
|
287 |
+
'ogf_post_page_content_font_weight',
|
288 |
+
function( value ) {
|
289 |
+
value.bind(
|
290 |
+
function( to ) {
|
291 |
+
if( to == '0') to = '';
|
292 |
+
jQuery( 'article' ).css( 'font-weight', to );
|
293 |
+
}
|
294 |
+
);
|
295 |
+
}
|
296 |
+
);
|
297 |
+
|
298 |
+
wp.customize(
|
299 |
+
'ogf_post_page_content_font_style',
|
300 |
+
function( value ) {
|
301 |
+
value.bind(
|
302 |
+
function( to ) {
|
303 |
+
jQuery( 'article' ).css( 'font-style', to );
|
304 |
+
}
|
305 |
+
);
|
306 |
+
}
|
307 |
+
);
|
308 |
+
|
309 |
+
/* === Sidebar Headings Typography === */
|
310 |
+
|
311 |
+
wp.customize(
|
312 |
+
'ogf_sidebar_headings_font',
|
313 |
+
function( value ) {
|
314 |
+
value.bind(
|
315 |
+
function( to ) {
|
316 |
+
fontFamilyChange( '.widget-title, .widget-area h1, .widget-area h2, .widget-area h3, .widget-area h4, .widgets-area h5, .widget-area h6', to );
|
317 |
+
}
|
318 |
+
);
|
319 |
+
}
|
320 |
+
);
|
321 |
+
|
322 |
+
wp.customize(
|
323 |
+
'ogf_sidebar_headings_font_weight',
|
324 |
+
function( value ) {
|
325 |
+
value.bind(
|
326 |
+
function( to ) {
|
327 |
+
if( to == '0') to = '';
|
328 |
+
jQuery( '.widget-title, .widget-area h1, .widget-area h2, .widget-area h3, .widget-area h4, .widgets-area h5, .widget-area h6' ).css( 'font-weight', to );
|
329 |
+
}
|
330 |
+
);
|
331 |
+
}
|
332 |
+
);
|
333 |
+
|
334 |
+
wp.customize(
|
335 |
+
'ogf_sidebar_headings_font_style',
|
336 |
+
function( value ) {
|
337 |
+
value.bind(
|
338 |
+
function( to ) {
|
339 |
+
jQuery( '.widget-title, .widget-area h1, .widget-area h2, .widget-area h3, .widget-area h4, .widgets-area h5, .widget-area h6' ).css( 'font-style', to );
|
340 |
+
}
|
341 |
+
);
|
342 |
+
}
|
343 |
+
);
|
344 |
+
|
345 |
+
/* === Sidebar Content Typography === */
|
346 |
+
|
347 |
+
wp.customize(
|
348 |
+
'ogf_sidebar_content_font',
|
349 |
+
function( value ) {
|
350 |
+
value.bind(
|
351 |
+
function( to ) {
|
352 |
+
fontFamilyChange( '.widget-area, .widget', to );
|
353 |
+
}
|
354 |
+
);
|
355 |
+
}
|
356 |
+
);
|
357 |
+
|
358 |
+
wp.customize(
|
359 |
+
'ogf_sidebar_content_font_weight',
|
360 |
+
function( value ) {
|
361 |
+
value.bind(
|
362 |
+
function( to ) {
|
363 |
+
if( to == '0') to = '';
|
364 |
+
jQuery( '.widget-area, .widget' ).css( 'font-weight', to );
|
365 |
+
}
|
366 |
+
);
|
367 |
+
}
|
368 |
+
);
|
369 |
+
|
370 |
+
wp.customize(
|
371 |
+
'ogf_sidebar_content_font_style',
|
372 |
+
function( value ) {
|
373 |
+
value.bind(
|
374 |
+
function( to ) {
|
375 |
+
jQuery( '.widget-area, .widget' ).css( 'font-style', to );
|
376 |
+
}
|
377 |
+
);
|
378 |
+
}
|
379 |
+
);
|
380 |
+
|
381 |
+
/* === Footer Headings Typography === */
|
382 |
+
|
383 |
+
wp.customize(
|
384 |
+
'ogf_footer_headings_font',
|
385 |
+
function( value ) {
|
386 |
+
value.bind(
|
387 |
+
function( to ) {
|
388 |
+
fontFamilyChange( 'footer h1, footer h2, footer h3, footer h4, .widgets-area h5, footer h6', to );
|
389 |
+
}
|
390 |
+
);
|
391 |
+
}
|
392 |
+
);
|
393 |
+
|
394 |
+
wp.customize(
|
395 |
+
'ogf_footer_headings_font_weight',
|
396 |
+
function( value ) {
|
397 |
+
value.bind(
|
398 |
+
function( to ) {
|
399 |
+
if( to == '0') to = '';
|
400 |
+
jQuery( 'footer h1, footer h2, footer h3, footer h4, .widgets-area h5, footer h6' ).css( 'font-weight', to );
|
401 |
+
}
|
402 |
+
);
|
403 |
+
}
|
404 |
+
);
|
405 |
+
|
406 |
+
wp.customize(
|
407 |
+
'ogf_footer_headings_font_style',
|
408 |
+
function( value ) {
|
409 |
+
value.bind(
|
410 |
+
function( to ) {
|
411 |
+
jQuery( 'footer h1, footer h2, footer h3, footer h4, .widgets-area h5, footer h6' ).css( 'font-style', to );
|
412 |
+
}
|
413 |
+
);
|
414 |
+
}
|
415 |
+
);
|
416 |
+
|
417 |
+
/* === Footer Content Typography === */
|
418 |
+
|
419 |
+
wp.customize(
|
420 |
+
'ogf_footer_content_font',
|
421 |
+
function( value ) {
|
422 |
+
value.bind(
|
423 |
+
function( to ) {
|
424 |
+
fontFamilyChange( 'footer', to );
|
425 |
+
}
|
426 |
+
);
|
427 |
+
}
|
428 |
+
);
|
429 |
+
|
430 |
+
wp.customize(
|
431 |
+
'ogf_footer_content_font_weight',
|
432 |
+
function( value ) {
|
433 |
+
value.bind(
|
434 |
+
function( to ) {
|
435 |
+
if( to == '0') to = '';
|
436 |
+
jQuery( 'footer' ).css( 'font-weight', to );
|
437 |
+
}
|
438 |
+
);
|
439 |
+
}
|
440 |
+
);
|
441 |
+
|
442 |
+
wp.customize(
|
443 |
+
'ogf_footer_content_font_style',
|
444 |
+
function( value ) {
|
445 |
+
value.bind(
|
446 |
+
function( to ) {
|
447 |
+
jQuery( 'footer' ).css( 'font-style', to );
|
448 |
+
}
|
449 |
+
);
|
450 |
+
}
|
451 |
+
);
|
452 |
+
|
453 |
+
} ); // jQuery( document ).ready
|
assets/js/selectize.js
ADDED
@@ -0,0 +1,1408 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
Chosen, a Select Box Enhancer for jQuery and Prototype
|
3 |
+
by Patrick Filler for Harvest, http://getharvest.com
|
4 |
+
|
5 |
+
Version 1.8.5
|
6 |
+
Full source at https://github.com/harvesthq/chosen
|
7 |
+
Copyright (c) 2011-2018 Harvest http://getharvest.com
|
8 |
+
|
9 |
+
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
10 |
+
This file is generated by `grunt build`, do not edit it by hand.
|
11 |
+
*/
|
12 |
+
|
13 |
+
(function() {
|
14 |
+
var $, AbstractChosen, Chosen, SelectParser,
|
15 |
+
bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
|
16 |
+
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
|
17 |
+
hasProp = {}.hasOwnProperty;
|
18 |
+
|
19 |
+
SelectParser = (function() {
|
20 |
+
function SelectParser() {
|
21 |
+
this.options_index = 0;
|
22 |
+
this.parsed = [];
|
23 |
+
}
|
24 |
+
|
25 |
+
SelectParser.prototype.add_node = function(child) {
|
26 |
+
if (child.nodeName.toUpperCase() === "OPTGROUP") {
|
27 |
+
return this.add_group(child);
|
28 |
+
} else {
|
29 |
+
return this.add_option(child);
|
30 |
+
}
|
31 |
+
};
|
32 |
+
|
33 |
+
SelectParser.prototype.add_group = function(group) {
|
34 |
+
var group_position, i, len, option, ref, results1;
|
35 |
+
group_position = this.parsed.length;
|
36 |
+
this.parsed.push({
|
37 |
+
array_index: group_position,
|
38 |
+
group: true,
|
39 |
+
label: group.label,
|
40 |
+
title: group.title ? group.title : void 0,
|
41 |
+
children: 0,
|
42 |
+
disabled: group.disabled,
|
43 |
+
classes: group.className
|
44 |
+
});
|
45 |
+
ref = group.childNodes;
|
46 |
+
results1 = [];
|
47 |
+
for (i = 0, len = ref.length; i < len; i++) {
|
48 |
+
option = ref[i];
|
49 |
+
results1.push(this.add_option(option, group_position, group.disabled));
|
50 |
+
}
|
51 |
+
return results1;
|
52 |
+
};
|
53 |
+
|
54 |
+
SelectParser.prototype.add_option = function(option, group_position, group_disabled) {
|
55 |
+
if (option.nodeName.toUpperCase() === "OPTION") {
|
56 |
+
if (option.text !== "") {
|
57 |
+
if (group_position != null) {
|
58 |
+
this.parsed[group_position].children += 1;
|
59 |
+
}
|
60 |
+
this.parsed.push({
|
61 |
+
array_index: this.parsed.length,
|
62 |
+
options_index: this.options_index,
|
63 |
+
value: option.value,
|
64 |
+
text: option.text,
|
65 |
+
html: option.innerHTML,
|
66 |
+
title: option.title ? option.title : void 0,
|
67 |
+
selected: option.selected,
|
68 |
+
disabled: group_disabled === true ? group_disabled : option.disabled,
|
69 |
+
group_array_index: group_position,
|
70 |
+
group_label: group_position != null ? this.parsed[group_position].label : null,
|
71 |
+
classes: option.className,
|
72 |
+
style: option.style.cssText
|
73 |
+
});
|
74 |
+
} else {
|
75 |
+
this.parsed.push({
|
76 |
+
array_index: this.parsed.length,
|
77 |
+
options_index: this.options_index,
|
78 |
+
empty: true
|
79 |
+
});
|
80 |
+
}
|
81 |
+
return this.options_index += 1;
|
82 |
+
}
|
83 |
+
};
|
84 |
+
|
85 |
+
return SelectParser;
|
86 |
+
|
87 |
+
})();
|
88 |
+
|
89 |
+
SelectParser.select_to_array = function(select) {
|
90 |
+
var child, i, len, parser, ref;
|
91 |
+
parser = new SelectParser();
|
92 |
+
ref = select.childNodes;
|
93 |
+
for (i = 0, len = ref.length; i < len; i++) {
|
94 |
+
child = ref[i];
|
95 |
+
parser.add_node(child);
|
96 |
+
}
|
97 |
+
return parser.parsed;
|
98 |
+
};
|
99 |
+
|
100 |
+
AbstractChosen = (function() {
|
101 |
+
function AbstractChosen(form_field, options1) {
|
102 |
+
this.form_field = form_field;
|
103 |
+
this.options = options1 != null ? options1 : {};
|
104 |
+
this.label_click_handler = bind(this.label_click_handler, this);
|
105 |
+
if (!AbstractChosen.browser_is_supported()) {
|
106 |
+
return;
|
107 |
+
}
|
108 |
+
this.is_multiple = this.form_field.multiple;
|
109 |
+
this.set_default_text();
|
110 |
+
this.set_default_values();
|
111 |
+
this.setup();
|
112 |
+
this.set_up_html();
|
113 |
+
this.register_observers();
|
114 |
+
this.on_ready();
|
115 |
+
}
|
116 |
+
|
117 |
+
AbstractChosen.prototype.set_default_values = function() {
|
118 |
+
this.click_test_action = (function(_this) {
|
119 |
+
return function(evt) {
|
120 |
+
return _this.test_active_click(evt);
|
121 |
+
};
|
122 |
+
})(this);
|
123 |
+
this.activate_action = (function(_this) {
|
124 |
+
return function(evt) {
|
125 |
+
return _this.activate_field(evt);
|
126 |
+
};
|
127 |
+
})(this);
|
128 |
+
this.active_field = false;
|
129 |
+
this.mouse_on_container = false;
|
130 |
+
this.results_showing = false;
|
131 |
+
this.result_highlighted = null;
|
132 |
+
this.is_rtl = this.options.rtl || /\bchosen-rtl\b/.test(this.form_field.className);
|
133 |
+
this.allow_single_deselect = (this.options.allow_single_deselect != null) && (this.form_field.options[0] != null) && this.form_field.options[0].text === "" ? this.options.allow_single_deselect : false;
|
134 |
+
this.disable_search_threshold = this.options.disable_search_threshold || 0;
|
135 |
+
this.disable_search = this.options.disable_search || false;
|
136 |
+
this.enable_split_word_search = this.options.enable_split_word_search != null ? this.options.enable_split_word_search : true;
|
137 |
+
this.group_search = this.options.group_search != null ? this.options.group_search : true;
|
138 |
+
this.search_contains = this.options.search_contains || false;
|
139 |
+
this.single_backstroke_delete = this.options.single_backstroke_delete != null ? this.options.single_backstroke_delete : true;
|
140 |
+
this.max_selected_options = this.options.max_selected_options || Infinity;
|
141 |
+
this.inherit_select_classes = this.options.inherit_select_classes || false;
|
142 |
+
this.display_selected_options = this.options.display_selected_options != null ? this.options.display_selected_options : true;
|
143 |
+
this.display_disabled_options = this.options.display_disabled_options != null ? this.options.display_disabled_options : true;
|
144 |
+
this.include_group_label_in_selected = this.options.include_group_label_in_selected || false;
|
145 |
+
this.max_shown_results = this.options.max_shown_results || Number.POSITIVE_INFINITY;
|
146 |
+
this.case_sensitive_search = this.options.case_sensitive_search || false;
|
147 |
+
return this.hide_results_on_select = this.options.hide_results_on_select != null ? this.options.hide_results_on_select : true;
|
148 |
+
};
|
149 |
+
|
150 |
+
AbstractChosen.prototype.set_default_text = function() {
|
151 |
+
if (this.form_field.getAttribute("data-placeholder")) {
|
152 |
+
this.default_text = this.form_field.getAttribute("data-placeholder");
|
153 |
+
} else if (this.is_multiple) {
|
154 |
+
this.default_text = this.options.placeholder_text_multiple || this.options.placeholder_text || AbstractChosen.default_multiple_text;
|
155 |
+
} else {
|
156 |
+
this.default_text = this.options.placeholder_text_single || this.options.placeholder_text || AbstractChosen.default_single_text;
|
157 |
+
}
|
158 |
+
this.default_text = this.escape_html(this.default_text);
|
159 |
+
return this.results_none_found = this.form_field.getAttribute("data-no_results_text") || this.options.no_results_text || AbstractChosen.default_no_result_text;
|
160 |
+
};
|
161 |
+
|
162 |
+
AbstractChosen.prototype.choice_label = function(item) {
|
163 |
+
if (this.include_group_label_in_selected && (item.group_label != null)) {
|
164 |
+
return "<b class='group-name'>" + item.group_label + "</b>" + item.html;
|
165 |
+
} else {
|
166 |
+
return item.html;
|
167 |
+
}
|
168 |
+
};
|
169 |
+
|
170 |
+
AbstractChosen.prototype.mouse_enter = function() {
|
171 |
+
return this.mouse_on_container = true;
|
172 |
+
};
|
173 |
+
|
174 |
+
AbstractChosen.prototype.mouse_leave = function() {
|
175 |
+
return this.mouse_on_container = false;
|
176 |
+
};
|
177 |
+
|
178 |
+
AbstractChosen.prototype.input_focus = function(evt) {
|
179 |
+
if (this.is_multiple) {
|
180 |
+
if (!this.active_field) {
|
181 |
+
return setTimeout(((function(_this) {
|
182 |
+
return function() {
|
183 |
+
return _this.container_mousedown();
|
184 |
+
};
|
185 |
+
})(this)), 50);
|
186 |
+
}
|
187 |
+
} else {
|
188 |
+
if (!this.active_field) {
|
189 |
+
return this.activate_field();
|
190 |
+
}
|
191 |
+
}
|
192 |
+
};
|
193 |
+
|
194 |
+
AbstractChosen.prototype.input_blur = function(evt) {
|
195 |
+
if (!this.mouse_on_container) {
|
196 |
+
this.active_field = false;
|
197 |
+
return setTimeout(((function(_this) {
|
198 |
+
return function() {
|
199 |
+
return _this.blur_test();
|
200 |
+
};
|
201 |
+
})(this)), 100);
|
202 |
+
}
|
203 |
+
};
|
204 |
+
|
205 |
+
AbstractChosen.prototype.label_click_handler = function(evt) {
|
206 |
+
if (this.is_multiple) {
|
207 |
+
return this.container_mousedown(evt);
|
208 |
+
} else {
|
209 |
+
return this.activate_field();
|
210 |
+
}
|
211 |
+
};
|
212 |
+
|
213 |
+
AbstractChosen.prototype.results_option_build = function(options) {
|
214 |
+
var content, data, data_content, i, len, ref, shown_results;
|
215 |
+
content = '';
|
216 |
+
shown_results = 0;
|
217 |
+
ref = this.results_data;
|
218 |
+
for (i = 0, len = ref.length; i < len; i++) {
|
219 |
+
data = ref[i];
|
220 |
+
data_content = '';
|
221 |
+
if (data.group) {
|
222 |
+
data_content = this.result_add_group(data);
|
223 |
+
} else {
|
224 |
+
data_content = this.result_add_option(data);
|
225 |
+
}
|
226 |
+
if (data_content !== '') {
|
227 |
+
shown_results++;
|
228 |
+
content += data_content;
|
229 |
+
}
|
230 |
+
if (options != null ? options.first : void 0) {
|
231 |
+
if (data.selected && this.is_multiple) {
|
232 |
+
this.choice_build(data);
|
233 |
+
} else if (data.selected && !this.is_multiple) {
|
234 |
+
this.single_set_selected_text(this.choice_label(data));
|
235 |
+
}
|
236 |
+
}
|
237 |
+
if (shown_results >= this.max_shown_results) {
|
238 |
+
break;
|
239 |
+
}
|
240 |
+
}
|
241 |
+
return content;
|
242 |
+
};
|
243 |
+
|
244 |
+
AbstractChosen.prototype.result_add_option = function(option) {
|
245 |
+
var classes, option_el;
|
246 |
+
if (!option.search_match) {
|
247 |
+
return '';
|
248 |
+
}
|
249 |
+
if (!this.include_option_in_results(option)) {
|
250 |
+
return '';
|
251 |
+
}
|
252 |
+
classes = [];
|
253 |
+
if (!option.disabled && !(option.selected && this.is_multiple)) {
|
254 |
+
classes.push("active-result");
|
255 |
+
}
|
256 |
+
if (option.disabled && !(option.selected && this.is_multiple)) {
|
257 |
+
classes.push("disabled-result");
|
258 |
+
}
|
259 |
+
if (option.selected) {
|
260 |
+
classes.push("result-selected");
|
261 |
+
}
|
262 |
+
if (option.group_array_index != null) {
|
263 |
+
classes.push("group-option");
|
264 |
+
}
|
265 |
+
if (option.classes !== "") {
|
266 |
+
classes.push(option.classes);
|
267 |
+
}
|
268 |
+
option_el = document.createElement("li");
|
269 |
+
option_el.className = classes.join(" ");
|
270 |
+
if (option.style) {
|
271 |
+
option_el.style.cssText = option.style;
|
272 |
+
}
|
273 |
+
option_el.setAttribute("data-option-array-index", option.array_index);
|
274 |
+
option_el.innerHTML = option.highlighted_html || option.html;
|
275 |
+
if (option.title) {
|
276 |
+
option_el.title = option.title;
|
277 |
+
}
|
278 |
+
return this.outerHTML(option_el);
|
279 |
+
};
|
280 |
+
|
281 |
+
AbstractChosen.prototype.result_add_group = function(group) {
|
282 |
+
var classes, group_el;
|
283 |
+
if (!(group.search_match || group.group_match)) {
|
284 |
+
return '';
|
285 |
+
}
|
286 |
+
if (!(group.active_options > 0)) {
|
287 |
+
return '';
|
288 |
+
}
|
289 |
+
classes = [];
|
290 |
+
classes.push("group-result");
|
291 |
+
if (group.classes) {
|
292 |
+
classes.push(group.classes);
|
293 |
+
}
|
294 |
+
group_el = document.createElement("li");
|
295 |
+
group_el.className = classes.join(" ");
|
296 |
+
group_el.innerHTML = group.highlighted_html || this.escape_html(group.label);
|
297 |
+
if (group.title) {
|
298 |
+
group_el.title = group.title;
|
299 |
+
}
|
300 |
+
return this.outerHTML(group_el);
|
301 |
+
};
|
302 |
+
|
303 |
+
AbstractChosen.prototype.results_update_field = function() {
|
304 |
+
this.set_default_text();
|
305 |
+
if (!this.is_multiple) {
|
306 |
+
this.results_reset_cleanup();
|
307 |
+
}
|
308 |
+
this.result_clear_highlight();
|
309 |
+
this.results_build();
|
310 |
+
if (this.results_showing) {
|
311 |
+
return this.winnow_results();
|
312 |
+
}
|
313 |
+
};
|
314 |
+
|
315 |
+
AbstractChosen.prototype.reset_single_select_options = function() {
|
316 |
+
var i, len, ref, result, results1;
|
317 |
+
ref = this.results_data;
|
318 |
+
results1 = [];
|
319 |
+
for (i = 0, len = ref.length; i < len; i++) {
|
320 |
+
result = ref[i];
|
321 |
+
if (result.selected) {
|
322 |
+
results1.push(result.selected = false);
|
323 |
+
} else {
|
324 |
+
results1.push(void 0);
|
325 |
+
}
|
326 |
+
}
|
327 |
+
return results1;
|
328 |
+
};
|
329 |
+
|
330 |
+
AbstractChosen.prototype.results_toggle = function() {
|
331 |
+
if (this.results_showing) {
|
332 |
+
return this.results_hide();
|
333 |
+
} else {
|
334 |
+
return this.results_show();
|
335 |
+
}
|
336 |
+
};
|
337 |
+
|
338 |
+
AbstractChosen.prototype.results_search = function(evt) {
|
339 |
+
if (this.results_showing) {
|
340 |
+
return this.winnow_results();
|
341 |
+
} else {
|
342 |
+
return this.results_show();
|
343 |
+
}
|
344 |
+
};
|
345 |
+
|
346 |
+
AbstractChosen.prototype.winnow_results = function(options) {
|
347 |
+
var escapedQuery, fix, i, len, option, prefix, query, ref, regex, results, results_group, search_match, startpos, suffix, text;
|
348 |
+
this.no_results_clear();
|
349 |
+
results = 0;
|
350 |
+
query = this.get_search_text();
|
351 |
+
escapedQuery = query.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
|
352 |
+
regex = this.get_search_regex(escapedQuery);
|
353 |
+
ref = this.results_data;
|
354 |
+
for (i = 0, len = ref.length; i < len; i++) {
|
355 |
+
option = ref[i];
|
356 |
+
option.search_match = false;
|
357 |
+
results_group = null;
|
358 |
+
search_match = null;
|
359 |
+
option.highlighted_html = '';
|
360 |
+
if (this.include_option_in_results(option)) {
|
361 |
+
if (option.group) {
|
362 |
+
option.group_match = false;
|
363 |
+
option.active_options = 0;
|
364 |
+
}
|
365 |
+
if ((option.group_array_index != null) && this.results_data[option.group_array_index]) {
|
366 |
+
results_group = this.results_data[option.group_array_index];
|
367 |
+
if (results_group.active_options === 0 && results_group.search_match) {
|
368 |
+
results += 1;
|
369 |
+
}
|
370 |
+
results_group.active_options += 1;
|
371 |
+
}
|
372 |
+
text = option.group ? option.label : option.text;
|
373 |
+
if (!(option.group && !this.group_search)) {
|
374 |
+
search_match = this.search_string_match(text, regex);
|
375 |
+
option.search_match = search_match != null;
|
376 |
+
if (option.search_match && !option.group) {
|
377 |
+
results += 1;
|
378 |
+
}
|
379 |
+
if (option.search_match) {
|
380 |
+
if (query.length) {
|
381 |
+
startpos = search_match.index;
|
382 |
+
prefix = text.slice(0, startpos);
|
383 |
+
fix = text.slice(startpos, startpos + query.length);
|
384 |
+
suffix = text.slice(startpos + query.length);
|
385 |
+
option.highlighted_html = (this.escape_html(prefix)) + "<em>" + (this.escape_html(fix)) + "</em>" + (this.escape_html(suffix));
|
386 |
+
}
|
387 |
+
if (results_group != null) {
|
388 |
+
results_group.group_match = true;
|
389 |
+
}
|
390 |
+
} else if ((option.group_array_index != null) && this.results_data[option.group_array_index].search_match) {
|
391 |
+
option.search_match = true;
|
392 |
+
}
|
393 |
+
}
|
394 |
+
}
|
395 |
+
}
|
396 |
+
this.result_clear_highlight();
|
397 |
+
if (results < 1 && query.length) {
|
398 |
+
this.update_results_content("");
|
399 |
+
return this.no_results(query);
|
400 |
+
} else {
|
401 |
+
this.update_results_content(this.results_option_build());
|
402 |
+
if (!(options != null ? options.skip_highlight : void 0)) {
|
403 |
+
return this.winnow_results_set_highlight();
|
404 |
+
}
|
405 |
+
}
|
406 |
+
};
|
407 |
+
|
408 |
+
AbstractChosen.prototype.get_search_regex = function(escaped_search_string) {
|
409 |
+
var regex_flag, regex_string;
|
410 |
+
regex_string = this.search_contains ? escaped_search_string : "(^|\\s|\\b)" + escaped_search_string + "[^\\s]*";
|
411 |
+
if (!(this.enable_split_word_search || this.search_contains)) {
|
412 |
+
regex_string = "^" + regex_string;
|
413 |
+
}
|
414 |
+
regex_flag = this.case_sensitive_search ? "" : "i";
|
415 |
+
return new RegExp(regex_string, regex_flag);
|
416 |
+
};
|
417 |
+
|
418 |
+
AbstractChosen.prototype.search_string_match = function(search_string, regex) {
|
419 |
+
var match;
|
420 |
+
match = regex.exec(search_string);
|
421 |
+
if (!this.search_contains && (match != null ? match[1] : void 0)) {
|
422 |
+
match.index += 1;
|
423 |
+
}
|
424 |
+
return match;
|
425 |
+
};
|
426 |
+
|
427 |
+
AbstractChosen.prototype.choices_count = function() {
|
428 |
+
var i, len, option, ref;
|
429 |
+
if (this.selected_option_count != null) {
|
430 |
+
return this.selected_option_count;
|
431 |
+
}
|
432 |
+
this.selected_option_count = 0;
|
433 |
+
ref = this.form_field.options;
|
434 |
+
for (i = 0, len = ref.length; i < len; i++) {
|
435 |
+
option = ref[i];
|
436 |
+
if (option.selected) {
|
437 |
+
this.selected_option_count += 1;
|
438 |
+
}
|
439 |
+
}
|
440 |
+
return this.selected_option_count;
|
441 |
+
};
|
442 |
+
|
443 |
+
AbstractChosen.prototype.choices_click = function(evt) {
|
444 |
+
evt.preventDefault();
|
445 |
+
this.activate_field();
|
446 |
+
if (!(this.results_showing || this.is_disabled)) {
|
447 |
+
return this.results_show();
|
448 |
+
}
|
449 |
+
};
|
450 |
+
|
451 |
+
AbstractChosen.prototype.keydown_checker = function(evt) {
|
452 |
+
var ref, stroke;
|
453 |
+
stroke = (ref = evt.which) != null ? ref : evt.keyCode;
|
454 |
+
this.search_field_scale();
|
455 |
+
if (stroke !== 8 && this.pending_backstroke) {
|
456 |
+
this.clear_backstroke();
|
457 |
+
}
|
458 |
+
switch (stroke) {
|
459 |
+
case 8:
|
460 |
+
this.backstroke_length = this.get_search_field_value().length;
|
461 |
+
break;
|
462 |
+
case 9:
|
463 |
+
if (this.results_showing && !this.is_multiple) {
|
464 |
+
this.result_select(evt);
|
465 |
+
}
|
466 |
+
this.mouse_on_container = false;
|
467 |
+
break;
|
468 |
+
case 13:
|
469 |
+
if (this.results_showing) {
|
470 |
+
evt.preventDefault();
|
471 |
+
}
|
472 |
+
break;
|
473 |
+
case 27:
|
474 |
+
if (this.results_showing) {
|
475 |
+
evt.preventDefault();
|
476 |
+
}
|
477 |
+
break;
|
478 |
+
case 32:
|
479 |
+
if (this.disable_search) {
|
480 |
+
evt.preventDefault();
|
481 |
+
}
|
482 |
+
break;
|
483 |
+
case 38:
|
484 |
+
evt.preventDefault();
|
485 |
+
this.keyup_arrow();
|
486 |
+
break;
|
487 |
+
case 40:
|
488 |
+
evt.preventDefault();
|
489 |
+
this.keydown_arrow();
|
490 |
+
break;
|
491 |
+
}
|
492 |
+
};
|
493 |
+
|
494 |
+
AbstractChosen.prototype.keyup_checker = function(evt) {
|
495 |
+
var ref, stroke;
|
496 |
+
stroke = (ref = evt.which) != null ? ref : evt.keyCode;
|
497 |
+
this.search_field_scale();
|
498 |
+
switch (stroke) {
|
499 |
+
case 8:
|
500 |
+
if (this.is_multiple && this.backstroke_length < 1 && this.choices_count() > 0) {
|
501 |
+
this.keydown_backstroke();
|
502 |
+
} else if (!this.pending_backstroke) {
|
503 |
+
this.result_clear_highlight();
|
504 |
+
this.results_search();
|
505 |
+
}
|
506 |
+
break;
|
507 |
+
case 13:
|
508 |
+
evt.preventDefault();
|
509 |
+
if (this.results_showing) {
|
510 |
+
this.result_select(evt);
|
511 |
+
}
|
512 |
+
break;
|
513 |
+
case 27:
|
514 |
+
if (this.results_showing) {
|
515 |
+
this.results_hide();
|
516 |
+
}
|
517 |
+
break;
|
518 |
+
case 9:
|
519 |
+
case 16:
|
520 |
+
case 17:
|
521 |
+
case 18:
|
522 |
+
case 38:
|
523 |
+
case 40:
|
524 |
+
case 91:
|
525 |
+
break;
|
526 |
+
default:
|
527 |
+
this.results_search();
|
528 |
+
break;
|
529 |
+
}
|
530 |
+
};
|
531 |
+
|
532 |
+
AbstractChosen.prototype.clipboard_event_checker = function(evt) {
|
533 |
+
if (this.is_disabled) {
|
534 |
+
return;
|
535 |
+
}
|
536 |
+
return setTimeout(((function(_this) {
|
537 |
+
return function() {
|
538 |
+
return _this.results_search();
|
539 |
+
};
|
540 |
+
})(this)), 50);
|
541 |
+
};
|
542 |
+
|
543 |
+
AbstractChosen.prototype.container_width = function() {
|
544 |
+
if (this.options.width != null) {
|
545 |
+
return this.options.width;
|
546 |
+
} else {
|
547 |
+
return this.form_field.offsetWidth + "px";
|
548 |
+
}
|
549 |
+
};
|
550 |
+
|
551 |
+
AbstractChosen.prototype.include_option_in_results = function(option) {
|
552 |
+
if (this.is_multiple && (!this.display_selected_options && option.selected)) {
|
553 |
+
return false;
|
554 |
+
}
|
555 |
+
if (!this.display_disabled_options && option.disabled) {
|
556 |
+
return false;
|
557 |
+
}
|
558 |
+
if (option.empty) {
|
559 |
+
return false;
|
560 |
+
}
|
561 |
+
return true;
|
562 |
+
};
|
563 |
+
|
564 |
+
AbstractChosen.prototype.search_results_touchstart = function(evt) {
|
565 |
+
this.touch_started = true;
|
566 |
+
return this.search_results_mouseover(evt);
|
567 |
+
};
|
568 |
+
|
569 |
+
AbstractChosen.prototype.search_results_touchmove = function(evt) {
|
570 |
+
this.touch_started = false;
|
571 |
+
return this.search_results_mouseout(evt);
|
572 |
+
};
|
573 |
+
|
574 |
+
AbstractChosen.prototype.search_results_touchend = function(evt) {
|
575 |
+
if (this.touch_started) {
|
576 |
+
return this.search_results_mouseup(evt);
|
577 |
+
}
|
578 |
+
};
|
579 |
+
|
580 |
+
AbstractChosen.prototype.outerHTML = function(element) {
|
581 |
+
var tmp;
|
582 |
+
if (element.outerHTML) {
|
583 |
+
return element.outerHTML;
|
584 |
+
}
|
585 |
+
tmp = document.createElement("div");
|
586 |
+
tmp.appendChild(element);
|
587 |
+
return tmp.innerHTML;
|
588 |
+
};
|
589 |
+
|
590 |
+
AbstractChosen.prototype.get_single_html = function() {
|
591 |
+
return "<a class=\"chosen-single chosen-default\">\n <input class=\"chosen-focus-input\" type=\"text\" autocomplete=\"off\" />\n <span>" + this.default_text + "</span>\n <div><b></b></div>\n</a>\n<div class=\"chosen-drop\">\n <div class=\"chosen-search\">\n <input class=\"chosen-search-input\" type=\"text\" autocomplete=\"off\" />\n </div>\n <ul class=\"chosen-results\"></ul>\n</div>";
|
592 |
+
};
|
593 |
+
|
594 |
+
AbstractChosen.prototype.get_multi_html = function() {
|
595 |
+
return "<ul class=\"chosen-choices\">\n <li class=\"search-field\">\n <input class=\"chosen-search-input\" type=\"text\" autocomplete=\"off\" value=\"" + this.default_text + "\" />\n </li>\n</ul>\n<div class=\"chosen-drop\">\n <ul class=\"chosen-results\"></ul>\n</div>";
|
596 |
+
};
|
597 |
+
|
598 |
+
AbstractChosen.prototype.get_no_results_html = function(terms) {
|
599 |
+
return "<li class=\"no-results\">\n " + this.results_none_found + " <span>" + (this.escape_html(terms)) + "</span>\n</li>";
|
600 |
+
};
|
601 |
+
|
602 |
+
AbstractChosen.browser_is_supported = function() {
|
603 |
+
if ("Microsoft Internet Explorer" === window.navigator.appName) {
|
604 |
+
return document.documentMode >= 8;
|
605 |
+
}
|
606 |
+
if (/iP(od|hone)/i.test(window.navigator.userAgent) || /IEMobile/i.test(window.navigator.userAgent) || /Windows Phone/i.test(window.navigator.userAgent) || /BlackBerry/i.test(window.navigator.userAgent) || /BB10/i.test(window.navigator.userAgent) || /Android.*Mobile/i.test(window.navigator.userAgent)) {
|
607 |
+
return false;
|
608 |
+
}
|
609 |
+
return true;
|
610 |
+
};
|
611 |
+
|
612 |
+
AbstractChosen.default_multiple_text = "Select Some Options";
|
613 |
+
|
614 |
+
AbstractChosen.default_single_text = "Select an Option";
|
615 |
+
|
616 |
+
AbstractChosen.default_no_result_text = "No results match";
|
617 |
+
|
618 |
+
return AbstractChosen;
|
619 |
+
|
620 |
+
})();
|
621 |
+
|
622 |
+
$ = jQuery;
|
623 |
+
|
624 |
+
$.fn.extend({
|
625 |
+
chosen: function(options) {
|
626 |
+
if (!AbstractChosen.browser_is_supported()) {
|
627 |
+
return this;
|
628 |
+
}
|
629 |
+
return this.each(function(input_field) {
|
630 |
+
var $this, chosen;
|
631 |
+
$this = $(this);
|
632 |
+
chosen = $this.data('chosen');
|
633 |
+
if (options === 'destroy') {
|
634 |
+
if (chosen instanceof Chosen) {
|
635 |
+
chosen.destroy();
|
636 |
+
}
|
637 |
+
return;
|
638 |
+
}
|
639 |
+
if (!(chosen instanceof Chosen)) {
|
640 |
+
$this.data('chosen', new Chosen(this, options));
|
641 |
+
}
|
642 |
+
});
|
643 |
+
}
|
644 |
+
});
|
645 |
+
|
646 |
+
Chosen = (function(superClass) {
|
647 |
+
extend(Chosen, superClass);
|
648 |
+
|
649 |
+
function Chosen() {
|
650 |
+
return Chosen.__super__.constructor.apply(this, arguments);
|
651 |
+
}
|
652 |
+
|
653 |
+
Chosen.prototype.setup = function() {
|
654 |
+
this.form_field_jq = $(this.form_field);
|
655 |
+
return this.current_selectedIndex = this.form_field.selectedIndex;
|
656 |
+
};
|
657 |
+
|
658 |
+
Chosen.prototype.set_up_html = function() {
|
659 |
+
var container_classes, container_props;
|
660 |
+
container_classes = ["chosen-container"];
|
661 |
+
container_classes.push("chosen-container-" + (this.is_multiple ? "multi" : "single"));
|
662 |
+
if (this.inherit_select_classes && this.form_field.className) {
|
663 |
+
container_classes.push(this.form_field.className);
|
664 |
+
}
|
665 |
+
if (this.is_rtl) {
|
666 |
+
container_classes.push("chosen-rtl");
|
667 |
+
}
|
668 |
+
container_props = {
|
669 |
+
'class': container_classes.join(' '),
|
670 |
+
'title': this.form_field.title
|
671 |
+
};
|
672 |
+
if (this.form_field.id.length) {
|
673 |
+
container_props.id = this.form_field.id.replace(/[^\w]/g, '_') + "_chosen";
|
674 |
+
}
|
675 |
+
this.container = $("<div />", container_props);
|
676 |
+
this.container.width(this.container_width());
|
677 |
+
if (this.is_multiple) {
|
678 |
+
this.container.html(this.get_multi_html());
|
679 |
+
} else {
|
680 |
+
this.container.html(this.get_single_html());
|
681 |
+
}
|
682 |
+
this.form_field_jq.hide().after(this.container);
|
683 |
+
this.dropdown = this.container.find('div.chosen-drop').first();
|
684 |
+
this.search_field = this.container.find('input.chosen-search-input');
|
685 |
+
this.focus_field = this.container.find('input.chosen-focus-input');
|
686 |
+
this.search_results = this.container.find('ul.chosen-results').first();
|
687 |
+
this.search_field_scale();
|
688 |
+
this.search_no_results = this.container.find('li.no-results').first();
|
689 |
+
if (this.is_multiple) {
|
690 |
+
this.search_choices = this.container.find('ul.chosen-choices').first();
|
691 |
+
this.search_container = this.container.find('li.search-field').first();
|
692 |
+
} else {
|
693 |
+
this.search_container = this.container.find('div.chosen-search').first();
|
694 |
+
this.selected_item = this.container.find('.chosen-single').first();
|
695 |
+
}
|
696 |
+
this.results_build();
|
697 |
+
this.set_tab_index();
|
698 |
+
return this.set_label_behavior();
|
699 |
+
};
|
700 |
+
|
701 |
+
Chosen.prototype.on_ready = function() {
|
702 |
+
return this.form_field_jq.trigger("chosen:ready", {
|
703 |
+
chosen: this
|
704 |
+
});
|
705 |
+
};
|
706 |
+
|
707 |
+
Chosen.prototype.register_observers = function() {
|
708 |
+
var transfer_value;
|
709 |
+
this.container.on('touchstart.chosen', (function(_this) {
|
710 |
+
return function(evt) {
|
711 |
+
_this.container_mousedown(evt);
|
712 |
+
};
|
713 |
+
})(this));
|
714 |
+
this.container.on('touchend.chosen', (function(_this) {
|
715 |
+
return function(evt) {
|
716 |
+
_this.container_mouseup(evt);
|
717 |
+
};
|
718 |
+
})(this));
|
719 |
+
this.container.on('mousedown.chosen', (function(_this) {
|
720 |
+
return function(evt) {
|
721 |
+
_this.container_mousedown(evt);
|
722 |
+
};
|
723 |
+
})(this));
|
724 |
+
this.container.on('mouseup.chosen', (function(_this) {
|
725 |
+
return function(evt) {
|
726 |
+
_this.container_mouseup(evt);
|
727 |
+
};
|
728 |
+
})(this));
|
729 |
+
this.container.on('mouseenter.chosen', (function(_this) {
|
730 |
+
return function(evt) {
|
731 |
+
_this.mouse_enter(evt);
|
732 |
+
};
|
733 |
+
})(this));
|
734 |
+
this.container.on('mouseleave.chosen', (function(_this) {
|
735 |
+
return function(evt) {
|
736 |
+
_this.mouse_leave(evt);
|
737 |
+
};
|
738 |
+
})(this));
|
739 |
+
this.search_results.on('mouseup.chosen', (function(_this) {
|
740 |
+
return function(evt) {
|
741 |
+
_this.search_results_mouseup(evt);
|
742 |
+
};
|
743 |
+
})(this));
|
744 |
+
this.search_results.on('mouseover.chosen', (function(_this) {
|
745 |
+
return function(evt) {
|
746 |
+
_this.search_results_mouseover(evt);
|
747 |
+
};
|
748 |
+
})(this));
|
749 |
+
this.search_results.on('mouseout.chosen', (function(_this) {
|
750 |
+
return function(evt) {
|
751 |
+
_this.search_results_mouseout(evt);
|
752 |
+
};
|
753 |
+
})(this));
|
754 |
+
this.search_results.on('mousewheel.chosen DOMMouseScroll.chosen', (function(_this) {
|
755 |
+
return function(evt) {
|
756 |
+
_this.search_results_mousewheel(evt);
|
757 |
+
};
|
758 |
+
})(this));
|
759 |
+
this.search_results.on('touchstart.chosen', (function(_this) {
|
760 |
+
return function(evt) {
|
761 |
+
_this.search_results_touchstart(evt);
|
762 |
+
};
|
763 |
+
})(this));
|
764 |
+
this.search_results.on('touchmove.chosen', (function(_this) {
|
765 |
+
return function(evt) {
|
766 |
+
_this.search_results_touchmove(evt);
|
767 |
+
};
|
768 |
+
})(this));
|
769 |
+
this.search_results.on('touchend.chosen', (function(_this) {
|
770 |
+
return function(evt) {
|
771 |
+
_this.search_results_touchend(evt);
|
772 |
+
};
|
773 |
+
})(this));
|
774 |
+
this.form_field_jq.on("chosen:updated.chosen", (function(_this) {
|
775 |
+
return function(evt) {
|
776 |
+
_this.results_update_field(evt);
|
777 |
+
};
|
778 |
+
})(this));
|
779 |
+
this.form_field_jq.on("chosen:activate.chosen", (function(_this) {
|
780 |
+
return function(evt) {
|
781 |
+
_this.activate_field(evt);
|
782 |
+
};
|
783 |
+
})(this));
|
784 |
+
this.form_field_jq.on("chosen:open.chosen", (function(_this) {
|
785 |
+
return function(evt) {
|
786 |
+
_this.container_mousedown(evt);
|
787 |
+
};
|
788 |
+
})(this));
|
789 |
+
this.form_field_jq.on("chosen:close.chosen", (function(_this) {
|
790 |
+
return function(evt) {
|
791 |
+
_this.close_field(evt);
|
792 |
+
};
|
793 |
+
})(this));
|
794 |
+
this.search_field.on('blur.chosen', (function(_this) {
|
795 |
+
return function(evt) {
|
796 |
+
_this.input_blur(evt);
|
797 |
+
};
|
798 |
+
})(this));
|
799 |
+
this.search_field.on('keyup.chosen', (function(_this) {
|
800 |
+
return function(evt) {
|
801 |
+
_this.keyup_checker(evt);
|
802 |
+
};
|
803 |
+
})(this));
|
804 |
+
this.search_field.on('keydown.chosen', (function(_this) {
|
805 |
+
return function(evt) {
|
806 |
+
_this.keydown_checker(evt);
|
807 |
+
};
|
808 |
+
})(this));
|
809 |
+
this.search_field.on('focus.chosen', (function(_this) {
|
810 |
+
return function(evt) {
|
811 |
+
_this.input_focus(evt);
|
812 |
+
};
|
813 |
+
})(this));
|
814 |
+
this.search_field.on('cut.chosen', (function(_this) {
|
815 |
+
return function(evt) {
|
816 |
+
_this.clipboard_event_checker(evt);
|
817 |
+
};
|
818 |
+
})(this));
|
819 |
+
this.search_field.on('paste.chosen', (function(_this) {
|
820 |
+
return function(evt) {
|
821 |
+
_this.clipboard_event_checker(evt);
|
822 |
+
};
|
823 |
+
})(this));
|
824 |
+
if (this.is_multiple) {
|
825 |
+
return this.search_choices.on('click.chosen', (function(_this) {
|
826 |
+
return function(evt) {
|
827 |
+
_this.choices_click(evt);
|
828 |
+
};
|
829 |
+
})(this));
|
830 |
+
} else {
|
831 |
+
this.container.on('click.chosen', function(evt) {
|
832 |
+
evt.preventDefault();
|
833 |
+
});
|
834 |
+
this.focus_field.on('blur.chosen', (function(_this) {
|
835 |
+
return function(evt) {
|
836 |
+
_this.input_blur(evt);
|
837 |
+
};
|
838 |
+
})(this));
|
839 |
+
this.focus_field.on('focus.chosen', (function(_this) {
|
840 |
+
return function(evt) {
|
841 |
+
_this.input_focus(evt);
|
842 |
+
};
|
843 |
+
})(this));
|
844 |
+
transfer_value = (function(_this) {
|
845 |
+
return function() {
|
846 |
+
_this.search_field.val(_this.focus_field.val());
|
847 |
+
return _this.focus_field.val('');
|
848 |
+
};
|
849 |
+
})(this);
|
850 |
+
this.focus_field.on('keyup.chosen', (function(_this) {
|
851 |
+
return function(evt) {
|
852 |
+
transfer_value();
|
853 |
+
_this.keyup_checker(evt);
|
854 |
+
};
|
855 |
+
})(this));
|
856 |
+
this.focus_field.on('keydown.chosen', (function(_this) {
|
857 |
+
return function(evt) {
|
858 |
+
transfer_value();
|
859 |
+
_this.keydown_checker(evt);
|
860 |
+
};
|
861 |
+
})(this));
|
862 |
+
this.focus_field.on('cut.chosen', (function(_this) {
|
863 |
+
return function(evt) {
|
864 |
+
setTimeout(transfer_value, 0);
|
865 |
+
_this.clipboard_event_checker(evt);
|
866 |
+
};
|
867 |
+
})(this));
|
868 |
+
return this.focus_field.on('paste.chosen', (function(_this) {
|
869 |
+
return function(evt) {
|
870 |
+
setTimeout(transfer_value, 0);
|
871 |
+
_this.clipboard_event_checker(evt);
|
872 |
+
};
|
873 |
+
})(this));
|
874 |
+
}
|
875 |
+
};
|
876 |
+
|
877 |
+
Chosen.prototype.destroy = function() {
|
878 |
+
$(this.container[0].ownerDocument).off('click.chosen', this.click_test_action);
|
879 |
+
if (this.form_field_label.length > 0) {
|
880 |
+
this.form_field_label.off('click.chosen');
|
881 |
+
}
|
882 |
+
if (this.search_field[0].tabIndex) {
|
883 |
+
this.form_field_jq[0].tabIndex = this.search_field[0].tabIndex;
|
884 |
+
}
|
885 |
+
this.container.remove();
|
886 |
+
this.form_field_jq.removeData('chosen');
|
887 |
+
return this.form_field_jq.show();
|
888 |
+
};
|
889 |
+
|
890 |
+
Chosen.prototype.search_field_disabled = function() {
|
891 |
+
this.is_disabled = this.form_field.disabled || this.form_field_jq.parents('fieldset').is(':disabled');
|
892 |
+
this.container.toggleClass('chosen-disabled', this.is_disabled);
|
893 |
+
this.search_field[0].disabled = this.is_disabled;
|
894 |
+
if (!this.is_multiple) {
|
895 |
+
this.selected_item.off('focus.chosen', this.activate_field);
|
896 |
+
}
|
897 |
+
if (this.is_disabled) {
|
898 |
+
return this.close_field();
|
899 |
+
} else if (!this.is_multiple) {
|
900 |
+
return this.selected_item.on('focus.chosen', this.activate_field);
|
901 |
+
}
|
902 |
+
};
|
903 |
+
|
904 |
+
Chosen.prototype.container_mousedown = function(evt) {
|
905 |
+
var ref;
|
906 |
+
if (this.is_disabled) {
|
907 |
+
return;
|
908 |
+
}
|
909 |
+
if (evt && ((ref = evt.type) === 'mousedown' || ref === 'touchstart') && !this.results_showing) {
|
910 |
+
evt.preventDefault();
|
911 |
+
}
|
912 |
+
if (!((evt != null) && ($(evt.target)).hasClass("search-choice-close"))) {
|
913 |
+
if (!this.active_field) {
|
914 |
+
if (this.is_multiple) {
|
915 |
+
this.search_field.val("");
|
916 |
+
}
|
917 |
+
$(this.container[0].ownerDocument).on('click.chosen', this.click_test_action);
|
918 |
+
this.results_show();
|
919 |
+
} else if (!this.is_multiple && evt && (($(evt.target)[0] === this.selected_item[0]) || $(evt.target).parents("a.chosen-single").length)) {
|
920 |
+
evt.preventDefault();
|
921 |
+
this.results_toggle();
|
922 |
+
}
|
923 |
+
return this.activate_field();
|
924 |
+
}
|
925 |
+
};
|
926 |
+
|
927 |
+
Chosen.prototype.container_mouseup = function(evt) {
|
928 |
+
if (evt.target.nodeName === "ABBR" && !this.is_disabled) {
|
929 |
+
return this.results_reset(evt);
|
930 |
+
}
|
931 |
+
};
|
932 |
+
|
933 |
+
Chosen.prototype.search_results_mousewheel = function(evt) {
|
934 |
+
var delta;
|
935 |
+
if (evt.originalEvent) {
|
936 |
+
delta = evt.originalEvent.deltaY || -evt.originalEvent.wheelDelta || evt.originalEvent.detail;
|
937 |
+
}
|
938 |
+
if (delta != null) {
|
939 |
+
evt.preventDefault();
|
940 |
+
if (evt.type === 'DOMMouseScroll') {
|
941 |
+
delta = delta * 40;
|
942 |
+
}
|
943 |
+
return this.search_results.scrollTop(delta + this.search_results.scrollTop());
|
944 |
+
}
|
945 |
+
};
|
946 |
+
|
947 |
+
Chosen.prototype.blur_test = function(evt) {
|
948 |
+
if (!this.active_field && this.container.hasClass("chosen-container-active")) {
|
949 |
+
return this.close_field();
|
950 |
+
}
|
951 |
+
};
|
952 |
+
|
953 |
+
Chosen.prototype.close_field = function() {
|
954 |
+
$(this.container[0].ownerDocument).off("click.chosen", this.click_test_action);
|
955 |
+
this.active_field = false;
|
956 |
+
this.results_hide();
|
957 |
+
this.container.removeClass("chosen-container-active");
|
958 |
+
this.clear_backstroke();
|
959 |
+
this.show_search_field_default();
|
960 |
+
this.search_field_scale();
|
961 |
+
return this.search_field.blur();
|
962 |
+
};
|
963 |
+
|
964 |
+
Chosen.prototype.activate_field = function() {
|
965 |
+
if (this.is_disabled) {
|
966 |
+
return;
|
967 |
+
}
|
968 |
+
this.container.addClass("chosen-container-active");
|
969 |
+
this.active_field = true;
|
970 |
+
return this.search_field.focus();
|
971 |
+
};
|
972 |
+
|
973 |
+
Chosen.prototype.test_active_click = function(evt) {
|
974 |
+
var active_container;
|
975 |
+
active_container = $(evt.target).closest('.chosen-container');
|
976 |
+
if (active_container.length && this.container[0] === active_container[0]) {
|
977 |
+
return this.active_field = true;
|
978 |
+
} else {
|
979 |
+
return this.close_field();
|
980 |
+
}
|
981 |
+
};
|
982 |
+
|
983 |
+
Chosen.prototype.results_build = function() {
|
984 |
+
this.parsing = true;
|
985 |
+
this.selected_option_count = null;
|
986 |
+
this.results_data = SelectParser.select_to_array(this.form_field);
|
987 |
+
if (this.is_multiple) {
|
988 |
+
this.search_choices.find("li.search-choice").remove();
|
989 |
+
} else {
|
990 |
+
this.single_set_selected_text();
|
991 |
+
if (this.disable_search || this.form_field.options.length <= this.disable_search_threshold) {
|
992 |
+
this.search_field[0].readOnly = true;
|
993 |
+
this.focus_field[0].readOnly = true;
|
994 |
+
this.container.addClass("chosen-container-single-nosearch");
|
995 |
+
} else {
|
996 |
+
this.search_field[0].readOnly = false;
|
997 |
+
this.focus_field[0].readOnly = false;
|
998 |
+
this.container.removeClass("chosen-container-single-nosearch");
|
999 |
+
}
|
1000 |
+
}
|
1001 |
+
this.update_results_content(this.results_option_build({
|
1002 |
+
first: true
|
1003 |
+
}));
|
1004 |
+
this.search_field_disabled();
|
1005 |
+
this.show_search_field_default();
|
1006 |
+
this.search_field_scale();
|
1007 |
+
return this.parsing = false;
|
1008 |
+
};
|
1009 |
+
|
1010 |
+
Chosen.prototype.result_do_highlight = function(el) {
|
1011 |
+
var high_bottom, high_top, maxHeight, visible_bottom, visible_top;
|
1012 |
+
if (el.length) {
|
1013 |
+
this.result_clear_highlight();
|
1014 |
+
this.result_highlight = el;
|
1015 |
+
this.result_highlight.addClass("highlighted");
|
1016 |
+
maxHeight = parseInt(this.search_results.css("maxHeight"), 10);
|
1017 |
+
visible_top = this.search_results.scrollTop();
|
1018 |
+
visible_bottom = maxHeight + visible_top;
|
1019 |
+
high_top = this.result_highlight.position().top + this.search_results.scrollTop();
|
1020 |
+
high_bottom = high_top + this.result_highlight.outerHeight();
|
1021 |
+
if (high_bottom >= visible_bottom) {
|
1022 |
+
return this.search_results.scrollTop((high_bottom - maxHeight) > 0 ? high_bottom - maxHeight : 0);
|
1023 |
+
} else if (high_top < visible_top) {
|
1024 |
+
return this.search_results.scrollTop(high_top);
|
1025 |
+
}
|
1026 |
+
}
|
1027 |
+
};
|
1028 |
+
|
1029 |
+
Chosen.prototype.result_clear_highlight = function() {
|
1030 |
+
if (this.result_highlight) {
|
1031 |
+
this.result_highlight.removeClass("highlighted");
|
1032 |
+
}
|
1033 |
+
return this.result_highlight = null;
|
1034 |
+
};
|
1035 |
+
|
1036 |
+
Chosen.prototype.results_show = function() {
|
1037 |
+
if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
|
1038 |
+
this.form_field_jq.trigger("chosen:maxselected", {
|
1039 |
+
chosen: this
|
1040 |
+
});
|
1041 |
+
return false;
|
1042 |
+
}
|
1043 |
+
this.container.addClass("chosen-with-drop");
|
1044 |
+
this.results_showing = true;
|
1045 |
+
this.search_field.focus();
|
1046 |
+
this.search_field.val(this.get_search_field_value());
|
1047 |
+
this.winnow_results();
|
1048 |
+
return this.form_field_jq.trigger("chosen:showing_dropdown", {
|
1049 |
+
chosen: this
|
1050 |
+
});
|
1051 |
+
};
|
1052 |
+
|
1053 |
+
Chosen.prototype.update_results_content = function(content) {
|
1054 |
+
return this.search_results.html(content);
|
1055 |
+
};
|
1056 |
+
|
1057 |
+
Chosen.prototype.results_hide = function() {
|
1058 |
+
if (this.results_showing) {
|
1059 |
+
this.result_clear_highlight();
|
1060 |
+
setTimeout(((function(_this) {
|
1061 |
+
return function() {
|
1062 |
+
return _this.focus_field.focus();
|
1063 |
+
};
|
1064 |
+
})(this)), 0);
|
1065 |
+
this.container.removeClass("chosen-with-drop");
|
1066 |
+
this.form_field_jq.trigger("chosen:hiding_dropdown", {
|
1067 |
+
chosen: this
|
1068 |
+
});
|
1069 |
+
}
|
1070 |
+
return this.results_showing = false;
|
1071 |
+
};
|
1072 |
+
|
1073 |
+
Chosen.prototype.set_tab_index = function(el) {
|
1074 |
+
var ref, ti;
|
1075 |
+
if (this.form_field.tabIndex) {
|
1076 |
+
ti = this.form_field.tabIndex;
|
1077 |
+
this.form_field.tabIndex = -1;
|
1078 |
+
this.search_field[0].tabIndex = ti;
|
1079 |
+
return (ref = this.focus_field[0]) != null ? ref.tabIndex = ti : void 0;
|
1080 |
+
}
|
1081 |
+
};
|
1082 |
+
|
1083 |
+
Chosen.prototype.set_label_behavior = function() {
|
1084 |
+
this.form_field_label = this.form_field_jq.parents("label");
|
1085 |
+
if (!this.form_field_label.length && this.form_field.id.length) {
|
1086 |
+
this.form_field_label = $("label[for='" + this.form_field.id + "']");
|
1087 |
+
}
|
1088 |
+
if (this.form_field_label.length > 0) {
|
1089 |
+
return this.form_field_label.on('click.chosen', this.label_click_handler);
|
1090 |
+
}
|
1091 |
+
};
|
1092 |
+
|
1093 |
+
Chosen.prototype.show_search_field_default = function() {
|
1094 |
+
if (this.is_multiple && this.choices_count() < 1 && !this.active_field) {
|
1095 |
+
this.search_field.val(this.default_text);
|
1096 |
+
return this.search_field.addClass("default");
|
1097 |
+
} else {
|
1098 |
+
this.search_field.val("");
|
1099 |
+
return this.search_field.removeClass("default");
|
1100 |
+
}
|
1101 |
+
};
|
1102 |
+
|
1103 |
+
Chosen.prototype.search_results_mouseup = function(evt) {
|
1104 |
+
var target;
|
1105 |
+
target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first();
|
1106 |
+
if (target.length) {
|
1107 |
+
this.result_highlight = target;
|
1108 |
+
this.result_select(evt);
|
1109 |
+
return this.search_field.focus();
|
1110 |
+
}
|
1111 |
+
};
|
1112 |
+
|
1113 |
+
Chosen.prototype.search_results_mouseover = function(evt) {
|
1114 |
+
var target;
|
1115 |
+
target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first();
|
1116 |
+
if (target) {
|
1117 |
+
return this.result_do_highlight(target);
|
1118 |
+
}
|
1119 |
+
};
|
1120 |
+
|
1121 |
+
Chosen.prototype.search_results_mouseout = function(evt) {
|
1122 |
+
if ($(evt.target).hasClass("active-result") || $(evt.target).parents('.active-result').first()) {
|
1123 |
+
return this.result_clear_highlight();
|
1124 |
+
}
|
1125 |
+
};
|
1126 |
+
|
1127 |
+
Chosen.prototype.choice_build = function(item) {
|
1128 |
+
var choice, close_link;
|
1129 |
+
choice = $('<li />', {
|
1130 |
+
"class": "search-choice"
|
1131 |
+
}).html("<span>" + (this.choice_label(item)) + "</span>");
|
1132 |
+
if (item.disabled) {
|
1133 |
+
choice.addClass('search-choice-disabled');
|
1134 |
+
} else {
|
1135 |
+
close_link = $('<a />', {
|
1136 |
+
"class": 'search-choice-close',
|
1137 |
+
'data-option-array-index': item.array_index
|
1138 |
+
});
|
1139 |
+
close_link.on('click.chosen', (function(_this) {
|
1140 |
+
return function(evt) {
|
1141 |
+
return _this.choice_destroy_link_click(evt);
|
1142 |
+
};
|
1143 |
+
})(this));
|
1144 |
+
choice.append(close_link);
|
1145 |
+
}
|
1146 |
+
return this.search_container.before(choice);
|
1147 |
+
};
|
1148 |
+
|
1149 |
+
Chosen.prototype.choice_destroy_link_click = function(evt) {
|
1150 |
+
evt.preventDefault();
|
1151 |
+
evt.stopPropagation();
|
1152 |
+
if (!this.is_disabled) {
|
1153 |
+
return this.choice_destroy($(evt.target));
|
1154 |
+
}
|
1155 |
+
};
|
1156 |
+
|
1157 |
+
Chosen.prototype.choice_destroy = function(link) {
|
1158 |
+
if (this.result_deselect(link[0].getAttribute("data-option-array-index"))) {
|
1159 |
+
if (this.active_field) {
|
1160 |
+
this.search_field.focus();
|
1161 |
+
} else {
|
1162 |
+
this.show_search_field_default();
|
1163 |
+
}
|
1164 |
+
if (this.is_multiple && this.choices_count() > 0 && this.get_search_field_value().length < 1) {
|
1165 |
+
this.results_hide();
|
1166 |
+
}
|
1167 |
+
link.parents('li').first().remove();
|
1168 |
+
return this.search_field_scale();
|
1169 |
+
}
|
1170 |
+
};
|
1171 |
+
|
1172 |
+
Chosen.prototype.results_reset = function() {
|
1173 |
+
this.reset_single_select_options();
|
1174 |
+
this.form_field.options[0].selected = true;
|
1175 |
+
this.single_set_selected_text();
|
1176 |
+
this.show_search_field_default();
|
1177 |
+
this.results_reset_cleanup();
|
1178 |
+
this.trigger_form_field_change();
|
1179 |
+
if (this.active_field) {
|
1180 |
+
return this.results_hide();
|
1181 |
+
}
|
1182 |
+
};
|
1183 |
+
|
1184 |
+
Chosen.prototype.results_reset_cleanup = function() {
|
1185 |
+
this.current_selectedIndex = this.form_field.selectedIndex;
|
1186 |
+
return this.selected_item.find("abbr").remove();
|
1187 |
+
};
|
1188 |
+
|
1189 |
+
Chosen.prototype.result_select = function(evt) {
|
1190 |
+
var high, item;
|
1191 |
+
if (this.result_highlight) {
|
1192 |
+
high = this.result_highlight;
|
1193 |
+
this.result_clear_highlight();
|
1194 |
+
if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
|
1195 |
+
this.form_field_jq.trigger("chosen:maxselected", {
|
1196 |
+
chosen: this
|
1197 |
+
});
|
1198 |
+
return false;
|
1199 |
+
}
|
1200 |
+
if (this.is_multiple) {
|
1201 |
+
high.removeClass("active-result");
|
1202 |
+
} else {
|
1203 |
+
this.reset_single_select_options();
|
1204 |
+
}
|
1205 |
+
high.addClass("result-selected");
|
1206 |
+
item = this.results_data[high[0].getAttribute("data-option-array-index")];
|
1207 |
+
item.selected = true;
|
1208 |
+
this.form_field.options[item.options_index].selected = true;
|
1209 |
+
this.selected_option_count = null;
|
1210 |
+
if (this.is_multiple) {
|
1211 |
+
this.choice_build(item);
|
1212 |
+
} else {
|
1213 |
+
this.single_set_selected_text(this.choice_label(item));
|
1214 |
+
}
|
1215 |
+
if (this.is_multiple && (!this.hide_results_on_select || (evt.metaKey || evt.ctrlKey))) {
|
1216 |
+
if (evt.metaKey || evt.ctrlKey) {
|
1217 |
+
this.winnow_results({
|
1218 |
+
skip_highlight: true
|
1219 |
+
});
|
1220 |
+
} else {
|
1221 |
+
this.search_field.val("");
|
1222 |
+
this.winnow_results();
|
1223 |
+
}
|
1224 |
+
} else {
|
1225 |
+
this.results_hide();
|
1226 |
+
this.show_search_field_default();
|
1227 |
+
}
|
1228 |
+
if (this.is_multiple || this.form_field.selectedIndex !== this.current_selectedIndex) {
|
1229 |
+
this.trigger_form_field_change({
|
1230 |
+
selected: this.form_field.options[item.options_index].value
|
1231 |
+
});
|
1232 |
+
}
|
1233 |
+
this.current_selectedIndex = this.form_field.selectedIndex;
|
1234 |
+
evt.preventDefault();
|
1235 |
+
return this.search_field_scale();
|
1236 |
+
}
|
1237 |
+
};
|
1238 |
+
|
1239 |
+
Chosen.prototype.single_set_selected_text = function(text) {
|
1240 |
+
if (text == null) {
|
1241 |
+
text = this.default_text;
|
1242 |
+
}
|
1243 |
+
if (text === this.default_text) {
|
1244 |
+
this.selected_item.addClass("chosen-default");
|
1245 |
+
} else {
|
1246 |
+
this.single_deselect_control_build();
|
1247 |
+
this.selected_item.removeClass("chosen-default");
|
1248 |
+
}
|
1249 |
+
return this.selected_item.find("span").html(text);
|
1250 |
+
};
|
1251 |
+
|
1252 |
+
Chosen.prototype.result_deselect = function(pos) {
|
1253 |
+
var result_data;
|
1254 |
+
result_data = this.results_data[pos];
|
1255 |
+
if (!this.form_field.options[result_data.options_index].disabled) {
|
1256 |
+
result_data.selected = false;
|
1257 |
+
this.form_field.options[result_data.options_index].selected = false;
|
1258 |
+
this.selected_option_count = null;
|
1259 |
+
this.result_clear_highlight();
|
1260 |
+
if (this.results_showing) {
|
1261 |
+
this.winnow_results();
|
1262 |
+
}
|
1263 |
+
this.trigger_form_field_change({
|
1264 |
+
deselected: this.form_field.options[result_data.options_index].value
|
1265 |
+
});
|
1266 |
+
this.search_field_scale();
|
1267 |
+
return true;
|
1268 |
+
} else {
|
1269 |
+
return false;
|
1270 |
+
}
|
1271 |
+
};
|
1272 |
+
|
1273 |
+
Chosen.prototype.single_deselect_control_build = function() {
|
1274 |
+
if (!this.allow_single_deselect) {
|
1275 |
+
return;
|
1276 |
+
}
|
1277 |
+
if (!this.selected_item.find("abbr").length) {
|
1278 |
+
this.selected_item.find("span").first().after("<abbr class=\"search-choice-close\"></abbr>");
|
1279 |
+
}
|
1280 |
+
return this.selected_item.addClass("chosen-single-with-deselect");
|
1281 |
+
};
|
1282 |
+
|
1283 |
+
Chosen.prototype.get_search_field_value = function() {
|
1284 |
+
return this.search_field.val();
|
1285 |
+
};
|
1286 |
+
|
1287 |
+
Chosen.prototype.get_search_text = function() {
|
1288 |
+
return $.trim(this.get_search_field_value());
|
1289 |
+
};
|
1290 |
+
|
1291 |
+
Chosen.prototype.escape_html = function(text) {
|
1292 |
+
return $('<div/>').text(text).html();
|
1293 |
+
};
|
1294 |
+
|
1295 |
+
Chosen.prototype.winnow_results_set_highlight = function() {
|
1296 |
+
var do_high, selected_results;
|
1297 |
+
selected_results = !this.is_multiple ? this.search_results.find(".result-selected.active-result") : [];
|
1298 |
+
do_high = selected_results.length ? selected_results.first() : this.search_results.find(".active-result").first();
|
1299 |
+
if (do_high != null) {
|
1300 |
+
return this.result_do_highlight(do_high);
|
1301 |
+
}
|
1302 |
+
};
|
1303 |
+
|
1304 |
+
Chosen.prototype.no_results = function(terms) {
|
1305 |
+
var no_results_html;
|
1306 |
+
no_results_html = this.get_no_results_html(terms);
|
1307 |
+
this.search_results.append(no_results_html);
|
1308 |
+
return this.form_field_jq.trigger("chosen:no_results", {
|
1309 |
+
chosen: this
|
1310 |
+
});
|
1311 |
+
};
|
1312 |
+
|
1313 |
+
Chosen.prototype.no_results_clear = function() {
|
1314 |
+
return this.search_results.find(".no-results").remove();
|
1315 |
+
};
|
1316 |
+
|
1317 |
+
Chosen.prototype.keydown_arrow = function() {
|
1318 |
+
var next_sib;
|
1319 |
+
if (this.results_showing && this.result_highlight) {
|
1320 |
+
next_sib = this.result_highlight.nextAll("li.active-result").first();
|
1321 |
+
if (next_sib) {
|
1322 |
+
return this.result_do_highlight(next_sib);
|
1323 |
+
}
|
1324 |
+
} else {
|
1325 |
+
return this.results_show();
|
1326 |
+
}
|
1327 |
+
};
|
1328 |
+
|
1329 |
+
Chosen.prototype.keyup_arrow = function() {
|
1330 |
+
var prev_sibs;
|
1331 |
+
if (!this.results_showing && !this.is_multiple) {
|
1332 |
+
return this.results_show();
|
1333 |
+
} else if (this.result_highlight) {
|
1334 |
+
prev_sibs = this.result_highlight.prevAll("li.active-result");
|
1335 |
+
if (prev_sibs.length) {
|
1336 |
+
return this.result_do_highlight(prev_sibs.first());
|
1337 |
+
} else {
|
1338 |
+
if (this.choices_count() > 0) {
|
1339 |
+
this.results_hide();
|
1340 |
+
}
|
1341 |
+
return this.result_clear_highlight();
|
1342 |
+
}
|
1343 |
+
}
|
1344 |
+
};
|
1345 |
+
|
1346 |
+
Chosen.prototype.keydown_backstroke = function() {
|
1347 |
+
var next_available_destroy;
|
1348 |
+
if (this.pending_backstroke) {
|
1349 |
+
this.choice_destroy(this.pending_backstroke.find("a").first());
|
1350 |
+
return this.clear_backstroke();
|
1351 |
+
} else {
|
1352 |
+
next_available_destroy = this.search_container.siblings("li.search-choice").last();
|
1353 |
+
if (next_available_destroy.length && !next_available_destroy.hasClass("search-choice-disabled")) {
|
1354 |
+
this.pending_backstroke = next_available_destroy;
|
1355 |
+
if (this.single_backstroke_delete) {
|
1356 |
+
return this.keydown_backstroke();
|
1357 |
+
} else {
|
1358 |
+
return this.pending_backstroke.addClass("search-choice-focus");
|
1359 |
+
}
|
1360 |
+
}
|
1361 |
+
}
|
1362 |
+
};
|
1363 |
+
|
1364 |
+
Chosen.prototype.clear_backstroke = function() {
|
1365 |
+
if (this.pending_backstroke) {
|
1366 |
+
this.pending_backstroke.removeClass("search-choice-focus");
|
1367 |
+
}
|
1368 |
+
return this.pending_backstroke = null;
|
1369 |
+
};
|
1370 |
+
|
1371 |
+
Chosen.prototype.search_field_scale = function() {
|
1372 |
+
var div, i, len, style, style_block, styles, width;
|
1373 |
+
if (!this.is_multiple) {
|
1374 |
+
return;
|
1375 |
+
}
|
1376 |
+
style_block = {
|
1377 |
+
position: 'absolute',
|
1378 |
+
left: '-1000px',
|
1379 |
+
top: '-1000px',
|
1380 |
+
display: 'none',
|
1381 |
+
whiteSpace: 'pre'
|
1382 |
+
};
|
1383 |
+
styles = ['fontSize', 'fontStyle', 'fontWeight', 'fontFamily', 'lineHeight', 'textTransform', 'letterSpacing'];
|
1384 |
+
for (i = 0, len = styles.length; i < len; i++) {
|
1385 |
+
style = styles[i];
|
1386 |
+
style_block[style] = this.search_field.css(style);
|
1387 |
+
}
|
1388 |
+
div = $('<div />').css(style_block);
|
1389 |
+
div.text(this.get_search_field_value());
|
1390 |
+
$('body').append(div);
|
1391 |
+
width = div.width() + 25;
|
1392 |
+
div.remove();
|
1393 |
+
if (this.container.is(':visible')) {
|
1394 |
+
width = Math.min(this.container.outerWidth() - 10, width);
|
1395 |
+
}
|
1396 |
+
return this.search_field.width(width);
|
1397 |
+
};
|
1398 |
+
|
1399 |
+
Chosen.prototype.trigger_form_field_change = function(extra) {
|
1400 |
+
this.form_field_jq.trigger("input", extra);
|
1401 |
+
return this.form_field_jq.trigger("change", extra);
|
1402 |
+
};
|
1403 |
+
|
1404 |
+
return Chosen;
|
1405 |
+
|
1406 |
+
})(AbstractChosen);
|
1407 |
+
|
1408 |
+
}).call(this);
|
assets/js/selectize.min.js
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
/* Chosen v1.8.5 | (c) 2011-2018 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
|
2 |
+
|
3 |
+
(function(){var t,e,s,i,n=function(t,e){return function(){return t.apply(e,arguments)}},o=function(t,e){function s(){this.constructor=t}for(var i in e)r.call(e,i)&&(t[i]=e[i]);return s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype,t},r={}.hasOwnProperty;(i=function(){function t(){this.options_index=0,this.parsed=[]}return t.prototype.add_node=function(t){return"OPTGROUP"===t.nodeName.toUpperCase()?this.add_group(t):this.add_option(t)},t.prototype.add_group=function(t){var e,s,i,n,o,r;for(e=this.parsed.length,this.parsed.push({array_index:e,group:!0,label:t.label,title:t.title?t.title:void 0,children:0,disabled:t.disabled,classes:t.className}),r=[],s=0,i=(o=t.childNodes).length;s<i;s++)n=o[s],r.push(this.add_option(n,e,t.disabled));return r},t.prototype.add_option=function(t,e,s){if("OPTION"===t.nodeName.toUpperCase())return""!==t.text?(null!=e&&(this.parsed[e].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:t.value,text:t.text,html:t.innerHTML,title:t.title?t.title:void 0,selected:t.selected,disabled:!0===s?s:t.disabled,group_array_index:e,group_label:null!=e?this.parsed[e].label:null,classes:t.className,style:t.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1},t}()).select_to_array=function(t){var e,s,n,o,r;for(o=new i,s=0,n=(r=t.childNodes).length;s<n;s++)e=r[s],o.add_node(e);return o.parsed},e=function(){function t(e,s){this.form_field=e,this.options=null!=s?s:{},this.label_click_handler=n(this.label_click_handler,this),t.browser_is_supported()&&(this.is_multiple=this.form_field.multiple,this.set_default_text(),this.set_default_values(),this.setup(),this.set_up_html(),this.register_observers(),this.on_ready())}return t.prototype.set_default_values=function(){return this.click_test_action=function(t){return function(e){return t.test_active_click(e)}}(this),this.activate_action=function(t){return function(e){return t.activate_field(e)}}(this),this.active_field=!1,this.mouse_on_container=!1,this.results_showing=!1,this.result_highlighted=null,this.is_rtl=this.options.rtl||/\bchosen-rtl\b/.test(this.form_field.className),this.allow_single_deselect=null!=this.options.allow_single_deselect&&null!=this.form_field.options[0]&&""===this.form_field.options[0].text&&this.options.allow_single_deselect,this.disable_search_threshold=this.options.disable_search_threshold||0,this.disable_search=this.options.disable_search||!1,this.enable_split_word_search=null==this.options.enable_split_word_search||this.options.enable_split_word_search,this.group_search=null==this.options.group_search||this.options.group_search,this.search_contains=this.options.search_contains||!1,this.single_backstroke_delete=null==this.options.single_backstroke_delete||this.options.single_backstroke_delete,this.max_selected_options=this.options.max_selected_options||Infinity,this.inherit_select_classes=this.options.inherit_select_classes||!1,this.display_selected_options=null==this.options.display_selected_options||this.options.display_selected_options,this.display_disabled_options=null==this.options.display_disabled_options||this.options.display_disabled_options,this.include_group_label_in_selected=this.options.include_group_label_in_selected||!1,this.max_shown_results=this.options.max_shown_results||Number.POSITIVE_INFINITY,this.case_sensitive_search=this.options.case_sensitive_search||!1,this.hide_results_on_select=null==this.options.hide_results_on_select||this.options.hide_results_on_select},t.prototype.set_default_text=function(){return this.form_field.getAttribute("data-placeholder")?this.default_text=this.form_field.getAttribute("data-placeholder"):this.is_multiple?this.default_text=this.options.placeholder_text_multiple||this.options.placeholder_text||t.default_multiple_text:this.default_text=this.options.placeholder_text_single||this.options.placeholder_text||t.default_single_text,this.default_text=this.escape_html(this.default_text),this.results_none_found=this.form_field.getAttribute("data-no_results_text")||this.options.no_results_text||t.default_no_result_text},t.prototype.choice_label=function(t){return this.include_group_label_in_selected&&null!=t.group_label?"<b class='group-name'>"+t.group_label+"</b>"+t.html:t.html},t.prototype.mouse_enter=function(){return this.mouse_on_container=!0},t.prototype.mouse_leave=function(){return this.mouse_on_container=!1},t.prototype.input_focus=function(t){if(this.is_multiple){if(!this.active_field)return setTimeout(function(t){return function(){return t.container_mousedown()}}(this),50)}else if(!this.active_field)return this.activate_field()},t.prototype.input_blur=function(t){if(!this.mouse_on_container)return this.active_field=!1,setTimeout(function(t){return function(){return t.blur_test()}}(this),100)},t.prototype.label_click_handler=function(t){return this.is_multiple?this.container_mousedown(t):this.activate_field()},t.prototype.results_option_build=function(t){var e,s,i,n,o,r,h;for(e="",h=0,n=0,o=(r=this.results_data).length;n<o&&(s=r[n],i="",""!==(i=s.group?this.result_add_group(s):this.result_add_option(s))&&(h++,e+=i),(null!=t?t.first:void 0)&&(s.selected&&this.is_multiple?this.choice_build(s):s.selected&&!this.is_multiple&&this.single_set_selected_text(this.choice_label(s))),!(h>=this.max_shown_results));n++);return e},t.prototype.result_add_option=function(t){var e,s;return t.search_match&&this.include_option_in_results(t)?(e=[],t.disabled||t.selected&&this.is_multiple||e.push("active-result"),!t.disabled||t.selected&&this.is_multiple||e.push("disabled-result"),t.selected&&e.push("result-selected"),null!=t.group_array_index&&e.push("group-option"),""!==t.classes&&e.push(t.classes),s=document.createElement("li"),s.className=e.join(" "),t.style&&(s.style.cssText=t.style),s.setAttribute("data-option-array-index",t.array_index),s.innerHTML=t.highlighted_html||t.html,t.title&&(s.title=t.title),this.outerHTML(s)):""},t.prototype.result_add_group=function(t){var e,s;return(t.search_match||t.group_match)&&t.active_options>0?((e=[]).push("group-result"),t.classes&&e.push(t.classes),s=document.createElement("li"),s.className=e.join(" "),s.innerHTML=t.highlighted_html||this.escape_html(t.label),t.title&&(s.title=t.title),this.outerHTML(s)):""},t.prototype.results_update_field=function(){if(this.set_default_text(),this.is_multiple||this.results_reset_cleanup(),this.result_clear_highlight(),this.results_build(),this.results_showing)return this.winnow_results()},t.prototype.reset_single_select_options=function(){var t,e,s,i,n;for(n=[],t=0,e=(s=this.results_data).length;t<e;t++)(i=s[t]).selected?n.push(i.selected=!1):n.push(void 0);return n},t.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},t.prototype.results_search=function(t){return this.results_showing?this.winnow_results():this.results_show()},t.prototype.winnow_results=function(t){var e,s,i,n,o,r,h,l,c,_,a,u,d,f,p;for(this.no_results_clear(),_=0,e=(h=this.get_search_text()).replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),c=this.get_search_regex(e),i=0,n=(l=this.results_data).length;i<n;i++)(o=l[i]).search_match=!1,a=null,u=null,o.highlighted_html="",this.include_option_in_results(o)&&(o.group&&(o.group_match=!1,o.active_options=0),null!=o.group_array_index&&this.results_data[o.group_array_index]&&(0===(a=this.results_data[o.group_array_index]).active_options&&a.search_match&&(_+=1),a.active_options+=1),p=o.group?o.label:o.text,o.group&&!this.group_search||(u=this.search_string_match(p,c),o.search_match=null!=u,o.search_match&&!o.group&&(_+=1),o.search_match?(h.length&&(d=u.index,r=p.slice(0,d),s=p.slice(d,d+h.length),f=p.slice(d+h.length),o.highlighted_html=this.escape_html(r)+"<em>"+this.escape_html(s)+"</em>"+this.escape_html(f)),null!=a&&(a.group_match=!0)):null!=o.group_array_index&&this.results_data[o.group_array_index].search_match&&(o.search_match=!0)));return this.result_clear_highlight(),_<1&&h.length?(this.update_results_content(""),this.no_results(h)):(this.update_results_content(this.results_option_build()),(null!=t?t.skip_highlight:void 0)?void 0:this.winnow_results_set_highlight())},t.prototype.get_search_regex=function(t){var e,s;return s=this.search_contains?t:"(^|\\s|\\b)"+t+"[^\\s]*",this.enable_split_word_search||this.search_contains||(s="^"+s),e=this.case_sensitive_search?"":"i",new RegExp(s,e)},t.prototype.search_string_match=function(t,e){var s;return s=e.exec(t),!this.search_contains&&(null!=s?s[1]:void 0)&&(s.index+=1),s},t.prototype.choices_count=function(){var t,e,s;if(null!=this.selected_option_count)return this.selected_option_count;for(this.selected_option_count=0,t=0,e=(s=this.form_field.options).length;t<e;t++)s[t].selected&&(this.selected_option_count+=1);return this.selected_option_count},t.prototype.choices_click=function(t){if(t.preventDefault(),this.activate_field(),!this.results_showing&&!this.is_disabled)return this.results_show()},t.prototype.keydown_checker=function(t){var e,s;switch(s=null!=(e=t.which)?e:t.keyCode,this.search_field_scale(),8!==s&&this.pending_backstroke&&this.clear_backstroke(),s){case 8:this.backstroke_length=this.get_search_field_value().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(t),this.mouse_on_container=!1;break;case 13:case 27:this.results_showing&&t.preventDefault();break;case 32:this.disable_search&&t.preventDefault();break;case 38:t.preventDefault(),this.keyup_arrow();break;case 40:t.preventDefault(),this.keydown_arrow()}},t.prototype.keyup_checker=function(t){var e,s;switch(s=null!=(e=t.which)?e:t.keyCode,this.search_field_scale(),s){case 8:this.is_multiple&&this.backstroke_length<1&&this.choices_count()>0?this.keydown_backstroke():this.pending_backstroke||(this.result_clear_highlight(),this.results_search());break;case 13:t.preventDefault(),this.results_showing&&this.result_select(t);break;case 27:this.results_showing&&this.results_hide();break;case 9:case 16:case 17:case 18:case 38:case 40:case 91:break;default:this.results_search()}},t.prototype.clipboard_event_checker=function(t){if(!this.is_disabled)return setTimeout(function(t){return function(){return t.results_search()}}(this),50)},t.prototype.container_width=function(){return null!=this.options.width?this.options.width:this.form_field.offsetWidth+"px"},t.prototype.include_option_in_results=function(t){return!(this.is_multiple&&!this.display_selected_options&&t.selected)&&(!(!this.display_disabled_options&&t.disabled)&&!t.empty)},t.prototype.search_results_touchstart=function(t){return this.touch_started=!0,this.search_results_mouseover(t)},t.prototype.search_results_touchmove=function(t){return this.touch_started=!1,this.search_results_mouseout(t)},t.prototype.search_results_touchend=function(t){if(this.touch_started)return this.search_results_mouseup(t)},t.prototype.outerHTML=function(t){var e;return t.outerHTML?t.outerHTML:((e=document.createElement("div")).appendChild(t),e.innerHTML)},t.prototype.get_single_html=function(){return'<a class="chosen-single chosen-default">\n <input class="chosen-focus-input" type="text" autocomplete="off" />\n <span>'+this.default_text+'</span>\n <div><b></b></div>\n</a>\n<div class="chosen-drop">\n <div class="chosen-search">\n <input class="chosen-search-input" type="text" autocomplete="off" />\n </div>\n <ul class="chosen-results"></ul>\n</div>'},t.prototype.get_multi_html=function(){return'<ul class="chosen-choices">\n <li class="search-field">\n <input class="chosen-search-input" type="text" autocomplete="off" value="'+this.default_text+'" />\n </li>\n</ul>\n<div class="chosen-drop">\n <ul class="chosen-results"></ul>\n</div>'},t.prototype.get_no_results_html=function(t){return'<li class="no-results">\n '+this.results_none_found+" <span>"+this.escape_html(t)+"</span>\n</li>"},t.browser_is_supported=function(){return"Microsoft Internet Explorer"===window.navigator.appName?document.documentMode>=8:!(/iP(od|hone)/i.test(window.navigator.userAgent)||/IEMobile/i.test(window.navigator.userAgent)||/Windows Phone/i.test(window.navigator.userAgent)||/BlackBerry/i.test(window.navigator.userAgent)||/BB10/i.test(window.navigator.userAgent)||/Android.*Mobile/i.test(window.navigator.userAgent))},t.default_multiple_text="Select Some Options",t.default_single_text="Select an Option",t.default_no_result_text="No results match",t}(),(t=jQuery).fn.extend({chosen:function(i){return e.browser_is_supported()?this.each(function(e){var n,o;o=(n=t(this)).data("chosen"),"destroy"!==i?o instanceof s||n.data("chosen",new s(this,i)):o instanceof s&&o.destroy()}):this}}),s=function(s){function n(){return n.__super__.constructor.apply(this,arguments)}return o(n,e),n.prototype.setup=function(){return this.form_field_jq=t(this.form_field),this.current_selectedIndex=this.form_field.selectedIndex},n.prototype.set_up_html=function(){var e,s;return(e=["chosen-container"]).push("chosen-container-"+(this.is_multiple?"multi":"single")),this.inherit_select_classes&&this.form_field.className&&e.push(this.form_field.className),this.is_rtl&&e.push("chosen-rtl"),s={"class":e.join(" "),title:this.form_field.title},this.form_field.id.length&&(s.id=this.form_field.id.replace(/[^\w]/g,"_")+"_chosen"),this.container=t("<div />",s),this.container.width(this.container_width()),this.is_multiple?this.container.html(this.get_multi_html()):this.container.html(this.get_single_html()),this.form_field_jq.hide().after(this.container),this.dropdown=this.container.find("div.chosen-drop").first(),this.search_field=this.container.find("input.chosen-search-input"),this.focus_field=this.container.find("input.chosen-focus-input"),this.search_results=this.container.find("ul.chosen-results").first(),this.search_field_scale(),this.search_no_results=this.container.find("li.no-results").first(),this.is_multiple?(this.search_choices=this.container.find("ul.chosen-choices").first(),this.search_container=this.container.find("li.search-field").first()):(this.search_container=this.container.find("div.chosen-search").first(),this.selected_item=this.container.find(".chosen-single").first()),this.results_build(),this.set_tab_index(),this.set_label_behavior()},n.prototype.on_ready=function(){return this.form_field_jq.trigger("chosen:ready",{chosen:this})},n.prototype.register_observers=function(){var t;return this.container.on("touchstart.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.container.on("touchend.chosen",function(t){return function(e){t.container_mouseup(e)}}(this)),this.container.on("mousedown.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.container.on("mouseup.chosen",function(t){return function(e){t.container_mouseup(e)}}(this)),this.container.on("mouseenter.chosen",function(t){return function(e){t.mouse_enter(e)}}(this)),this.container.on("mouseleave.chosen",function(t){return function(e){t.mouse_leave(e)}}(this)),this.search_results.on("mouseup.chosen",function(t){return function(e){t.search_results_mouseup(e)}}(this)),this.search_results.on("mouseover.chosen",function(t){return function(e){t.search_results_mouseover(e)}}(this)),this.search_results.on("mouseout.chosen",function(t){return function(e){t.search_results_mouseout(e)}}(this)),this.search_results.on("mousewheel.chosen DOMMouseScroll.chosen",function(t){return function(e){t.search_results_mousewheel(e)}}(this)),this.search_results.on("touchstart.chosen",function(t){return function(e){t.search_results_touchstart(e)}}(this)),this.search_results.on("touchmove.chosen",function(t){return function(e){t.search_results_touchmove(e)}}(this)),this.search_results.on("touchend.chosen",function(t){return function(e){t.search_results_touchend(e)}}(this)),this.form_field_jq.on("chosen:updated.chosen",function(t){return function(e){t.results_update_field(e)}}(this)),this.form_field_jq.on("chosen:activate.chosen",function(t){return function(e){t.activate_field(e)}}(this)),this.form_field_jq.on("chosen:open.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.form_field_jq.on("chosen:close.chosen",function(t){return function(e){t.close_field(e)}}(this)),this.search_field.on("blur.chosen",function(t){return function(e){t.input_blur(e)}}(this)),this.search_field.on("keyup.chosen",function(t){return function(e){t.keyup_checker(e)}}(this)),this.search_field.on("keydown.chosen",function(t){return function(e){t.keydown_checker(e)}}(this)),this.search_field.on("focus.chosen",function(t){return function(e){t.input_focus(e)}}(this)),this.search_field.on("cut.chosen",function(t){return function(e){t.clipboard_event_checker(e)}}(this)),this.search_field.on("paste.chosen",function(t){return function(e){t.clipboard_event_checker(e)}}(this)),this.is_multiple?this.search_choices.on("click.chosen",function(t){return function(e){t.choices_click(e)}}(this)):(this.container.on("click.chosen",function(t){t.preventDefault()}),this.focus_field.on("blur.chosen",function(t){return function(e){t.input_blur(e)}}(this)),this.focus_field.on("focus.chosen",function(t){return function(e){t.input_focus(e)}}(this)),t=function(t){return function(){return t.search_field.val(t.focus_field.val()),t.focus_field.val("")}}(this),this.focus_field.on("keyup.chosen",function(e){return function(s){t(),e.keyup_checker(s)}}(this)),this.focus_field.on("keydown.chosen",function(e){return function(s){t(),e.keydown_checker(s)}}(this)),this.focus_field.on("cut.chosen",function(e){return function(s){setTimeout(t,0),e.clipboard_event_checker(s)}}(this)),this.focus_field.on("paste.chosen",function(e){return function(s){setTimeout(t,0),e.clipboard_event_checker(s)}}(this)))},n.prototype.destroy=function(){return t(this.container[0].ownerDocument).off("click.chosen",this.click_test_action),this.form_field_label.length>0&&this.form_field_label.off("click.chosen"),this.search_field[0].tabIndex&&(this.form_field_jq[0].tabIndex=this.search_field[0].tabIndex),this.container.remove(),this.form_field_jq.removeData("chosen"),this.form_field_jq.show()},n.prototype.search_field_disabled=function(){return this.is_disabled=this.form_field.disabled||this.form_field_jq.parents("fieldset").is(":disabled"),this.container.toggleClass("chosen-disabled",this.is_disabled),this.search_field[0].disabled=this.is_disabled,this.is_multiple||this.selected_item.off("focus.chosen",this.activate_field),this.is_disabled?this.close_field():this.is_multiple?void 0:this.selected_item.on("focus.chosen",this.activate_field)},n.prototype.container_mousedown=function(e){var s;if(!this.is_disabled)return!e||"mousedown"!==(s=e.type)&&"touchstart"!==s||this.results_showing||e.preventDefault(),null!=e&&t(e.target).hasClass("search-choice-close")?void 0:(this.active_field?this.is_multiple||!e||t(e.target)[0]!==this.selected_item[0]&&!t(e.target).parents("a.chosen-single").length||(e.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),t(this.container[0].ownerDocument).on("click.chosen",this.click_test_action),this.results_show()),this.activate_field())},n.prototype.container_mouseup=function(t){if("ABBR"===t.target.nodeName&&!this.is_disabled)return this.results_reset(t)},n.prototype.search_results_mousewheel=function(t){var e;if(t.originalEvent&&(e=t.originalEvent.deltaY||-t.originalEvent.wheelDelta||t.originalEvent.detail),null!=e)return t.preventDefault(),"DOMMouseScroll"===t.type&&(e*=40),this.search_results.scrollTop(e+this.search_results.scrollTop())},n.prototype.blur_test=function(t){if(!this.active_field&&this.container.hasClass("chosen-container-active"))return this.close_field()},n.prototype.close_field=function(){return t(this.container[0].ownerDocument).off("click.chosen",this.click_test_action),this.active_field=!1,this.results_hide(),this.container.removeClass("chosen-container-active"),this.clear_backstroke(),this.show_search_field_default(),this.search_field_scale(),this.search_field.blur()},n.prototype.activate_field=function(){if(!this.is_disabled)return this.container.addClass("chosen-container-active"),this.active_field=!0,this.search_field.focus()},n.prototype.test_active_click=function(e){var s;return(s=t(e.target).closest(".chosen-container")).length&&this.container[0]===s[0]?this.active_field=!0:this.close_field()},n.prototype.results_build=function(){return this.parsing=!0,this.selected_option_count=null,this.results_data=i.select_to_array(this.form_field),this.is_multiple?this.search_choices.find("li.search-choice").remove():(this.single_set_selected_text(),this.disable_search||this.form_field.options.length<=this.disable_search_threshold?(this.search_field[0].readOnly=!0,this.focus_field[0].readOnly=!0,this.container.addClass("chosen-container-single-nosearch")):(this.search_field[0].readOnly=!1,this.focus_field[0].readOnly=!1,this.container.removeClass("chosen-container-single-nosearch"))),this.update_results_content(this.results_option_build({first:!0})),this.search_field_disabled(),this.show_search_field_default(),this.search_field_scale(),this.parsing=!1},n.prototype.result_do_highlight=function(t){var e,s,i,n,o;if(t.length){if(this.result_clear_highlight(),this.result_highlight=t,this.result_highlight.addClass("highlighted"),i=parseInt(this.search_results.css("maxHeight"),10),o=this.search_results.scrollTop(),n=i+o,s=this.result_highlight.position().top+this.search_results.scrollTop(),(e=s+this.result_highlight.outerHeight())>=n)return this.search_results.scrollTop(e-i>0?e-i:0);if(s<o)return this.search_results.scrollTop(s)}},n.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},n.prototype.results_show=function(){return this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.container.addClass("chosen-with-drop"),this.results_showing=!0,this.search_field.focus(),this.search_field.val(this.get_search_field_value()),this.winnow_results(),this.form_field_jq.trigger("chosen:showing_dropdown",{chosen:this}))},n.prototype.update_results_content=function(t){return this.search_results.html(t)},n.prototype.results_hide=function(){return this.results_showing&&(this.result_clear_highlight(),setTimeout(function(t){return function(){return t.focus_field.focus()}}(this),0),this.container.removeClass("chosen-with-drop"),this.form_field_jq.trigger("chosen:hiding_dropdown",{chosen:this})),this.results_showing=!1},n.prototype.set_tab_index=function(t){var e,s;if(this.form_field.tabIndex)return s=this.form_field.tabIndex,this.form_field.tabIndex=-1,this.search_field[0].tabIndex=s,null!=(e=this.focus_field[0])?e.tabIndex=s:void 0},n.prototype.set_label_behavior=function(){if(this.form_field_label=this.form_field_jq.parents("label"),!this.form_field_label.length&&this.form_field.id.length&&(this.form_field_label=t("label[for='"+this.form_field.id+"']")),this.form_field_label.length>0)return this.form_field_label.on("click.chosen",this.label_click_handler)},n.prototype.show_search_field_default=function(){return this.is_multiple&&this.choices_count()<1&&!this.active_field?(this.search_field.val(this.default_text),this.search_field.addClass("default")):(this.search_field.val(""),this.search_field.removeClass("default"))},n.prototype.search_results_mouseup=function(e){var s;if((s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first()).length)return this.result_highlight=s,this.result_select(e),this.search_field.focus()},n.prototype.search_results_mouseover=function(e){var s;if(s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first())return this.result_do_highlight(s)},n.prototype.search_results_mouseout=function(e){if(t(e.target).hasClass("active-result")||t(e.target).parents(".active-result").first())return this.result_clear_highlight()},n.prototype.choice_build=function(e){var s,i;return s=t("<li />",{"class":"search-choice"}).html("<span>"+this.choice_label(e)+"</span>"),e.disabled?s.addClass("search-choice-disabled"):((i=t("<a />",{"class":"search-choice-close","data-option-array-index":e.array_index})).on("click.chosen",function(t){return function(e){return t.choice_destroy_link_click(e)}}(this)),s.append(i)),this.search_container.before(s)},n.prototype.choice_destroy_link_click=function(e){if(e.preventDefault(),e.stopPropagation(),!this.is_disabled)return this.choice_destroy(t(e.target))},n.prototype.choice_destroy=function(t){if(this.result_deselect(t[0].getAttribute("data-option-array-index")))return this.active_field?this.search_field.focus():this.show_search_field_default(),this.is_multiple&&this.choices_count()>0&&this.get_search_field_value().length<1&&this.results_hide(),t.parents("li").first().remove(),this.search_field_scale()},n.prototype.results_reset=function(){if(this.reset_single_select_options(),this.form_field.options[0].selected=!0,this.single_set_selected_text(),this.show_search_field_default(),this.results_reset_cleanup(),this.trigger_form_field_change(),this.active_field)return this.results_hide()},n.prototype.results_reset_cleanup=function(){return this.current_selectedIndex=this.form_field.selectedIndex,this.selected_item.find("abbr").remove()},n.prototype.result_select=function(t){var e,s;if(this.result_highlight)return e=this.result_highlight,this.result_clear_highlight(),this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.is_multiple?e.removeClass("active-result"):this.reset_single_select_options(),e.addClass("result-selected"),s=this.results_data[e[0].getAttribute("data-option-array-index")],s.selected=!0,this.form_field.options[s.options_index].selected=!0,this.selected_option_count=null,this.is_multiple?this.choice_build(s):this.single_set_selected_text(this.choice_label(s)),this.is_multiple&&(!this.hide_results_on_select||t.metaKey||t.ctrlKey)?t.metaKey||t.ctrlKey?this.winnow_results({skip_highlight:!0}):(this.search_field.val(""),this.winnow_results()):(this.results_hide(),this.show_search_field_default()),(this.is_multiple||this.form_field.selectedIndex!==this.current_selectedIndex)&&this.trigger_form_field_change({selected:this.form_field.options[s.options_index].value}),this.current_selectedIndex=this.form_field.selectedIndex,t.preventDefault(),this.search_field_scale())},n.prototype.single_set_selected_text=function(t){return null==t&&(t=this.default_text),t===this.default_text?this.selected_item.addClass("chosen-default"):(this.single_deselect_control_build(),this.selected_item.removeClass("chosen-default")),this.selected_item.find("span").html(t)},n.prototype.result_deselect=function(t){var e;return e=this.results_data[t],!this.form_field.options[e.options_index].disabled&&(e.selected=!1,this.form_field.options[e.options_index].selected=!1,this.selected_option_count=null,this.result_clear_highlight(),this.results_showing&&this.winnow_results(),this.trigger_form_field_change({deselected:this.form_field.options[e.options_index].value}),this.search_field_scale(),!0)},n.prototype.single_deselect_control_build=function(){if(this.allow_single_deselect)return this.selected_item.find("abbr").length||this.selected_item.find("span").first().after('<abbr class="search-choice-close"></abbr>'),this.selected_item.addClass("chosen-single-with-deselect")},n.prototype.get_search_field_value=function(){return this.search_field.val()},n.prototype.get_search_text=function(){return t.trim(this.get_search_field_value())},n.prototype.escape_html=function(e){return t("<div/>").text(e).html()},n.prototype.winnow_results_set_highlight=function(){var t,e;if(e=this.is_multiple?[]:this.search_results.find(".result-selected.active-result"),null!=(t=e.length?e.first():this.search_results.find(".active-result").first()))return this.result_do_highlight(t)},n.prototype.no_results=function(t){var e;return e=this.get_no_results_html(t),this.search_results.append(e),this.form_field_jq.trigger("chosen:no_results",{chosen:this})},n.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},n.prototype.keydown_arrow=function(){var t;return this.results_showing&&this.result_highlight?(t=this.result_highlight.nextAll("li.active-result").first())?this.result_do_highlight(t):void 0:this.results_show()},n.prototype.keyup_arrow=function(){var t;return this.results_showing||this.is_multiple?this.result_highlight?(t=this.result_highlight.prevAll("li.active-result")).length?this.result_do_highlight(t.first()):(this.choices_count()>0&&this.results_hide(),this.result_clear_highlight()):void 0:this.results_show()},n.prototype.keydown_backstroke=function(){var t;return this.pending_backstroke?(this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke()):(t=this.search_container.siblings("li.search-choice").last()).length&&!t.hasClass("search-choice-disabled")?(this.pending_backstroke=t,this.single_backstroke_delete?this.keydown_backstroke():this.pending_backstroke.addClass("search-choice-focus")):void 0},n.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},n.prototype.search_field_scale=function(){var e,s,i,n,o,r,h;if(this.is_multiple){for(o={position:"absolute",left:"-1000px",top:"-1000px",display:"none",whiteSpace:"pre"},s=0,i=(r=["fontSize","fontStyle","fontWeight","fontFamily","lineHeight","textTransform","letterSpacing"]).length;s<i;s++)o[n=r[s]]=this.search_field.css(n);return(e=t("<div />").css(o)).text(this.get_search_field_value()),t("body").append(e),h=e.width()+25,e.remove(),this.container.is(":visible")&&(h=Math.min(this.container.outerWidth()-10,h)),this.search_field.width(h)}},n.prototype.trigger_form_field_change=function(t){return this.form_field_jq.trigger("input",t),this.form_field_jq.trigger("change",t)},n}()}).call(this);
|
class-olympus-google-fonts.php
CHANGED
@@ -20,6 +20,10 @@ class Olympus_Google_Fonts {
|
|
20 |
$this->includes();
|
21 |
|
22 |
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue' ) );
|
|
|
|
|
|
|
|
|
23 |
|
24 |
}
|
25 |
|
@@ -29,15 +33,15 @@ class Olympus_Google_Fonts {
|
|
29 |
public function includes() {
|
30 |
|
31 |
// Required files for building the Google Fonts URL.
|
32 |
-
require
|
33 |
-
require
|
34 |
|
35 |
// Required files for the customizer settings.
|
36 |
-
require
|
37 |
-
require
|
38 |
|
39 |
// Feedback request class.
|
40 |
-
require
|
41 |
|
42 |
}
|
43 |
|
@@ -63,4 +67,38 @@ class Olympus_Google_Fonts {
|
|
63 |
|
64 |
}
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
}
|
20 |
$this->includes();
|
21 |
|
22 |
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue' ) );
|
23 |
+
add_action( 'customize_controls_enqueue_scripts', array( $this, 'customize_controls_enqueue' ) );
|
24 |
+
add_action( 'customize_preview_init', array( $this, 'customize_preview_enqueue' ) );
|
25 |
+
|
26 |
+
add_filter( 'plugin_action_links_' . plugin_basename( OGF_DIR_PATH . 'olympus-google-fonts.php' ), array( $this, 'settings_link' ) );
|
27 |
|
28 |
}
|
29 |
|
33 |
public function includes() {
|
34 |
|
35 |
// Required files for building the Google Fonts URL.
|
36 |
+
require OGF_DIR_PATH . 'includes/functions.php';
|
37 |
+
require OGF_DIR_PATH . 'includes/class-ogf-google-url.php';
|
38 |
|
39 |
// Required files for the customizer settings.
|
40 |
+
require OGF_DIR_PATH . 'includes/customizer/settings.php';
|
41 |
+
require OGF_DIR_PATH . 'includes/customizer/output-css.php';
|
42 |
|
43 |
// Feedback request class.
|
44 |
+
require OGF_DIR_PATH . 'includes/class-ogf-feedback.php';
|
45 |
|
46 |
}
|
47 |
|
67 |
|
68 |
}
|
69 |
|
70 |
+
/**
|
71 |
+
* Register control scripts/styles.
|
72 |
+
*/
|
73 |
+
public function customize_controls_enqueue() {
|
74 |
+
|
75 |
+
wp_enqueue_script( 'ogf-customize-controls', esc_url( OGF_DIR_URL . 'assets/js/customize-controls.js' ), array( 'customize-controls' ) );
|
76 |
+
wp_enqueue_style( 'ogf-customize-controls', esc_url( OGF_DIR_URL . 'assets/css/customize-controls.css' ) );
|
77 |
+
|
78 |
+
}
|
79 |
+
|
80 |
+
/**
|
81 |
+
* Load preview scripts/styles.
|
82 |
+
*/
|
83 |
+
public function customize_preview_enqueue() {
|
84 |
+
wp_enqueue_script( 'ogf-customize-preview', esc_url( OGF_DIR_URL . 'assets/js/customize-preview.js' ), array( 'jquery' ) );
|
85 |
+
}
|
86 |
+
|
87 |
+
/**
|
88 |
+
* Load preview scripts/styles.
|
89 |
+
*
|
90 |
+
* @param array $links Current links array.
|
91 |
+
*/
|
92 |
+
public function settings_link( $links ) {
|
93 |
+
|
94 |
+
$customizer_url = admin_url( 'customize.php?autofocus[panel]=olympus_google_fonts' );
|
95 |
+
|
96 |
+
$settings_link = '<a href="' . esc_url( $customizer_url ) . '">' . esc_html__( 'Settings', 'olympus-google-fonts' ) . '</a>';
|
97 |
+
|
98 |
+
array_push( $links, $settings_link );
|
99 |
+
|
100 |
+
return $links;
|
101 |
+
|
102 |
+
}
|
103 |
+
|
104 |
}
|
includes/class-ogf-google-url.php
CHANGED
@@ -109,7 +109,7 @@ class OGF_Google_URL {
|
|
109 |
|
110 |
$id = $this->get_font_id( $this->google_fonts[ $font ]['family'] );
|
111 |
|
112 |
-
$families[] = $id . ':' . implode( ',', $this->google_fonts[ $font ]['variants'] );
|
113 |
|
114 |
$subsets_array = $this->google_fonts[ $font ]['subsets'];
|
115 |
|
109 |
|
110 |
$id = $this->get_font_id( $this->google_fonts[ $font ]['family'] );
|
111 |
|
112 |
+
$families[] = $id . ':' . implode( ',', array_keys( $this->google_fonts[ $font ]['variants'] ) );
|
113 |
|
114 |
$subsets_array = $this->google_fonts[ $font ]['subsets'];
|
115 |
|
includes/customizer/controls/class-wp-customize-typography-control.php
ADDED
@@ -0,0 +1,285 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Typography Custom Control
|
4 |
+
*
|
5 |
+
* @package olympus-google-fonts
|
6 |
+
* @copyright Copyright (c) 2017, Danny Cooper
|
7 |
+
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
8 |
+
*/
|
9 |
+
|
10 |
+
/**
|
11 |
+
* Typography control class.
|
12 |
+
*
|
13 |
+
* @since 1.0.0
|
14 |
+
* @access public
|
15 |
+
*/
|
16 |
+
class WP_Customize_Typography_Control extends WP_Customize_Control {
|
17 |
+
|
18 |
+
/**
|
19 |
+
* The type of customize control being rendered.
|
20 |
+
*
|
21 |
+
* @since 1.0.0
|
22 |
+
* @access public
|
23 |
+
* @var string
|
24 |
+
*/
|
25 |
+
public $type = 'typography';
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Array
|
29 |
+
*
|
30 |
+
* @since 1.0.0
|
31 |
+
* @access public
|
32 |
+
* @var string
|
33 |
+
*/
|
34 |
+
public $l10n = array();
|
35 |
+
|
36 |
+
/**
|
37 |
+
* Set up our control.
|
38 |
+
*
|
39 |
+
* @since 1.0.0
|
40 |
+
* @access public
|
41 |
+
* @param object $manager Customizer manager.
|
42 |
+
* @param string $id Control ID.
|
43 |
+
* @param array $args Arguments to override class property defaults.
|
44 |
+
* @return void
|
45 |
+
*/
|
46 |
+
public function __construct( $manager, $id, $args = array() ) {
|
47 |
+
// Let the parent class do its thing.
|
48 |
+
parent::__construct( $manager, $id, $args );
|
49 |
+
// Make sure we have labels.
|
50 |
+
$this->l10n = wp_parse_args(
|
51 |
+
$this->l10n,
|
52 |
+
array(
|
53 |
+
'family' => esc_html__( 'Font Family', 'olympus-google-fonts' ),
|
54 |
+
'size' => esc_html__( 'Font Size', 'olympus-google-fonts' ),
|
55 |
+
'weight' => esc_html__( 'Font Weight', 'olympus-google-fonts' ),
|
56 |
+
'style' => esc_html__( 'Font Style', 'olympus-google-fonts' ),
|
57 |
+
'line_height' => esc_html__( 'Line Height', 'olympus-google-fonts' ),
|
58 |
+
'color' => esc_html__( 'Color', 'olympus-google-fonts' ),
|
59 |
+
)
|
60 |
+
);
|
61 |
+
|
62 |
+
}
|
63 |
+
|
64 |
+
/**
|
65 |
+
* Enqueue scripts/styles for the color picker.
|
66 |
+
*/
|
67 |
+
public function enqueue() {
|
68 |
+
wp_enqueue_script( 'wp-color-picker' );
|
69 |
+
wp_enqueue_style( 'wp-color-picker' );
|
70 |
+
wp_enqueue_script( 'selectize', esc_url( OGF_DIR_URL . 'assets/js/selectize.js' ), array( 'jquery' ) );
|
71 |
+
}
|
72 |
+
|
73 |
+
/**
|
74 |
+
* Add custom parameters to pass to the JS via JSON.
|
75 |
+
*/
|
76 |
+
public function to_json() {
|
77 |
+
parent::to_json();
|
78 |
+
// Loop through each of the settings and set up the data for it.
|
79 |
+
foreach ( $this->settings as $setting_key => $setting_id ) {
|
80 |
+
$this->json[ $setting_key ] = array(
|
81 |
+
'link' => $this->get_link( $setting_key ),
|
82 |
+
'value' => $this->value( $setting_key ),
|
83 |
+
'label' => isset( $this->l10n[ $setting_key ] ) ? $this->l10n[ $setting_key ] : '',
|
84 |
+
);
|
85 |
+
|
86 |
+
if ( 'family' === $setting_key ) {
|
87 |
+
$this->json[ $setting_key ]['choices'] = $this->get_font_families();
|
88 |
+
} elseif ( 'weight' === $setting_key ) {
|
89 |
+
$this->json[ $setting_key ]['choices'] = $this->get_font_weight_choices( $this->value( 'family' ) );
|
90 |
+
} elseif ( 'style' === $setting_key ) {
|
91 |
+
$this->json[ $setting_key ]['choices'] = $this->get_font_style_choices();
|
92 |
+
}
|
93 |
+
$this->json['ogf_fonts'] = $this->get_font_array();
|
94 |
+
}
|
95 |
+
}
|
96 |
+
/**
|
97 |
+
* Underscore JS template to handle the control's output.
|
98 |
+
*/
|
99 |
+
public function content_template() {
|
100 |
+
?>
|
101 |
+
|
102 |
+
<# if ( data.label ) { #>
|
103 |
+
<span class="customize-control-title">{{ data.label }}</span>
|
104 |
+
<# } #>
|
105 |
+
|
106 |
+
<# if ( data.description ) { #>
|
107 |
+
<span class="description customize-control-description">{{{ data.description }}}</span>
|
108 |
+
<# } #>
|
109 |
+
|
110 |
+
<ul>
|
111 |
+
|
112 |
+
<# if ( data.family && data.family.choices ) { #>
|
113 |
+
|
114 |
+
<li class="typography-font-family">
|
115 |
+
|
116 |
+
<# if ( data.family.label ) { #>
|
117 |
+
<span class="customize-control-title">{{ data.family.label }}</span>
|
118 |
+
<# } #>
|
119 |
+
|
120 |
+
<select class="ogf-select" {{{ data.family.link }}}>
|
121 |
+
|
122 |
+
<# _.each( data.family.choices, function( label, choice ) { #>
|
123 |
+
<option value="{{ choice }}" <# if ( choice === data.family.value ) { #> selected="selected" <# } #>>{{ label }}</option>
|
124 |
+
<# } ) #>
|
125 |
+
|
126 |
+
</select>
|
127 |
+
|
128 |
+
<button type="button" class="advanced-button">
|
129 |
+
<span class="screen-reader-text">Advanced</span>
|
130 |
+
</button>
|
131 |
+
</li>
|
132 |
+
<# } #>
|
133 |
+
|
134 |
+
|
135 |
+
<div class="advanced-settings-wrapper">
|
136 |
+
|
137 |
+
<# if ( data.weight && data.weight.choices ) { #>
|
138 |
+
|
139 |
+
<li class="typography-font-weight">
|
140 |
+
|
141 |
+
<# if ( data.weight.label ) { #>
|
142 |
+
<span class="customize-control-title">{{ data.weight.label }}</span>
|
143 |
+
<# } #>
|
144 |
+
|
145 |
+
<select {{{ data.weight.link }}}>
|
146 |
+
|
147 |
+
<# _.each( data.weight.choices, function( label, choice ) { #>
|
148 |
+
|
149 |
+
<option value="{{ choice }}" <# if ( choice === data.weight.value ) { #> selected="selected" <# } #>>{{ label }}</option>
|
150 |
+
|
151 |
+
<# } ) #>
|
152 |
+
|
153 |
+
</select>
|
154 |
+
</li>
|
155 |
+
<# } #>
|
156 |
+
|
157 |
+
<# if ( data.style && data.style.choices ) { #>
|
158 |
+
|
159 |
+
<li class="typography-font-style">
|
160 |
+
|
161 |
+
<# if ( data.style.label ) { #>
|
162 |
+
<span class="customize-control-title">{{ data.style.label }}</span>
|
163 |
+
<# } #>
|
164 |
+
|
165 |
+
<select {{{ data.style.link }}}>
|
166 |
+
|
167 |
+
<# _.each( data.style.choices, function( label, choice ) { #>
|
168 |
+
|
169 |
+
<option value="{{ choice }}" <# if ( choice === data.style.value ) { #> selected="selected" <# } #>>{{ label }}</option>
|
170 |
+
|
171 |
+
<# } ) #>
|
172 |
+
|
173 |
+
</select>
|
174 |
+
</li>
|
175 |
+
<# } #>
|
176 |
+
|
177 |
+
<# if ( data.size ) { #>
|
178 |
+
|
179 |
+
<li class="typography-font-size">
|
180 |
+
|
181 |
+
<# if ( data.size.label ) { #>
|
182 |
+
<span class="customize-control-title">{{ data.size.label }}</span>
|
183 |
+
<# } #>
|
184 |
+
|
185 |
+
<input type="range" min="25" max="300" {{{ data.size.link }}} value="{{ data.size.value }}" />
|
186 |
+
|
187 |
+
</li>
|
188 |
+
<# } #>
|
189 |
+
|
190 |
+
<# if ( data.line_height ) { #>
|
191 |
+
|
192 |
+
<li class="typography-line-height">
|
193 |
+
|
194 |
+
<# if ( data.line_height.label ) { #>
|
195 |
+
<span class="customize-control-title">{{ data.line_height.label }}</span>
|
196 |
+
<# } #>
|
197 |
+
|
198 |
+
<input type="range" min="1" max="2" step="0.1" {{{ data.line_height.link }}} value="{{ data.line_height.value }}" />
|
199 |
+
|
200 |
+
</li>
|
201 |
+
<# } #>
|
202 |
+
|
203 |
+
<# if ( data.color ) { #>
|
204 |
+
|
205 |
+
<li class="typography-font-color">
|
206 |
+
|
207 |
+
<# if ( data.color.label ) { #>
|
208 |
+
<span class="customize-control-title">{{ data.color.label }}</span>
|
209 |
+
<# } #>
|
210 |
+
|
211 |
+
<input class="color-picker-hex" type="text" maxlength="7" {{{ data.color.link }}} value="{{ data.color.value }}" />
|
212 |
+
|
213 |
+
</li>
|
214 |
+
<# } #>
|
215 |
+
|
216 |
+
</div>
|
217 |
+
|
218 |
+
</ul>
|
219 |
+
<?php
|
220 |
+
}
|
221 |
+
|
222 |
+
/**
|
223 |
+
* Returns the available font families.
|
224 |
+
*/
|
225 |
+
public function get_font_families() {
|
226 |
+
return ogf_font_choices_for_select();
|
227 |
+
}
|
228 |
+
|
229 |
+
/**
|
230 |
+
* Returns the available font families.
|
231 |
+
*/
|
232 |
+
public function get_font_array() {
|
233 |
+
|
234 |
+
// Only pass the data needed to JSON.
|
235 |
+
$fonts_slim = array();
|
236 |
+
|
237 |
+
$fonts = ogf_fonts_array();
|
238 |
+
|
239 |
+
foreach ( $fonts as $key => $font ) {
|
240 |
+
$fonts_slim[ $key ]['variants'] = $font['variants'];
|
241 |
+
}
|
242 |
+
|
243 |
+
return $fonts;
|
244 |
+
}
|
245 |
+
|
246 |
+
/**
|
247 |
+
* Returns the available font weights.
|
248 |
+
*
|
249 |
+
* @param string $font User's font choice.
|
250 |
+
*/
|
251 |
+
public function get_font_weight_choices( $font ) {
|
252 |
+
|
253 |
+
if ( 'default' === $font ) {
|
254 |
+
return array(
|
255 |
+
'0' => esc_html__( '- Default -', 'olympus-google-fonts' ),
|
256 |
+
'100' => esc_html__( 'Thin', 'olympus-google-fonts' ),
|
257 |
+
'200' => esc_html__( 'Extra Light', 'olympus-google-fonts' ),
|
258 |
+
'300' => esc_html__( 'Light', 'olympus-google-fonts' ),
|
259 |
+
'400' => esc_html__( 'Normal', 'olympus-google-fonts' ),
|
260 |
+
'500' => esc_html__( 'Medium', 'olympus-google-fonts' ),
|
261 |
+
'600' => esc_html__( 'Semi Bold', 'olympus-google-fonts' ),
|
262 |
+
'700' => esc_html__( 'Bold', 'olympus-google-fonts' ),
|
263 |
+
'800' => esc_html__( 'Extra Bold', 'olympus-google-fonts' ),
|
264 |
+
'900' => esc_html__( 'Ultra Bold', 'olympus-google-fonts' ),
|
265 |
+
);
|
266 |
+
}
|
267 |
+
|
268 |
+
$fonts = ogf_fonts_array();
|
269 |
+
|
270 |
+
$variants = $fonts[ $font ]['variants'];
|
271 |
+
|
272 |
+
return $variants;
|
273 |
+
}
|
274 |
+
|
275 |
+
/**
|
276 |
+
* Returns the available font styles.
|
277 |
+
*/
|
278 |
+
public function get_font_style_choices() {
|
279 |
+
return array(
|
280 |
+
'normal' => esc_html__( 'Normal', 'olympus-google-fonts' ),
|
281 |
+
'italic' => esc_html__( 'Italic', 'olympus-google-fonts' ),
|
282 |
+
'oblique' => esc_html__( 'Oblique', 'olympus-google-fonts' ),
|
283 |
+
);
|
284 |
+
}
|
285 |
+
}
|
includes/customizer/output-css.php
CHANGED
@@ -44,18 +44,45 @@ add_action( 'wp_head', 'ogf_output_css' );
|
|
44 |
* @param string $option_name The option name to pull from the database.
|
45 |
*/
|
46 |
function ogf_generate_css( $selector, $option_name ) {
|
|
|
|
|
|
|
|
|
|
|
47 |
$return = '';
|
48 |
|
49 |
-
if (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
$
|
56 |
-
|
57 |
-
|
58 |
}
|
|
|
|
|
|
|
59 |
echo wp_kses_post( $return );
|
60 |
|
61 |
}
|
44 |
* @param string $option_name The option name to pull from the database.
|
45 |
*/
|
46 |
function ogf_generate_css( $selector, $option_name ) {
|
47 |
+
|
48 |
+
$family = get_theme_mod( $option_name, false );
|
49 |
+
$weight = get_theme_mod( $option_name . '_weight', false );
|
50 |
+
$style = get_theme_mod( $option_name . '_style', false );
|
51 |
+
|
52 |
$return = '';
|
53 |
|
54 |
+
if ( $family || $weight || $style ) {
|
55 |
+
|
56 |
+
$return .= $selector . ' {' . PHP_EOL;
|
57 |
+
|
58 |
+
// Return font-family CSS.
|
59 |
+
if ( false !== $family && 'default' !== $family ) {
|
60 |
+
|
61 |
+
$stack = ogf_build_font_stack( $family );
|
62 |
|
63 |
+
if ( ! empty( $stack ) ) {
|
64 |
+
$return .= sprintf('font-family: %s;' . PHP_EOL,
|
65 |
+
$stack . ogf_is_forced()
|
66 |
+
);
|
67 |
+
}
|
68 |
+
}
|
69 |
+
|
70 |
+
// Return font-weight CSS.
|
71 |
+
if ( false !== $weight && '0' !== $weight ) {
|
72 |
+
$return .= sprintf('font-weight: %s;' . PHP_EOL,
|
73 |
+
absint( $weight ) . ogf_is_forced()
|
74 |
+
);
|
75 |
+
}
|
76 |
|
77 |
+
// Return font-style CSS.
|
78 |
+
if ( false !== $style && 'normal' !== $style ) {
|
79 |
+
$return .= sprintf('font-style: %s;' . PHP_EOL,
|
80 |
+
esc_attr( $style ) . ogf_is_forced()
|
81 |
+
);
|
82 |
}
|
83 |
+
|
84 |
+
$return .= ' }' . PHP_EOL;
|
85 |
+
|
86 |
echo wp_kses_post( $return );
|
87 |
|
88 |
}
|
includes/customizer/settings.php
CHANGED
@@ -14,6 +14,10 @@
|
|
14 |
*/
|
15 |
function ogf_customize_register( $wp_customize ) {
|
16 |
|
|
|
|
|
|
|
|
|
17 |
$wp_customize->add_panel( 'olympus_google_fonts', array(
|
18 |
'priority' => 10,
|
19 |
'capability' => 'edit_theme_options',
|
@@ -29,56 +33,102 @@ function ogf_customize_register( $wp_customize ) {
|
|
29 |
|
30 |
$wp_customize->add_setting( 'ogf_body_font', array(
|
31 |
'default' => 'default',
|
32 |
-
'transport' => '
|
|
|
|
|
|
|
|
|
|
|
33 |
) );
|
34 |
|
35 |
-
$wp_customize->
|
36 |
-
'
|
37 |
-
'
|
38 |
-
'settings' => 'ogf_body_font',
|
39 |
-
'type' => 'select',
|
40 |
-
'choices' => ogf_font_choices_for_select(),
|
41 |
) );
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
$wp_customize->add_setting( 'ogf_headings_font', array(
|
44 |
'default' => 'default',
|
45 |
-
'transport' => '
|
46 |
) );
|
47 |
|
48 |
-
$wp_customize->
|
49 |
-
'
|
50 |
-
'
|
51 |
-
'settings' => 'ogf_headings_font',
|
52 |
-
'type' => 'select',
|
53 |
-
'choices' => ogf_font_choices_for_select(),
|
54 |
) );
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
$wp_customize->add_setting( 'ogf_inputs_font', array(
|
57 |
'default' => 'default',
|
58 |
-
'transport' => '
|
59 |
) );
|
60 |
|
61 |
-
$wp_customize->
|
62 |
-
'
|
63 |
-
'
|
64 |
-
'settings' => 'ogf_inputs_font',
|
65 |
-
'type' => 'select',
|
66 |
-
'choices' => ogf_font_choices_for_select(),
|
67 |
) );
|
68 |
|
69 |
-
$wp_customize->add_setting( '
|
70 |
-
'default'
|
71 |
-
'transport'
|
72 |
-
'sanitize_callback' => 'ogf_sanitize_checkbox',
|
73 |
) );
|
74 |
|
75 |
-
$wp_customize->add_control(
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
/* Advanced Settings */
|
84 |
|
@@ -91,134 +141,300 @@ function ogf_customize_register( $wp_customize ) {
|
|
91 |
|
92 |
$wp_customize->add_setting( 'ogf_site_title_font', array(
|
93 |
'default' => 'default',
|
94 |
-
'transport' => '
|
95 |
) );
|
96 |
|
97 |
-
$wp_customize->
|
98 |
-
'
|
99 |
-
'
|
100 |
-
'settings' => 'ogf_site_title_font',
|
101 |
-
'type' => 'select',
|
102 |
-
'choices' => ogf_font_choices_for_select(),
|
103 |
) );
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
$wp_customize->add_setting( 'ogf_site_description_font', array(
|
106 |
'default' => 'default',
|
107 |
-
'transport' => '
|
|
|
|
|
|
|
|
|
|
|
108 |
) );
|
109 |
|
110 |
-
$wp_customize->
|
111 |
-
'
|
112 |
-
'
|
113 |
-
'settings' => 'ogf_site_description_font',
|
114 |
-
'type' => 'select',
|
115 |
-
'choices' => ogf_font_choices_for_select(),
|
116 |
) );
|
117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
$wp_customize->add_setting( 'ogf_navigation_font', array(
|
119 |
'default' => 'default',
|
120 |
-
'transport' => '
|
121 |
) );
|
122 |
|
123 |
-
$wp_customize->
|
124 |
-
'
|
125 |
-
'
|
126 |
-
'settings' => 'ogf_navigation_font',
|
127 |
-
'type' => 'select',
|
128 |
-
'choices' => ogf_font_choices_for_select(),
|
129 |
) );
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
$wp_customize->add_setting( 'ogf_post_page_headings_font', array(
|
132 |
'default' => 'default',
|
133 |
-
'transport' => '
|
|
|
|
|
|
|
|
|
|
|
134 |
) );
|
135 |
|
136 |
-
$wp_customize->
|
137 |
-
'
|
138 |
-
'
|
139 |
-
'settings' => 'ogf_post_page_headings_font',
|
140 |
-
'type' => 'select',
|
141 |
-
'choices' => ogf_font_choices_for_select(),
|
142 |
) );
|
143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
$wp_customize->add_setting( 'ogf_post_page_content_font', array(
|
145 |
'default' => 'default',
|
146 |
-
'transport' => '
|
|
|
|
|
|
|
|
|
|
|
147 |
) );
|
148 |
|
149 |
-
$wp_customize->
|
150 |
-
'
|
151 |
-
'
|
152 |
-
'settings' => 'ogf_post_page_content_font',
|
153 |
-
'type' => 'select',
|
154 |
-
'choices' => ogf_font_choices_for_select(),
|
155 |
) );
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
$wp_customize->add_setting( 'ogf_sidebar_headings_font', array(
|
158 |
'default' => 'default',
|
159 |
-
'transport' => '
|
160 |
) );
|
161 |
|
162 |
-
$wp_customize->
|
163 |
-
'
|
164 |
-
'
|
165 |
-
'settings' => 'ogf_sidebar_headings_font',
|
166 |
-
'type' => 'select',
|
167 |
-
'choices' => ogf_font_choices_for_select(),
|
168 |
) );
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
$wp_customize->add_setting( 'ogf_sidebar_content_font', array(
|
171 |
'default' => 'default',
|
172 |
-
'transport' => '
|
|
|
|
|
|
|
|
|
|
|
173 |
) );
|
174 |
|
175 |
-
$wp_customize->
|
176 |
-
'
|
177 |
-
'
|
178 |
-
'settings' => 'ogf_sidebar_content_font',
|
179 |
-
'type' => 'select',
|
180 |
-
'choices' => ogf_font_choices_for_select(),
|
181 |
) );
|
182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
$wp_customize->add_setting( 'ogf_footer_headings_font', array(
|
184 |
'default' => 'default',
|
185 |
-
'transport' => '
|
186 |
) );
|
187 |
|
188 |
-
$wp_customize->
|
189 |
-
'
|
190 |
-
'
|
191 |
-
'settings' => 'ogf_footer_headings_font',
|
192 |
-
'type' => 'select',
|
193 |
-
'choices' => ogf_font_choices_for_select(),
|
194 |
) );
|
195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
$wp_customize->add_setting( 'ogf_footer_content_font', array(
|
197 |
'default' => 'default',
|
198 |
-
'transport' => '
|
199 |
) );
|
200 |
|
201 |
-
$wp_customize->
|
202 |
-
'
|
203 |
-
'
|
204 |
-
'settings' => 'ogf_footer_content_font',
|
205 |
-
'type' => 'select',
|
206 |
-
'choices' => ogf_font_choices_for_select(),
|
207 |
) );
|
208 |
|
209 |
-
$wp_customize->add_setting( '
|
210 |
-
'default'
|
211 |
-
'transport'
|
212 |
-
'sanitize_callback' => 'ogf_sanitize_checkbox',
|
213 |
) );
|
214 |
|
215 |
-
$wp_customize->add_control(
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
|
223 |
}
|
224 |
add_action( 'customize_register', 'ogf_customize_register' );
|
14 |
*/
|
15 |
function ogf_customize_register( $wp_customize ) {
|
16 |
|
17 |
+
require_once OGF_DIR_PATH . 'includes/customizer/controls/class-wp-customize-typography-control.php';
|
18 |
+
|
19 |
+
$wp_customize->register_control_type( 'WP_Customize_Typography_Control' );
|
20 |
+
|
21 |
$wp_customize->add_panel( 'olympus_google_fonts', array(
|
22 |
'priority' => 10,
|
23 |
'capability' => 'edit_theme_options',
|
33 |
|
34 |
$wp_customize->add_setting( 'ogf_body_font', array(
|
35 |
'default' => 'default',
|
36 |
+
'transport' => 'postMessage',
|
37 |
+
) );
|
38 |
+
|
39 |
+
$wp_customize->add_setting( 'ogf_body_font_weight', array(
|
40 |
+
'default' => '0',
|
41 |
+
'transport' => 'postMessage',
|
42 |
) );
|
43 |
|
44 |
+
$wp_customize->add_setting( 'ogf_body_font_style', array(
|
45 |
+
'default' => 'normal',
|
46 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
47 |
) );
|
48 |
|
49 |
+
$wp_customize->add_control(
|
50 |
+
new WP_Customize_Typography_Control(
|
51 |
+
$wp_customize,
|
52 |
+
'ogf_body_typography',
|
53 |
+
array(
|
54 |
+
'label' => esc_html__( 'Base Typography', 'olympus-google-fonts' ),
|
55 |
+
'description' => esc_html__( 'Select and configure the font for your content.', 'olympus-google-fonts' ),
|
56 |
+
'section' => 'olympus-google-fonts',
|
57 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
58 |
+
'settings' => array(
|
59 |
+
'family' => 'ogf_body_font',
|
60 |
+
'weight' => 'ogf_body_font_weight',
|
61 |
+
'style' => 'ogf_body_font_style',
|
62 |
+
),
|
63 |
+
)
|
64 |
+
)
|
65 |
+
);
|
66 |
+
|
67 |
$wp_customize->add_setting( 'ogf_headings_font', array(
|
68 |
'default' => 'default',
|
69 |
+
'transport' => 'postMessage',
|
70 |
) );
|
71 |
|
72 |
+
$wp_customize->add_setting( 'ogf_headings_font_weight', array(
|
73 |
+
'default' => '0',
|
74 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
75 |
) );
|
76 |
|
77 |
+
$wp_customize->add_setting( 'ogf_headings_font_style', array(
|
78 |
+
'default' => 'normal',
|
79 |
+
'transport' => 'postMessage',
|
80 |
+
) );
|
81 |
+
|
82 |
+
$wp_customize->add_control(
|
83 |
+
new WP_Customize_Typography_Control(
|
84 |
+
$wp_customize,
|
85 |
+
'ogf_heading_typography',
|
86 |
+
array(
|
87 |
+
'label' => esc_html__( 'Headings Typography', 'olympus-google-fonts' ),
|
88 |
+
'description' => esc_html__( 'Select and configure the font for your headings.', 'olympus-google-fonts' ),
|
89 |
+
'section' => 'olympus-google-fonts',
|
90 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
91 |
+
'settings' => array(
|
92 |
+
'family' => 'ogf_headings_font',
|
93 |
+
'weight' => 'ogf_headings_font_weight',
|
94 |
+
'style' => 'ogf_headings_font_style',
|
95 |
+
),
|
96 |
+
)
|
97 |
+
)
|
98 |
+
);
|
99 |
+
|
100 |
$wp_customize->add_setting( 'ogf_inputs_font', array(
|
101 |
'default' => 'default',
|
102 |
+
'transport' => 'postMessage',
|
103 |
) );
|
104 |
|
105 |
+
$wp_customize->add_setting( 'ogf_inputs_font_weight', array(
|
106 |
+
'default' => '0',
|
107 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
108 |
) );
|
109 |
|
110 |
+
$wp_customize->add_setting( 'ogf_inputs_font_style', array(
|
111 |
+
'default' => 'normal',
|
112 |
+
'transport' => 'postMessage',
|
|
|
113 |
) );
|
114 |
|
115 |
+
$wp_customize->add_control(
|
116 |
+
new WP_Customize_Typography_Control(
|
117 |
+
$wp_customize,
|
118 |
+
'ogf_input_typography',
|
119 |
+
array(
|
120 |
+
'label' => esc_html__( 'Buttons and Inputs Typography', 'olympus-google-fonts' ),
|
121 |
+
'description' => esc_html__( 'Select and configure the font for your input fields and buttons.', 'olympus-google-fonts' ),
|
122 |
+
'section' => 'olympus-google-fonts',
|
123 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
124 |
+
'settings' => array(
|
125 |
+
'family' => 'ogf_inputs_font',
|
126 |
+
'weight' => 'ogf_inputs_font_weight',
|
127 |
+
'style' => 'ogf_inputs_font_style',
|
128 |
+
),
|
129 |
+
)
|
130 |
+
)
|
131 |
+
);
|
132 |
|
133 |
/* Advanced Settings */
|
134 |
|
141 |
|
142 |
$wp_customize->add_setting( 'ogf_site_title_font', array(
|
143 |
'default' => 'default',
|
144 |
+
'transport' => 'postMessage',
|
145 |
) );
|
146 |
|
147 |
+
$wp_customize->add_setting( 'ogf_site_title_font_weight', array(
|
148 |
+
'default' => '0',
|
149 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
150 |
) );
|
151 |
|
152 |
+
$wp_customize->add_setting( 'ogf_site_title_font_style', array(
|
153 |
+
'default' => 'normal',
|
154 |
+
'transport' => 'postMessage',
|
155 |
+
) );
|
156 |
+
|
157 |
+
$wp_customize->add_control(
|
158 |
+
new WP_Customize_Typography_Control(
|
159 |
+
$wp_customize,
|
160 |
+
'ogf_site_title_typography',
|
161 |
+
array(
|
162 |
+
'label' => esc_html__( 'Site Title Typography', 'olympus-google-fonts' ),
|
163 |
+
'description' => esc_html__( 'Select and configure the font for your site title.', 'olympus-google-fonts' ),
|
164 |
+
'section' => 'olympus-google-fonts-advanced',
|
165 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
166 |
+
'settings' => array(
|
167 |
+
'family' => 'ogf_site_title_font',
|
168 |
+
'weight' => 'ogf_site_title_font_weight',
|
169 |
+
'style' => 'ogf_site_title_font_style',
|
170 |
+
),
|
171 |
+
)
|
172 |
+
)
|
173 |
+
);
|
174 |
+
|
175 |
$wp_customize->add_setting( 'ogf_site_description_font', array(
|
176 |
'default' => 'default',
|
177 |
+
'transport' => 'postMessage',
|
178 |
+
) );
|
179 |
+
|
180 |
+
$wp_customize->add_setting( 'ogf_site_description_font_weight', array(
|
181 |
+
'default' => '0',
|
182 |
+
'transport' => 'postMessage',
|
183 |
) );
|
184 |
|
185 |
+
$wp_customize->add_setting( 'ogf_site_description_font_style', array(
|
186 |
+
'default' => 'normal',
|
187 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
188 |
) );
|
189 |
|
190 |
+
$wp_customize->add_control(
|
191 |
+
new WP_Customize_Typography_Control(
|
192 |
+
$wp_customize,
|
193 |
+
'ogf_site_description_typography',
|
194 |
+
array(
|
195 |
+
'label' => esc_html__( 'Site Description Typography', 'olympus-google-fonts' ),
|
196 |
+
'description' => esc_html__( 'Select and configure the font for your site description.', 'olympus-google-fonts' ),
|
197 |
+
'section' => 'olympus-google-fonts-advanced',
|
198 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
199 |
+
'settings' => array(
|
200 |
+
'family' => 'ogf_site_description_font',
|
201 |
+
'weight' => 'ogf_site_description_font_weight',
|
202 |
+
'style' => 'ogf_site_description_font_style',
|
203 |
+
),
|
204 |
+
)
|
205 |
+
)
|
206 |
+
);
|
207 |
+
|
208 |
$wp_customize->add_setting( 'ogf_navigation_font', array(
|
209 |
'default' => 'default',
|
210 |
+
'transport' => 'postMessage',
|
211 |
) );
|
212 |
|
213 |
+
$wp_customize->add_setting( 'ogf_navigation_font_weight', array(
|
214 |
+
'default' => '0',
|
215 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
216 |
) );
|
217 |
|
218 |
+
$wp_customize->add_setting( 'ogf_navigation_font_style', array(
|
219 |
+
'default' => 'normal',
|
220 |
+
'transport' => 'postMessage',
|
221 |
+
) );
|
222 |
+
|
223 |
+
$wp_customize->add_control(
|
224 |
+
new WP_Customize_Typography_Control(
|
225 |
+
$wp_customize,
|
226 |
+
'ogf_navigation_typography',
|
227 |
+
array(
|
228 |
+
'label' => esc_html__( 'Navigation Typography', 'olympus-google-fonts' ),
|
229 |
+
'description' => esc_html__( 'Select and configure the font for your site navigation.', 'olympus-google-fonts' ),
|
230 |
+
'section' => 'olympus-google-fonts-advanced',
|
231 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
232 |
+
'settings' => array(
|
233 |
+
'family' => 'ogf_navigation_font',
|
234 |
+
'weight' => 'ogf_navigation_font_weight',
|
235 |
+
'style' => 'ogf_navigation_font_style',
|
236 |
+
),
|
237 |
+
)
|
238 |
+
)
|
239 |
+
);
|
240 |
+
|
241 |
$wp_customize->add_setting( 'ogf_post_page_headings_font', array(
|
242 |
'default' => 'default',
|
243 |
+
'transport' => 'postMessage',
|
244 |
+
) );
|
245 |
+
|
246 |
+
$wp_customize->add_setting( 'ogf_post_page_headings_font_weight', array(
|
247 |
+
'default' => '0',
|
248 |
+
'transport' => 'postMessage',
|
249 |
) );
|
250 |
|
251 |
+
$wp_customize->add_setting( 'ogf_post_page_headings_font_style', array(
|
252 |
+
'default' => 'normal',
|
253 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
254 |
) );
|
255 |
|
256 |
+
$wp_customize->add_control(
|
257 |
+
new WP_Customize_Typography_Control(
|
258 |
+
$wp_customize,
|
259 |
+
'ogf_post_page_headings_typography',
|
260 |
+
array(
|
261 |
+
'label' => esc_html__( 'Post/Page Headings Typography', 'olympus-google-fonts' ),
|
262 |
+
'description' => esc_html__( 'Select and configure the font for your post and page headings.', 'olympus-google-fonts' ),
|
263 |
+
'section' => 'olympus-google-fonts-advanced',
|
264 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
265 |
+
'settings' => array(
|
266 |
+
'family' => 'ogf_post_page_headings_font',
|
267 |
+
'weight' => 'ogf_post_page_headings_font_weight',
|
268 |
+
'style' => 'ogf_post_page_headings_font_style',
|
269 |
+
),
|
270 |
+
)
|
271 |
+
)
|
272 |
+
);
|
273 |
+
|
274 |
$wp_customize->add_setting( 'ogf_post_page_content_font', array(
|
275 |
'default' => 'default',
|
276 |
+
'transport' => 'postMessage',
|
277 |
+
) );
|
278 |
+
|
279 |
+
$wp_customize->add_setting( 'ogf_post_page_content_font_weight', array(
|
280 |
+
'default' => '0',
|
281 |
+
'transport' => 'postMessage',
|
282 |
) );
|
283 |
|
284 |
+
$wp_customize->add_setting( 'ogf_post_page_content_font_style', array(
|
285 |
+
'default' => 'normal',
|
286 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
287 |
) );
|
288 |
|
289 |
+
$wp_customize->add_control(
|
290 |
+
new WP_Customize_Typography_Control(
|
291 |
+
$wp_customize,
|
292 |
+
'ogf_post_page_content_typography',
|
293 |
+
array(
|
294 |
+
'label' => esc_html__( 'Post/Page Content Typography', 'olympus-google-fonts' ),
|
295 |
+
'description' => esc_html__( 'Select and configure the font for your post and page content.', 'olympus-google-fonts' ),
|
296 |
+
'section' => 'olympus-google-fonts-advanced',
|
297 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
298 |
+
'settings' => array(
|
299 |
+
'family' => 'ogf_post_page_content_font',
|
300 |
+
'weight' => 'ogf_post_page_content_font_weight',
|
301 |
+
'style' => 'ogf_post_page_content_font_style',
|
302 |
+
),
|
303 |
+
)
|
304 |
+
)
|
305 |
+
);
|
306 |
+
|
307 |
$wp_customize->add_setting( 'ogf_sidebar_headings_font', array(
|
308 |
'default' => 'default',
|
309 |
+
'transport' => 'postMessage',
|
310 |
) );
|
311 |
|
312 |
+
$wp_customize->add_setting( 'ogf_sidebar_headings_font_weight', array(
|
313 |
+
'default' => '0',
|
314 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
315 |
) );
|
316 |
|
317 |
+
$wp_customize->add_setting( 'ogf_sidebar_headings_font_style', array(
|
318 |
+
'default' => 'normal',
|
319 |
+
'transport' => 'postMessage',
|
320 |
+
) );
|
321 |
+
|
322 |
+
$wp_customize->add_control(
|
323 |
+
new WP_Customize_Typography_Control(
|
324 |
+
$wp_customize,
|
325 |
+
'ogf_sidebar_headings_typography',
|
326 |
+
array(
|
327 |
+
'label' => esc_html__( 'Sidebar Headings Typography', 'olympus-google-fonts' ),
|
328 |
+
'description' => esc_html__( 'Select and configure the font for your sidebar headings.', 'olympus-google-fonts' ),
|
329 |
+
'section' => 'olympus-google-fonts-advanced',
|
330 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
331 |
+
'settings' => array(
|
332 |
+
'family' => 'ogf_sidebar_headings_font',
|
333 |
+
'weight' => 'ogf_sidebar_headings_font_weight',
|
334 |
+
'style' => 'ogf_sidebar_headings_font_style',
|
335 |
+
),
|
336 |
+
)
|
337 |
+
)
|
338 |
+
);
|
339 |
+
|
340 |
$wp_customize->add_setting( 'ogf_sidebar_content_font', array(
|
341 |
'default' => 'default',
|
342 |
+
'transport' => 'postMessage',
|
343 |
+
) );
|
344 |
+
|
345 |
+
$wp_customize->add_setting( 'ogf_sidebar_content_font_weight', array(
|
346 |
+
'default' => '0',
|
347 |
+
'transport' => 'postMessage',
|
348 |
) );
|
349 |
|
350 |
+
$wp_customize->add_setting( 'ogf_sidebar_content_font_style', array(
|
351 |
+
'default' => 'normal',
|
352 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
353 |
) );
|
354 |
|
355 |
+
$wp_customize->add_control(
|
356 |
+
new WP_Customize_Typography_Control(
|
357 |
+
$wp_customize,
|
358 |
+
'ogf_sidebar_content_typography',
|
359 |
+
array(
|
360 |
+
'label' => esc_html__( 'Sidebar Content Typography', 'olympus-google-fonts' ),
|
361 |
+
'description' => esc_html__( 'Select and configure the font for your sidebar content.', 'olympus-google-fonts' ),
|
362 |
+
'section' => 'olympus-google-fonts-advanced',
|
363 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
364 |
+
'settings' => array(
|
365 |
+
'family' => 'ogf_sidebar_content_font',
|
366 |
+
'weight' => 'ogf_sidebar_content_font_weight',
|
367 |
+
'style' => 'ogf_sidebar_content_font_style',
|
368 |
+
),
|
369 |
+
)
|
370 |
+
)
|
371 |
+
);
|
372 |
+
|
373 |
$wp_customize->add_setting( 'ogf_footer_headings_font', array(
|
374 |
'default' => 'default',
|
375 |
+
'transport' => 'postMessage',
|
376 |
) );
|
377 |
|
378 |
+
$wp_customize->add_setting( 'ogf_footer_headings_font_weight', array(
|
379 |
+
'default' => '0',
|
380 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
381 |
) );
|
382 |
|
383 |
+
$wp_customize->add_setting( 'ogf_footer_headings_font_style', array(
|
384 |
+
'default' => 'normal',
|
385 |
+
'transport' => 'postMessage',
|
386 |
+
) );
|
387 |
+
|
388 |
+
$wp_customize->add_control(
|
389 |
+
new WP_Customize_Typography_Control(
|
390 |
+
$wp_customize,
|
391 |
+
'ogf_footer_headings_typography',
|
392 |
+
array(
|
393 |
+
'label' => esc_html__( 'Footer Headings Typography', 'olympus-google-fonts' ),
|
394 |
+
'description' => esc_html__( 'Select and configure the font for your footer headings.', 'olympus-google-fonts' ),
|
395 |
+
'section' => 'olympus-google-fonts-advanced',
|
396 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
397 |
+
'settings' => array(
|
398 |
+
'family' => 'ogf_footer_headings_font',
|
399 |
+
'weight' => 'ogf_footer_headings_font_weight',
|
400 |
+
'style' => 'ogf_footer_headings_font_style',
|
401 |
+
),
|
402 |
+
)
|
403 |
+
)
|
404 |
+
);
|
405 |
+
|
406 |
$wp_customize->add_setting( 'ogf_footer_content_font', array(
|
407 |
'default' => 'default',
|
408 |
+
'transport' => 'postMessage',
|
409 |
) );
|
410 |
|
411 |
+
$wp_customize->add_setting( 'ogf_footer_content_font_weight', array(
|
412 |
+
'default' => '0',
|
413 |
+
'transport' => 'postMessage',
|
|
|
|
|
|
|
414 |
) );
|
415 |
|
416 |
+
$wp_customize->add_setting( 'ogf_footer_content_font_style', array(
|
417 |
+
'default' => 'normal',
|
418 |
+
'transport' => 'postMessage',
|
|
|
419 |
) );
|
420 |
|
421 |
+
$wp_customize->add_control(
|
422 |
+
new WP_Customize_Typography_Control(
|
423 |
+
$wp_customize,
|
424 |
+
'ogf_footer_content_typography',
|
425 |
+
array(
|
426 |
+
'label' => esc_html__( 'Footer Content Typography', 'olympus-google-fonts' ),
|
427 |
+
'description' => esc_html__( 'Select and configure the font for your footer content.', 'olympus-google-fonts' ),
|
428 |
+
'section' => 'olympus-google-fonts-advanced',
|
429 |
+
// Tie a setting (defined via `$wp_customize->add_setting()`) to the control.
|
430 |
+
'settings' => array(
|
431 |
+
'family' => 'ogf_footer_content_font',
|
432 |
+
'weight' => 'ogf_footer_content_font_weight',
|
433 |
+
'style' => 'ogf_footer_content_font_style',
|
434 |
+
),
|
435 |
+
)
|
436 |
+
)
|
437 |
+
);
|
438 |
|
439 |
}
|
440 |
add_action( 'customize_register', 'ogf_customize_register' );
|
includes/fonts.json
CHANGED
@@ -16,8 +16,8 @@
|
|
16 |
"version": "v11",
|
17 |
"lastModified": "2017-10-10",
|
18 |
"files": {
|
19 |
-
"regular": "http://fonts.gstatic.com/s/abeezee/v11/
|
20 |
-
"italic": "http://fonts.gstatic.com/s/abeezee/v11/
|
21 |
}
|
22 |
},
|
23 |
{
|
@@ -33,7 +33,7 @@
|
|
33 |
"version": "v8",
|
34 |
"lastModified": "2017-10-10",
|
35 |
"files": {
|
36 |
-
"regular": "http://fonts.gstatic.com/s/abel/v8/
|
37 |
}
|
38 |
},
|
39 |
{
|
@@ -55,11 +55,11 @@
|
|
55 |
"version": "v3",
|
56 |
"lastModified": "2017-10-10",
|
57 |
"files": {
|
58 |
-
"regular": "http://fonts.gstatic.com/s/abhayalibre/v3/
|
59 |
-
"500": "http://fonts.gstatic.com/s/abhayalibre/v3/
|
60 |
-
"600": "http://fonts.gstatic.com/s/abhayalibre/v3/
|
61 |
-
"700": "http://fonts.gstatic.com/s/abhayalibre/v3/
|
62 |
-
"800": "http://fonts.gstatic.com/s/abhayalibre/v3/
|
63 |
}
|
64 |
},
|
65 |
{
|
@@ -76,7 +76,7 @@
|
|
76 |
"version": "v9",
|
77 |
"lastModified": "2017-10-10",
|
78 |
"files": {
|
79 |
-
"regular": "http://fonts.gstatic.com/s/abrilfatface/v9/
|
80 |
}
|
81 |
},
|
82 |
{
|
@@ -92,7 +92,7 @@
|
|
92 |
"version": "v8",
|
93 |
"lastModified": "2017-10-10",
|
94 |
"files": {
|
95 |
-
"regular": "http://fonts.gstatic.com/s/aclonica/v8/
|
96 |
}
|
97 |
},
|
98 |
{
|
@@ -108,7 +108,7 @@
|
|
108 |
"version": "v7",
|
109 |
"lastModified": "2017-10-10",
|
110 |
"files": {
|
111 |
-
"regular": "http://fonts.gstatic.com/s/acme/v7
|
112 |
}
|
113 |
},
|
114 |
{
|
@@ -124,7 +124,7 @@
|
|
124 |
"version": "v7",
|
125 |
"lastModified": "2017-10-10",
|
126 |
"files": {
|
127 |
-
"regular": "http://fonts.gstatic.com/s/actor/v7/
|
128 |
}
|
129 |
},
|
130 |
{
|
@@ -140,7 +140,7 @@
|
|
140 |
"version": "v10",
|
141 |
"lastModified": "2017-10-10",
|
142 |
"files": {
|
143 |
-
"regular": "http://fonts.gstatic.com/s/adamina/v10/
|
144 |
}
|
145 |
},
|
146 |
{
|
@@ -157,20 +157,20 @@
|
|
157 |
"700"
|
158 |
],
|
159 |
"subsets": [
|
160 |
-
"greek",
|
161 |
"latin",
|
|
|
162 |
"latin-ext"
|
163 |
],
|
164 |
"version": "v7",
|
165 |
"lastModified": "2017-10-10",
|
166 |
"files": {
|
167 |
-
"100": "http://fonts.gstatic.com/s/adventpro/v7/
|
168 |
-
"200": "http://fonts.gstatic.com/s/adventpro/v7/
|
169 |
-
"300": "http://fonts.gstatic.com/s/adventpro/v7/
|
170 |
-
"regular": "http://fonts.gstatic.com/s/adventpro/v7/
|
171 |
-
"500": "http://fonts.gstatic.com/s/adventpro/v7/
|
172 |
-
"600": "http://fonts.gstatic.com/s/adventpro/v7/
|
173 |
-
"700": "http://fonts.gstatic.com/s/adventpro/v7/
|
174 |
}
|
175 |
},
|
176 |
{
|
@@ -187,7 +187,7 @@
|
|
187 |
"version": "v6",
|
188 |
"lastModified": "2017-10-10",
|
189 |
"files": {
|
190 |
-
"regular": "http://fonts.gstatic.com/s/aguafinascript/v6/
|
191 |
}
|
192 |
},
|
193 |
{
|
@@ -204,7 +204,7 @@
|
|
204 |
"version": "v7",
|
205 |
"lastModified": "2017-10-10",
|
206 |
"files": {
|
207 |
-
"regular": "http://fonts.gstatic.com/s/akronim/v7/
|
208 |
}
|
209 |
},
|
210 |
{
|
@@ -221,7 +221,7 @@
|
|
221 |
"version": "v6",
|
222 |
"lastModified": "2017-10-10",
|
223 |
"files": {
|
224 |
-
"regular": "http://fonts.gstatic.com/s/aladin/v6/
|
225 |
}
|
226 |
},
|
227 |
{
|
@@ -237,7 +237,7 @@
|
|
237 |
"version": "v8",
|
238 |
"lastModified": "2017-10-10",
|
239 |
"files": {
|
240 |
-
"regular": "http://fonts.gstatic.com/s/aldrich/v8/
|
241 |
}
|
242 |
},
|
243 |
{
|
@@ -249,14 +249,14 @@
|
|
249 |
"700"
|
250 |
],
|
251 |
"subsets": [
|
252 |
-
"
|
253 |
-
"
|
254 |
],
|
255 |
"version": "v9",
|
256 |
"lastModified": "2017-10-10",
|
257 |
"files": {
|
258 |
-
"regular": "http://fonts.gstatic.com/s/alef/v9/
|
259 |
-
"700": "http://fonts.gstatic.com/s/alef/v9/
|
260 |
}
|
261 |
},
|
262 |
{
|
@@ -276,27 +276,27 @@
|
|
276 |
"900italic"
|
277 |
],
|
278 |
"subsets": [
|
279 |
-
"greek",
|
280 |
-
"latin",
|
281 |
-
"vietnamese",
|
282 |
"greek-ext",
|
283 |
-
"
|
|
|
284 |
"cyrillic",
|
|
|
|
|
285 |
"cyrillic-ext"
|
286 |
],
|
287 |
"version": "v10",
|
288 |
"lastModified": "2017-11-07",
|
289 |
"files": {
|
290 |
-
"regular": "http://fonts.gstatic.com/s/alegreya/v10/
|
291 |
-
"italic": "http://fonts.gstatic.com/s/alegreya/v10/
|
292 |
-
"500": "http://fonts.gstatic.com/s/alegreya/v10/
|
293 |
-
"500italic": "http://fonts.gstatic.com/s/alegreya/v10/
|
294 |
-
"700": "http://fonts.gstatic.com/s/alegreya/v10/
|
295 |
-
"700italic": "http://fonts.gstatic.com/s/alegreya/v10/
|
296 |
-
"800": "http://fonts.gstatic.com/s/alegreya/v10/
|
297 |
-
"800italic": "http://fonts.gstatic.com/s/alegreya/v10/
|
298 |
-
"900": "http://fonts.gstatic.com/s/alegreya/v10/
|
299 |
-
"900italic": "http://fonts.gstatic.com/s/alegreya/v10
|
300 |
}
|
301 |
},
|
302 |
{
|
@@ -316,27 +316,27 @@
|
|
316 |
"900italic"
|
317 |
],
|
318 |
"subsets": [
|
319 |
-
"greek",
|
320 |
-
"latin",
|
321 |
-
"vietnamese",
|
322 |
"greek-ext",
|
323 |
-
"
|
|
|
324 |
"cyrillic",
|
|
|
|
|
325 |
"cyrillic-ext"
|
326 |
],
|
327 |
"version": "v9",
|
328 |
"lastModified": "2017-11-07",
|
329 |
"files": {
|
330 |
-
"regular": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
331 |
-
"italic": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
332 |
-
"500": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
333 |
-
"500italic": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
334 |
-
"700": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
335 |
-
"700italic": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
336 |
-
"800": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
337 |
-
"800italic": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
338 |
-
"900": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
339 |
-
"900italic": "http://fonts.gstatic.com/s/alegreyasc/v9/
|
340 |
}
|
341 |
},
|
342 |
{
|
@@ -360,31 +360,31 @@
|
|
360 |
"900italic"
|
361 |
],
|
362 |
"subsets": [
|
363 |
-
"greek",
|
364 |
-
"latin",
|
365 |
-
"vietnamese",
|
366 |
"greek-ext",
|
367 |
-
"
|
|
|
368 |
"cyrillic",
|
|
|
|
|
369 |
"cyrillic-ext"
|
370 |
],
|
371 |
"version": "v8",
|
372 |
"lastModified": "2017-11-09",
|
373 |
"files": {
|
374 |
-
"100": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
375 |
-
"100italic": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
376 |
-
"300": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
377 |
-
"300italic": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
378 |
-
"regular": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
379 |
-
"italic": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
380 |
-
"500": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
381 |
-
"500italic": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
382 |
-
"700": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
383 |
-
"700italic": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
384 |
-
"800": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
385 |
-
"800italic": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
386 |
-
"900": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
387 |
-
"900italic": "http://fonts.gstatic.com/s/alegreyasans/v8/
|
388 |
}
|
389 |
},
|
390 |
{
|
@@ -408,31 +408,31 @@
|
|
408 |
"900italic"
|
409 |
],
|
410 |
"subsets": [
|
411 |
-
"greek",
|
412 |
-
"latin",
|
413 |
-
"vietnamese",
|
414 |
"greek-ext",
|
415 |
-
"
|
|
|
416 |
"cyrillic",
|
|
|
|
|
417 |
"cyrillic-ext"
|
418 |
],
|
419 |
"version": "v7",
|
420 |
"lastModified": "2017-11-07",
|
421 |
"files": {
|
422 |
-
"100": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
423 |
-
"100italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
424 |
-
"300": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
425 |
-
"300italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
426 |
-
"regular": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
427 |
-
"italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
428 |
-
"500": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
429 |
-
"500italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
430 |
-
"700": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
431 |
-
"700italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
432 |
-
"800": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
433 |
-
"800italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
434 |
-
"900": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
435 |
-
"900italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/
|
436 |
}
|
437 |
},
|
438 |
{
|
@@ -449,7 +449,7 @@
|
|
449 |
"version": "v8",
|
450 |
"lastModified": "2017-10-10",
|
451 |
"files": {
|
452 |
-
"regular": "http://fonts.gstatic.com/s/alexbrush/v8/
|
453 |
}
|
454 |
},
|
455 |
{
|
@@ -460,14 +460,14 @@
|
|
460 |
"regular"
|
461 |
],
|
462 |
"subsets": [
|
463 |
-
"latin",
|
464 |
"vietnamese",
|
|
|
465 |
"latin-ext"
|
466 |
],
|
467 |
"version": "v7",
|
468 |
"lastModified": "2017-10-10",
|
469 |
"files": {
|
470 |
-
"regular": "http://fonts.gstatic.com/s/alfaslabone/v7/
|
471 |
}
|
472 |
},
|
473 |
{
|
@@ -485,7 +485,7 @@
|
|
485 |
"version": "v9",
|
486 |
"lastModified": "2017-10-10",
|
487 |
"files": {
|
488 |
-
"regular": "http://fonts.gstatic.com/s/alice/v9/
|
489 |
}
|
490 |
},
|
491 |
{
|
@@ -501,7 +501,7 @@
|
|
501 |
"version": "v10",
|
502 |
"lastModified": "2017-10-10",
|
503 |
"files": {
|
504 |
-
"regular": "http://fonts.gstatic.com/s/alike/v10/
|
505 |
}
|
506 |
},
|
507 |
{
|
@@ -517,7 +517,7 @@
|
|
517 |
"version": "v8",
|
518 |
"lastModified": "2017-10-10",
|
519 |
"files": {
|
520 |
-
"regular": "http://fonts.gstatic.com/s/alikeangular/v8/
|
521 |
}
|
522 |
},
|
523 |
{
|
@@ -535,8 +535,8 @@
|
|
535 |
"version": "v9",
|
536 |
"lastModified": "2017-10-10",
|
537 |
"files": {
|
538 |
-
"regular": "http://fonts.gstatic.com/s/allan/v9/
|
539 |
-
"700": "http://fonts.gstatic.com/s/allan/v9/
|
540 |
}
|
541 |
},
|
542 |
{
|
@@ -552,7 +552,7 @@
|
|
552 |
"version": "v8",
|
553 |
"lastModified": "2017-10-10",
|
554 |
"files": {
|
555 |
-
"regular": "http://fonts.gstatic.com/s/allerta/v8/
|
556 |
}
|
557 |
},
|
558 |
{
|
@@ -568,7 +568,7 @@
|
|
568 |
"version": "v8",
|
569 |
"lastModified": "2017-10-10",
|
570 |
"files": {
|
571 |
-
"regular": "http://fonts.gstatic.com/s/allertastencil/v8/
|
572 |
}
|
573 |
},
|
574 |
{
|
@@ -585,7 +585,7 @@
|
|
585 |
"version": "v6",
|
586 |
"lastModified": "2017-10-10",
|
587 |
"files": {
|
588 |
-
"regular": "http://fonts.gstatic.com/s/allura/v6/
|
589 |
}
|
590 |
},
|
591 |
{
|
@@ -605,10 +605,10 @@
|
|
605 |
"version": "v10",
|
606 |
"lastModified": "2017-10-10",
|
607 |
"files": {
|
608 |
-
"regular": "http://fonts.gstatic.com/s/almendra/v10/
|
609 |
-
"italic": "http://fonts.gstatic.com/s/almendra/v10/
|
610 |
-
"700": "http://fonts.gstatic.com/s/almendra/v10/
|
611 |
-
"700italic": "http://fonts.gstatic.com/s/almendra/v10
|
612 |
}
|
613 |
},
|
614 |
{
|
@@ -625,7 +625,7 @@
|
|
625 |
"version": "v8",
|
626 |
"lastModified": "2017-10-09",
|
627 |
"files": {
|
628 |
-
"regular": "http://fonts.gstatic.com/s/almendradisplay/v8/
|
629 |
}
|
630 |
},
|
631 |
{
|
@@ -641,7 +641,7 @@
|
|
641 |
"version": "v8",
|
642 |
"lastModified": "2017-10-10",
|
643 |
"files": {
|
644 |
-
"regular": "http://fonts.gstatic.com/s/almendrasc/v8/
|
645 |
}
|
646 |
},
|
647 |
{
|
@@ -658,7 +658,7 @@
|
|
658 |
"version": "v5",
|
659 |
"lastModified": "2017-10-10",
|
660 |
"files": {
|
661 |
-
"regular": "http://fonts.gstatic.com/s/amarante/v5/
|
662 |
}
|
663 |
},
|
664 |
{
|
@@ -677,10 +677,10 @@
|
|
677 |
"version": "v8",
|
678 |
"lastModified": "2017-10-10",
|
679 |
"files": {
|
680 |
-
"regular": "http://fonts.gstatic.com/s/amaranth/v8/
|
681 |
-
"italic": "http://fonts.gstatic.com/s/amaranth/v8/
|
682 |
-
"700": "http://fonts.gstatic.com/s/amaranth/v8/
|
683 |
-
"700italic": "http://fonts.gstatic.com/s/amaranth/v8/
|
684 |
}
|
685 |
},
|
686 |
{
|
@@ -692,17 +692,17 @@
|
|
692 |
"700"
|
693 |
],
|
694 |
"subsets": [
|
695 |
-
"
|
696 |
"vietnamese",
|
697 |
-
"latin
|
698 |
"cyrillic",
|
699 |
-
"
|
700 |
],
|
701 |
"version": "v11",
|
702 |
"lastModified": "2017-11-07",
|
703 |
"files": {
|
704 |
-
"regular": "http://fonts.gstatic.com/s/amaticsc/v11/
|
705 |
-
"700": "http://fonts.gstatic.com/s/amaticsc/v11/
|
706 |
}
|
707 |
},
|
708 |
{
|
@@ -718,7 +718,7 @@
|
|
718 |
"version": "v6",
|
719 |
"lastModified": "2017-10-10",
|
720 |
"files": {
|
721 |
-
"regular": "http://fonts.gstatic.com/s/amethysta/v6/
|
722 |
}
|
723 |
},
|
724 |
{
|
@@ -738,9 +738,9 @@
|
|
738 |
"version": "v2",
|
739 |
"lastModified": "2017-10-10",
|
740 |
"files": {
|
741 |
-
"regular": "http://fonts.gstatic.com/s/amiko/v2/
|
742 |
-
"600": "http://fonts.gstatic.com/s/amiko/v2/
|
743 |
-
"700": "http://fonts.gstatic.com/s/amiko/v2/
|
744 |
}
|
745 |
},
|
746 |
{
|
@@ -758,13 +758,13 @@
|
|
758 |
"latin",
|
759 |
"latin-ext"
|
760 |
],
|
761 |
-
"version": "
|
762 |
-
"lastModified": "
|
763 |
"files": {
|
764 |
-
"regular": "http://fonts.gstatic.com/s/amiri/
|
765 |
-
"italic": "http://fonts.gstatic.com/s/amiri/
|
766 |
-
"700": "http://fonts.gstatic.com/s/amiri/
|
767 |
-
"700italic": "http://fonts.gstatic.com/s/amiri/
|
768 |
}
|
769 |
},
|
770 |
{
|
@@ -783,8 +783,8 @@
|
|
783 |
"version": "v3",
|
784 |
"lastModified": "2017-10-10",
|
785 |
"files": {
|
786 |
-
"regular": "http://fonts.gstatic.com/s/amita/v3/
|
787 |
-
"700": "http://fonts.gstatic.com/s/amita/v3/
|
788 |
}
|
789 |
},
|
790 |
{
|
@@ -801,7 +801,7 @@
|
|
801 |
"version": "v5",
|
802 |
"lastModified": "2017-10-10",
|
803 |
"files": {
|
804 |
-
"regular": "http://fonts.gstatic.com/s/anaheim/v5/
|
805 |
}
|
806 |
},
|
807 |
{
|
@@ -818,7 +818,7 @@
|
|
818 |
"version": "v9",
|
819 |
"lastModified": "2017-10-10",
|
820 |
"files": {
|
821 |
-
"regular": "http://fonts.gstatic.com/s/andada/v9/
|
822 |
}
|
823 |
},
|
824 |
{
|
@@ -829,16 +829,16 @@
|
|
829 |
"regular"
|
830 |
],
|
831 |
"subsets": [
|
832 |
-
"latin",
|
833 |
"vietnamese",
|
834 |
-
"latin
|
835 |
"cyrillic",
|
|
|
836 |
"cyrillic-ext"
|
837 |
],
|
838 |
"version": "v9",
|
839 |
"lastModified": "2017-10-10",
|
840 |
"files": {
|
841 |
-
"regular": "http://fonts.gstatic.com/s/andika/v9/
|
842 |
}
|
843 |
},
|
844 |
{
|
@@ -854,7 +854,7 @@
|
|
854 |
"version": "v10",
|
855 |
"lastModified": "2017-10-10",
|
856 |
"files": {
|
857 |
-
"regular": "http://fonts.gstatic.com/s/angkor/v10/
|
858 |
}
|
859 |
},
|
860 |
{
|
@@ -870,7 +870,7 @@
|
|
870 |
"version": "v8",
|
871 |
"lastModified": "2017-10-10",
|
872 |
"files": {
|
873 |
-
"regular": "http://fonts.gstatic.com/s/annieuseyourtelescope/v8/
|
874 |
}
|
875 |
},
|
876 |
{
|
@@ -884,18 +884,18 @@
|
|
884 |
"700italic"
|
885 |
],
|
886 |
"subsets": [
|
887 |
-
"greek",
|
888 |
"latin",
|
889 |
-
"
|
890 |
-
"
|
|
|
891 |
],
|
892 |
"version": "v11",
|
893 |
"lastModified": "2017-10-10",
|
894 |
"files": {
|
895 |
-
"regular": "http://fonts.gstatic.com/s/anonymouspro/v11/
|
896 |
-
"italic": "http://fonts.gstatic.com/s/anonymouspro/v11/
|
897 |
-
"700": "http://fonts.gstatic.com/s/anonymouspro/v11/
|
898 |
-
"700italic": "http://fonts.gstatic.com/s/anonymouspro/v11/
|
899 |
}
|
900 |
},
|
901 |
{
|
@@ -911,7 +911,7 @@
|
|
911 |
"version": "v9",
|
912 |
"lastModified": "2017-10-10",
|
913 |
"files": {
|
914 |
-
"regular": "http://fonts.gstatic.com/s/antic/v9/
|
915 |
}
|
916 |
},
|
917 |
{
|
@@ -927,7 +927,7 @@
|
|
927 |
"version": "v6",
|
928 |
"lastModified": "2017-10-10",
|
929 |
"files": {
|
930 |
-
"regular": "http://fonts.gstatic.com/s/anticdidone/v6/
|
931 |
}
|
932 |
},
|
933 |
{
|
@@ -943,7 +943,7 @@
|
|
943 |
"version": "v6",
|
944 |
"lastModified": "2017-10-10",
|
945 |
"files": {
|
946 |
-
"regular": "http://fonts.gstatic.com/s/anticslab/v6/
|
947 |
}
|
948 |
},
|
949 |
{
|
@@ -954,14 +954,14 @@
|
|
954 |
"regular"
|
955 |
],
|
956 |
"subsets": [
|
957 |
-
"latin",
|
958 |
"vietnamese",
|
|
|
959 |
"latin-ext"
|
960 |
],
|
961 |
"version": "v9",
|
962 |
"lastModified": "2017-10-10",
|
963 |
"files": {
|
964 |
-
"regular": "http://fonts.gstatic.com/s/anton/v9/
|
965 |
}
|
966 |
},
|
967 |
{
|
@@ -978,8 +978,8 @@
|
|
978 |
"version": "v6",
|
979 |
"lastModified": "2017-10-10",
|
980 |
"files": {
|
981 |
-
"regular": "http://fonts.gstatic.com/s/arapey/v6
|
982 |
-
"italic": "http://fonts.gstatic.com/s/arapey/v6
|
983 |
}
|
984 |
},
|
985 |
{
|
@@ -996,7 +996,7 @@
|
|
996 |
"version": "v7",
|
997 |
"lastModified": "2017-10-09",
|
998 |
"files": {
|
999 |
-
"regular": "http://fonts.gstatic.com/s/arbutus/v7/
|
1000 |
}
|
1001 |
},
|
1002 |
{
|
@@ -1013,7 +1013,7 @@
|
|
1013 |
"version": "v6",
|
1014 |
"lastModified": "2017-10-09",
|
1015 |
"files": {
|
1016 |
-
"regular": "http://fonts.gstatic.com/s/arbutusslab/v6/
|
1017 |
}
|
1018 |
},
|
1019 |
{
|
@@ -1029,7 +1029,7 @@
|
|
1029 |
"version": "v8",
|
1030 |
"lastModified": "2017-10-10",
|
1031 |
"files": {
|
1032 |
-
"regular": "http://fonts.gstatic.com/s/architectsdaughter/v8/
|
1033 |
}
|
1034 |
},
|
1035 |
{
|
@@ -1047,21 +1047,21 @@
|
|
1047 |
"700italic"
|
1048 |
],
|
1049 |
"subsets": [
|
1050 |
-
"latin",
|
1051 |
"vietnamese",
|
|
|
1052 |
"latin-ext"
|
1053 |
],
|
1054 |
"version": "v3",
|
1055 |
"lastModified": "2017-11-21",
|
1056 |
"files": {
|
1057 |
-
"regular": "http://fonts.gstatic.com/s/archivo/v3/
|
1058 |
-
"italic": "http://fonts.gstatic.com/s/archivo/v3/
|
1059 |
-
"500": "http://fonts.gstatic.com/s/archivo/v3/
|
1060 |
-
"500italic": "http://fonts.gstatic.com/s/archivo/v3/
|
1061 |
-
"600": "http://fonts.gstatic.com/s/archivo/v3/
|
1062 |
-
"600italic": "http://fonts.gstatic.com/s/archivo/v3/
|
1063 |
-
"700": "http://fonts.gstatic.com/s/archivo/v3/
|
1064 |
-
"700italic": "http://fonts.gstatic.com/s/archivo/v3/
|
1065 |
}
|
1066 |
},
|
1067 |
{
|
@@ -1078,7 +1078,7 @@
|
|
1078 |
"version": "v7",
|
1079 |
"lastModified": "2017-10-10",
|
1080 |
"files": {
|
1081 |
-
"regular": "http://fonts.gstatic.com/s/archivoblack/v7/
|
1082 |
}
|
1083 |
},
|
1084 |
{
|
@@ -1102,14 +1102,14 @@
|
|
1102 |
"version": "v8",
|
1103 |
"lastModified": "2017-10-10",
|
1104 |
"files": {
|
1105 |
-
"regular": "http://fonts.gstatic.com/s/archivonarrow/v8/
|
1106 |
-
"italic": "http://fonts.gstatic.com/s/archivonarrow/v8/
|
1107 |
-
"500": "http://fonts.gstatic.com/s/archivonarrow/v8/
|
1108 |
-
"500italic": "http://fonts.gstatic.com/s/archivonarrow/v8/
|
1109 |
-
"600": "http://fonts.gstatic.com/s/archivonarrow/v8/
|
1110 |
-
"600italic": "http://fonts.gstatic.com/s/archivonarrow/v8/
|
1111 |
-
"700": "http://fonts.gstatic.com/s/archivonarrow/v8/
|
1112 |
-
"700italic": "http://fonts.gstatic.com/s/archivonarrow/v8/
|
1113 |
}
|
1114 |
},
|
1115 |
{
|
@@ -1124,11 +1124,11 @@
|
|
1124 |
"arabic",
|
1125 |
"latin"
|
1126 |
],
|
1127 |
-
"version": "
|
1128 |
-
"lastModified": "
|
1129 |
"files": {
|
1130 |
-
"regular": "http://fonts.gstatic.com/s/arefruqaa/
|
1131 |
-
"700": "http://fonts.gstatic.com/s/arefruqaa/
|
1132 |
}
|
1133 |
},
|
1134 |
{
|
@@ -1146,22 +1146,22 @@
|
|
1146 |
"900"
|
1147 |
],
|
1148 |
"subsets": [
|
1149 |
-
"tamil",
|
1150 |
-
"latin",
|
1151 |
"vietnamese",
|
1152 |
-
"latin
|
|
|
|
|
1153 |
],
|
1154 |
"version": "v3",
|
1155 |
"lastModified": "2017-10-10",
|
1156 |
"files": {
|
1157 |
-
"100": "http://fonts.gstatic.com/s/arimamadurai/v3/
|
1158 |
-
"200": "http://fonts.gstatic.com/s/arimamadurai/v3/
|
1159 |
-
"300": "http://fonts.gstatic.com/s/arimamadurai/v3/
|
1160 |
-
"regular": "http://fonts.gstatic.com/s/arimamadurai/v3/
|
1161 |
-
"500": "http://fonts.gstatic.com/s/arimamadurai/v3/
|
1162 |
-
"700": "http://fonts.gstatic.com/s/arimamadurai/v3/
|
1163 |
-
"800": "http://fonts.gstatic.com/s/arimamadurai/v3/
|
1164 |
-
"900": "http://fonts.gstatic.com/s/arimamadurai/v3/
|
1165 |
}
|
1166 |
},
|
1167 |
{
|
@@ -1175,22 +1175,22 @@
|
|
1175 |
"700italic"
|
1176 |
],
|
1177 |
"subsets": [
|
1178 |
-
"greek",
|
1179 |
-
"latin",
|
1180 |
-
"vietnamese",
|
1181 |
"greek-ext",
|
1182 |
-
"
|
|
|
|
|
1183 |
"cyrillic",
|
1184 |
-
"
|
1185 |
-
"
|
|
|
1186 |
],
|
1187 |
"version": "v11",
|
1188 |
"lastModified": "2017-10-11",
|
1189 |
"files": {
|
1190 |
-
"regular": "http://fonts.gstatic.com/s/arimo/v11/
|
1191 |
-
"italic": "http://fonts.gstatic.com/s/arimo/v11/
|
1192 |
-
"700": "http://fonts.gstatic.com/s/arimo/v11/
|
1193 |
-
"700italic": "http://fonts.gstatic.com/s/arimo/v11/
|
1194 |
}
|
1195 |
},
|
1196 |
{
|
@@ -1207,7 +1207,7 @@
|
|
1207 |
"version": "v8",
|
1208 |
"lastModified": "2017-10-10",
|
1209 |
"files": {
|
1210 |
-
"regular": "http://fonts.gstatic.com/s/arizonia/v8/
|
1211 |
}
|
1212 |
},
|
1213 |
{
|
@@ -1224,7 +1224,7 @@
|
|
1224 |
"version": "v8",
|
1225 |
"lastModified": "2017-10-10",
|
1226 |
"files": {
|
1227 |
-
"regular": "http://fonts.gstatic.com/s/armata/v8/
|
1228 |
}
|
1229 |
},
|
1230 |
{
|
@@ -1238,19 +1238,19 @@
|
|
1238 |
"700italic"
|
1239 |
],
|
1240 |
"subsets": [
|
1241 |
-
"latin",
|
1242 |
"vietnamese",
|
1243 |
-
"latin
|
1244 |
"cyrillic",
|
|
|
1245 |
"cyrillic-ext"
|
1246 |
],
|
1247 |
"version": "v2",
|
1248 |
"lastModified": "2017-10-10",
|
1249 |
"files": {
|
1250 |
-
"regular": "http://fonts.gstatic.com/s/arsenal/v2/
|
1251 |
-
"italic": "http://fonts.gstatic.com/s/arsenal/v2/
|
1252 |
-
"700": "http://fonts.gstatic.com/s/arsenal/v2/
|
1253 |
-
"700italic": "http://fonts.gstatic.com/s/arsenal/v2/
|
1254 |
}
|
1255 |
},
|
1256 |
{
|
@@ -1266,7 +1266,7 @@
|
|
1266 |
"version": "v8",
|
1267 |
"lastModified": "2017-10-10",
|
1268 |
"files": {
|
1269 |
-
"regular": "http://fonts.gstatic.com/s/artifika/v8/
|
1270 |
}
|
1271 |
},
|
1272 |
{
|
@@ -1285,10 +1285,10 @@
|
|
1285 |
"version": "v10",
|
1286 |
"lastModified": "2017-10-10",
|
1287 |
"files": {
|
1288 |
-
"regular": "http://fonts.gstatic.com/s/arvo/v10/
|
1289 |
-
"italic": "http://fonts.gstatic.com/s/arvo/v10/
|
1290 |
-
"700": "http://fonts.gstatic.com/s/arvo/v10/
|
1291 |
-
"700italic": "http://fonts.gstatic.com/s/arvo/v10/
|
1292 |
}
|
1293 |
},
|
1294 |
{
|
@@ -1307,8 +1307,8 @@
|
|
1307 |
"version": "v3",
|
1308 |
"lastModified": "2017-10-10",
|
1309 |
"files": {
|
1310 |
-
"regular": "http://fonts.gstatic.com/s/arya/v3/
|
1311 |
-
"700": "http://fonts.gstatic.com/s/arya/v3/
|
1312 |
}
|
1313 |
},
|
1314 |
{
|
@@ -1326,21 +1326,21 @@
|
|
1326 |
"700italic"
|
1327 |
],
|
1328 |
"subsets": [
|
1329 |
-
"latin",
|
1330 |
"vietnamese",
|
|
|
1331 |
"latin-ext"
|
1332 |
],
|
1333 |
"version": "v7",
|
1334 |
"lastModified": "2017-10-10",
|
1335 |
"files": {
|
1336 |
-
"regular": "http://fonts.gstatic.com/s/asap/v7/
|
1337 |
-
"italic": "http://fonts.gstatic.com/s/asap/v7/
|
1338 |
-
"500": "http://fonts.gstatic.com/s/asap/v7/
|
1339 |
-
"500italic": "http://fonts.gstatic.com/s/asap/v7/
|
1340 |
-
"600": "http://fonts.gstatic.com/s/asap/v7/
|
1341 |
-
"600italic": "http://fonts.gstatic.com/s/asap/v7/
|
1342 |
-
"700": "http://fonts.gstatic.com/s/asap/v7/
|
1343 |
-
"700italic": "http://fonts.gstatic.com/s/asap/v7/
|
1344 |
}
|
1345 |
},
|
1346 |
{
|
@@ -1358,21 +1358,21 @@
|
|
1358 |
"700italic"
|
1359 |
],
|
1360 |
"subsets": [
|
1361 |
-
"latin",
|
1362 |
"vietnamese",
|
|
|
1363 |
"latin-ext"
|
1364 |
],
|
1365 |
"version": "v2",
|
1366 |
"lastModified": "2017-11-21",
|
1367 |
"files": {
|
1368 |
-
"regular": "http://fonts.gstatic.com/s/asapcondensed/v2/
|
1369 |
-
"italic": "http://fonts.gstatic.com/s/asapcondensed/v2/
|
1370 |
-
"500": "http://fonts.gstatic.com/s/asapcondensed/v2/
|
1371 |
-
"500italic": "http://fonts.gstatic.com/s/asapcondensed/v2/
|
1372 |
-
"600": "http://fonts.gstatic.com/s/asapcondensed/v2/
|
1373 |
-
"600italic": "http://fonts.gstatic.com/s/asapcondensed/v2/
|
1374 |
-
"700": "http://fonts.gstatic.com/s/asapcondensed/v2/
|
1375 |
-
"700italic": "http://fonts.gstatic.com/s/asapcondensed/v2/
|
1376 |
}
|
1377 |
},
|
1378 |
{
|
@@ -1390,7 +1390,7 @@
|
|
1390 |
"version": "v4",
|
1391 |
"lastModified": "2017-10-10",
|
1392 |
"files": {
|
1393 |
-
"regular": "http://fonts.gstatic.com/s/asar/v4/
|
1394 |
}
|
1395 |
},
|
1396 |
{
|
@@ -1406,7 +1406,7 @@
|
|
1406 |
"version": "v8",
|
1407 |
"lastModified": "2017-10-10",
|
1408 |
"files": {
|
1409 |
-
"regular": "http://fonts.gstatic.com/s/asset/v8/
|
1410 |
}
|
1411 |
},
|
1412 |
{
|
@@ -1422,18 +1422,18 @@
|
|
1422 |
"800"
|
1423 |
],
|
1424 |
"subsets": [
|
1425 |
-
"
|
1426 |
-
"
|
1427 |
],
|
1428 |
"version": "v2",
|
1429 |
"lastModified": "2017-10-10",
|
1430 |
"files": {
|
1431 |
-
"200": "http://fonts.gstatic.com/s/assistant/v2/
|
1432 |
-
"300": "http://fonts.gstatic.com/s/assistant/v2/
|
1433 |
-
"regular": "http://fonts.gstatic.com/s/assistant/v2/
|
1434 |
-
"600": "http://fonts.gstatic.com/s/assistant/v2/
|
1435 |
-
"700": "http://fonts.gstatic.com/s/assistant/v2/
|
1436 |
-
"800": "http://fonts.gstatic.com/s/assistant/v2
|
1437 |
}
|
1438 |
},
|
1439 |
{
|
@@ -1450,8 +1450,8 @@
|
|
1450 |
"version": "v8",
|
1451 |
"lastModified": "2017-10-10",
|
1452 |
"files": {
|
1453 |
-
"regular": "http://fonts.gstatic.com/s/astloch/v8/
|
1454 |
-
"700": "http://fonts.gstatic.com/s/astloch/v8/
|
1455 |
}
|
1456 |
},
|
1457 |
{
|
@@ -1468,8 +1468,8 @@
|
|
1468 |
"version": "v7",
|
1469 |
"lastModified": "2017-10-10",
|
1470 |
"files": {
|
1471 |
-
"regular": "http://fonts.gstatic.com/s/asul/v7/
|
1472 |
-
"700": "http://fonts.gstatic.com/s/asul/v7/
|
1473 |
}
|
1474 |
},
|
1475 |
{
|
@@ -1485,20 +1485,20 @@
|
|
1485 |
"700"
|
1486 |
],
|
1487 |
"subsets": [
|
1488 |
-
"latin",
|
1489 |
"vietnamese",
|
|
|
1490 |
"latin-ext",
|
1491 |
"thai"
|
1492 |
],
|
1493 |
"version": "v2",
|
1494 |
"lastModified": "2017-10-10",
|
1495 |
"files": {
|
1496 |
-
"200": "http://fonts.gstatic.com/s/athiti/v2/
|
1497 |
-
"300": "http://fonts.gstatic.com/s/athiti/v2/
|
1498 |
-
"regular": "http://fonts.gstatic.com/s/athiti/v2/
|
1499 |
-
"500": "http://fonts.gstatic.com/s/athiti/v2/
|
1500 |
-
"600": "http://fonts.gstatic.com/s/athiti/v2/
|
1501 |
-
"700": "http://fonts.gstatic.com/s/athiti/v2/
|
1502 |
}
|
1503 |
},
|
1504 |
{
|
@@ -1513,18 +1513,18 @@
|
|
1513 |
"700"
|
1514 |
],
|
1515 |
"subsets": [
|
|
|
1516 |
"latin",
|
1517 |
-
"latin-ext"
|
1518 |
-
"bengali"
|
1519 |
],
|
1520 |
"version": "v3",
|
1521 |
"lastModified": "2017-10-09",
|
1522 |
"files": {
|
1523 |
-
"300": "http://fonts.gstatic.com/s/atma/v3/
|
1524 |
-
"regular": "http://fonts.gstatic.com/s/atma/v3/
|
1525 |
-
"500": "http://fonts.gstatic.com/s/atma/v3/
|
1526 |
-
"600": "http://fonts.gstatic.com/s/atma/v3/
|
1527 |
-
"700": "http://fonts.gstatic.com/s/atma/v3
|
1528 |
}
|
1529 |
},
|
1530 |
{
|
@@ -1540,7 +1540,7 @@
|
|
1540 |
"version": "v9",
|
1541 |
"lastModified": "2017-10-10",
|
1542 |
"files": {
|
1543 |
-
"regular": "http://fonts.gstatic.com/s/atomicage/v9/
|
1544 |
}
|
1545 |
},
|
1546 |
{
|
@@ -1556,7 +1556,7 @@
|
|
1556 |
"version": "v10",
|
1557 |
"lastModified": "2017-10-09",
|
1558 |
"files": {
|
1559 |
-
"regular": "http://fonts.gstatic.com/s/aubrey/v10/
|
1560 |
}
|
1561 |
},
|
1562 |
{
|
@@ -1573,7 +1573,7 @@
|
|
1573 |
"version": "v6",
|
1574 |
"lastModified": "2017-10-10",
|
1575 |
"files": {
|
1576 |
-
"regular": "http://fonts.gstatic.com/s/audiowide/v6/
|
1577 |
}
|
1578 |
},
|
1579 |
{
|
@@ -1590,7 +1590,7 @@
|
|
1590 |
"version": "v7",
|
1591 |
"lastModified": "2017-10-10",
|
1592 |
"files": {
|
1593 |
-
"regular": "http://fonts.gstatic.com/s/autourone/v7/
|
1594 |
}
|
1595 |
},
|
1596 |
{
|
@@ -1607,7 +1607,7 @@
|
|
1607 |
"version": "v6",
|
1608 |
"lastModified": "2017-10-10",
|
1609 |
"files": {
|
1610 |
-
"regular": "http://fonts.gstatic.com/s/average/v6/
|
1611 |
}
|
1612 |
},
|
1613 |
{
|
@@ -1624,7 +1624,7 @@
|
|
1624 |
"version": "v6",
|
1625 |
"lastModified": "2017-10-10",
|
1626 |
"files": {
|
1627 |
-
"regular": "http://fonts.gstatic.com/s/averagesans/v6/
|
1628 |
}
|
1629 |
},
|
1630 |
{
|
@@ -1641,7 +1641,7 @@
|
|
1641 |
"version": "v6",
|
1642 |
"lastModified": "2017-10-10",
|
1643 |
"files": {
|
1644 |
-
"regular": "http://fonts.gstatic.com/s/averiagruesalibre/v6/
|
1645 |
}
|
1646 |
},
|
1647 |
{
|
@@ -1662,12 +1662,12 @@
|
|
1662 |
"version": "v6",
|
1663 |
"lastModified": "2017-10-10",
|
1664 |
"files": {
|
1665 |
-
"300": "http://fonts.gstatic.com/s/averialibre/v6/
|
1666 |
-
"300italic": "http://fonts.gstatic.com/s/averialibre/v6/
|
1667 |
-
"regular": "http://fonts.gstatic.com/s/averialibre/v6/
|
1668 |
-
"italic": "http://fonts.gstatic.com/s/averialibre/v6/
|
1669 |
-
"700": "http://fonts.gstatic.com/s/averialibre/v6/
|
1670 |
-
"700italic": "http://fonts.gstatic.com/s/averialibre/v6/
|
1671 |
}
|
1672 |
},
|
1673 |
{
|
@@ -1688,12 +1688,12 @@
|
|
1688 |
"version": "v6",
|
1689 |
"lastModified": "2017-10-10",
|
1690 |
"files": {
|
1691 |
-
"300": "http://fonts.gstatic.com/s/averiasanslibre/v6/
|
1692 |
-
"300italic": "http://fonts.gstatic.com/s/averiasanslibre/v6/
|
1693 |
-
"regular": "http://fonts.gstatic.com/s/averiasanslibre/v6/
|
1694 |
-
"italic": "http://fonts.gstatic.com/s/averiasanslibre/v6/
|
1695 |
-
"700": "http://fonts.gstatic.com/s/averiasanslibre/v6/
|
1696 |
-
"700italic": "http://fonts.gstatic.com/s/averiasanslibre/v6/
|
1697 |
}
|
1698 |
},
|
1699 |
{
|
@@ -1714,12 +1714,12 @@
|
|
1714 |
"version": "v7",
|
1715 |
"lastModified": "2017-10-10",
|
1716 |
"files": {
|
1717 |
-
"300": "http://fonts.gstatic.com/s/averiaseriflibre/v7/
|
1718 |
-
"300italic": "http://fonts.gstatic.com/s/averiaseriflibre/v7/
|
1719 |
-
"regular": "http://fonts.gstatic.com/s/averiaseriflibre/v7/
|
1720 |
-
"italic": "http://fonts.gstatic.com/s/averiaseriflibre/v7/
|
1721 |
-
"700": "http://fonts.gstatic.com/s/averiaseriflibre/v7/
|
1722 |
-
"700italic": "http://fonts.gstatic.com/s/averiaseriflibre/v7/
|
1723 |
}
|
1724 |
},
|
1725 |
{
|
@@ -1736,7 +1736,7 @@
|
|
1736 |
"version": "v6",
|
1737 |
"lastModified": "2017-10-10",
|
1738 |
"files": {
|
1739 |
-
"regular": "http://fonts.gstatic.com/s/badscript/v6/
|
1740 |
}
|
1741 |
},
|
1742 |
{
|
@@ -1753,7 +1753,7 @@
|
|
1753 |
"version": "v2",
|
1754 |
"lastModified": "2017-10-09",
|
1755 |
"files": {
|
1756 |
-
"regular": "http://fonts.gstatic.com/s/bahiana/v2/
|
1757 |
}
|
1758 |
},
|
1759 |
{
|
@@ -1764,15 +1764,15 @@
|
|
1764 |
"regular"
|
1765 |
],
|
1766 |
"subsets": [
|
|
|
1767 |
"latin",
|
1768 |
"devanagari",
|
1769 |
-
"vietnamese",
|
1770 |
"latin-ext"
|
1771 |
],
|
1772 |
"version": "v3",
|
1773 |
"lastModified": "2017-11-21",
|
1774 |
"files": {
|
1775 |
-
"regular": "http://fonts.gstatic.com/s/baloo/v3/
|
1776 |
}
|
1777 |
},
|
1778 |
{
|
@@ -1783,15 +1783,15 @@
|
|
1783 |
"regular"
|
1784 |
],
|
1785 |
"subsets": [
|
1786 |
-
"latin",
|
1787 |
"vietnamese",
|
|
|
1788 |
"gujarati",
|
1789 |
"latin-ext"
|
1790 |
],
|
1791 |
"version": "v3",
|
1792 |
"lastModified": "2017-11-21",
|
1793 |
"files": {
|
1794 |
-
"regular": "http://fonts.gstatic.com/s/baloobhai/v3/
|
1795 |
}
|
1796 |
},
|
1797 |
{
|
@@ -1802,15 +1802,15 @@
|
|
1802 |
"regular"
|
1803 |
],
|
1804 |
"subsets": [
|
|
|
1805 |
"arabic",
|
1806 |
"latin",
|
1807 |
-
"vietnamese",
|
1808 |
"latin-ext"
|
1809 |
],
|
1810 |
-
"version": "
|
1811 |
-
"lastModified": "
|
1812 |
"files": {
|
1813 |
-
"regular": "http://fonts.gstatic.com/s/baloobhaijaan/
|
1814 |
}
|
1815 |
},
|
1816 |
{
|
@@ -1821,15 +1821,15 @@
|
|
1821 |
"regular"
|
1822 |
],
|
1823 |
"subsets": [
|
|
|
1824 |
"latin",
|
1825 |
"oriya",
|
1826 |
-
"vietnamese",
|
1827 |
"latin-ext"
|
1828 |
],
|
1829 |
"version": "v3",
|
1830 |
"lastModified": "2017-11-21",
|
1831 |
"files": {
|
1832 |
-
"regular": "http://fonts.gstatic.com/s/baloobhaina/v3/
|
1833 |
}
|
1834 |
},
|
1835 |
{
|
@@ -1840,15 +1840,15 @@
|
|
1840 |
"regular"
|
1841 |
],
|
1842 |
"subsets": [
|
1843 |
-
"latin",
|
1844 |
"vietnamese",
|
|
|
1845 |
"malayalam",
|
1846 |
"latin-ext"
|
1847 |
],
|
1848 |
"version": "v3",
|
1849 |
"lastModified": "2017-11-21",
|
1850 |
"files": {
|
1851 |
-
"regular": "http://fonts.gstatic.com/s/baloochettan/v3/
|
1852 |
}
|
1853 |
},
|
1854 |
{
|
@@ -1859,15 +1859,15 @@
|
|
1859 |
"regular"
|
1860 |
],
|
1861 |
"subsets": [
|
1862 |
-
"latin",
|
1863 |
"vietnamese",
|
1864 |
-
"
|
1865 |
-
"
|
|
|
1866 |
],
|
1867 |
"version": "v3",
|
1868 |
"lastModified": "2017-11-21",
|
1869 |
"files": {
|
1870 |
-
"regular": "http://fonts.gstatic.com/s/balooda/v3/
|
1871 |
}
|
1872 |
},
|
1873 |
{
|
@@ -1878,15 +1878,15 @@
|
|
1878 |
"regular"
|
1879 |
],
|
1880 |
"subsets": [
|
1881 |
-
"latin",
|
1882 |
"vietnamese",
|
1883 |
-
"latin
|
1884 |
-
"gurmukhi"
|
|
|
1885 |
],
|
1886 |
"version": "v3",
|
1887 |
"lastModified": "2017-11-21",
|
1888 |
"files": {
|
1889 |
-
"regular": "http://fonts.gstatic.com/s/baloopaaji/v3/
|
1890 |
}
|
1891 |
},
|
1892 |
{
|
@@ -1897,15 +1897,15 @@
|
|
1897 |
"regular"
|
1898 |
],
|
1899 |
"subsets": [
|
1900 |
-
"kannada",
|
1901 |
-
"latin",
|
1902 |
"vietnamese",
|
1903 |
-
"latin
|
|
|
|
|
1904 |
],
|
1905 |
"version": "v3",
|
1906 |
"lastModified": "2017-11-21",
|
1907 |
"files": {
|
1908 |
-
"regular": "http://fonts.gstatic.com/s/balootamma/v3
|
1909 |
}
|
1910 |
},
|
1911 |
{
|
@@ -1916,15 +1916,15 @@
|
|
1916 |
"regular"
|
1917 |
],
|
1918 |
"subsets": [
|
1919 |
-
"latin",
|
1920 |
"vietnamese",
|
|
|
1921 |
"telugu",
|
1922 |
"latin-ext"
|
1923 |
],
|
1924 |
"version": "v3",
|
1925 |
"lastModified": "2017-11-21",
|
1926 |
"files": {
|
1927 |
-
"regular": "http://fonts.gstatic.com/s/balootammudu/v3/
|
1928 |
}
|
1929 |
},
|
1930 |
{
|
@@ -1935,15 +1935,15 @@
|
|
1935 |
"regular"
|
1936 |
],
|
1937 |
"subsets": [
|
1938 |
-
"tamil",
|
1939 |
-
"latin",
|
1940 |
"vietnamese",
|
1941 |
-
"latin
|
|
|
|
|
1942 |
],
|
1943 |
"version": "v3",
|
1944 |
"lastModified": "2017-11-21",
|
1945 |
"files": {
|
1946 |
-
"regular": "http://fonts.gstatic.com/s/baloothambi/v3/
|
1947 |
}
|
1948 |
},
|
1949 |
{
|
@@ -1959,7 +1959,7 @@
|
|
1959 |
"version": "v6",
|
1960 |
"lastModified": "2017-10-10",
|
1961 |
"files": {
|
1962 |
-
"regular": "http://fonts.gstatic.com/s/balthazar/v6/
|
1963 |
}
|
1964 |
},
|
1965 |
{
|
@@ -1970,14 +1970,14 @@
|
|
1970 |
"regular"
|
1971 |
],
|
1972 |
"subsets": [
|
1973 |
-
"latin",
|
1974 |
"vietnamese",
|
|
|
1975 |
"latin-ext"
|
1976 |
],
|
1977 |
"version": "v10",
|
1978 |
"lastModified": "2017-10-10",
|
1979 |
"files": {
|
1980 |
-
"regular": "http://fonts.gstatic.com/s/bangers/v10/
|
1981 |
}
|
1982 |
},
|
1983 |
{
|
@@ -2011,24 +2011,24 @@
|
|
2011 |
"version": "v1",
|
2012 |
"lastModified": "2017-11-21",
|
2013 |
"files": {
|
2014 |
-
"100": "http://fonts.gstatic.com/s/barlow/v1/
|
2015 |
-
"100italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2016 |
-
"200": "http://fonts.gstatic.com/s/barlow/v1/
|
2017 |
-
"200italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2018 |
-
"300": "http://fonts.gstatic.com/s/barlow/v1/
|
2019 |
-
"300italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2020 |
-
"regular": "http://fonts.gstatic.com/s/barlow/v1/
|
2021 |
-
"italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2022 |
-
"500": "http://fonts.gstatic.com/s/barlow/v1/
|
2023 |
-
"500italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2024 |
-
"600": "http://fonts.gstatic.com/s/barlow/v1/
|
2025 |
-
"600italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2026 |
-
"700": "http://fonts.gstatic.com/s/barlow/v1/
|
2027 |
-
"700italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2028 |
-
"800": "http://fonts.gstatic.com/s/barlow/v1/
|
2029 |
-
"800italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2030 |
-
"900": "http://fonts.gstatic.com/s/barlow/v1/
|
2031 |
-
"900italic": "http://fonts.gstatic.com/s/barlow/v1/
|
2032 |
}
|
2033 |
},
|
2034 |
{
|
@@ -2062,24 +2062,24 @@
|
|
2062 |
"version": "v1",
|
2063 |
"lastModified": "2017-11-21",
|
2064 |
"files": {
|
2065 |
-
"100": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2066 |
-
"100italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2067 |
-
"200": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2068 |
-
"200italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2069 |
-
"300": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2070 |
-
"300italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2071 |
-
"regular": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2072 |
-
"italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2073 |
-
"500": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2074 |
-
"500italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2075 |
-
"600": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2076 |
-
"600italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2077 |
-
"700": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2078 |
-
"700italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2079 |
-
"800": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2080 |
-
"800italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2081 |
-
"900": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2082 |
-
"900italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/
|
2083 |
}
|
2084 |
},
|
2085 |
{
|
@@ -2113,24 +2113,24 @@
|
|
2113 |
"version": "v1",
|
2114 |
"lastModified": "2017-11-21",
|
2115 |
"files": {
|
2116 |
-
"100": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2117 |
-
"100italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2118 |
-
"200": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2119 |
-
"200italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2120 |
-
"300": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2121 |
-
"300italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2122 |
-
"regular": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2123 |
-
"italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2124 |
-
"500": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2125 |
-
"500italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2126 |
-
"600": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2127 |
-
"600italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2128 |
-
"700": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2129 |
-
"700italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2130 |
-
"800": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2131 |
-
"800italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2132 |
-
"900": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2133 |
-
"900italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/
|
2134 |
}
|
2135 |
},
|
2136 |
{
|
@@ -2147,7 +2147,7 @@
|
|
2147 |
"version": "v2",
|
2148 |
"lastModified": "2017-10-09",
|
2149 |
"files": {
|
2150 |
-
"regular": "http://fonts.gstatic.com/s/barrio/v2/
|
2151 |
}
|
2152 |
},
|
2153 |
{
|
@@ -2164,7 +2164,7 @@
|
|
2164 |
"version": "v7",
|
2165 |
"lastModified": "2017-10-10",
|
2166 |
"files": {
|
2167 |
-
"regular": "http://fonts.gstatic.com/s/basic/v7/
|
2168 |
}
|
2169 |
},
|
2170 |
{
|
@@ -2181,8 +2181,8 @@
|
|
2181 |
"version": "v11",
|
2182 |
"lastModified": "2017-10-10",
|
2183 |
"files": {
|
2184 |
-
"regular": "http://fonts.gstatic.com/s/battambang/v11/
|
2185 |
-
"700": "http://fonts.gstatic.com/s/battambang/v11/
|
2186 |
}
|
2187 |
},
|
2188 |
{
|
@@ -2198,7 +2198,7 @@
|
|
2198 |
"version": "v7",
|
2199 |
"lastModified": "2017-10-10",
|
2200 |
"files": {
|
2201 |
-
"regular": "http://fonts.gstatic.com/s/baumans/v7
|
2202 |
}
|
2203 |
},
|
2204 |
{
|
@@ -2214,7 +2214,7 @@
|
|
2214 |
"version": "v10",
|
2215 |
"lastModified": "2017-10-09",
|
2216 |
"files": {
|
2217 |
-
"regular": "http://fonts.gstatic.com/s/bayon/v10/
|
2218 |
}
|
2219 |
},
|
2220 |
{
|
@@ -2230,7 +2230,7 @@
|
|
2230 |
"version": "v8",
|
2231 |
"lastModified": "2017-10-10",
|
2232 |
"files": {
|
2233 |
-
"regular": "http://fonts.gstatic.com/s/belgrano/v8/
|
2234 |
}
|
2235 |
},
|
2236 |
{
|
@@ -2241,14 +2241,14 @@
|
|
2241 |
"regular"
|
2242 |
],
|
2243 |
"subsets": [
|
|
|
2244 |
"latin",
|
2245 |
-
"latin-ext"
|
2246 |
-
"hebrew"
|
2247 |
],
|
2248 |
"version": "v3",
|
2249 |
"lastModified": "2017-11-21",
|
2250 |
"files": {
|
2251 |
-
"regular": "http://fonts.gstatic.com/s/bellefair/v3/
|
2252 |
}
|
2253 |
},
|
2254 |
{
|
@@ -2265,7 +2265,7 @@
|
|
2265 |
"version": "v6",
|
2266 |
"lastModified": "2017-10-10",
|
2267 |
"files": {
|
2268 |
-
"regular": "http://fonts.gstatic.com/s/belleza/v6/
|
2269 |
}
|
2270 |
},
|
2271 |
{
|
@@ -2284,9 +2284,9 @@
|
|
2284 |
"version": "v6",
|
2285 |
"lastModified": "2017-10-10",
|
2286 |
"files": {
|
2287 |
-
"300": "http://fonts.gstatic.com/s/benchnine/v6/
|
2288 |
-
"regular": "http://fonts.gstatic.com/s/benchnine/v6/
|
2289 |
-
"700": "http://fonts.gstatic.com/s/benchnine/v6/
|
2290 |
}
|
2291 |
},
|
2292 |
{
|
@@ -2302,7 +2302,7 @@
|
|
2302 |
"version": "v8",
|
2303 |
"lastModified": "2017-10-10",
|
2304 |
"files": {
|
2305 |
-
"regular": "http://fonts.gstatic.com/s/bentham/v8/
|
2306 |
}
|
2307 |
},
|
2308 |
{
|
@@ -2319,7 +2319,7 @@
|
|
2319 |
"version": "v6",
|
2320 |
"lastModified": "2017-10-10",
|
2321 |
"files": {
|
2322 |
-
"regular": "http://fonts.gstatic.com/s/berkshireswash/v6/
|
2323 |
}
|
2324 |
},
|
2325 |
{
|
@@ -2330,14 +2330,14 @@
|
|
2330 |
"regular"
|
2331 |
],
|
2332 |
"subsets": [
|
2333 |
-
"latin",
|
2334 |
"vietnamese",
|
|
|
2335 |
"latin-ext"
|
2336 |
],
|
2337 |
"version": "v9",
|
2338 |
"lastModified": "2017-10-10",
|
2339 |
"files": {
|
2340 |
-
"regular": "http://fonts.gstatic.com/s/bevan/v9/
|
2341 |
}
|
2342 |
},
|
2343 |
{
|
@@ -2354,7 +2354,7 @@
|
|
2354 |
"version": "v6",
|
2355 |
"lastModified": "2017-10-09",
|
2356 |
"files": {
|
2357 |
-
"regular": "http://fonts.gstatic.com/s/bigelowrules/v6/
|
2358 |
}
|
2359 |
},
|
2360 |
{
|
@@ -2370,7 +2370,7 @@
|
|
2370 |
"version": "v8",
|
2371 |
"lastModified": "2017-10-10",
|
2372 |
"files": {
|
2373 |
-
"regular": "http://fonts.gstatic.com/s/bigshotone/v8/
|
2374 |
}
|
2375 |
},
|
2376 |
{
|
@@ -2387,7 +2387,7 @@
|
|
2387 |
"version": "v7",
|
2388 |
"lastModified": "2017-10-10",
|
2389 |
"files": {
|
2390 |
-
"regular": "http://fonts.gstatic.com/s/bilbo/v7
|
2391 |
}
|
2392 |
},
|
2393 |
{
|
@@ -2404,7 +2404,7 @@
|
|
2404 |
"version": "v9",
|
2405 |
"lastModified": "2017-10-10",
|
2406 |
"files": {
|
2407 |
-
"regular": "http://fonts.gstatic.com/s/bilboswashcaps/v9/
|
2408 |
}
|
2409 |
},
|
2410 |
{
|
@@ -2425,11 +2425,11 @@
|
|
2425 |
"version": "v2",
|
2426 |
"lastModified": "2017-10-10",
|
2427 |
"files": {
|
2428 |
-
"200": "http://fonts.gstatic.com/s/biorhyme/v2/
|
2429 |
-
"300": "http://fonts.gstatic.com/s/biorhyme/v2/
|
2430 |
-
"regular": "http://fonts.gstatic.com/s/biorhyme/v2/
|
2431 |
-
"700": "http://fonts.gstatic.com/s/biorhyme/v2/
|
2432 |
-
"800": "http://fonts.gstatic.com/s/biorhyme/v2/
|
2433 |
}
|
2434 |
},
|
2435 |
{
|
@@ -2450,11 +2450,11 @@
|
|
2450 |
"version": "v3",
|
2451 |
"lastModified": "2017-10-09",
|
2452 |
"files": {
|
2453 |
-
"200": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/
|
2454 |
-
"300": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/
|
2455 |
-
"regular": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/
|
2456 |
-
"700": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/
|
2457 |
-
"800": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/
|
2458 |
}
|
2459 |
},
|
2460 |
{
|
@@ -2478,13 +2478,13 @@
|
|
2478 |
"version": "v3",
|
2479 |
"lastModified": "2017-10-10",
|
2480 |
"files": {
|
2481 |
-
"200": "http://fonts.gstatic.com/s/biryani/v3/
|
2482 |
-
"300": "http://fonts.gstatic.com/s/biryani/v3/
|
2483 |
-
"regular": "http://fonts.gstatic.com/s/biryani/v3/
|
2484 |
-
"600": "http://fonts.gstatic.com/s/biryani/v3/
|
2485 |
-
"700": "http://fonts.gstatic.com/s/biryani/v3/
|
2486 |
-
"800": "http://fonts.gstatic.com/s/biryani/v3/
|
2487 |
-
"900": "http://fonts.gstatic.com/s/biryani/v3/
|
2488 |
}
|
2489 |
},
|
2490 |
{
|
@@ -2503,9 +2503,43 @@
|
|
2503 |
"version": "v12",
|
2504 |
"lastModified": "2017-10-11",
|
2505 |
"files": {
|
2506 |
-
"regular": "http://fonts.gstatic.com/s/bitter/v12/
|
2507 |
-
"italic": "http://fonts.gstatic.com/s/bitter/v12/
|
2508 |
-
"700": "http://fonts.gstatic.com/s/bitter/v12/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2509 |
}
|
2510 |
},
|
2511 |
{
|
@@ -2522,7 +2556,7 @@
|
|
2522 |
"version": "v9",
|
2523 |
"lastModified": "2017-10-10",
|
2524 |
"files": {
|
2525 |
-
"regular": "http://fonts.gstatic.com/s/blackopsone/v9/
|
2526 |
}
|
2527 |
},
|
2528 |
{
|
@@ -2538,7 +2572,7 @@
|
|
2538 |
"version": "v10",
|
2539 |
"lastModified": "2017-10-09",
|
2540 |
"files": {
|
2541 |
-
"regular": "http://fonts.gstatic.com/s/bokor/v10/
|
2542 |
}
|
2543 |
},
|
2544 |
{
|
@@ -2554,7 +2588,7 @@
|
|
2554 |
"version": "v9",
|
2555 |
"lastModified": "2017-10-09",
|
2556 |
"files": {
|
2557 |
-
"regular": "http://fonts.gstatic.com/s/bonbon/v9/
|
2558 |
}
|
2559 |
},
|
2560 |
{
|
@@ -2570,7 +2604,7 @@
|
|
2570 |
"version": "v8",
|
2571 |
"lastModified": "2017-10-10",
|
2572 |
"files": {
|
2573 |
-
"regular": "http://fonts.gstatic.com/s/boogaloo/v8/
|
2574 |
}
|
2575 |
},
|
2576 |
{
|
@@ -2586,7 +2620,7 @@
|
|
2586 |
"version": "v9",
|
2587 |
"lastModified": "2017-10-10",
|
2588 |
"files": {
|
2589 |
-
"regular": "http://fonts.gstatic.com/s/bowlbyone/v9/
|
2590 |
}
|
2591 |
},
|
2592 |
{
|
@@ -2603,7 +2637,7 @@
|
|
2603 |
"version": "v9",
|
2604 |
"lastModified": "2017-10-10",
|
2605 |
"files": {
|
2606 |
-
"regular": "http://fonts.gstatic.com/s/bowlbyonesc/v9/
|
2607 |
}
|
2608 |
},
|
2609 |
{
|
@@ -2619,7 +2653,7 @@
|
|
2619 |
"version": "v8",
|
2620 |
"lastModified": "2017-10-10",
|
2621 |
"files": {
|
2622 |
-
"regular": "http://fonts.gstatic.com/s/brawler/v8/
|
2623 |
}
|
2624 |
},
|
2625 |
{
|
@@ -2636,7 +2670,7 @@
|
|
2636 |
"version": "v7",
|
2637 |
"lastModified": "2017-10-10",
|
2638 |
"files": {
|
2639 |
-
"regular": "http://fonts.gstatic.com/s/breeserif/v7/
|
2640 |
}
|
2641 |
},
|
2642 |
{
|
@@ -2653,7 +2687,7 @@
|
|
2653 |
"version": "v6",
|
2654 |
"lastModified": "2017-10-10",
|
2655 |
"files": {
|
2656 |
-
"regular": "http://fonts.gstatic.com/s/bubblegumsans/v6/
|
2657 |
}
|
2658 |
},
|
2659 |
{
|
@@ -2670,7 +2704,7 @@
|
|
2670 |
"version": "v6",
|
2671 |
"lastModified": "2017-10-10",
|
2672 |
"files": {
|
2673 |
-
"regular": "http://fonts.gstatic.com/s/bubblerone/v6/
|
2674 |
}
|
2675 |
},
|
2676 |
{
|
@@ -2686,7 +2720,7 @@
|
|
2686 |
"version": "v8",
|
2687 |
"lastModified": "2017-10-10",
|
2688 |
"files": {
|
2689 |
-
"300": "http://fonts.gstatic.com/s/buda/v8/
|
2690 |
}
|
2691 |
},
|
2692 |
{
|
@@ -2704,8 +2738,8 @@
|
|
2704 |
"version": "v9",
|
2705 |
"lastModified": "2017-10-10",
|
2706 |
"files": {
|
2707 |
-
"regular": "http://fonts.gstatic.com/s/buenard/v9/
|
2708 |
-
"700": "http://fonts.gstatic.com/s/buenard/v9/
|
2709 |
}
|
2710 |
},
|
2711 |
{
|
@@ -2716,14 +2750,14 @@
|
|
2716 |
"regular"
|
2717 |
],
|
2718 |
"subsets": [
|
2719 |
-
"latin",
|
2720 |
"vietnamese",
|
|
|
2721 |
"latin-ext"
|
2722 |
],
|
2723 |
"version": "v3",
|
2724 |
"lastModified": "2017-10-10",
|
2725 |
"files": {
|
2726 |
-
"regular": "http://fonts.gstatic.com/s/bungee/v3/
|
2727 |
}
|
2728 |
},
|
2729 |
{
|
@@ -2734,14 +2768,14 @@
|
|
2734 |
"regular"
|
2735 |
],
|
2736 |
"subsets": [
|
2737 |
-
"latin",
|
2738 |
"vietnamese",
|
|
|
2739 |
"latin-ext"
|
2740 |
],
|
2741 |
"version": "v3",
|
2742 |
"lastModified": "2017-10-09",
|
2743 |
"files": {
|
2744 |
-
"regular": "http://fonts.gstatic.com/s/bungeehairline/v3/
|
2745 |
}
|
2746 |
},
|
2747 |
{
|
@@ -2752,14 +2786,14 @@
|
|
2752 |
"regular"
|
2753 |
],
|
2754 |
"subsets": [
|
2755 |
-
"latin",
|
2756 |
"vietnamese",
|
|
|
2757 |
"latin-ext"
|
2758 |
],
|
2759 |
"version": "v3",
|
2760 |
"lastModified": "2017-10-10",
|
2761 |
"files": {
|
2762 |
-
"regular": "http://fonts.gstatic.com/s/bungeeinline/v3/
|
2763 |
}
|
2764 |
},
|
2765 |
{
|
@@ -2770,14 +2804,14 @@
|
|
2770 |
"regular"
|
2771 |
],
|
2772 |
"subsets": [
|
2773 |
-
"latin",
|
2774 |
"vietnamese",
|
|
|
2775 |
"latin-ext"
|
2776 |
],
|
2777 |
"version": "v3",
|
2778 |
"lastModified": "2017-10-09",
|
2779 |
"files": {
|
2780 |
-
"regular": "http://fonts.gstatic.com/s/bungeeoutline/v3/
|
2781 |
}
|
2782 |
},
|
2783 |
{
|
@@ -2788,14 +2822,14 @@
|
|
2788 |
"regular"
|
2789 |
],
|
2790 |
"subsets": [
|
2791 |
-
"latin",
|
2792 |
"vietnamese",
|
|
|
2793 |
"latin-ext"
|
2794 |
],
|
2795 |
"version": "v3",
|
2796 |
"lastModified": "2017-10-10",
|
2797 |
"files": {
|
2798 |
-
"regular": "http://fonts.gstatic.com/s/bungeeshade/v3/
|
2799 |
}
|
2800 |
},
|
2801 |
{
|
@@ -2812,7 +2846,7 @@
|
|
2812 |
"version": "v9",
|
2813 |
"lastModified": "2017-10-09",
|
2814 |
"files": {
|
2815 |
-
"regular": "http://fonts.gstatic.com/s/butcherman/v9/
|
2816 |
}
|
2817 |
},
|
2818 |
{
|
@@ -2829,7 +2863,7 @@
|
|
2829 |
"version": "v6",
|
2830 |
"lastModified": "2017-10-09",
|
2831 |
"files": {
|
2832 |
-
"regular": "http://fonts.gstatic.com/s/butterflykids/v6/
|
2833 |
}
|
2834 |
},
|
2835 |
{
|
@@ -2847,21 +2881,21 @@
|
|
2847 |
"700italic"
|
2848 |
],
|
2849 |
"subsets": [
|
2850 |
-
"latin",
|
2851 |
"vietnamese",
|
|
|
2852 |
"latin-ext"
|
2853 |
],
|
2854 |
"version": "v12",
|
2855 |
"lastModified": "2017-10-10",
|
2856 |
"files": {
|
2857 |
-
"regular": "http://fonts.gstatic.com/s/cabin/v12/
|
2858 |
-
"italic": "http://fonts.gstatic.com/s/cabin/v12/
|
2859 |
-
"500": "http://fonts.gstatic.com/s/cabin/v12/
|
2860 |
-
"500italic": "http://fonts.gstatic.com/s/cabin/v12/
|
2861 |
-
"600": "http://fonts.gstatic.com/s/cabin/v12/
|
2862 |
-
"600italic": "http://fonts.gstatic.com/s/cabin/v12/
|
2863 |
-
"700": "http://fonts.gstatic.com/s/cabin/v12/
|
2864 |
-
"700italic": "http://fonts.gstatic.com/s/cabin/v12/
|
2865 |
}
|
2866 |
},
|
2867 |
{
|
@@ -2875,17 +2909,17 @@
|
|
2875 |
"700"
|
2876 |
],
|
2877 |
"subsets": [
|
2878 |
-
"latin",
|
2879 |
"vietnamese",
|
|
|
2880 |
"latin-ext"
|
2881 |
],
|
2882 |
"version": "v11",
|
2883 |
"lastModified": "2017-10-10",
|
2884 |
"files": {
|
2885 |
-
"regular": "http://fonts.gstatic.com/s/cabincondensed/v11/
|
2886 |
-
"500": "http://fonts.gstatic.com/s/cabincondensed/v11/
|
2887 |
-
"600": "http://fonts.gstatic.com/s/cabincondensed/v11/
|
2888 |
-
"700": "http://fonts.gstatic.com/s/cabincondensed/v11/
|
2889 |
}
|
2890 |
},
|
2891 |
{
|
@@ -2902,8 +2936,8 @@
|
|
2902 |
"version": "v11",
|
2903 |
"lastModified": "2017-10-10",
|
2904 |
"files": {
|
2905 |
-
"regular": "http://fonts.gstatic.com/s/cabinsketch/v11/
|
2906 |
-
"700": "http://fonts.gstatic.com/s/cabinsketch/v11/
|
2907 |
}
|
2908 |
},
|
2909 |
{
|
@@ -2919,7 +2953,7 @@
|
|
2919 |
"version": "v6",
|
2920 |
"lastModified": "2017-10-10",
|
2921 |
"files": {
|
2922 |
-
"regular": "http://fonts.gstatic.com/s/caesardressing/v6/
|
2923 |
}
|
2924 |
},
|
2925 |
{
|
@@ -2935,7 +2969,7 @@
|
|
2935 |
"version": "v6",
|
2936 |
"lastModified": "2017-10-10",
|
2937 |
"files": {
|
2938 |
-
"regular": "http://fonts.gstatic.com/s/cagliostro/v6/
|
2939 |
}
|
2940 |
},
|
2941 |
{
|
@@ -2955,15 +2989,15 @@
|
|
2955 |
"latin",
|
2956 |
"latin-ext"
|
2957 |
],
|
2958 |
-
"version": "
|
2959 |
-
"lastModified": "
|
2960 |
"files": {
|
2961 |
-
"200": "http://fonts.gstatic.com/s/cairo/
|
2962 |
-
"300": "http://fonts.gstatic.com/s/cairo/
|
2963 |
-
"regular": "http://fonts.gstatic.com/s/cairo/
|
2964 |
-
"600": "http://fonts.gstatic.com/s/cairo/
|
2965 |
-
"700": "http://fonts.gstatic.com/s/cairo/
|
2966 |
-
"900": "http://fonts.gstatic.com/s/cairo/
|
2967 |
}
|
2968 |
},
|
2969 |
{
|
@@ -2979,7 +3013,7 @@
|
|
2979 |
"version": "v9",
|
2980 |
"lastModified": "2017-10-10",
|
2981 |
"files": {
|
2982 |
-
"regular": "http://fonts.gstatic.com/s/calligraffitti/v9/
|
2983 |
}
|
2984 |
},
|
2985 |
{
|
@@ -3000,10 +3034,10 @@
|
|
3000 |
"version": "v3",
|
3001 |
"lastModified": "2017-10-10",
|
3002 |
"files": {
|
3003 |
-
"regular": "http://fonts.gstatic.com/s/cambay/v3/
|
3004 |
-
"italic": "http://fonts.gstatic.com/s/cambay/v3/
|
3005 |
-
"700": "http://fonts.gstatic.com/s/cambay/v3/
|
3006 |
-
"700italic": "http://fonts.gstatic.com/s/cambay/v3/
|
3007 |
}
|
3008 |
},
|
3009 |
{
|
@@ -3019,7 +3053,7 @@
|
|
3019 |
"version": "v6",
|
3020 |
"lastModified": "2017-10-10",
|
3021 |
"files": {
|
3022 |
-
"regular": "http://fonts.gstatic.com/s/cambo/v6/
|
3023 |
}
|
3024 |
},
|
3025 |
{
|
@@ -3035,7 +3069,7 @@
|
|
3035 |
"version": "v7",
|
3036 |
"lastModified": "2017-10-10",
|
3037 |
"files": {
|
3038 |
-
"regular": "http://fonts.gstatic.com/s/candal/v7/
|
3039 |
}
|
3040 |
},
|
3041 |
{
|
@@ -3054,10 +3088,10 @@
|
|
3054 |
"version": "v7",
|
3055 |
"lastModified": "2017-10-10",
|
3056 |
"files": {
|
3057 |
-
"regular": "http://fonts.gstatic.com/s/cantarell/v7/
|
3058 |
-
"italic": "http://fonts.gstatic.com/s/cantarell/v7/
|
3059 |
-
"700": "http://fonts.gstatic.com/s/cantarell/v7/
|
3060 |
-
"700italic": "http://fonts.gstatic.com/s/cantarell/v7/
|
3061 |
}
|
3062 |
},
|
3063 |
{
|
@@ -3074,7 +3108,7 @@
|
|
3074 |
"version": "v7",
|
3075 |
"lastModified": "2017-10-10",
|
3076 |
"files": {
|
3077 |
-
"regular": "http://fonts.gstatic.com/s/cantataone/v7
|
3078 |
}
|
3079 |
},
|
3080 |
{
|
@@ -3091,7 +3125,7 @@
|
|
3091 |
"version": "v7",
|
3092 |
"lastModified": "2017-10-10",
|
3093 |
"files": {
|
3094 |
-
"regular": "http://fonts.gstatic.com/s/cantoraone/v7/
|
3095 |
}
|
3096 |
},
|
3097 |
{
|
@@ -3108,7 +3142,7 @@
|
|
3108 |
"version": "v5",
|
3109 |
"lastModified": "2017-10-10",
|
3110 |
"files": {
|
3111 |
-
"regular": "http://fonts.gstatic.com/s/capriola/v5/
|
3112 |
}
|
3113 |
},
|
3114 |
{
|
@@ -3121,17 +3155,17 @@
|
|
3121 |
"700"
|
3122 |
],
|
3123 |
"subsets": [
|
3124 |
-
"greek",
|
3125 |
-
"latin",
|
3126 |
"greek-ext",
|
|
|
|
|
3127 |
"latin-ext"
|
3128 |
],
|
3129 |
"version": "v9",
|
3130 |
"lastModified": "2017-10-10",
|
3131 |
"files": {
|
3132 |
-
"regular": "http://fonts.gstatic.com/s/cardo/v9/
|
3133 |
-
"italic": "http://fonts.gstatic.com/s/cardo/v9/
|
3134 |
-
"700": "http://fonts.gstatic.com/s/cardo/v9/
|
3135 |
}
|
3136 |
},
|
3137 |
{
|
@@ -3147,7 +3181,7 @@
|
|
3147 |
"version": "v8",
|
3148 |
"lastModified": "2017-10-10",
|
3149 |
"files": {
|
3150 |
-
"regular": "http://fonts.gstatic.com/s/carme/v8/
|
3151 |
}
|
3152 |
},
|
3153 |
{
|
@@ -3163,7 +3197,7 @@
|
|
3163 |
"version": "v7",
|
3164 |
"lastModified": "2017-10-10",
|
3165 |
"files": {
|
3166 |
-
"regular": "http://fonts.gstatic.com/s/carroisgothic/v7/
|
3167 |
}
|
3168 |
},
|
3169 |
{
|
@@ -3179,7 +3213,7 @@
|
|
3179 |
"version": "v7",
|
3180 |
"lastModified": "2017-10-10",
|
3181 |
"files": {
|
3182 |
-
"regular": "http://fonts.gstatic.com/s/carroisgothicsc/v7/
|
3183 |
}
|
3184 |
},
|
3185 |
{
|
@@ -3195,7 +3229,7 @@
|
|
3195 |
"version": "v9",
|
3196 |
"lastModified": "2017-10-10",
|
3197 |
"files": {
|
3198 |
-
"regular": "http://fonts.gstatic.com/s/carterone/v9/
|
3199 |
}
|
3200 |
},
|
3201 |
{
|
@@ -3214,22 +3248,22 @@
|
|
3214 |
"900"
|
3215 |
],
|
3216 |
"subsets": [
|
3217 |
-
"tamil",
|
3218 |
"latin",
|
3219 |
-
"latin-ext"
|
|
|
3220 |
],
|
3221 |
"version": "v4",
|
3222 |
"lastModified": "2017-11-21",
|
3223 |
"files": {
|
3224 |
-
"100": "http://fonts.gstatic.com/s/catamaran/v4/
|
3225 |
-
"200": "http://fonts.gstatic.com/s/catamaran/v4/
|
3226 |
-
"300": "http://fonts.gstatic.com/s/catamaran/v4/
|
3227 |
-
"regular": "http://fonts.gstatic.com/s/catamaran/v4/
|
3228 |
-
"500": "http://fonts.gstatic.com/s/catamaran/v4/
|
3229 |
-
"600": "http://fonts.gstatic.com/s/catamaran/v4/
|
3230 |
-
"700": "http://fonts.gstatic.com/s/catamaran/v4/
|
3231 |
-
"800": "http://fonts.gstatic.com/s/catamaran/v4/
|
3232 |
-
"900": "http://fonts.gstatic.com/s/catamaran/v4/
|
3233 |
}
|
3234 |
},
|
3235 |
{
|
@@ -3243,18 +3277,18 @@
|
|
3243 |
"700italic"
|
3244 |
],
|
3245 |
"subsets": [
|
3246 |
-
"greek",
|
3247 |
-
"latin",
|
3248 |
"greek-ext",
|
|
|
|
|
3249 |
"latin-ext"
|
3250 |
],
|
3251 |
"version": "v7",
|
3252 |
"lastModified": "2017-10-10",
|
3253 |
"files": {
|
3254 |
-
"regular": "http://fonts.gstatic.com/s/caudex/v7/
|
3255 |
-
"italic": "http://fonts.gstatic.com/s/caudex/v7/
|
3256 |
-
"700": "http://fonts.gstatic.com/s/caudex/v7/
|
3257 |
-
"700italic": "http://fonts.gstatic.com/s/caudex/v7/
|
3258 |
}
|
3259 |
},
|
3260 |
{
|
@@ -3267,14 +3301,14 @@
|
|
3267 |
],
|
3268 |
"subsets": [
|
3269 |
"latin",
|
3270 |
-
"
|
3271 |
-
"
|
3272 |
],
|
3273 |
"version": "v4",
|
3274 |
"lastModified": "2017-11-07",
|
3275 |
"files": {
|
3276 |
-
"regular": "http://fonts.gstatic.com/s/caveat/v4/
|
3277 |
-
"700": "http://fonts.gstatic.com/s/caveat/v4/
|
3278 |
}
|
3279 |
},
|
3280 |
{
|
@@ -3291,7 +3325,7 @@
|
|
3291 |
"version": "v3",
|
3292 |
"lastModified": "2017-10-10",
|
3293 |
"files": {
|
3294 |
-
"regular": "http://fonts.gstatic.com/s/caveatbrush/v3/
|
3295 |
}
|
3296 |
},
|
3297 |
{
|
@@ -3307,7 +3341,7 @@
|
|
3307 |
"version": "v8",
|
3308 |
"lastModified": "2017-10-10",
|
3309 |
"files": {
|
3310 |
-
"regular": "http://fonts.gstatic.com/s/cedarvillecursive/v8/
|
3311 |
}
|
3312 |
},
|
3313 |
{
|
@@ -3324,7 +3358,7 @@
|
|
3324 |
"version": "v8",
|
3325 |
"lastModified": "2017-10-10",
|
3326 |
"files": {
|
3327 |
-
"regular": "http://fonts.gstatic.com/s/cevicheone/v8/
|
3328 |
}
|
3329 |
},
|
3330 |
{
|
@@ -3345,16 +3379,16 @@
|
|
3345 |
"latin",
|
3346 |
"latin-ext"
|
3347 |
],
|
3348 |
-
"version": "
|
3349 |
-
"lastModified": "
|
3350 |
"files": {
|
3351 |
-
"200": "http://fonts.gstatic.com/s/changa/
|
3352 |
-
"300": "http://fonts.gstatic.com/s/changa/
|
3353 |
-
"regular": "http://fonts.gstatic.com/s/changa/
|
3354 |
-
"500": "http://fonts.gstatic.com/s/changa/
|
3355 |
-
"600": "http://fonts.gstatic.com/s/changa/
|
3356 |
-
"700": "http://fonts.gstatic.com/s/changa/
|
3357 |
-
"800": "http://fonts.gstatic.com/s/changa/
|
3358 |
}
|
3359 |
},
|
3360 |
{
|
@@ -3371,8 +3405,8 @@
|
|
3371 |
"version": "v10",
|
3372 |
"lastModified": "2017-10-10",
|
3373 |
"files": {
|
3374 |
-
"regular": "http://fonts.gstatic.com/s/changaone/v10/
|
3375 |
-
"italic": "http://fonts.gstatic.com/s/changaone/v10/
|
3376 |
}
|
3377 |
},
|
3378 |
{
|
@@ -3389,7 +3423,7 @@
|
|
3389 |
"version": "v6",
|
3390 |
"lastModified": "2017-10-10",
|
3391 |
"files": {
|
3392 |
-
"regular": "http://fonts.gstatic.com/s/chango/v6/
|
3393 |
}
|
3394 |
},
|
3395 |
{
|
@@ -3410,11 +3444,11 @@
|
|
3410 |
"version": "v3",
|
3411 |
"lastModified": "2017-10-09",
|
3412 |
"files": {
|
3413 |
-
"100": "http://fonts.gstatic.com/s/chathura/v3/
|
3414 |
-
"300": "http://fonts.gstatic.com/s/chathura/v3/
|
3415 |
-
"regular": "http://fonts.gstatic.com/s/chathura/v3/
|
3416 |
-
"700": "http://fonts.gstatic.com/s/chathura/v3/
|
3417 |
-
"800": "http://fonts.gstatic.com/s/chathura/v3/
|
3418 |
}
|
3419 |
},
|
3420 |
{
|
@@ -3432,8 +3466,8 @@
|
|
3432 |
"version": "v7",
|
3433 |
"lastModified": "2017-10-10",
|
3434 |
"files": {
|
3435 |
-
"regular": "http://fonts.gstatic.com/s/chauphilomeneone/v7/
|
3436 |
-
"italic": "http://fonts.gstatic.com/s/chauphilomeneone/v7/
|
3437 |
}
|
3438 |
},
|
3439 |
{
|
@@ -3450,7 +3484,7 @@
|
|
3450 |
"version": "v6",
|
3451 |
"lastModified": "2017-10-09",
|
3452 |
"files": {
|
3453 |
-
"regular": "http://fonts.gstatic.com/s/chelaone/v6/
|
3454 |
}
|
3455 |
},
|
3456 |
{
|
@@ -3467,7 +3501,7 @@
|
|
3467 |
"version": "v5",
|
3468 |
"lastModified": "2017-10-10",
|
3469 |
"files": {
|
3470 |
-
"regular": "http://fonts.gstatic.com/s/chelseamarket/v5/
|
3471 |
}
|
3472 |
},
|
3473 |
{
|
@@ -3483,7 +3517,7 @@
|
|
3483 |
"version": "v10",
|
3484 |
"lastModified": "2017-10-09",
|
3485 |
"files": {
|
3486 |
-
"regular": "http://fonts.gstatic.com/s/chenla/v10/
|
3487 |
}
|
3488 |
},
|
3489 |
{
|
@@ -3499,7 +3533,7 @@
|
|
3499 |
"version": "v8",
|
3500 |
"lastModified": "2017-10-10",
|
3501 |
"files": {
|
3502 |
-
"regular": "http://fonts.gstatic.com/s/cherrycreamsoda/v8/
|
3503 |
}
|
3504 |
},
|
3505 |
{
|
@@ -3517,8 +3551,8 @@
|
|
3517 |
"version": "v5",
|
3518 |
"lastModified": "2017-10-10",
|
3519 |
"files": {
|
3520 |
-
"regular": "http://fonts.gstatic.com/s/cherryswash/v5/
|
3521 |
-
"700": "http://fonts.gstatic.com/s/cherryswash/v5
|
3522 |
}
|
3523 |
},
|
3524 |
{
|
@@ -3534,7 +3568,7 @@
|
|
3534 |
"version": "v9",
|
3535 |
"lastModified": "2017-10-10",
|
3536 |
"files": {
|
3537 |
-
"regular": "http://fonts.gstatic.com/s/chewy/v9/
|
3538 |
}
|
3539 |
},
|
3540 |
{
|
@@ -3551,7 +3585,7 @@
|
|
3551 |
"version": "v6",
|
3552 |
"lastModified": "2017-10-10",
|
3553 |
"files": {
|
3554 |
-
"regular": "http://fonts.gstatic.com/s/chicle/v6/
|
3555 |
}
|
3556 |
},
|
3557 |
{
|
@@ -3575,14 +3609,14 @@
|
|
3575 |
"version": "v9",
|
3576 |
"lastModified": "2017-10-10",
|
3577 |
"files": {
|
3578 |
-
"300": "http://fonts.gstatic.com/s/chivo/v9/
|
3579 |
-
"300italic": "http://fonts.gstatic.com/s/chivo/v9/
|
3580 |
-
"regular": "http://fonts.gstatic.com/s/chivo/v9/
|
3581 |
-
"italic": "http://fonts.gstatic.com/s/chivo/v9/
|
3582 |
-
"700": "http://fonts.gstatic.com/s/chivo/v9/
|
3583 |
-
"700italic": "http://fonts.gstatic.com/s/chivo/v9/
|
3584 |
-
"900": "http://fonts.gstatic.com/s/chivo/v9/
|
3585 |
-
"900italic": "http://fonts.gstatic.com/s/chivo/v9/
|
3586 |
}
|
3587 |
},
|
3588 |
{
|
@@ -3593,15 +3627,15 @@
|
|
3593 |
"regular"
|
3594 |
],
|
3595 |
"subsets": [
|
3596 |
-
"latin",
|
3597 |
"vietnamese",
|
|
|
3598 |
"latin-ext",
|
3599 |
"thai"
|
3600 |
],
|
3601 |
"version": "v2",
|
3602 |
"lastModified": "2017-10-10",
|
3603 |
"files": {
|
3604 |
-
"regular": "http://fonts.gstatic.com/s/chonburi/v2/
|
3605 |
}
|
3606 |
},
|
3607 |
{
|
@@ -3620,9 +3654,9 @@
|
|
3620 |
"version": "v7",
|
3621 |
"lastModified": "2017-10-10",
|
3622 |
"files": {
|
3623 |
-
"regular": "http://fonts.gstatic.com/s/cinzel/v7/
|
3624 |
-
"700": "http://fonts.gstatic.com/s/cinzel/v7/
|
3625 |
-
"900": "http://fonts.gstatic.com/s/cinzel/v7/
|
3626 |
}
|
3627 |
},
|
3628 |
{
|
@@ -3640,9 +3674,9 @@
|
|
3640 |
"version": "v6",
|
3641 |
"lastModified": "2017-10-10",
|
3642 |
"files": {
|
3643 |
-
"regular": "http://fonts.gstatic.com/s/cinzeldecorative/v6/
|
3644 |
-
"700": "http://fonts.gstatic.com/s/cinzeldecorative/v6/
|
3645 |
-
"900": "http://fonts.gstatic.com/s/cinzeldecorative/v6/
|
3646 |
}
|
3647 |
},
|
3648 |
{
|
@@ -3659,7 +3693,7 @@
|
|
3659 |
"version": "v5",
|
3660 |
"lastModified": "2017-10-10",
|
3661 |
"files": {
|
3662 |
-
"regular": "http://fonts.gstatic.com/s/clickerscript/v5/
|
3663 |
}
|
3664 |
},
|
3665 |
{
|
@@ -3677,8 +3711,8 @@
|
|
3677 |
"version": "v13",
|
3678 |
"lastModified": "2017-10-10",
|
3679 |
"files": {
|
3680 |
-
"regular": "http://fonts.gstatic.com/s/coda/v13/
|
3681 |
-
"800": "http://fonts.gstatic.com/s/coda/v13/
|
3682 |
}
|
3683 |
},
|
3684 |
{
|
@@ -3695,7 +3729,7 @@
|
|
3695 |
"version": "v11",
|
3696 |
"lastModified": "2017-10-10",
|
3697 |
"files": {
|
3698 |
-
"800": "http://fonts.gstatic.com/s/codacaption/v11/
|
3699 |
}
|
3700 |
},
|
3701 |
{
|
@@ -3713,8 +3747,8 @@
|
|
3713 |
"version": "v5",
|
3714 |
"lastModified": "2017-10-10",
|
3715 |
"files": {
|
3716 |
-
"300": "http://fonts.gstatic.com/s/codystar/v5/
|
3717 |
-
"regular": "http://fonts.gstatic.com/s/codystar/v5/
|
3718 |
}
|
3719 |
},
|
3720 |
{
|
@@ -3725,15 +3759,15 @@
|
|
3725 |
"regular"
|
3726 |
],
|
3727 |
"subsets": [
|
3728 |
-
"tamil",
|
3729 |
-
"latin",
|
3730 |
"vietnamese",
|
3731 |
-
"latin
|
|
|
|
|
3732 |
],
|
3733 |
"version": "v3",
|
3734 |
"lastModified": "2017-10-09",
|
3735 |
"files": {
|
3736 |
-
"regular": "http://fonts.gstatic.com/s/coiny/v3/
|
3737 |
}
|
3738 |
},
|
3739 |
{
|
@@ -3750,7 +3784,7 @@
|
|
3750 |
"version": "v6",
|
3751 |
"lastModified": "2017-10-09",
|
3752 |
"files": {
|
3753 |
-
"regular": "http://fonts.gstatic.com/s/combo/v6/
|
3754 |
}
|
3755 |
},
|
3756 |
{
|
@@ -3763,19 +3797,19 @@
|
|
3763 |
"700"
|
3764 |
],
|
3765 |
"subsets": [
|
3766 |
-
"greek",
|
3767 |
-
"latin",
|
3768 |
"vietnamese",
|
3769 |
-
"latin
|
3770 |
"cyrillic",
|
|
|
|
|
3771 |
"cyrillic-ext"
|
3772 |
],
|
3773 |
"version": "v12",
|
3774 |
"lastModified": "2017-11-07",
|
3775 |
"files": {
|
3776 |
-
"300": "http://fonts.gstatic.com/s/comfortaa/v12/
|
3777 |
-
"regular": "http://fonts.gstatic.com/s/comfortaa/v12/
|
3778 |
-
"700": "http://fonts.gstatic.com/s/comfortaa/v12/
|
3779 |
}
|
3780 |
},
|
3781 |
{
|
@@ -3791,7 +3825,7 @@
|
|
3791 |
"version": "v8",
|
3792 |
"lastModified": "2017-10-10",
|
3793 |
"files": {
|
3794 |
-
"regular": "http://fonts.gstatic.com/s/comingsoon/v8/
|
3795 |
}
|
3796 |
},
|
3797 |
{
|
@@ -3808,7 +3842,7 @@
|
|
3808 |
"version": "v8",
|
3809 |
"lastModified": "2017-10-10",
|
3810 |
"files": {
|
3811 |
-
"regular": "http://fonts.gstatic.com/s/concertone/v8/
|
3812 |
}
|
3813 |
},
|
3814 |
{
|
@@ -3825,7 +3859,7 @@
|
|
3825 |
"version": "v5",
|
3826 |
"lastModified": "2017-10-10",
|
3827 |
"files": {
|
3828 |
-
"regular": "http://fonts.gstatic.com/s/condiment/v5/
|
3829 |
}
|
3830 |
},
|
3831 |
{
|
@@ -3842,8 +3876,8 @@
|
|
3842 |
"version": "v9",
|
3843 |
"lastModified": "2017-10-10",
|
3844 |
"files": {
|
3845 |
-
"regular": "http://fonts.gstatic.com/s/content/v9/
|
3846 |
-
"700": "http://fonts.gstatic.com/s/content/v9/
|
3847 |
}
|
3848 |
},
|
3849 |
{
|
@@ -3859,7 +3893,7 @@
|
|
3859 |
"version": "v7",
|
3860 |
"lastModified": "2017-10-10",
|
3861 |
"files": {
|
3862 |
-
"regular": "http://fonts.gstatic.com/s/contrailone/v7/
|
3863 |
}
|
3864 |
},
|
3865 |
{
|
@@ -3875,7 +3909,7 @@
|
|
3875 |
"version": "v6",
|
3876 |
"lastModified": "2017-10-10",
|
3877 |
"files": {
|
3878 |
-
"regular": "http://fonts.gstatic.com/s/convergence/v6/
|
3879 |
}
|
3880 |
},
|
3881 |
{
|
@@ -3891,7 +3925,7 @@
|
|
3891 |
"version": "v8",
|
3892 |
"lastModified": "2017-10-10",
|
3893 |
"files": {
|
3894 |
-
"regular": "http://fonts.gstatic.com/s/cookie/v8/
|
3895 |
}
|
3896 |
},
|
3897 |
{
|
@@ -3907,7 +3941,7 @@
|
|
3907 |
"version": "v7",
|
3908 |
"lastModified": "2017-10-10",
|
3909 |
"files": {
|
3910 |
-
"regular": "http://fonts.gstatic.com/s/copse/v7/
|
3911 |
}
|
3912 |
},
|
3913 |
{
|
@@ -3925,8 +3959,8 @@
|
|
3925 |
"version": "v11",
|
3926 |
"lastModified": "2017-10-10",
|
3927 |
"files": {
|
3928 |
-
"regular": "http://fonts.gstatic.com/s/corben/v11/
|
3929 |
-
"700": "http://fonts.gstatic.com/s/corben/v11/
|
3930 |
}
|
3931 |
},
|
3932 |
{
|
@@ -3946,25 +3980,25 @@
|
|
3946 |
"700italic"
|
3947 |
],
|
3948 |
"subsets": [
|
3949 |
-
"latin",
|
3950 |
"vietnamese",
|
3951 |
-
"latin
|
3952 |
"cyrillic",
|
|
|
3953 |
"cyrillic-ext"
|
3954 |
],
|
3955 |
"version": "v6",
|
3956 |
"lastModified": "2017-11-21",
|
3957 |
"files": {
|
3958 |
-
"300": "http://fonts.gstatic.com/s/cormorant/v6/
|
3959 |
-
"300italic": "http://fonts.gstatic.com/s/cormorant/v6/
|
3960 |
-
"regular": "http://fonts.gstatic.com/s/cormorant/v6/
|
3961 |
-
"italic": "http://fonts.gstatic.com/s/cormorant/v6/
|
3962 |
-
"500": "http://fonts.gstatic.com/s/cormorant/v6/
|
3963 |
-
"500italic": "http://fonts.gstatic.com/s/cormorant/v6/
|
3964 |
-
"600": "http://fonts.gstatic.com/s/cormorant/v6/
|
3965 |
-
"600italic": "http://fonts.gstatic.com/s/cormorant/v6/
|
3966 |
-
"700": "http://fonts.gstatic.com/s/cormorant/v6/
|
3967 |
-
"700italic": "http://fonts.gstatic.com/s/cormorant/v6/
|
3968 |
}
|
3969 |
},
|
3970 |
{
|
@@ -3984,25 +4018,25 @@
|
|
3984 |
"700italic"
|
3985 |
],
|
3986 |
"subsets": [
|
3987 |
-
"latin",
|
3988 |
"vietnamese",
|
3989 |
-
"latin
|
3990 |
"cyrillic",
|
|
|
3991 |
"cyrillic-ext"
|
3992 |
],
|
3993 |
"version": "v5",
|
3994 |
"lastModified": "2017-11-21",
|
3995 |
"files": {
|
3996 |
-
"300": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
3997 |
-
"300italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
3998 |
-
"regular": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
3999 |
-
"italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
4000 |
-
"500": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
4001 |
-
"500italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
4002 |
-
"600": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
4003 |
-
"600italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
4004 |
-
"700": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
4005 |
-
"700italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/
|
4006 |
}
|
4007 |
},
|
4008 |
{
|
@@ -4022,25 +4056,25 @@
|
|
4022 |
"700italic"
|
4023 |
],
|
4024 |
"subsets": [
|
4025 |
-
"latin",
|
4026 |
"vietnamese",
|
4027 |
-
"latin
|
4028 |
"cyrillic",
|
|
|
4029 |
"cyrillic-ext"
|
4030 |
],
|
4031 |
"version": "v5",
|
4032 |
"lastModified": "2017-11-21",
|
4033 |
"files": {
|
4034 |
-
"300": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4035 |
-
"300italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4036 |
-
"regular": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4037 |
-
"italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4038 |
-
"500": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4039 |
-
"500italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4040 |
-
"600": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4041 |
-
"600italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4042 |
-
"700": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4043 |
-
"700italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/
|
4044 |
}
|
4045 |
},
|
4046 |
{
|
@@ -4055,20 +4089,20 @@
|
|
4055 |
"700"
|
4056 |
],
|
4057 |
"subsets": [
|
4058 |
-
"latin",
|
4059 |
"vietnamese",
|
4060 |
-
"latin
|
4061 |
"cyrillic",
|
|
|
4062 |
"cyrillic-ext"
|
4063 |
],
|
4064 |
"version": "v5",
|
4065 |
"lastModified": "2017-11-21",
|
4066 |
"files": {
|
4067 |
-
"300": "http://fonts.gstatic.com/s/cormorantsc/v5/
|
4068 |
-
"regular": "http://fonts.gstatic.com/s/cormorantsc/v5/
|
4069 |
-
"500": "http://fonts.gstatic.com/s/cormorantsc/v5/
|
4070 |
-
"600": "http://fonts.gstatic.com/s/cormorantsc/v5/
|
4071 |
-
"700": "http://fonts.gstatic.com/s/cormorantsc/v5/
|
4072 |
}
|
4073 |
},
|
4074 |
{
|
@@ -4083,20 +4117,20 @@
|
|
4083 |
"700"
|
4084 |
],
|
4085 |
"subsets": [
|
4086 |
-
"latin",
|
4087 |
"vietnamese",
|
4088 |
-
"latin
|
4089 |
"cyrillic",
|
|
|
4090 |
"cyrillic-ext"
|
4091 |
],
|
4092 |
"version": "v5",
|
4093 |
"lastModified": "2017-11-21",
|
4094 |
"files": {
|
4095 |
-
"300": "http://fonts.gstatic.com/s/cormorantunicase/v5
|
4096 |
-
"regular": "http://fonts.gstatic.com/s/cormorantunicase/v5/
|
4097 |
-
"500": "http://fonts.gstatic.com/s/cormorantunicase/v5
|
4098 |
-
"600": "http://fonts.gstatic.com/s/cormorantunicase/v5
|
4099 |
-
"700": "http://fonts.gstatic.com/s/cormorantunicase/v5
|
4100 |
}
|
4101 |
},
|
4102 |
{
|
@@ -4111,18 +4145,18 @@
|
|
4111 |
"700"
|
4112 |
],
|
4113 |
"subsets": [
|
4114 |
-
"latin",
|
4115 |
"vietnamese",
|
|
|
4116 |
"latin-ext"
|
4117 |
],
|
4118 |
"version": "v4",
|
4119 |
"lastModified": "2017-10-09",
|
4120 |
"files": {
|
4121 |
-
"300": "http://fonts.gstatic.com/s/cormorantupright/v4/
|
4122 |
-
"regular": "http://fonts.gstatic.com/s/cormorantupright/v4/
|
4123 |
-
"500": "http://fonts.gstatic.com/s/cormorantupright/v4/
|
4124 |
-
"600": "http://fonts.gstatic.com/s/cormorantupright/v4/
|
4125 |
-
"700": "http://fonts.gstatic.com/s/cormorantupright/v4/
|
4126 |
}
|
4127 |
},
|
4128 |
{
|
@@ -4139,7 +4173,7 @@
|
|
4139 |
"version": "v5",
|
4140 |
"lastModified": "2017-10-10",
|
4141 |
"files": {
|
4142 |
-
"regular": "http://fonts.gstatic.com/s/courgette/v5/
|
4143 |
}
|
4144 |
},
|
4145 |
{
|
@@ -4153,22 +4187,22 @@
|
|
4153 |
"700italic"
|
4154 |
],
|
4155 |
"subsets": [
|
4156 |
-
"greek",
|
4157 |
-
"latin",
|
4158 |
-
"vietnamese",
|
4159 |
"greek-ext",
|
4160 |
-
"
|
|
|
|
|
4161 |
"cyrillic",
|
4162 |
-
"
|
4163 |
-
"
|
|
|
4164 |
],
|
4165 |
"version": "v12",
|
4166 |
"lastModified": "2017-10-10",
|
4167 |
"files": {
|
4168 |
-
"regular": "http://fonts.gstatic.com/s/cousine/v12/
|
4169 |
-
"italic": "http://fonts.gstatic.com/s/cousine/v12/
|
4170 |
-
"700": "http://fonts.gstatic.com/s/cousine/v12/
|
4171 |
-
"700italic": "http://fonts.gstatic.com/s/cousine/v12/
|
4172 |
}
|
4173 |
},
|
4174 |
{
|
@@ -4185,8 +4219,8 @@
|
|
4185 |
"version": "v8",
|
4186 |
"lastModified": "2017-10-10",
|
4187 |
"files": {
|
4188 |
-
"regular": "http://fonts.gstatic.com/s/coustard/v8/
|
4189 |
-
"900": "http://fonts.gstatic.com/s/coustard/v8/
|
4190 |
}
|
4191 |
},
|
4192 |
{
|
@@ -4202,7 +4236,7 @@
|
|
4202 |
"version": "v7",
|
4203 |
"lastModified": "2017-10-10",
|
4204 |
"files": {
|
4205 |
-
"regular": "http://fonts.gstatic.com/s/coveredbyyourgrace/v7/
|
4206 |
}
|
4207 |
},
|
4208 |
{
|
@@ -4218,7 +4252,7 @@
|
|
4218 |
"version": "v7",
|
4219 |
"lastModified": "2017-10-10",
|
4220 |
"files": {
|
4221 |
-
"regular": "http://fonts.gstatic.com/s/craftygirls/v7/
|
4222 |
}
|
4223 |
},
|
4224 |
{
|
@@ -4234,7 +4268,7 @@
|
|
4234 |
"version": "v6",
|
4235 |
"lastModified": "2017-10-10",
|
4236 |
"files": {
|
4237 |
-
"regular": "http://fonts.gstatic.com/s/creepster/v6/
|
4238 |
}
|
4239 |
},
|
4240 |
{
|
@@ -4252,8 +4286,8 @@
|
|
4252 |
"version": "v6",
|
4253 |
"lastModified": "2017-10-10",
|
4254 |
"files": {
|
4255 |
-
"regular": "http://fonts.gstatic.com/s/creteround/v6/
|
4256 |
-
"italic": "http://fonts.gstatic.com/s/creteround/v6/
|
4257 |
}
|
4258 |
},
|
4259 |
{
|
@@ -4274,12 +4308,12 @@
|
|
4274 |
"version": "v8",
|
4275 |
"lastModified": "2017-10-10",
|
4276 |
"files": {
|
4277 |
-
"regular": "http://fonts.gstatic.com/s/crimsontext/v8/
|
4278 |
-
"italic": "http://fonts.gstatic.com/s/crimsontext/v8/
|
4279 |
-
"600": "http://fonts.gstatic.com/s/crimsontext/v8/
|
4280 |
-
"600italic": "http://fonts.gstatic.com/s/crimsontext/v8/
|
4281 |
-
"700": "http://fonts.gstatic.com/s/crimsontext/v8/
|
4282 |
-
"700italic": "http://fonts.gstatic.com/s/crimsontext/v8/
|
4283 |
}
|
4284 |
},
|
4285 |
{
|
@@ -4296,7 +4330,7 @@
|
|
4296 |
"version": "v5",
|
4297 |
"lastModified": "2017-10-10",
|
4298 |
"files": {
|
4299 |
-
"regular": "http://fonts.gstatic.com/s/croissantone/v5/
|
4300 |
}
|
4301 |
},
|
4302 |
{
|
@@ -4312,7 +4346,7 @@
|
|
4312 |
"version": "v8",
|
4313 |
"lastModified": "2017-10-10",
|
4314 |
"files": {
|
4315 |
-
"regular": "http://fonts.gstatic.com/s/crushed/v8/
|
4316 |
}
|
4317 |
},
|
4318 |
{
|
@@ -4326,19 +4360,36 @@
|
|
4326 |
"700italic"
|
4327 |
],
|
4328 |
"subsets": [
|
4329 |
-
"latin",
|
4330 |
"vietnamese",
|
4331 |
-
"latin
|
4332 |
"cyrillic",
|
|
|
4333 |
"cyrillic-ext"
|
4334 |
],
|
4335 |
"version": "v9",
|
4336 |
"lastModified": "2017-10-10",
|
4337 |
"files": {
|
4338 |
-
"regular": "http://fonts.gstatic.com/s/cuprum/v9/
|
4339 |
-
"italic": "http://fonts.gstatic.com/s/cuprum/v9/
|
4340 |
-
"700": "http://fonts.gstatic.com/s/cuprum/v9/
|
4341 |
-
"700italic": "http://fonts.gstatic.com/s/cuprum/v9/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4342 |
}
|
4343 |
},
|
4344 |
{
|
@@ -4355,7 +4406,7 @@
|
|
4355 |
"version": "v9",
|
4356 |
"lastModified": "2017-10-10",
|
4357 |
"files": {
|
4358 |
-
"regular": "http://fonts.gstatic.com/s/cutive/v9/
|
4359 |
}
|
4360 |
},
|
4361 |
{
|
@@ -4372,7 +4423,7 @@
|
|
4372 |
"version": "v6",
|
4373 |
"lastModified": "2017-10-10",
|
4374 |
"files": {
|
4375 |
-
"regular": "http://fonts.gstatic.com/s/cutivemono/v6/
|
4376 |
}
|
4377 |
},
|
4378 |
{
|
@@ -4388,7 +4439,7 @@
|
|
4388 |
"version": "v7",
|
4389 |
"lastModified": "2017-10-10",
|
4390 |
"files": {
|
4391 |
-
"regular": "http://fonts.gstatic.com/s/damion/v7/
|
4392 |
}
|
4393 |
},
|
4394 |
{
|
@@ -4400,15 +4451,15 @@
|
|
4400 |
"700"
|
4401 |
],
|
4402 |
"subsets": [
|
4403 |
-
"latin",
|
4404 |
"vietnamese",
|
|
|
4405 |
"latin-ext"
|
4406 |
],
|
4407 |
"version": "v9",
|
4408 |
"lastModified": "2017-10-10",
|
4409 |
"files": {
|
4410 |
-
"regular": "http://fonts.gstatic.com/s/dancingscript/v9/
|
4411 |
-
"700": "http://fonts.gstatic.com/s/dancingscript/v9/
|
4412 |
}
|
4413 |
},
|
4414 |
{
|
@@ -4424,7 +4475,7 @@
|
|
4424 |
"version": "v9",
|
4425 |
"lastModified": "2017-10-09",
|
4426 |
"files": {
|
4427 |
-
"regular": "http://fonts.gstatic.com/s/dangrek/v9/
|
4428 |
}
|
4429 |
},
|
4430 |
{
|
@@ -4437,17 +4488,17 @@
|
|
4437 |
"700"
|
4438 |
],
|
4439 |
"subsets": [
|
4440 |
-
"
|
4441 |
"vietnamese",
|
4442 |
-
"latin
|
4443 |
-
"
|
4444 |
],
|
4445 |
"version": "v2",
|
4446 |
"lastModified": "2017-10-10",
|
4447 |
"files": {
|
4448 |
-
"regular": "http://fonts.gstatic.com/s/davidlibre/v2/
|
4449 |
-
"500": "http://fonts.gstatic.com/s/davidlibre/v2/
|
4450 |
-
"700": "http://fonts.gstatic.com/s/davidlibre/v2/
|
4451 |
}
|
4452 |
},
|
4453 |
{
|
@@ -4463,7 +4514,7 @@
|
|
4463 |
"version": "v8",
|
4464 |
"lastModified": "2017-10-10",
|
4465 |
"files": {
|
4466 |
-
"regular": "http://fonts.gstatic.com/s/dawningofanewday/v8/
|
4467 |
}
|
4468 |
},
|
4469 |
{
|
@@ -4479,7 +4530,7 @@
|
|
4479 |
"version": "v7",
|
4480 |
"lastModified": "2017-10-10",
|
4481 |
"files": {
|
4482 |
-
"regular": "http://fonts.gstatic.com/s/daysone/v7/
|
4483 |
}
|
4484 |
},
|
4485 |
{
|
@@ -4497,7 +4548,7 @@
|
|
4497 |
"version": "v4",
|
4498 |
"lastModified": "2017-10-10",
|
4499 |
"files": {
|
4500 |
-
"regular": "http://fonts.gstatic.com/s/dekko/v4/
|
4501 |
}
|
4502 |
},
|
4503 |
{
|
@@ -4513,7 +4564,7 @@
|
|
4513 |
"version": "v7",
|
4514 |
"lastModified": "2017-10-10",
|
4515 |
"files": {
|
4516 |
-
"regular": "http://fonts.gstatic.com/s/delius/v7/
|
4517 |
}
|
4518 |
},
|
4519 |
{
|
@@ -4529,7 +4580,7 @@
|
|
4529 |
"version": "v9",
|
4530 |
"lastModified": "2017-10-10",
|
4531 |
"files": {
|
4532 |
-
"regular": "http://fonts.gstatic.com/s/deliusswashcaps/v9/
|
4533 |
}
|
4534 |
},
|
4535 |
{
|
@@ -4546,8 +4597,8 @@
|
|
4546 |
"version": "v10",
|
4547 |
"lastModified": "2017-10-10",
|
4548 |
"files": {
|
4549 |
-
"regular": "http://fonts.gstatic.com/s/deliusunicase/v10/
|
4550 |
-
"700": "http://fonts.gstatic.com/s/deliusunicase/v10/
|
4551 |
}
|
4552 |
},
|
4553 |
{
|
@@ -4563,7 +4614,7 @@
|
|
4563 |
"version": "v5",
|
4564 |
"lastModified": "2017-10-10",
|
4565 |
"files": {
|
4566 |
-
"regular": "http://fonts.gstatic.com/s/dellarespira/v5/
|
4567 |
}
|
4568 |
},
|
4569 |
{
|
@@ -4580,7 +4631,7 @@
|
|
4580 |
"version": "v5",
|
4581 |
"lastModified": "2017-10-10",
|
4582 |
"files": {
|
4583 |
-
"regular": "http://fonts.gstatic.com/s/denkone/v5/
|
4584 |
}
|
4585 |
},
|
4586 |
{
|
@@ -4597,7 +4648,7 @@
|
|
4597 |
"version": "v6",
|
4598 |
"lastModified": "2017-10-09",
|
4599 |
"files": {
|
4600 |
-
"regular": "http://fonts.gstatic.com/s/devonshire/v6/
|
4601 |
}
|
4602 |
},
|
4603 |
{
|
@@ -4614,7 +4665,7 @@
|
|
4614 |
"version": "v5",
|
4615 |
"lastModified": "2017-10-09",
|
4616 |
"files": {
|
4617 |
-
"regular": "http://fonts.gstatic.com/s/dhurjati/v5/
|
4618 |
}
|
4619 |
},
|
4620 |
{
|
@@ -4625,17 +4676,17 @@
|
|
4625 |
"regular"
|
4626 |
],
|
4627 |
"subsets": [
|
4628 |
-
"greek",
|
4629 |
-
"latin",
|
4630 |
"greek-ext",
|
4631 |
-
"latin
|
4632 |
"cyrillic",
|
|
|
|
|
4633 |
"cyrillic-ext"
|
4634 |
],
|
4635 |
"version": "v11",
|
4636 |
"lastModified": "2017-10-10",
|
4637 |
"files": {
|
4638 |
-
"regular": "http://fonts.gstatic.com/s/didactgothic/v11/
|
4639 |
}
|
4640 |
},
|
4641 |
{
|
@@ -4652,7 +4703,7 @@
|
|
4652 |
"version": "v9",
|
4653 |
"lastModified": "2017-10-10",
|
4654 |
"files": {
|
4655 |
-
"regular": "http://fonts.gstatic.com/s/diplomata/v9/
|
4656 |
}
|
4657 |
},
|
4658 |
{
|
@@ -4669,7 +4720,41 @@
|
|
4669 |
"version": "v6",
|
4670 |
"lastModified": "2017-10-10",
|
4671 |
"files": {
|
4672 |
-
"regular": "http://fonts.gstatic.com/s/diplomatasc/v6/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4673 |
}
|
4674 |
},
|
4675 |
{
|
@@ -4687,8 +4772,8 @@
|
|
4687 |
"version": "v5",
|
4688 |
"lastModified": "2017-10-10",
|
4689 |
"files": {
|
4690 |
-
"regular": "http://fonts.gstatic.com/s/domine/v5/
|
4691 |
-
"700": "http://fonts.gstatic.com/s/domine/v5/
|
4692 |
}
|
4693 |
},
|
4694 |
{
|
@@ -4705,7 +4790,7 @@
|
|
4705 |
"version": "v5",
|
4706 |
"lastModified": "2017-10-10",
|
4707 |
"files": {
|
4708 |
-
"regular": "http://fonts.gstatic.com/s/donegalone/v5/
|
4709 |
}
|
4710 |
},
|
4711 |
{
|
@@ -4722,7 +4807,7 @@
|
|
4722 |
"version": "v5",
|
4723 |
"lastModified": "2017-10-10",
|
4724 |
"files": {
|
4725 |
-
"regular": "http://fonts.gstatic.com/s/doppioone/v5/
|
4726 |
}
|
4727 |
},
|
4728 |
{
|
@@ -4738,7 +4823,7 @@
|
|
4738 |
"version": "v8",
|
4739 |
"lastModified": "2017-10-10",
|
4740 |
"files": {
|
4741 |
-
"regular": "http://fonts.gstatic.com/s/dorsa/v8/
|
4742 |
}
|
4743 |
},
|
4744 |
{
|
@@ -4761,13 +4846,13 @@
|
|
4761 |
"version": "v7",
|
4762 |
"lastModified": "2017-10-10",
|
4763 |
"files": {
|
4764 |
-
"200": "http://fonts.gstatic.com/s/dosis/v7/
|
4765 |
-
"300": "http://fonts.gstatic.com/s/dosis/v7/
|
4766 |
-
"regular": "http://fonts.gstatic.com/s/dosis/v7/
|
4767 |
-
"500": "http://fonts.gstatic.com/s/dosis/v7/
|
4768 |
-
"600": "http://fonts.gstatic.com/s/dosis/v7/
|
4769 |
-
"700": "http://fonts.gstatic.com/s/dosis/v7/
|
4770 |
-
"800": "http://fonts.gstatic.com/s/dosis/v7/
|
4771 |
}
|
4772 |
},
|
4773 |
{
|
@@ -4784,7 +4869,7 @@
|
|
4784 |
"version": "v6",
|
4785 |
"lastModified": "2017-10-10",
|
4786 |
"files": {
|
4787 |
-
"regular": "http://fonts.gstatic.com/s/drsugiyama/v6/
|
4788 |
}
|
4789 |
},
|
4790 |
{
|
@@ -4818,7 +4903,7 @@
|
|
4818 |
"version": "v6",
|
4819 |
"lastModified": "2017-10-10",
|
4820 |
"files": {
|
4821 |
-
"regular": "http://fonts.gstatic.com/s/dynalight/v6
|
4822 |
}
|
4823 |
},
|
4824 |
{
|
@@ -4838,27 +4923,27 @@
|
|
4838 |
"800italic"
|
4839 |
],
|
4840 |
"subsets": [
|
4841 |
-
"greek",
|
4842 |
-
"latin",
|
4843 |
-
"vietnamese",
|
4844 |
"greek-ext",
|
4845 |
-
"
|
|
|
4846 |
"cyrillic",
|
|
|
|
|
4847 |
"cyrillic-ext"
|
4848 |
],
|
4849 |
"version": "v9",
|
4850 |
"lastModified": "2017-11-07",
|
4851 |
"files": {
|
4852 |
-
"regular": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4853 |
-
"italic": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4854 |
-
"500": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4855 |
-
"500italic": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4856 |
-
"600": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4857 |
-
"600italic": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4858 |
-
"700": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4859 |
-
"700italic": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4860 |
-
"800": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4861 |
-
"800italic": "http://fonts.gstatic.com/s/ebgaramond/v9/
|
4862 |
}
|
4863 |
},
|
4864 |
{
|
@@ -4875,7 +4960,24 @@
|
|
4875 |
"version": "v5",
|
4876 |
"lastModified": "2017-10-10",
|
4877 |
"files": {
|
4878 |
-
"regular": "http://fonts.gstatic.com/s/eaglelake/v5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4879 |
}
|
4880 |
},
|
4881 |
{
|
@@ -4892,7 +4994,7 @@
|
|
4892 |
"version": "v6",
|
4893 |
"lastModified": "2017-10-09",
|
4894 |
"files": {
|
4895 |
-
"regular": "http://fonts.gstatic.com/s/eater/v6/
|
4896 |
}
|
4897 |
},
|
4898 |
{
|
@@ -4912,10 +5014,10 @@
|
|
4912 |
"version": "v5",
|
4913 |
"lastModified": "2017-10-10",
|
4914 |
"files": {
|
4915 |
-
"regular": "http://fonts.gstatic.com/s/economica/v5/
|
4916 |
-
"italic": "http://fonts.gstatic.com/s/economica/v5/
|
4917 |
-
"700": "http://fonts.gstatic.com/s/economica/v5/
|
4918 |
-
"700italic": "http://fonts.gstatic.com/s/economica/v5/
|
4919 |
}
|
4920 |
},
|
4921 |
{
|
@@ -4937,11 +5039,11 @@
|
|
4937 |
"version": "v6",
|
4938 |
"lastModified": "2017-10-10",
|
4939 |
"files": {
|
4940 |
-
"regular": "http://fonts.gstatic.com/s/eczar/v6/
|
4941 |
-
"500": "http://fonts.gstatic.com/s/eczar/v6/
|
4942 |
-
"600": "http://fonts.gstatic.com/s/eczar/v6/
|
4943 |
-
"700": "http://fonts.gstatic.com/s/eczar/v6/
|
4944 |
-
"800": "http://fonts.gstatic.com/s/eczar/v6/
|
4945 |
}
|
4946 |
},
|
4947 |
{
|
@@ -4959,13 +5061,13 @@
|
|
4959 |
"latin",
|
4960 |
"cyrillic"
|
4961 |
],
|
4962 |
-
"version": "
|
4963 |
-
"lastModified": "
|
4964 |
"files": {
|
4965 |
-
"regular": "http://fonts.gstatic.com/s/elmessiri/
|
4966 |
-
"500": "http://fonts.gstatic.com/s/elmessiri/
|
4967 |
-
"600": "http://fonts.gstatic.com/s/elmessiri/
|
4968 |
-
"700": "http://fonts.gstatic.com/s/elmessiri/
|
4969 |
}
|
4970 |
},
|
4971 |
{
|
@@ -4981,7 +5083,7 @@
|
|
4981 |
"version": "v6",
|
4982 |
"lastModified": "2017-10-10",
|
4983 |
"files": {
|
4984 |
-
"regular": "http://fonts.gstatic.com/s/electrolize/v6/
|
4985 |
}
|
4986 |
},
|
4987 |
{
|
@@ -4999,8 +5101,8 @@
|
|
4999 |
"version": "v7",
|
5000 |
"lastModified": "2017-10-10",
|
5001 |
"files": {
|
5002 |
-
"regular": "http://fonts.gstatic.com/s/elsie/v7/
|
5003 |
-
"900": "http://fonts.gstatic.com/s/elsie/v7/
|
5004 |
}
|
5005 |
},
|
5006 |
{
|
@@ -5018,8 +5120,8 @@
|
|
5018 |
"version": "v6",
|
5019 |
"lastModified": "2017-10-09",
|
5020 |
"files": {
|
5021 |
-
"regular": "http://fonts.gstatic.com/s/elsieswashcaps/v6/
|
5022 |
-
"900": "http://fonts.gstatic.com/s/elsieswashcaps/v6/
|
5023 |
}
|
5024 |
},
|
5025 |
{
|
@@ -5036,7 +5138,7 @@
|
|
5036 |
"version": "v6",
|
5037 |
"lastModified": "2017-10-09",
|
5038 |
"files": {
|
5039 |
-
"regular": "http://fonts.gstatic.com/s/emblemaone/v6/
|
5040 |
}
|
5041 |
},
|
5042 |
{
|
@@ -5053,7 +5155,7 @@
|
|
5053 |
"version": "v5",
|
5054 |
"lastModified": "2017-10-10",
|
5055 |
"files": {
|
5056 |
-
"regular": "http://fonts.gstatic.com/s/emilyscandy/v5/
|
5057 |
}
|
5058 |
},
|
5059 |
{
|
@@ -5072,22 +5174,22 @@
|
|
5072 |
"900"
|
5073 |
],
|
5074 |
"subsets": [
|
5075 |
-
"latin",
|
5076 |
"vietnamese",
|
|
|
5077 |
"latin-ext"
|
5078 |
],
|
5079 |
"version": "v2",
|
5080 |
"lastModified": "2017-11-21",
|
5081 |
"files": {
|
5082 |
-
"100": "http://fonts.gstatic.com/s/encodesans/v2/
|
5083 |
-
"200": "http://fonts.gstatic.com/s/encodesans/v2/
|
5084 |
-
"300": "http://fonts.gstatic.com/s/encodesans/v2/
|
5085 |
-
"regular": "http://fonts.gstatic.com/s/encodesans/v2/
|
5086 |
-
"500": "http://fonts.gstatic.com/s/encodesans/v2/
|
5087 |
-
"600": "http://fonts.gstatic.com/s/encodesans/v2/
|
5088 |
-
"700": "http://fonts.gstatic.com/s/encodesans/v2/
|
5089 |
-
"800": "http://fonts.gstatic.com/s/encodesans/v2/
|
5090 |
-
"900": "http://fonts.gstatic.com/s/encodesans/v2/
|
5091 |
}
|
5092 |
},
|
5093 |
{
|
@@ -5106,22 +5208,22 @@
|
|
5106 |
"900"
|
5107 |
],
|
5108 |
"subsets": [
|
5109 |
-
"latin",
|
5110 |
"vietnamese",
|
|
|
5111 |
"latin-ext"
|
5112 |
],
|
5113 |
"version": "v2",
|
5114 |
"lastModified": "2017-11-21",
|
5115 |
"files": {
|
5116 |
-
"100": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5117 |
-
"200": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5118 |
-
"300": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5119 |
-
"regular": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5120 |
-
"500": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5121 |
-
"600": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5122 |
-
"700": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5123 |
-
"800": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5124 |
-
"900": "http://fonts.gstatic.com/s/encodesanscondensed/v2/
|
5125 |
}
|
5126 |
},
|
5127 |
{
|
@@ -5140,22 +5242,22 @@
|
|
5140 |
"900"
|
5141 |
],
|
5142 |
"subsets": [
|
5143 |
-
"latin",
|
5144 |
"vietnamese",
|
|
|
5145 |
"latin-ext"
|
5146 |
],
|
5147 |
"version": "v2",
|
5148 |
"lastModified": "2017-11-21",
|
5149 |
"files": {
|
5150 |
-
"100": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5151 |
-
"200": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5152 |
-
"300": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5153 |
-
"regular": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5154 |
-
"500": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5155 |
-
"600": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5156 |
-
"700": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5157 |
-
"800": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5158 |
-
"900": "http://fonts.gstatic.com/s/encodesansexpanded/v2/
|
5159 |
}
|
5160 |
},
|
5161 |
{
|
@@ -5174,22 +5276,22 @@
|
|
5174 |
"900"
|
5175 |
],
|
5176 |
"subsets": [
|
5177 |
-
"latin",
|
5178 |
"vietnamese",
|
|
|
5179 |
"latin-ext"
|
5180 |
],
|
5181 |
"version": "v2",
|
5182 |
"lastModified": "2017-11-21",
|
5183 |
"files": {
|
5184 |
-
"100": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5185 |
-
"200": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5186 |
-
"300": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5187 |
-
"regular": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5188 |
-
"500": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5189 |
-
"600": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5190 |
-
"700": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5191 |
-
"800": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5192 |
-
"900": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/
|
5193 |
}
|
5194 |
},
|
5195 |
{
|
@@ -5208,22 +5310,22 @@
|
|
5208 |
"900"
|
5209 |
],
|
5210 |
"subsets": [
|
5211 |
-
"latin",
|
5212 |
"vietnamese",
|
|
|
5213 |
"latin-ext"
|
5214 |
],
|
5215 |
"version": "v2",
|
5216 |
"lastModified": "2017-11-21",
|
5217 |
"files": {
|
5218 |
-
"100": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5219 |
-
"200": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5220 |
-
"300": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5221 |
-
"regular": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5222 |
-
"500": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5223 |
-
"600": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5224 |
-
"700": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5225 |
-
"800": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5226 |
-
"900": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/
|
5227 |
}
|
5228 |
},
|
5229 |
{
|
@@ -5239,7 +5341,7 @@
|
|
5239 |
"version": "v6",
|
5240 |
"lastModified": "2017-10-10",
|
5241 |
"files": {
|
5242 |
-
"regular": "http://fonts.gstatic.com/s/engagement/v6/
|
5243 |
}
|
5244 |
},
|
5245 |
{
|
@@ -5256,7 +5358,7 @@
|
|
5256 |
"version": "v5",
|
5257 |
"lastModified": "2017-10-10",
|
5258 |
"files": {
|
5259 |
-
"regular": "http://fonts.gstatic.com/s/englebert/v5/
|
5260 |
}
|
5261 |
},
|
5262 |
{
|
@@ -5274,8 +5376,8 @@
|
|
5274 |
"version": "v6",
|
5275 |
"lastModified": "2017-10-10",
|
5276 |
"files": {
|
5277 |
-
"regular": "http://fonts.gstatic.com/s/enriqueta/v6/
|
5278 |
-
"700": "http://fonts.gstatic.com/s/enriqueta/v6/
|
5279 |
}
|
5280 |
},
|
5281 |
{
|
@@ -5292,7 +5394,7 @@
|
|
5292 |
"version": "v8",
|
5293 |
"lastModified": "2017-10-09",
|
5294 |
"files": {
|
5295 |
-
"regular": "http://fonts.gstatic.com/s/ericaone/v8/
|
5296 |
}
|
5297 |
},
|
5298 |
{
|
@@ -5309,7 +5411,7 @@
|
|
5309 |
"version": "v5",
|
5310 |
"lastModified": "2017-10-10",
|
5311 |
"files": {
|
5312 |
-
"regular": "http://fonts.gstatic.com/s/esteban/v5/
|
5313 |
}
|
5314 |
},
|
5315 |
{
|
@@ -5326,7 +5428,7 @@
|
|
5326 |
"version": "v5",
|
5327 |
"lastModified": "2017-10-10",
|
5328 |
"files": {
|
5329 |
-
"regular": "http://fonts.gstatic.com/s/euphoriascript/v5/
|
5330 |
}
|
5331 |
},
|
5332 |
{
|
@@ -5343,7 +5445,7 @@
|
|
5343 |
"version": "v5",
|
5344 |
"lastModified": "2017-10-10",
|
5345 |
"files": {
|
5346 |
-
"regular": "http://fonts.gstatic.com/s/ewert/v5/
|
5347 |
}
|
5348 |
},
|
5349 |
{
|
@@ -5371,31 +5473,31 @@
|
|
5371 |
"900italic"
|
5372 |
],
|
5373 |
"subsets": [
|
5374 |
-
"latin",
|
5375 |
"vietnamese",
|
|
|
5376 |
"latin-ext"
|
5377 |
],
|
5378 |
"version": "v6",
|
5379 |
"lastModified": "2017-11-21",
|
5380 |
"files": {
|
5381 |
-
"100": "http://fonts.gstatic.com/s/exo/v6/
|
5382 |
-
"100italic": "http://fonts.gstatic.com/s/exo/v6/
|
5383 |
-
"200": "http://fonts.gstatic.com/s/exo/v6/
|
5384 |
-
"200italic": "http://fonts.gstatic.com/s/exo/v6/
|
5385 |
-
"300": "http://fonts.gstatic.com/s/exo/v6/
|
5386 |
-
"300italic": "http://fonts.gstatic.com/s/exo/v6/
|
5387 |
-
"regular": "http://fonts.gstatic.com/s/exo/v6/
|
5388 |
-
"italic": "http://fonts.gstatic.com/s/exo/v6/
|
5389 |
-
"500": "http://fonts.gstatic.com/s/exo/v6/
|
5390 |
-
"500italic": "http://fonts.gstatic.com/s/exo/v6/
|
5391 |
-
"600": "http://fonts.gstatic.com/s/exo/v6/
|
5392 |
-
"600italic": "http://fonts.gstatic.com/s/exo/v6/
|
5393 |
-
"700": "http://fonts.gstatic.com/s/exo/v6/
|
5394 |
-
"700italic": "http://fonts.gstatic.com/s/exo/v6/
|
5395 |
-
"800": "http://fonts.gstatic.com/s/exo/v6/
|
5396 |
-
"800italic": "http://fonts.gstatic.com/s/exo/v6/
|
5397 |
-
"900": "http://fonts.gstatic.com/s/exo/v6/
|
5398 |
-
"900italic": "http://fonts.gstatic.com/s/exo/v6/
|
5399 |
}
|
5400 |
},
|
5401 |
{
|
@@ -5424,30 +5526,30 @@
|
|
5424 |
],
|
5425 |
"subsets": [
|
5426 |
"latin",
|
5427 |
-
"
|
5428 |
-
"
|
5429 |
],
|
5430 |
"version": "v4",
|
5431 |
"lastModified": "2017-10-10",
|
5432 |
"files": {
|
5433 |
-
"100": "http://fonts.gstatic.com/s/exo2/v4/
|
5434 |
-
"100italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5435 |
-
"200": "http://fonts.gstatic.com/s/exo2/v4/
|
5436 |
-
"200italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5437 |
-
"300": "http://fonts.gstatic.com/s/exo2/v4/
|
5438 |
-
"300italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5439 |
-
"regular": "http://fonts.gstatic.com/s/exo2/v4/
|
5440 |
-
"italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5441 |
-
"500": "http://fonts.gstatic.com/s/exo2/v4/
|
5442 |
-
"500italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5443 |
-
"600": "http://fonts.gstatic.com/s/exo2/v4/
|
5444 |
-
"600italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5445 |
-
"700": "http://fonts.gstatic.com/s/exo2/v4/
|
5446 |
-
"700italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5447 |
-
"800": "http://fonts.gstatic.com/s/exo2/v4/
|
5448 |
-
"800italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5449 |
-
"900": "http://fonts.gstatic.com/s/exo2/v4/
|
5450 |
-
"900italic": "http://fonts.gstatic.com/s/exo2/v4/
|
5451 |
}
|
5452 |
},
|
5453 |
{
|
@@ -5470,14 +5572,14 @@
|
|
5470 |
"version": "v10",
|
5471 |
"lastModified": "2017-10-10",
|
5472 |
"files": {
|
5473 |
-
"regular": "http://fonts.gstatic.com/s/expletussans/v10/
|
5474 |
-
"italic": "http://fonts.gstatic.com/s/expletussans/v10/
|
5475 |
-
"500": "http://fonts.gstatic.com/s/expletussans/v10/
|
5476 |
-
"500italic": "http://fonts.gstatic.com/s/expletussans/v10/
|
5477 |
-
"600": "http://fonts.gstatic.com/s/expletussans/v10/
|
5478 |
-
"600italic": "http://fonts.gstatic.com/s/expletussans/v10/
|
5479 |
-
"700": "http://fonts.gstatic.com/s/expletussans/v10/
|
5480 |
-
"700italic": "http://fonts.gstatic.com/s/expletussans/v10/
|
5481 |
}
|
5482 |
},
|
5483 |
{
|
@@ -5494,8 +5596,8 @@
|
|
5494 |
"version": "v7",
|
5495 |
"lastModified": "2017-10-10",
|
5496 |
"files": {
|
5497 |
-
"regular": "http://fonts.gstatic.com/s/fanwoodtext/v7/
|
5498 |
-
"italic": "http://fonts.gstatic.com/s/fanwoodtext/v7/
|
5499 |
}
|
5500 |
},
|
5501 |
{
|
@@ -5506,15 +5608,15 @@
|
|
5506 |
"regular"
|
5507 |
],
|
5508 |
"subsets": [
|
5509 |
-
"latin",
|
5510 |
"vietnamese",
|
|
|
5511 |
"gujarati",
|
5512 |
"latin-ext"
|
5513 |
],
|
5514 |
"version": "v3",
|
5515 |
"lastModified": "2017-10-10",
|
5516 |
"files": {
|
5517 |
-
"regular": "http://fonts.gstatic.com/s/farsan/v3/
|
5518 |
}
|
5519 |
},
|
5520 |
{
|
@@ -5530,7 +5632,7 @@
|
|
5530 |
"version": "v6",
|
5531 |
"lastModified": "2017-10-10",
|
5532 |
"files": {
|
5533 |
-
"regular": "http://fonts.gstatic.com/s/fascinate/v6/
|
5534 |
}
|
5535 |
},
|
5536 |
{
|
@@ -5546,7 +5648,7 @@
|
|
5546 |
"version": "v7",
|
5547 |
"lastModified": "2017-10-10",
|
5548 |
"files": {
|
5549 |
-
"regular": "http://fonts.gstatic.com/s/fascinateinline/v7/
|
5550 |
}
|
5551 |
},
|
5552 |
{
|
@@ -5578,7 +5680,7 @@
|
|
5578 |
"version": "v8",
|
5579 |
"lastModified": "2017-10-09",
|
5580 |
"files": {
|
5581 |
-
"regular": "http://fonts.gstatic.com/s/fasthand/v8/
|
5582 |
}
|
5583 |
},
|
5584 |
{
|
@@ -5595,7 +5697,7 @@
|
|
5595 |
"version": "v5",
|
5596 |
"lastModified": "2017-10-10",
|
5597 |
"files": {
|
5598 |
-
"regular": "http://fonts.gstatic.com/s/faunaone/v5/
|
5599 |
}
|
5600 |
},
|
5601 |
{
|
@@ -5613,21 +5715,21 @@
|
|
5613 |
"700italic"
|
5614 |
],
|
5615 |
"subsets": [
|
5616 |
-
"latin",
|
5617 |
"vietnamese",
|
|
|
5618 |
"latin-ext"
|
5619 |
],
|
5620 |
"version": "v2",
|
5621 |
"lastModified": "2017-11-21",
|
5622 |
"files": {
|
5623 |
-
"regular": "http://fonts.gstatic.com/s/faustina/v2/
|
5624 |
-
"italic": "http://fonts.gstatic.com/s/faustina/v2/
|
5625 |
-
"500": "http://fonts.gstatic.com/s/faustina/v2/
|
5626 |
-
"500italic": "http://fonts.gstatic.com/s/faustina/v2/
|
5627 |
-
"600": "http://fonts.gstatic.com/s/faustina/v2/
|
5628 |
-
"600italic": "http://fonts.gstatic.com/s/faustina/v2/
|
5629 |
-
"700": "http://fonts.gstatic.com/s/faustina/v2/
|
5630 |
-
"700italic": "http://fonts.gstatic.com/s/faustina/v2/
|
5631 |
}
|
5632 |
},
|
5633 |
{
|
@@ -5643,7 +5745,7 @@
|
|
5643 |
"version": "v9",
|
5644 |
"lastModified": "2017-10-09",
|
5645 |
"files": {
|
5646 |
-
"regular": "http://fonts.gstatic.com/s/federant/v9/
|
5647 |
}
|
5648 |
},
|
5649 |
{
|
@@ -5659,7 +5761,7 @@
|
|
5659 |
"version": "v9",
|
5660 |
"lastModified": "2017-10-10",
|
5661 |
"files": {
|
5662 |
-
"regular": "http://fonts.gstatic.com/s/federo/v9/
|
5663 |
}
|
5664 |
},
|
5665 |
{
|
@@ -5676,7 +5778,7 @@
|
|
5676 |
"version": "v5",
|
5677 |
"lastModified": "2017-10-09",
|
5678 |
"files": {
|
5679 |
-
"regular": "http://fonts.gstatic.com/s/felipa/v5/
|
5680 |
}
|
5681 |
},
|
5682 |
{
|
@@ -5693,7 +5795,7 @@
|
|
5693 |
"version": "v5",
|
5694 |
"lastModified": "2017-10-10",
|
5695 |
"files": {
|
5696 |
-
"regular": "http://fonts.gstatic.com/s/fenix/v5/
|
5697 |
}
|
5698 |
},
|
5699 |
{
|
@@ -5709,7 +5811,7 @@
|
|
5709 |
"version": "v7",
|
5710 |
"lastModified": "2017-10-10",
|
5711 |
"files": {
|
5712 |
-
"regular": "http://fonts.gstatic.com/s/fingerpaint/v7/
|
5713 |
}
|
5714 |
},
|
5715 |
{
|
@@ -5722,19 +5824,19 @@
|
|
5722 |
"700"
|
5723 |
],
|
5724 |
"subsets": [
|
5725 |
-
"greek",
|
5726 |
-
"latin",
|
5727 |
"greek-ext",
|
5728 |
-
"latin
|
5729 |
"cyrillic",
|
|
|
|
|
5730 |
"cyrillic-ext"
|
5731 |
],
|
5732 |
"version": "v6",
|
5733 |
"lastModified": "2017-10-10",
|
5734 |
"files": {
|
5735 |
-
"regular": "http://fonts.gstatic.com/s/firamono/v6/
|
5736 |
-
"500": "http://fonts.gstatic.com/s/firamono/v6/
|
5737 |
-
"700": "http://fonts.gstatic.com/s/firamono/v6/
|
5738 |
}
|
5739 |
},
|
5740 |
{
|
@@ -5762,35 +5864,35 @@
|
|
5762 |
"900italic"
|
5763 |
],
|
5764 |
"subsets": [
|
5765 |
-
"greek",
|
5766 |
-
"latin",
|
5767 |
-
"vietnamese",
|
5768 |
"greek-ext",
|
5769 |
-
"
|
|
|
5770 |
"cyrillic",
|
|
|
|
|
5771 |
"cyrillic-ext"
|
5772 |
],
|
5773 |
"version": "v8",
|
5774 |
"lastModified": "2017-10-10",
|
5775 |
"files": {
|
5776 |
-
"100": "http://fonts.gstatic.com/s/firasans/v8/
|
5777 |
-
"100italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5778 |
-
"200": "http://fonts.gstatic.com/s/firasans/v8/
|
5779 |
-
"200italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5780 |
-
"300": "http://fonts.gstatic.com/s/firasans/v8/
|
5781 |
-
"300italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5782 |
-
"regular": "http://fonts.gstatic.com/s/firasans/v8/
|
5783 |
-
"italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5784 |
-
"500": "http://fonts.gstatic.com/s/firasans/v8/
|
5785 |
-
"500italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5786 |
-
"600": "http://fonts.gstatic.com/s/firasans/v8/
|
5787 |
-
"600italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5788 |
-
"700": "http://fonts.gstatic.com/s/firasans/v8/
|
5789 |
-
"700italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5790 |
-
"800": "http://fonts.gstatic.com/s/firasans/v8/
|
5791 |
-
"800italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5792 |
-
"900": "http://fonts.gstatic.com/s/firasans/v8/
|
5793 |
-
"900italic": "http://fonts.gstatic.com/s/firasans/v8/
|
5794 |
}
|
5795 |
},
|
5796 |
{
|
@@ -5818,35 +5920,35 @@
|
|
5818 |
"900italic"
|
5819 |
],
|
5820 |
"subsets": [
|
5821 |
-
"greek",
|
5822 |
-
"latin",
|
5823 |
-
"vietnamese",
|
5824 |
"greek-ext",
|
5825 |
-
"
|
|
|
5826 |
"cyrillic",
|
|
|
|
|
5827 |
"cyrillic-ext"
|
5828 |
],
|
5829 |
"version": "v2",
|
5830 |
"lastModified": "2017-10-10",
|
5831 |
"files": {
|
5832 |
-
"100": "http://fonts.gstatic.com/s/firasanscondensed/v2
|
5833 |
-
"100italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5834 |
-
"200": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5835 |
-
"200italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5836 |
-
"300": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5837 |
-
"300italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5838 |
-
"regular": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5839 |
-
"italic": "http://fonts.gstatic.com/s/firasanscondensed/v2
|
5840 |
-
"500": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5841 |
-
"500italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5842 |
-
"600": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5843 |
-
"600italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5844 |
-
"700": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5845 |
-
"700italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5846 |
-
"800": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5847 |
-
"800italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5848 |
-
"900": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5849 |
-
"900italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/
|
5850 |
}
|
5851 |
},
|
5852 |
{
|
@@ -5874,35 +5976,35 @@
|
|
5874 |
"900italic"
|
5875 |
],
|
5876 |
"subsets": [
|
5877 |
-
"greek",
|
5878 |
-
"latin",
|
5879 |
-
"vietnamese",
|
5880 |
"greek-ext",
|
5881 |
-
"
|
|
|
5882 |
"cyrillic",
|
|
|
|
|
5883 |
"cyrillic-ext"
|
5884 |
],
|
5885 |
"version": "v2",
|
5886 |
"lastModified": "2017-10-10",
|
5887 |
"files": {
|
5888 |
-
"100": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5889 |
-
"100italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5890 |
-
"200": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5891 |
-
"200italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5892 |
-
"300": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5893 |
-
"300italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5894 |
-
"regular": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5895 |
-
"italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5896 |
-
"500": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5897 |
-
"500italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5898 |
-
"600": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5899 |
-
"600italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5900 |
-
"700": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5901 |
-
"700italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5902 |
-
"800": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5903 |
-
"800italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5904 |
-
"900": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5905 |
-
"900italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/
|
5906 |
}
|
5907 |
},
|
5908 |
{
|
@@ -5919,7 +6021,7 @@
|
|
5919 |
"version": "v5",
|
5920 |
"lastModified": "2017-10-10",
|
5921 |
"files": {
|
5922 |
-
"regular": "http://fonts.gstatic.com/s/fjallaone/v5/
|
5923 |
}
|
5924 |
},
|
5925 |
{
|
@@ -5935,7 +6037,7 @@
|
|
5935 |
"version": "v6",
|
5936 |
"lastModified": "2017-10-10",
|
5937 |
"files": {
|
5938 |
-
"regular": "http://fonts.gstatic.com/s/fjordone/v6/
|
5939 |
}
|
5940 |
},
|
5941 |
{
|
@@ -5952,8 +6054,8 @@
|
|
5952 |
"version": "v8",
|
5953 |
"lastModified": "2017-10-10",
|
5954 |
"files": {
|
5955 |
-
"300": "http://fonts.gstatic.com/s/flamenco/v8/
|
5956 |
-
"regular": "http://fonts.gstatic.com/s/flamenco/v8/
|
5957 |
}
|
5958 |
},
|
5959 |
{
|
@@ -5969,7 +6071,7 @@
|
|
5969 |
"version": "v6",
|
5970 |
"lastModified": "2017-10-09",
|
5971 |
"files": {
|
5972 |
-
"regular": "http://fonts.gstatic.com/s/flavors/v6/
|
5973 |
}
|
5974 |
},
|
5975 |
{
|
@@ -5987,8 +6089,8 @@
|
|
5987 |
"version": "v7",
|
5988 |
"lastModified": "2017-10-10",
|
5989 |
"files": {
|
5990 |
-
"regular": "http://fonts.gstatic.com/s/fondamento/v7/
|
5991 |
-
"italic": "http://fonts.gstatic.com/s/fondamento/v7/
|
5992 |
}
|
5993 |
},
|
5994 |
{
|
@@ -6004,7 +6106,7 @@
|
|
6004 |
"version": "v8",
|
6005 |
"lastModified": "2017-10-10",
|
6006 |
"files": {
|
6007 |
-
"regular": "http://fonts.gstatic.com/s/fontdinerswanky/v8/
|
6008 |
}
|
6009 |
},
|
6010 |
{
|
@@ -6016,14 +6118,14 @@
|
|
6016 |
],
|
6017 |
"subsets": [
|
6018 |
"latin",
|
6019 |
-
"latin-ext",
|
6020 |
"cyrillic",
|
|
|
6021 |
"cyrillic-ext"
|
6022 |
],
|
6023 |
"version": "v8",
|
6024 |
"lastModified": "2017-10-10",
|
6025 |
"files": {
|
6026 |
-
"regular": "http://fonts.gstatic.com/s/forum/v8/
|
6027 |
}
|
6028 |
},
|
6029 |
{
|
@@ -6034,14 +6136,14 @@
|
|
6034 |
"regular"
|
6035 |
],
|
6036 |
"subsets": [
|
6037 |
-
"latin",
|
6038 |
"vietnamese",
|
|
|
6039 |
"latin-ext"
|
6040 |
],
|
6041 |
"version": "v11",
|
6042 |
"lastModified": "2017-10-10",
|
6043 |
"files": {
|
6044 |
-
"regular": "http://fonts.gstatic.com/s/francoisone/v11/
|
6045 |
}
|
6046 |
},
|
6047 |
{
|
@@ -6056,18 +6158,18 @@
|
|
6056 |
"900"
|
6057 |
],
|
6058 |
"subsets": [
|
|
|
6059 |
"latin",
|
6060 |
-
"latin-ext"
|
6061 |
-
"hebrew"
|
6062 |
],
|
6063 |
"version": "v3",
|
6064 |
"lastModified": "2017-11-21",
|
6065 |
"files": {
|
6066 |
-
"300": "http://fonts.gstatic.com/s/frankruhllibre/v3/
|
6067 |
-
"regular": "http://fonts.gstatic.com/s/frankruhllibre/v3/
|
6068 |
-
"500": "http://fonts.gstatic.com/s/frankruhllibre/v3/
|
6069 |
-
"700": "http://fonts.gstatic.com/s/frankruhllibre/v3/
|
6070 |
-
"900": "http://fonts.gstatic.com/s/frankruhllibre/v3/
|
6071 |
}
|
6072 |
},
|
6073 |
{
|
@@ -6084,7 +6186,7 @@
|
|
6084 |
"version": "v5",
|
6085 |
"lastModified": "2017-10-10",
|
6086 |
"files": {
|
6087 |
-
"regular": "http://fonts.gstatic.com/s/freckleface/v5/
|
6088 |
}
|
6089 |
},
|
6090 |
{
|
@@ -6100,7 +6202,7 @@
|
|
6100 |
"version": "v6",
|
6101 |
"lastModified": "2017-10-10",
|
6102 |
"files": {
|
6103 |
-
"regular": "http://fonts.gstatic.com/s/frederickathegreat/v6/
|
6104 |
}
|
6105 |
},
|
6106 |
{
|
@@ -6116,7 +6218,7 @@
|
|
6116 |
"version": "v5",
|
6117 |
"lastModified": "2017-10-10",
|
6118 |
"files": {
|
6119 |
-
"regular": "http://fonts.gstatic.com/s/fredokaone/v5/
|
6120 |
}
|
6121 |
},
|
6122 |
{
|
@@ -6132,7 +6234,7 @@
|
|
6132 |
"version": "v9",
|
6133 |
"lastModified": "2017-10-09",
|
6134 |
"files": {
|
6135 |
-
"regular": "http://fonts.gstatic.com/s/freehand/v9/
|
6136 |
}
|
6137 |
},
|
6138 |
{
|
@@ -6149,7 +6251,7 @@
|
|
6149 |
"version": "v6",
|
6150 |
"lastModified": "2017-10-10",
|
6151 |
"files": {
|
6152 |
-
"regular": "http://fonts.gstatic.com/s/fresca/v6/
|
6153 |
}
|
6154 |
},
|
6155 |
{
|
@@ -6165,7 +6267,7 @@
|
|
6165 |
"version": "v6",
|
6166 |
"lastModified": "2017-10-10",
|
6167 |
"files": {
|
6168 |
-
"regular": "http://fonts.gstatic.com/s/frijole/v6/
|
6169 |
}
|
6170 |
},
|
6171 |
{
|
@@ -6182,7 +6284,7 @@
|
|
6182 |
"version": "v10",
|
6183 |
"lastModified": "2017-10-09",
|
6184 |
"files": {
|
6185 |
-
"regular": "http://fonts.gstatic.com/s/fruktur/v10/
|
6186 |
}
|
6187 |
},
|
6188 |
{
|
@@ -6198,7 +6300,7 @@
|
|
6198 |
"version": "v7",
|
6199 |
"lastModified": "2017-10-10",
|
6200 |
"files": {
|
6201 |
-
"regular": "http://fonts.gstatic.com/s/fugazone/v7/
|
6202 |
}
|
6203 |
},
|
6204 |
{
|
@@ -6214,7 +6316,7 @@
|
|
6214 |
"version": "v7",
|
6215 |
"lastModified": "2017-10-10",
|
6216 |
"files": {
|
6217 |
-
"regular": "http://fonts.gstatic.com/s/gfsdidot/v7/
|
6218 |
}
|
6219 |
},
|
6220 |
{
|
@@ -6233,10 +6335,10 @@
|
|
6233 |
"version": "v8",
|
6234 |
"lastModified": "2017-10-09",
|
6235 |
"files": {
|
6236 |
-
"regular": "http://fonts.gstatic.com/s/gfsneohellenic/v8/
|
6237 |
-
"italic": "http://fonts.gstatic.com/s/gfsneohellenic/v8/
|
6238 |
-
"700": "http://fonts.gstatic.com/s/gfsneohellenic/v8/
|
6239 |
-
"700italic": "http://fonts.gstatic.com/s/gfsneohellenic/v8/
|
6240 |
}
|
6241 |
},
|
6242 |
{
|
@@ -6254,7 +6356,28 @@
|
|
6254 |
"version": "v6",
|
6255 |
"lastModified": "2017-10-10",
|
6256 |
"files": {
|
6257 |
-
"regular": "http://fonts.gstatic.com/s/gabriela/v6/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6258 |
}
|
6259 |
},
|
6260 |
{
|
@@ -6271,7 +6394,7 @@
|
|
6271 |
"version": "v6",
|
6272 |
"lastModified": "2017-10-10",
|
6273 |
"files": {
|
6274 |
-
"regular": "http://fonts.gstatic.com/s/gafata/v6/
|
6275 |
}
|
6276 |
},
|
6277 |
{
|
@@ -6282,13 +6405,13 @@
|
|
6282 |
"regular"
|
6283 |
],
|
6284 |
"subsets": [
|
6285 |
-
"
|
6286 |
-
"
|
6287 |
],
|
6288 |
"version": "v3",
|
6289 |
"lastModified": "2017-10-09",
|
6290 |
"files": {
|
6291 |
-
"regular": "http://fonts.gstatic.com/s/galada/v3/
|
6292 |
}
|
6293 |
},
|
6294 |
{
|
@@ -6304,7 +6427,7 @@
|
|
6304 |
"version": "v7",
|
6305 |
"lastModified": "2017-10-10",
|
6306 |
"files": {
|
6307 |
-
"regular": "http://fonts.gstatic.com/s/galdeano/v7/
|
6308 |
}
|
6309 |
},
|
6310 |
{
|
@@ -6321,7 +6444,24 @@
|
|
6321 |
"version": "v5",
|
6322 |
"lastModified": "2017-10-10",
|
6323 |
"files": {
|
6324 |
-
"regular": "http://fonts.gstatic.com/s/galindo/v5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6325 |
}
|
6326 |
},
|
6327 |
{
|
@@ -6341,10 +6481,10 @@
|
|
6341 |
"version": "v9",
|
6342 |
"lastModified": "2017-10-10",
|
6343 |
"files": {
|
6344 |
-
"regular": "http://fonts.gstatic.com/s/gentiumbasic/v9/
|
6345 |
-
"italic": "http://fonts.gstatic.com/s/gentiumbasic/v9/
|
6346 |
-
"700": "http://fonts.gstatic.com/s/gentiumbasic/v9/
|
6347 |
-
"700italic": "http://fonts.gstatic.com/s/gentiumbasic/v9/
|
6348 |
}
|
6349 |
},
|
6350 |
{
|
@@ -6364,10 +6504,10 @@
|
|
6364 |
"version": "v8",
|
6365 |
"lastModified": "2017-10-10",
|
6366 |
"files": {
|
6367 |
-
"regular": "http://fonts.gstatic.com/s/gentiumbookbasic/v8/
|
6368 |
-
"italic": "http://fonts.gstatic.com/s/gentiumbookbasic/v8/
|
6369 |
-
"700": "http://fonts.gstatic.com/s/gentiumbookbasic/v8/
|
6370 |
-
"700italic": "http://fonts.gstatic.com/s/gentiumbookbasic/v8/
|
6371 |
}
|
6372 |
},
|
6373 |
{
|
@@ -6384,8 +6524,8 @@
|
|
6384 |
"version": "v9",
|
6385 |
"lastModified": "2017-10-10",
|
6386 |
"files": {
|
6387 |
-
"regular": "http://fonts.gstatic.com/s/geo/v9/
|
6388 |
-
"italic": "http://fonts.gstatic.com/s/geo/v9/
|
6389 |
}
|
6390 |
},
|
6391 |
{
|
@@ -6401,7 +6541,7 @@
|
|
6401 |
"version": "v7",
|
6402 |
"lastModified": "2017-10-09",
|
6403 |
"files": {
|
6404 |
-
"regular": "http://fonts.gstatic.com/s/geostar/v7/
|
6405 |
}
|
6406 |
},
|
6407 |
{
|
@@ -6417,7 +6557,7 @@
|
|
6417 |
"version": "v7",
|
6418 |
"lastModified": "2017-10-09",
|
6419 |
"files": {
|
6420 |
-
"regular": "http://fonts.gstatic.com/s/geostarfill/v7/
|
6421 |
}
|
6422 |
},
|
6423 |
{
|
@@ -6433,7 +6573,7 @@
|
|
6433 |
"version": "v5",
|
6434 |
"lastModified": "2017-10-10",
|
6435 |
"files": {
|
6436 |
-
"regular": "http://fonts.gstatic.com/s/germaniaone/v5/
|
6437 |
}
|
6438 |
},
|
6439 |
{
|
@@ -6450,7 +6590,7 @@
|
|
6450 |
"version": "v4",
|
6451 |
"lastModified": "2017-10-09",
|
6452 |
"files": {
|
6453 |
-
"regular": "http://fonts.gstatic.com/s/gidugu/v4/
|
6454 |
}
|
6455 |
},
|
6456 |
{
|
@@ -6467,7 +6607,7 @@
|
|
6467 |
"version": "v5",
|
6468 |
"lastModified": "2017-10-10",
|
6469 |
"files": {
|
6470 |
-
"regular": "http://fonts.gstatic.com/s/gildadisplay/v5/
|
6471 |
}
|
6472 |
},
|
6473 |
{
|
@@ -6483,7 +6623,7 @@
|
|
6483 |
"version": "v7",
|
6484 |
"lastModified": "2017-10-10",
|
6485 |
"files": {
|
6486 |
-
"regular": "http://fonts.gstatic.com/s/giveyouglory/v7/
|
6487 |
}
|
6488 |
},
|
6489 |
{
|
@@ -6500,7 +6640,7 @@
|
|
6500 |
"version": "v5",
|
6501 |
"lastModified": "2017-10-10",
|
6502 |
"files": {
|
6503 |
-
"regular": "http://fonts.gstatic.com/s/glassantiqua/v5/
|
6504 |
}
|
6505 |
},
|
6506 |
{
|
@@ -6519,8 +6659,8 @@
|
|
6519 |
"version": "v6",
|
6520 |
"lastModified": "2017-10-10",
|
6521 |
"files": {
|
6522 |
-
"regular": "http://fonts.gstatic.com/s/glegoo/v6/
|
6523 |
-
"700": "http://fonts.gstatic.com/s/glegoo/v6/
|
6524 |
}
|
6525 |
},
|
6526 |
{
|
@@ -6536,7 +6676,7 @@
|
|
6536 |
"version": "v9",
|
6537 |
"lastModified": "2017-10-10",
|
6538 |
"files": {
|
6539 |
-
"regular": "http://fonts.gstatic.com/s/gloriahallelujah/v9/
|
6540 |
}
|
6541 |
},
|
6542 |
{
|
@@ -6552,7 +6692,7 @@
|
|
6552 |
"version": "v7",
|
6553 |
"lastModified": "2017-10-10",
|
6554 |
"files": {
|
6555 |
-
"regular": "http://fonts.gstatic.com/s/goblinone/v7/
|
6556 |
}
|
6557 |
},
|
6558 |
{
|
@@ -6568,7 +6708,7 @@
|
|
6568 |
"version": "v8",
|
6569 |
"lastModified": "2017-10-10",
|
6570 |
"files": {
|
6571 |
-
"regular": "http://fonts.gstatic.com/s/gochihand/v8/
|
6572 |
}
|
6573 |
},
|
6574 |
{
|
@@ -6585,8 +6725,41 @@
|
|
6585 |
"version": "v5",
|
6586 |
"lastModified": "2017-10-10",
|
6587 |
"files": {
|
6588 |
-
"regular": "http://fonts.gstatic.com/s/gorditas/v5/
|
6589 |
-
"700": "http://fonts.gstatic.com/s/gorditas/v5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6590 |
}
|
6591 |
},
|
6592 |
{
|
@@ -6602,7 +6775,7 @@
|
|
6602 |
"version": "v7",
|
6603 |
"lastModified": "2017-10-10",
|
6604 |
"files": {
|
6605 |
-
"regular": "http://fonts.gstatic.com/s/goudybookletter1911/v7/
|
6606 |
}
|
6607 |
},
|
6608 |
{
|
@@ -6618,7 +6791,7 @@
|
|
6618 |
"version": "v5",
|
6619 |
"lastModified": "2017-10-10",
|
6620 |
"files": {
|
6621 |
-
"regular": "http://fonts.gstatic.com/s/graduate/v5/
|
6622 |
}
|
6623 |
},
|
6624 |
{
|
@@ -6635,7 +6808,7 @@
|
|
6635 |
"version": "v5",
|
6636 |
"lastModified": "2017-10-10",
|
6637 |
"files": {
|
6638 |
-
"regular": "http://fonts.gstatic.com/s/grandhotel/v5/
|
6639 |
}
|
6640 |
},
|
6641 |
{
|
@@ -6651,7 +6824,7 @@
|
|
6651 |
"version": "v7",
|
6652 |
"lastModified": "2017-10-10",
|
6653 |
"files": {
|
6654 |
-
"regular": "http://fonts.gstatic.com/s/gravitasone/v7/
|
6655 |
}
|
6656 |
},
|
6657 |
{
|
@@ -6668,7 +6841,7 @@
|
|
6668 |
"version": "v5",
|
6669 |
"lastModified": "2017-10-10",
|
6670 |
"files": {
|
6671 |
-
"regular": "http://fonts.gstatic.com/s/greatvibes/v5/
|
6672 |
}
|
6673 |
},
|
6674 |
{
|
@@ -6685,7 +6858,7 @@
|
|
6685 |
"version": "v5",
|
6686 |
"lastModified": "2017-10-10",
|
6687 |
"files": {
|
6688 |
-
"regular": "http://fonts.gstatic.com/s/griffy/v5/
|
6689 |
}
|
6690 |
},
|
6691 |
{
|
@@ -6702,7 +6875,7 @@
|
|
6702 |
"version": "v8",
|
6703 |
"lastModified": "2017-10-10",
|
6704 |
"files": {
|
6705 |
-
"regular": "http://fonts.gstatic.com/s/gruppo/v8/
|
6706 |
}
|
6707 |
},
|
6708 |
{
|
@@ -6721,9 +6894,26 @@
|
|
6721 |
"version": "v5",
|
6722 |
"lastModified": "2017-10-10",
|
6723 |
"files": {
|
6724 |
-
"regular": "http://fonts.gstatic.com/s/gudea/v5/
|
6725 |
-
"italic": "http://fonts.gstatic.com/s/gudea/v5/
|
6726 |
-
"700": "http://fonts.gstatic.com/s/gudea/v5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6727 |
}
|
6728 |
},
|
6729 |
{
|
@@ -6740,7 +6930,7 @@
|
|
6740 |
"version": "v5",
|
6741 |
"lastModified": "2017-10-10",
|
6742 |
"files": {
|
6743 |
-
"regular": "http://fonts.gstatic.com/s/gurajada/v5/
|
6744 |
}
|
6745 |
},
|
6746 |
{
|
@@ -6757,7 +6947,7 @@
|
|
6757 |
"version": "v6",
|
6758 |
"lastModified": "2017-10-10",
|
6759 |
"files": {
|
6760 |
-
"regular": "http://fonts.gstatic.com/s/habibi/v6/
|
6761 |
}
|
6762 |
},
|
6763 |
{
|
@@ -6779,11 +6969,11 @@
|
|
6779 |
"version": "v4",
|
6780 |
"lastModified": "2017-10-10",
|
6781 |
"files": {
|
6782 |
-
"300": "http://fonts.gstatic.com/s/halant/v4/
|
6783 |
-
"regular": "http://fonts.gstatic.com/s/halant/v4/
|
6784 |
-
"500": "http://fonts.gstatic.com/s/halant/v4/
|
6785 |
-
"600": "http://fonts.gstatic.com/s/halant/v4/
|
6786 |
-
"700": "http://fonts.gstatic.com/s/halant/v4/
|
6787 |
}
|
6788 |
},
|
6789 |
{
|
@@ -6800,7 +6990,7 @@
|
|
6800 |
"version": "v8",
|
6801 |
"lastModified": "2017-10-10",
|
6802 |
"files": {
|
6803 |
-
"regular": "http://fonts.gstatic.com/s/hammersmithone/v8/
|
6804 |
}
|
6805 |
},
|
6806 |
{
|
@@ -6817,7 +7007,7 @@
|
|
6817 |
"version": "v7",
|
6818 |
"lastModified": "2017-10-09",
|
6819 |
"files": {
|
6820 |
-
"regular": "http://fonts.gstatic.com/s/hanalei/v7/
|
6821 |
}
|
6822 |
},
|
6823 |
{
|
@@ -6834,7 +7024,7 @@
|
|
6834 |
"version": "v6",
|
6835 |
"lastModified": "2017-10-09",
|
6836 |
"files": {
|
6837 |
-
"regular": "http://fonts.gstatic.com/s/hanaleifill/v6/
|
6838 |
}
|
6839 |
},
|
6840 |
{
|
@@ -6850,7 +7040,7 @@
|
|
6850 |
"version": "v6",
|
6851 |
"lastModified": "2017-10-10",
|
6852 |
"files": {
|
6853 |
-
"regular": "http://fonts.gstatic.com/s/handlee/v6
|
6854 |
}
|
6855 |
},
|
6856 |
{
|
@@ -6867,8 +7057,8 @@
|
|
6867 |
"version": "v11",
|
6868 |
"lastModified": "2017-10-10",
|
6869 |
"files": {
|
6870 |
-
"regular": "http://fonts.gstatic.com/s/hanuman/v11/
|
6871 |
-
"700": "http://fonts.gstatic.com/s/hanuman/v11/
|
6872 |
}
|
6873 |
},
|
6874 |
{
|
@@ -6885,7 +7075,7 @@
|
|
6885 |
"version": "v6",
|
6886 |
"lastModified": "2017-10-10",
|
6887 |
"files": {
|
6888 |
-
"regular": "http://fonts.gstatic.com/s/happymonkey/v6/
|
6889 |
}
|
6890 |
},
|
6891 |
{
|
@@ -6899,10 +7089,10 @@
|
|
6899 |
"arabic",
|
6900 |
"latin"
|
6901 |
],
|
6902 |
-
"version": "
|
6903 |
-
"lastModified": "
|
6904 |
"files": {
|
6905 |
-
"regular": "http://fonts.gstatic.com/s/harmattan/
|
6906 |
}
|
6907 |
},
|
6908 |
{
|
@@ -6919,7 +7109,7 @@
|
|
6919 |
"version": "v5",
|
6920 |
"lastModified": "2017-10-10",
|
6921 |
"files": {
|
6922 |
-
"regular": "http://fonts.gstatic.com/s/headlandone/v5/
|
6923 |
}
|
6924 |
},
|
6925 |
{
|
@@ -6936,19 +7126,19 @@
|
|
6936 |
"900"
|
6937 |
],
|
6938 |
"subsets": [
|
6939 |
-
"
|
6940 |
-
"
|
6941 |
],
|
6942 |
"version": "v3",
|
6943 |
"lastModified": "2017-10-10",
|
6944 |
"files": {
|
6945 |
-
"100": "http://fonts.gstatic.com/s/heebo/v3/
|
6946 |
-
"300": "http://fonts.gstatic.com/s/heebo/v3/
|
6947 |
-
"regular": "http://fonts.gstatic.com/s/heebo/v3/
|
6948 |
-
"500": "http://fonts.gstatic.com/s/heebo/v3/
|
6949 |
-
"700": "http://fonts.gstatic.com/s/heebo/v3/
|
6950 |
-
"800": "http://fonts.gstatic.com/s/heebo/v3/
|
6951 |
-
"900": "http://fonts.gstatic.com/s/heebo/v3/
|
6952 |
}
|
6953 |
},
|
6954 |
{
|
@@ -6964,7 +7154,7 @@
|
|
6964 |
"version": "v5",
|
6965 |
"lastModified": "2017-10-10",
|
6966 |
"files": {
|
6967 |
-
"regular": "http://fonts.gstatic.com/s/hennypenny/v5/
|
6968 |
}
|
6969 |
},
|
6970 |
{
|
@@ -6981,7 +7171,24 @@
|
|
6981 |
"version": "v7",
|
6982 |
"lastModified": "2017-10-10",
|
6983 |
"files": {
|
6984 |
-
"regular": "http://fonts.gstatic.com/s/herrvonmuellerhoff/v7/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6985 |
}
|
6986 |
},
|
6987 |
{
|
@@ -7003,11 +7210,11 @@
|
|
7003 |
"version": "v8",
|
7004 |
"lastModified": "2017-10-10",
|
7005 |
"files": {
|
7006 |
-
"300": "http://fonts.gstatic.com/s/hind/v8/
|
7007 |
-
"regular": "http://fonts.gstatic.com/s/hind/v8/
|
7008 |
-
"500": "http://fonts.gstatic.com/s/hind/v8/
|
7009 |
-
"600": "http://fonts.gstatic.com/s/hind/v8/
|
7010 |
-
"700": "http://fonts.gstatic.com/s/hind/v8/
|
7011 |
}
|
7012 |
},
|
7013 |
{
|
@@ -7029,11 +7236,11 @@
|
|
7029 |
"version": "v3",
|
7030 |
"lastModified": "2017-10-10",
|
7031 |
"files": {
|
7032 |
-
"300": "http://fonts.gstatic.com/s/hindguntur/v3/
|
7033 |
-
"regular": "http://fonts.gstatic.com/s/hindguntur/v3/
|
7034 |
-
"500": "http://fonts.gstatic.com/s/hindguntur/v3/
|
7035 |
-
"600": "http://fonts.gstatic.com/s/hindguntur/v3/
|
7036 |
-
"700": "http://fonts.gstatic.com/s/hindguntur/v3/
|
7037 |
}
|
7038 |
},
|
7039 |
{
|
@@ -7048,18 +7255,18 @@
|
|
7048 |
"700"
|
7049 |
],
|
7050 |
"subsets": [
|
7051 |
-
"tamil",
|
7052 |
"latin",
|
7053 |
-
"latin-ext"
|
|
|
7054 |
],
|
7055 |
"version": "v3",
|
7056 |
"lastModified": "2017-10-10",
|
7057 |
"files": {
|
7058 |
-
"300": "http://fonts.gstatic.com/s/hindmadurai/v3/
|
7059 |
-
"regular": "http://fonts.gstatic.com/s/hindmadurai/v3/
|
7060 |
-
"500": "http://fonts.gstatic.com/s/hindmadurai/v3/
|
7061 |
-
"600": "http://fonts.gstatic.com/s/hindmadurai/v3/
|
7062 |
-
"700": "http://fonts.gstatic.com/s/hindmadurai/v3/
|
7063 |
}
|
7064 |
},
|
7065 |
{
|
@@ -7074,18 +7281,18 @@
|
|
7074 |
"700"
|
7075 |
],
|
7076 |
"subsets": [
|
|
|
7077 |
"latin",
|
7078 |
-
"latin-ext"
|
7079 |
-
"bengali"
|
7080 |
],
|
7081 |
"version": "v4",
|
7082 |
"lastModified": "2017-10-10",
|
7083 |
"files": {
|
7084 |
-
"300": "http://fonts.gstatic.com/s/hindsiliguri/v4/
|
7085 |
-
"regular": "http://fonts.gstatic.com/s/hindsiliguri/v4/
|
7086 |
-
"500": "http://fonts.gstatic.com/s/hindsiliguri/v4/
|
7087 |
-
"600": "http://fonts.gstatic.com/s/hindsiliguri/v4/
|
7088 |
-
"700": "http://fonts.gstatic.com/s/hindsiliguri/v4/
|
7089 |
}
|
7090 |
},
|
7091 |
{
|
@@ -7107,11 +7314,11 @@
|
|
7107 |
"version": "v4",
|
7108 |
"lastModified": "2017-10-10",
|
7109 |
"files": {
|
7110 |
-
"300": "http://fonts.gstatic.com/s/hindvadodara/v4/
|
7111 |
-
"regular": "http://fonts.gstatic.com/s/hindvadodara/v4/
|
7112 |
-
"500": "http://fonts.gstatic.com/s/hindvadodara/v4/
|
7113 |
-
"600": "http://fonts.gstatic.com/s/hindvadodara/v4/
|
7114 |
-
"700": "http://fonts.gstatic.com/s/hindvadodara/v4/
|
7115 |
}
|
7116 |
},
|
7117 |
{
|
@@ -7127,7 +7334,7 @@
|
|
7127 |
"version": "v8",
|
7128 |
"lastModified": "2017-10-10",
|
7129 |
"files": {
|
7130 |
-
"regular": "http://fonts.gstatic.com/s/holtwoodonesc/v8/
|
7131 |
}
|
7132 |
},
|
7133 |
{
|
@@ -7143,7 +7350,7 @@
|
|
7143 |
"version": "v8",
|
7144 |
"lastModified": "2017-10-10",
|
7145 |
"files": {
|
7146 |
-
"regular": "http://fonts.gstatic.com/s/homemadeapple/v8/
|
7147 |
}
|
7148 |
},
|
7149 |
{
|
@@ -7159,7 +7366,189 @@
|
|
7159 |
"version": "v7",
|
7160 |
"lastModified": "2017-10-10",
|
7161 |
"files": {
|
7162 |
-
"regular": "http://fonts.gstatic.com/s/homenaje/v7/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7163 |
}
|
7164 |
},
|
7165 |
{
|
@@ -7176,8 +7565,8 @@
|
|
7176 |
"version": "v7",
|
7177 |
"lastModified": "2017-10-10",
|
7178 |
"files": {
|
7179 |
-
"regular": "http://fonts.gstatic.com/s/imfelldwpica/v7/
|
7180 |
-
"italic": "http://fonts.gstatic.com/s/imfelldwpica/v7/
|
7181 |
}
|
7182 |
},
|
7183 |
{
|
@@ -7193,7 +7582,7 @@
|
|
7193 |
"version": "v7",
|
7194 |
"lastModified": "2017-10-10",
|
7195 |
"files": {
|
7196 |
-
"regular": "http://fonts.gstatic.com/s/imfelldwpicasc/v7/
|
7197 |
}
|
7198 |
},
|
7199 |
{
|
@@ -7210,8 +7599,8 @@
|
|
7210 |
"version": "v7",
|
7211 |
"lastModified": "2017-10-10",
|
7212 |
"files": {
|
7213 |
-
"regular": "http://fonts.gstatic.com/s/imfelldoublepica/v7/
|
7214 |
-
"italic": "http://fonts.gstatic.com/s/imfelldoublepica/v7/
|
7215 |
}
|
7216 |
},
|
7217 |
{
|
@@ -7227,7 +7616,7 @@
|
|
7227 |
"version": "v7",
|
7228 |
"lastModified": "2017-10-10",
|
7229 |
"files": {
|
7230 |
-
"regular": "http://fonts.gstatic.com/s/imfelldoublepicasc/v7/
|
7231 |
}
|
7232 |
},
|
7233 |
{
|
@@ -7244,8 +7633,8 @@
|
|
7244 |
"version": "v7",
|
7245 |
"lastModified": "2017-10-10",
|
7246 |
"files": {
|
7247 |
-
"regular": "http://fonts.gstatic.com/s/imfellenglish/v7/
|
7248 |
-
"italic": "http://fonts.gstatic.com/s/imfellenglish/v7/
|
7249 |
}
|
7250 |
},
|
7251 |
{
|
@@ -7261,7 +7650,7 @@
|
|
7261 |
"version": "v7",
|
7262 |
"lastModified": "2017-10-10",
|
7263 |
"files": {
|
7264 |
-
"regular": "http://fonts.gstatic.com/s/imfellenglishsc/v7/
|
7265 |
}
|
7266 |
},
|
7267 |
{
|
@@ -7278,8 +7667,8 @@
|
|
7278 |
"version": "v7",
|
7279 |
"lastModified": "2017-10-10",
|
7280 |
"files": {
|
7281 |
-
"regular": "http://fonts.gstatic.com/s/imfellfrenchcanon/v7
|
7282 |
-
"italic": "http://fonts.gstatic.com/s/imfellfrenchcanon/v7
|
7283 |
}
|
7284 |
},
|
7285 |
{
|
@@ -7295,7 +7684,7 @@
|
|
7295 |
"version": "v7",
|
7296 |
"lastModified": "2017-10-10",
|
7297 |
"files": {
|
7298 |
-
"regular": "http://fonts.gstatic.com/s/imfellfrenchcanonsc/v7/
|
7299 |
}
|
7300 |
},
|
7301 |
{
|
@@ -7312,8 +7701,8 @@
|
|
7312 |
"version": "v7",
|
7313 |
"lastModified": "2017-10-10",
|
7314 |
"files": {
|
7315 |
-
"regular": "http://fonts.gstatic.com/s/imfellgreatprimer/v7/
|
7316 |
-
"italic": "http://fonts.gstatic.com/s/imfellgreatprimer/v7/
|
7317 |
}
|
7318 |
},
|
7319 |
{
|
@@ -7329,7 +7718,7 @@
|
|
7329 |
"version": "v7",
|
7330 |
"lastModified": "2017-10-10",
|
7331 |
"files": {
|
7332 |
-
"regular": "http://fonts.gstatic.com/s/imfellgreatprimersc/v7/
|
7333 |
}
|
7334 |
},
|
7335 |
{
|
@@ -7345,7 +7734,7 @@
|
|
7345 |
"version": "v5",
|
7346 |
"lastModified": "2017-10-10",
|
7347 |
"files": {
|
7348 |
-
"regular": "http://fonts.gstatic.com/s/iceberg/v5/
|
7349 |
}
|
7350 |
},
|
7351 |
{
|
@@ -7361,7 +7750,7 @@
|
|
7361 |
"version": "v6",
|
7362 |
"lastModified": "2017-10-10",
|
7363 |
"files": {
|
7364 |
-
"regular": "http://fonts.gstatic.com/s/iceland/v6/
|
7365 |
}
|
7366 |
},
|
7367 |
{
|
@@ -7378,7 +7767,7 @@
|
|
7378 |
"version": "v5",
|
7379 |
"lastModified": "2017-10-10",
|
7380 |
"files": {
|
7381 |
-
"regular": "http://fonts.gstatic.com/s/imprima/v5/
|
7382 |
}
|
7383 |
},
|
7384 |
{
|
@@ -7390,15 +7779,15 @@
|
|
7390 |
"700"
|
7391 |
],
|
7392 |
"subsets": [
|
7393 |
-
"latin",
|
7394 |
"vietnamese",
|
|
|
7395 |
"latin-ext"
|
7396 |
],
|
7397 |
"version": "v16",
|
7398 |
"lastModified": "2017-10-10",
|
7399 |
"files": {
|
7400 |
-
"regular": "http://fonts.gstatic.com/s/inconsolata/v16/
|
7401 |
-
"700": "http://fonts.gstatic.com/s/inconsolata/v16/
|
7402 |
}
|
7403 |
},
|
7404 |
{
|
@@ -7415,7 +7804,7 @@
|
|
7415 |
"version": "v6",
|
7416 |
"lastModified": "2017-10-10",
|
7417 |
"files": {
|
7418 |
-
"regular": "http://fonts.gstatic.com/s/inder/v6/
|
7419 |
}
|
7420 |
},
|
7421 |
{
|
@@ -7431,7 +7820,7 @@
|
|
7431 |
"version": "v9",
|
7432 |
"lastModified": "2017-10-11",
|
7433 |
"files": {
|
7434 |
-
"regular": "http://fonts.gstatic.com/s/indieflower/v9/
|
7435 |
}
|
7436 |
},
|
7437 |
{
|
@@ -7449,8 +7838,8 @@
|
|
7449 |
"version": "v5",
|
7450 |
"lastModified": "2017-10-10",
|
7451 |
"files": {
|
7452 |
-
"regular": "http://fonts.gstatic.com/s/inika/v5/
|
7453 |
-
"700": "http://fonts.gstatic.com/s/inika/v5/
|
7454 |
}
|
7455 |
},
|
7456 |
{
|
@@ -7474,13 +7863,13 @@
|
|
7474 |
"version": "v3",
|
7475 |
"lastModified": "2017-10-09",
|
7476 |
"files": {
|
7477 |
-
"300": "http://fonts.gstatic.com/s/inknutantiqua/v3/
|
7478 |
-
"regular": "http://fonts.gstatic.com/s/inknutantiqua/v3/
|
7479 |
-
"500": "http://fonts.gstatic.com/s/inknutantiqua/v3/
|
7480 |
-
"600": "http://fonts.gstatic.com/s/inknutantiqua/v3/
|
7481 |
-
"700": "http://fonts.gstatic.com/s/inknutantiqua/v3/
|
7482 |
-
"800": "http://fonts.gstatic.com/s/inknutantiqua/v3/
|
7483 |
-
"900": "http://fonts.gstatic.com/s/inknutantiqua/v3/
|
7484 |
}
|
7485 |
},
|
7486 |
{
|
@@ -7496,7 +7885,7 @@
|
|
7496 |
"version": "v8",
|
7497 |
"lastModified": "2017-10-10",
|
7498 |
"files": {
|
7499 |
-
"regular": "http://fonts.gstatic.com/s/irishgrover/v8/
|
7500 |
}
|
7501 |
},
|
7502 |
{
|
@@ -7511,17 +7900,17 @@
|
|
7511 |
],
|
7512 |
"subsets": [
|
7513 |
"latin",
|
7514 |
-
"latin-ext",
|
7515 |
"cyrillic",
|
|
|
7516 |
"cyrillic-ext"
|
7517 |
],
|
7518 |
"version": "v11",
|
7519 |
"lastModified": "2017-10-10",
|
7520 |
"files": {
|
7521 |
-
"regular": "http://fonts.gstatic.com/s/istokweb/v11/
|
7522 |
-
"italic": "http://fonts.gstatic.com/s/istokweb/v11/
|
7523 |
-
"700": "http://fonts.gstatic.com/s/istokweb/v11/
|
7524 |
-
"700italic": "http://fonts.gstatic.com/s/istokweb/v11/
|
7525 |
}
|
7526 |
},
|
7527 |
{
|
@@ -7537,7 +7926,7 @@
|
|
7537 |
"version": "v6",
|
7538 |
"lastModified": "2017-10-10",
|
7539 |
"files": {
|
7540 |
-
"regular": "http://fonts.gstatic.com/s/italiana/v6/
|
7541 |
}
|
7542 |
},
|
7543 |
{
|
@@ -7554,7 +7943,7 @@
|
|
7554 |
"version": "v7",
|
7555 |
"lastModified": "2017-10-10",
|
7556 |
"files": {
|
7557 |
-
"regular": "http://fonts.gstatic.com/s/italianno/v7/
|
7558 |
}
|
7559 |
},
|
7560 |
{
|
@@ -7565,15 +7954,15 @@
|
|
7565 |
"regular"
|
7566 |
],
|
7567 |
"subsets": [
|
7568 |
-
"latin",
|
7569 |
"vietnamese",
|
|
|
7570 |
"latin-ext",
|
7571 |
"thai"
|
7572 |
],
|
7573 |
"version": "v2",
|
7574 |
"lastModified": "2017-10-10",
|
7575 |
"files": {
|
7576 |
-
"regular": "http://fonts.gstatic.com/s/itim/v2/
|
7577 |
}
|
7578 |
},
|
7579 |
{
|
@@ -7589,7 +7978,7 @@
|
|
7589 |
"version": "v5",
|
7590 |
"lastModified": "2017-10-10",
|
7591 |
"files": {
|
7592 |
-
"regular": "http://fonts.gstatic.com/s/jacquesfrancois/v5/
|
7593 |
}
|
7594 |
},
|
7595 |
{
|
@@ -7605,7 +7994,7 @@
|
|
7605 |
"version": "v5",
|
7606 |
"lastModified": "2017-10-10",
|
7607 |
"files": {
|
7608 |
-
"regular": "http://fonts.gstatic.com/s/jacquesfrancoisshadow/v5/
|
7609 |
}
|
7610 |
},
|
7611 |
{
|
@@ -7624,8 +8013,8 @@
|
|
7624 |
"version": "v3",
|
7625 |
"lastModified": "2017-10-10",
|
7626 |
"files": {
|
7627 |
-
"regular": "http://fonts.gstatic.com/s/jaldi/v3/
|
7628 |
-
"700": "http://fonts.gstatic.com/s/jaldi/v3/
|
7629 |
}
|
7630 |
},
|
7631 |
{
|
@@ -7642,7 +8031,7 @@
|
|
7642 |
"version": "v5",
|
7643 |
"lastModified": "2017-10-10",
|
7644 |
"files": {
|
7645 |
-
"regular": "http://fonts.gstatic.com/s/jimnightshade/v5/
|
7646 |
}
|
7647 |
},
|
7648 |
{
|
@@ -7659,7 +8048,7 @@
|
|
7659 |
"version": "v7",
|
7660 |
"lastModified": "2017-10-10",
|
7661 |
"files": {
|
7662 |
-
"regular": "http://fonts.gstatic.com/s/jockeyone/v7/
|
7663 |
}
|
7664 |
},
|
7665 |
{
|
@@ -7676,7 +8065,7 @@
|
|
7676 |
"version": "v5",
|
7677 |
"lastModified": "2017-10-10",
|
7678 |
"files": {
|
7679 |
-
"regular": "http://fonts.gstatic.com/s/jollylodger/v5/
|
7680 |
}
|
7681 |
},
|
7682 |
{
|
@@ -7691,10 +8080,10 @@
|
|
7691 |
"latin",
|
7692 |
"latin-ext"
|
7693 |
],
|
7694 |
-
"version": "
|
7695 |
-
"lastModified": "
|
7696 |
"files": {
|
7697 |
-
"regular": "http://fonts.gstatic.com/s/jomhuria/
|
7698 |
}
|
7699 |
},
|
7700 |
{
|
@@ -7714,23 +8103,23 @@
|
|
7714 |
"700italic"
|
7715 |
],
|
7716 |
"subsets": [
|
7717 |
-
"latin",
|
7718 |
"vietnamese",
|
|
|
7719 |
"latin-ext"
|
7720 |
],
|
7721 |
"version": "v12",
|
7722 |
"lastModified": "2017-10-10",
|
7723 |
"files": {
|
7724 |
-
"100": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7725 |
-
"100italic": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7726 |
-
"300": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7727 |
-
"300italic": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7728 |
-
"regular": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7729 |
-
"italic": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7730 |
-
"600": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7731 |
-
"600italic": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7732 |
-
"700": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7733 |
-
"700italic": "http://fonts.gstatic.com/s/josefinsans/v12/
|
7734 |
}
|
7735 |
},
|
7736 |
{
|
@@ -7755,16 +8144,16 @@
|
|
7755 |
"version": "v8",
|
7756 |
"lastModified": "2017-10-10",
|
7757 |
"files": {
|
7758 |
-
"100": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7759 |
-
"100italic": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7760 |
-
"300": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7761 |
-
"300italic": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7762 |
-
"regular": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7763 |
-
"italic": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7764 |
-
"600": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7765 |
-
"600italic": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7766 |
-
"700": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7767 |
-
"700italic": "http://fonts.gstatic.com/s/josefinslab/v8/
|
7768 |
}
|
7769 |
},
|
7770 |
{
|
@@ -7781,7 +8170,24 @@
|
|
7781 |
"version": "v5",
|
7782 |
"lastModified": "2017-10-10",
|
7783 |
"files": {
|
7784 |
-
"regular": "http://fonts.gstatic.com/s/jotione/v5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7785 |
}
|
7786 |
},
|
7787 |
{
|
@@ -7794,16 +8200,16 @@
|
|
7794 |
"700"
|
7795 |
],
|
7796 |
"subsets": [
|
7797 |
-
"latin",
|
7798 |
"vietnamese",
|
|
|
7799 |
"latin-ext"
|
7800 |
],
|
7801 |
"version": "v10",
|
7802 |
"lastModified": "2017-10-10",
|
7803 |
"files": {
|
7804 |
-
"regular": "http://fonts.gstatic.com/s/judson/v10/
|
7805 |
-
"italic": "http://fonts.gstatic.com/s/judson/v10/
|
7806 |
-
"700": "http://fonts.gstatic.com/s/judson/v10/
|
7807 |
}
|
7808 |
},
|
7809 |
{
|
@@ -7819,7 +8225,7 @@
|
|
7819 |
"version": "v7",
|
7820 |
"lastModified": "2017-10-10",
|
7821 |
"files": {
|
7822 |
-
"regular": "http://fonts.gstatic.com/s/julee/v7/
|
7823 |
}
|
7824 |
},
|
7825 |
{
|
@@ -7836,7 +8242,7 @@
|
|
7836 |
"version": "v6",
|
7837 |
"lastModified": "2017-10-10",
|
7838 |
"files": {
|
7839 |
-
"regular": "http://fonts.gstatic.com/s/juliussansone/v6/
|
7840 |
}
|
7841 |
},
|
7842 |
{
|
@@ -7852,7 +8258,7 @@
|
|
7852 |
"version": "v5",
|
7853 |
"lastModified": "2017-10-10",
|
7854 |
"files": {
|
7855 |
-
"regular": "http://fonts.gstatic.com/s/junge/v5/
|
7856 |
}
|
7857 |
},
|
7858 |
{
|
@@ -7867,22 +8273,22 @@
|
|
7867 |
"700"
|
7868 |
],
|
7869 |
"subsets": [
|
7870 |
-
"greek",
|
7871 |
-
"latin",
|
7872 |
-
"vietnamese",
|
7873 |
"greek-ext",
|
7874 |
-
"
|
|
|
7875 |
"cyrillic",
|
|
|
|
|
7876 |
"cyrillic-ext"
|
7877 |
],
|
7878 |
"version": "v9",
|
7879 |
"lastModified": "2017-10-10",
|
7880 |
"files": {
|
7881 |
-
"300": "http://fonts.gstatic.com/s/jura/v9/
|
7882 |
-
"regular": "http://fonts.gstatic.com/s/jura/v9/
|
7883 |
-
"500": "http://fonts.gstatic.com/s/jura/v9/
|
7884 |
-
"600": "http://fonts.gstatic.com/s/jura/v9/
|
7885 |
-
"700": "http://fonts.gstatic.com/s/jura/v9/
|
7886 |
}
|
7887 |
},
|
7888 |
{
|
@@ -7898,7 +8304,7 @@
|
|
7898 |
"version": "v9",
|
7899 |
"lastModified": "2017-10-10",
|
7900 |
"files": {
|
7901 |
-
"regular": "http://fonts.gstatic.com/s/justanotherhand/v9/
|
7902 |
}
|
7903 |
},
|
7904 |
{
|
@@ -7915,7 +8321,7 @@
|
|
7915 |
"version": "v9",
|
7916 |
"lastModified": "2017-10-10",
|
7917 |
"files": {
|
7918 |
-
"regular": "http://fonts.gstatic.com/s/justmeagaindownhere/v9/
|
7919 |
}
|
7920 |
},
|
7921 |
{
|
@@ -7933,8 +8339,8 @@
|
|
7933 |
"version": "v2",
|
7934 |
"lastModified": "2017-10-10",
|
7935 |
"files": {
|
7936 |
-
"regular": "http://fonts.gstatic.com/s/kadwa/v2/
|
7937 |
-
"700": "http://fonts.gstatic.com/s/kadwa/v2/
|
7938 |
}
|
7939 |
},
|
7940 |
{
|
@@ -7954,9 +8360,9 @@
|
|
7954 |
"version": "v8",
|
7955 |
"lastModified": "2017-10-10",
|
7956 |
"files": {
|
7957 |
-
"300": "http://fonts.gstatic.com/s/kalam/v8/
|
7958 |
-
"regular": "http://fonts.gstatic.com/s/kalam/v8/
|
7959 |
-
"700": "http://fonts.gstatic.com/s/kalam/v8/
|
7960 |
}
|
7961 |
},
|
7962 |
{
|
@@ -7973,8 +8379,8 @@
|
|
7973 |
"version": "v8",
|
7974 |
"lastModified": "2017-10-10",
|
7975 |
"files": {
|
7976 |
-
"regular": "http://fonts.gstatic.com/s/kameron/v8/
|
7977 |
-
"700": "http://fonts.gstatic.com/s/kameron/v8/
|
7978 |
}
|
7979 |
},
|
7980 |
{
|
@@ -8002,32 +8408,32 @@
|
|
8002 |
"900italic"
|
8003 |
],
|
8004 |
"subsets": [
|
8005 |
-
"latin",
|
8006 |
"vietnamese",
|
|
|
8007 |
"latin-ext",
|
8008 |
"thai"
|
8009 |
],
|
8010 |
"version": "v3",
|
8011 |
"lastModified": "2017-10-10",
|
8012 |
"files": {
|
8013 |
-
"100": "http://fonts.gstatic.com/s/kanit/v3/
|
8014 |
-
"100italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8015 |
-
"200": "http://fonts.gstatic.com/s/kanit/v3/
|
8016 |
-
"200italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8017 |
-
"300": "http://fonts.gstatic.com/s/kanit/v3/
|
8018 |
-
"300italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8019 |
-
"regular": "http://fonts.gstatic.com/s/kanit/v3/
|
8020 |
-
"italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8021 |
-
"500": "http://fonts.gstatic.com/s/kanit/v3/
|
8022 |
-
"500italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8023 |
-
"600": "http://fonts.gstatic.com/s/kanit/v3/
|
8024 |
-
"600italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8025 |
-
"700": "http://fonts.gstatic.com/s/kanit/v3/
|
8026 |
-
"700italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8027 |
-
"800": "http://fonts.gstatic.com/s/kanit/v3/
|
8028 |
-
"800italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8029 |
-
"900": "http://fonts.gstatic.com/s/kanit/v3/
|
8030 |
-
"900italic": "http://fonts.gstatic.com/s/kanit/v3/
|
8031 |
}
|
8032 |
},
|
8033 |
{
|
@@ -8045,9 +8451,9 @@
|
|
8045 |
"version": "v4",
|
8046 |
"lastModified": "2017-10-09",
|
8047 |
"files": {
|
8048 |
-
"300": "http://fonts.gstatic.com/s/kantumruy/v4/
|
8049 |
-
"regular": "http://fonts.gstatic.com/s/kantumruy/v4/
|
8050 |
-
"700": "http://fonts.gstatic.com/s/kantumruy/v4/
|
8051 |
}
|
8052 |
},
|
8053 |
{
|
@@ -8067,10 +8473,10 @@
|
|
8067 |
"version": "v6",
|
8068 |
"lastModified": "2017-10-10",
|
8069 |
"files": {
|
8070 |
-
"regular": "http://fonts.gstatic.com/s/karla/v6/
|
8071 |
-
"italic": "http://fonts.gstatic.com/s/karla/v6/
|
8072 |
-
"700": "http://fonts.gstatic.com/s/karla/v6/
|
8073 |
-
"700italic": "http://fonts.gstatic.com/s/karla/v6/
|
8074 |
}
|
8075 |
},
|
8076 |
{
|
@@ -8092,11 +8498,11 @@
|
|
8092 |
"version": "v7",
|
8093 |
"lastModified": "2017-10-10",
|
8094 |
"files": {
|
8095 |
-
"300": "http://fonts.gstatic.com/s/karma/v7/
|
8096 |
-
"regular": "http://fonts.gstatic.com/s/karma/v7/
|
8097 |
-
"500": "http://fonts.gstatic.com/s/karma/v7/
|
8098 |
-
"600": "http://fonts.gstatic.com/s/karma/v7/
|
8099 |
-
"700": "http://fonts.gstatic.com/s/karma/v7/
|
8100 |
}
|
8101 |
},
|
8102 |
{
|
@@ -8111,10 +8517,10 @@
|
|
8111 |
"latin",
|
8112 |
"latin-ext"
|
8113 |
],
|
8114 |
-
"version": "
|
8115 |
-
"lastModified": "
|
8116 |
"files": {
|
8117 |
-
"regular": "http://fonts.gstatic.com/s/katibeh/
|
8118 |
}
|
8119 |
},
|
8120 |
{
|
@@ -8131,7 +8537,7 @@
|
|
8131 |
"version": "v6",
|
8132 |
"lastModified": "2017-10-10",
|
8133 |
"files": {
|
8134 |
-
"regular": "http://fonts.gstatic.com/s/kaushanscript/v6/
|
8135 |
}
|
8136 |
},
|
8137 |
{
|
@@ -8142,14 +8548,14 @@
|
|
8142 |
"regular"
|
8143 |
],
|
8144 |
"subsets": [
|
8145 |
-
"tamil",
|
8146 |
"latin",
|
8147 |
-
"latin-ext"
|
|
|
8148 |
],
|
8149 |
"version": "v3",
|
8150 |
"lastModified": "2017-10-09",
|
8151 |
"files": {
|
8152 |
-
"regular": "http://fonts.gstatic.com/s/kavivanar/v3/
|
8153 |
}
|
8154 |
},
|
8155 |
{
|
@@ -8166,7 +8572,7 @@
|
|
8166 |
"version": "v6",
|
8167 |
"lastModified": "2017-10-10",
|
8168 |
"files": {
|
8169 |
-
"regular": "http://fonts.gstatic.com/s/kavoon/v6/
|
8170 |
}
|
8171 |
},
|
8172 |
{
|
@@ -8182,7 +8588,7 @@
|
|
8182 |
"version": "v4",
|
8183 |
"lastModified": "2017-10-09",
|
8184 |
"files": {
|
8185 |
-
"regular": "http://fonts.gstatic.com/s/kdamthmor/v4/
|
8186 |
}
|
8187 |
},
|
8188 |
{
|
@@ -8199,7 +8605,7 @@
|
|
8199 |
"version": "v5",
|
8200 |
"lastModified": "2017-10-10",
|
8201 |
"files": {
|
8202 |
-
"regular": "http://fonts.gstatic.com/s/keaniaone/v5/
|
8203 |
}
|
8204 |
},
|
8205 |
{
|
@@ -8211,13 +8617,13 @@
|
|
8211 |
],
|
8212 |
"subsets": [
|
8213 |
"latin",
|
8214 |
-
"
|
8215 |
-
"
|
8216 |
],
|
8217 |
"version": "v7",
|
8218 |
"lastModified": "2017-10-10",
|
8219 |
"files": {
|
8220 |
-
"regular": "http://fonts.gstatic.com/s/kellyslab/v7
|
8221 |
}
|
8222 |
},
|
8223 |
{
|
@@ -8233,7 +8639,7 @@
|
|
8233 |
"version": "v9",
|
8234 |
"lastModified": "2017-10-10",
|
8235 |
"files": {
|
8236 |
-
"regular": "http://fonts.gstatic.com/s/kenia/v9/
|
8237 |
}
|
8238 |
},
|
8239 |
{
|
@@ -8255,11 +8661,11 @@
|
|
8255 |
"version": "v6",
|
8256 |
"lastModified": "2017-10-10",
|
8257 |
"files": {
|
8258 |
-
"300": "http://fonts.gstatic.com/s/khand/v6/
|
8259 |
-
"regular": "http://fonts.gstatic.com/s/khand/v6/
|
8260 |
-
"500": "http://fonts.gstatic.com/s/khand/v6/
|
8261 |
-
"600": "http://fonts.gstatic.com/s/khand/v6/
|
8262 |
-
"700": "http://fonts.gstatic.com/s/khand/v6/
|
8263 |
}
|
8264 |
},
|
8265 |
{
|
@@ -8275,7 +8681,7 @@
|
|
8275 |
"version": "v10",
|
8276 |
"lastModified": "2017-10-10",
|
8277 |
"files": {
|
8278 |
-
"regular": "http://fonts.gstatic.com/s/khmer/v10/
|
8279 |
}
|
8280 |
},
|
8281 |
{
|
@@ -8297,11 +8703,28 @@
|
|
8297 |
"version": "v3",
|
8298 |
"lastModified": "2017-10-10",
|
8299 |
"files": {
|
8300 |
-
"300": "http://fonts.gstatic.com/s/khula/v3/
|
8301 |
-
"regular": "http://fonts.gstatic.com/s/khula/v3/
|
8302 |
-
"600": "http://fonts.gstatic.com/s/khula/v3/
|
8303 |
-
"700": "http://fonts.gstatic.com/s/khula/v3/
|
8304 |
-
"800": "http://fonts.gstatic.com/s/khula/v3/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8305 |
}
|
8306 |
},
|
8307 |
{
|
@@ -8317,7 +8740,7 @@
|
|
8317 |
"version": "v5",
|
8318 |
"lastModified": "2017-10-10",
|
8319 |
"files": {
|
8320 |
-
"regular": "http://fonts.gstatic.com/s/kiteone/v5/
|
8321 |
}
|
8322 |
},
|
8323 |
{
|
@@ -8334,7 +8757,7 @@
|
|
8334 |
"version": "v6",
|
8335 |
"lastModified": "2017-10-10",
|
8336 |
"files": {
|
8337 |
-
"regular": "http://fonts.gstatic.com/s/knewave/v6/
|
8338 |
}
|
8339 |
},
|
8340 |
{
|
@@ -8351,7 +8774,7 @@
|
|
8351 |
"version": "v5",
|
8352 |
"lastModified": "2017-10-10",
|
8353 |
"files": {
|
8354 |
-
"regular": "http://fonts.gstatic.com/s/kottaone/v5/
|
8355 |
}
|
8356 |
},
|
8357 |
{
|
@@ -8367,7 +8790,7 @@
|
|
8367 |
"version": "v11",
|
8368 |
"lastModified": "2017-10-10",
|
8369 |
"files": {
|
8370 |
-
"regular": "http://fonts.gstatic.com/s/koulen/v11/
|
8371 |
}
|
8372 |
},
|
8373 |
{
|
@@ -8383,7 +8806,7 @@
|
|
8383 |
"version": "v8",
|
8384 |
"lastModified": "2017-10-10",
|
8385 |
"files": {
|
8386 |
-
"regular": "http://fonts.gstatic.com/s/kranky/v8/
|
8387 |
}
|
8388 |
},
|
8389 |
{
|
@@ -8401,9 +8824,9 @@
|
|
8401 |
"version": "v11",
|
8402 |
"lastModified": "2017-10-10",
|
8403 |
"files": {
|
8404 |
-
"300": "http://fonts.gstatic.com/s/kreon/v11/
|
8405 |
-
"regular": "http://fonts.gstatic.com/s/kreon/v11/
|
8406 |
-
"700": "http://fonts.gstatic.com/s/kreon/v11/
|
8407 |
}
|
8408 |
},
|
8409 |
{
|
@@ -8419,7 +8842,7 @@
|
|
8419 |
"version": "v9",
|
8420 |
"lastModified": "2017-10-10",
|
8421 |
"files": {
|
8422 |
-
"regular": "http://fonts.gstatic.com/s/kristi/v9/
|
8423 |
}
|
8424 |
},
|
8425 |
{
|
@@ -8436,7 +8859,7 @@
|
|
8436 |
"version": "v5",
|
8437 |
"lastModified": "2017-10-10",
|
8438 |
"files": {
|
8439 |
-
"regular": "http://fonts.gstatic.com/s/kronaone/v5/
|
8440 |
}
|
8441 |
},
|
8442 |
{
|
@@ -8454,7 +8877,7 @@
|
|
8454 |
"version": "v2",
|
8455 |
"lastModified": "2017-10-09",
|
8456 |
"files": {
|
8457 |
-
"regular": "http://fonts.gstatic.com/s/kumarone/v2/
|
8458 |
}
|
8459 |
},
|
8460 |
{
|
@@ -8472,7 +8895,7 @@
|
|
8472 |
"version": "v2",
|
8473 |
"lastModified": "2017-10-09",
|
8474 |
"files": {
|
8475 |
-
"regular": "http://fonts.gstatic.com/s/kumaroneoutline/v2/
|
8476 |
}
|
8477 |
},
|
8478 |
{
|
@@ -8485,14 +8908,14 @@
|
|
8485 |
"subsets": [
|
8486 |
"latin",
|
8487 |
"devanagari",
|
8488 |
-
"latin-ext",
|
8489 |
"cyrillic",
|
|
|
8490 |
"cyrillic-ext"
|
8491 |
],
|
8492 |
"version": "v3",
|
8493 |
"lastModified": "2017-10-10",
|
8494 |
"files": {
|
8495 |
-
"regular": "http://fonts.gstatic.com/s/kurale/v3/
|
8496 |
}
|
8497 |
},
|
8498 |
{
|
@@ -8508,7 +8931,7 @@
|
|
8508 |
"version": "v8",
|
8509 |
"lastModified": "2017-10-10",
|
8510 |
"files": {
|
8511 |
-
"regular": "http://fonts.gstatic.com/s/labelleaurore/v8/
|
8512 |
}
|
8513 |
},
|
8514 |
{
|
@@ -8530,11 +8953,11 @@
|
|
8530 |
"version": "v4",
|
8531 |
"lastModified": "2017-10-10",
|
8532 |
"files": {
|
8533 |
-
"300": "http://fonts.gstatic.com/s/laila/v4/
|
8534 |
-
"regular": "http://fonts.gstatic.com/s/laila/v4/
|
8535 |
-
"500": "http://fonts.gstatic.com/s/laila/v4/
|
8536 |
-
"600": "http://fonts.gstatic.com/s/laila/v4/
|
8537 |
-
"700": "http://fonts.gstatic.com/s/laila/v4/
|
8538 |
}
|
8539 |
},
|
8540 |
{
|
@@ -8551,7 +8974,7 @@
|
|
8551 |
"version": "v4",
|
8552 |
"lastModified": "2017-10-10",
|
8553 |
"files": {
|
8554 |
-
"regular": "http://fonts.gstatic.com/s/lakkireddy/v4/
|
8555 |
}
|
8556 |
},
|
8557 |
{
|
@@ -8562,15 +8985,15 @@
|
|
8562 |
"regular"
|
8563 |
],
|
8564 |
"subsets": [
|
|
|
8565 |
"arabic",
|
8566 |
"latin",
|
8567 |
-
"vietnamese",
|
8568 |
"latin-ext"
|
8569 |
],
|
8570 |
-
"version": "
|
8571 |
-
"lastModified": "
|
8572 |
"files": {
|
8573 |
-
"regular": "http://fonts.gstatic.com/s/lalezar/
|
8574 |
}
|
8575 |
},
|
8576 |
{
|
@@ -8587,7 +9010,7 @@
|
|
8587 |
"version": "v7",
|
8588 |
"lastModified": "2017-10-10",
|
8589 |
"files": {
|
8590 |
-
"regular": "http://fonts.gstatic.com/s/lancelot/v7/
|
8591 |
}
|
8592 |
},
|
8593 |
{
|
@@ -8601,10 +9024,10 @@
|
|
8601 |
"arabic",
|
8602 |
"latin"
|
8603 |
],
|
8604 |
-
"version": "
|
8605 |
-
"lastModified": "
|
8606 |
"files": {
|
8607 |
-
"regular": "http://fonts.gstatic.com/s/lateef/
|
8608 |
}
|
8609 |
},
|
8610 |
{
|
@@ -8630,16 +9053,16 @@
|
|
8630 |
"version": "v14",
|
8631 |
"lastModified": "2017-10-11",
|
8632 |
"files": {
|
8633 |
-
"100": "http://fonts.gstatic.com/s/lato/v14/
|
8634 |
-
"100italic": "http://fonts.gstatic.com/s/lato/v14/
|
8635 |
-
"300": "http://fonts.gstatic.com/s/lato/v14/
|
8636 |
-
"300italic": "http://fonts.gstatic.com/s/lato/v14/
|
8637 |
-
"regular": "http://fonts.gstatic.com/s/lato/v14/
|
8638 |
-
"italic": "http://fonts.gstatic.com/s/lato/v14/
|
8639 |
-
"700": "http://fonts.gstatic.com/s/lato/v14/
|
8640 |
-
"700italic": "http://fonts.gstatic.com/s/lato/v14/
|
8641 |
-
"900": "http://fonts.gstatic.com/s/lato/v14/
|
8642 |
-
"900italic": "http://fonts.gstatic.com/s/lato/v14/
|
8643 |
}
|
8644 |
},
|
8645 |
{
|
@@ -8655,7 +9078,7 @@
|
|
8655 |
"version": "v8",
|
8656 |
"lastModified": "2017-10-10",
|
8657 |
"files": {
|
8658 |
-
"regular": "http://fonts.gstatic.com/s/leaguescript/v8/
|
8659 |
}
|
8660 |
},
|
8661 |
{
|
@@ -8671,7 +9094,7 @@
|
|
8671 |
"version": "v8",
|
8672 |
"lastModified": "2017-10-10",
|
8673 |
"files": {
|
8674 |
-
"regular": "http://fonts.gstatic.com/s/leckerlione/v8/
|
8675 |
}
|
8676 |
},
|
8677 |
{
|
@@ -8683,13 +9106,13 @@
|
|
8683 |
],
|
8684 |
"subsets": [
|
8685 |
"latin",
|
8686 |
-
"
|
8687 |
-
"
|
8688 |
],
|
8689 |
"version": "v5",
|
8690 |
"lastModified": "2017-10-10",
|
8691 |
"files": {
|
8692 |
-
"regular": "http://fonts.gstatic.com/s/ledger/v5/
|
8693 |
}
|
8694 |
},
|
8695 |
{
|
@@ -8708,9 +9131,9 @@
|
|
8708 |
"version": "v8",
|
8709 |
"lastModified": "2017-10-10",
|
8710 |
"files": {
|
8711 |
-
"regular": "http://fonts.gstatic.com/s/lekton/v8/
|
8712 |
-
"italic": "http://fonts.gstatic.com/s/lekton/v8/
|
8713 |
-
"700": "http://fonts.gstatic.com/s/lekton/v8/
|
8714 |
}
|
8715 |
},
|
8716 |
{
|
@@ -8726,7 +9149,7 @@
|
|
8726 |
"version": "v6",
|
8727 |
"lastModified": "2017-10-10",
|
8728 |
"files": {
|
8729 |
-
"regular": "http://fonts.gstatic.com/s/lemon/v6/
|
8730 |
}
|
8731 |
},
|
8732 |
{
|
@@ -8740,18 +9163,18 @@
|
|
8740 |
"700"
|
8741 |
],
|
8742 |
"subsets": [
|
|
|
8743 |
"arabic",
|
8744 |
"latin",
|
8745 |
-
"vietnamese",
|
8746 |
"latin-ext"
|
8747 |
],
|
8748 |
-
"version": "
|
8749 |
-
"lastModified": "
|
8750 |
"files": {
|
8751 |
-
"300": "http://fonts.gstatic.com/s/lemonada/
|
8752 |
-
"regular": "http://fonts.gstatic.com/s/lemonada/
|
8753 |
-
"600": "http://fonts.gstatic.com/s/lemonada/
|
8754 |
-
"700": "http://fonts.gstatic.com/s/lemonada/
|
8755 |
}
|
8756 |
},
|
8757 |
{
|
@@ -8767,7 +9190,7 @@
|
|
8767 |
"version": "v5",
|
8768 |
"lastModified": "2017-10-23",
|
8769 |
"files": {
|
8770 |
-
"regular": "http://fonts.gstatic.com/s/librebarcode128/v5/
|
8771 |
}
|
8772 |
},
|
8773 |
{
|
@@ -8783,7 +9206,7 @@
|
|
8783 |
"version": "v5",
|
8784 |
"lastModified": "2017-10-23",
|
8785 |
"files": {
|
8786 |
-
"regular": "http://fonts.gstatic.com/s/librebarcode128text/v5/
|
8787 |
}
|
8788 |
},
|
8789 |
{
|
@@ -8799,7 +9222,7 @@
|
|
8799 |
"version": "v5",
|
8800 |
"lastModified": "2017-10-23",
|
8801 |
"files": {
|
8802 |
-
"regular": "http://fonts.gstatic.com/s/librebarcode39/v5
|
8803 |
}
|
8804 |
},
|
8805 |
{
|
@@ -8815,7 +9238,7 @@
|
|
8815 |
"version": "v4",
|
8816 |
"lastModified": "2017-10-23",
|
8817 |
"files": {
|
8818 |
-
"regular": "http://fonts.gstatic.com/s/librebarcode39extended/v4/
|
8819 |
}
|
8820 |
},
|
8821 |
{
|
@@ -8831,7 +9254,7 @@
|
|
8831 |
"version": "v4",
|
8832 |
"lastModified": "2017-10-23",
|
8833 |
"files": {
|
8834 |
-
"regular": "http://fonts.gstatic.com/s/librebarcode39extendedtext/v4/
|
8835 |
}
|
8836 |
},
|
8837 |
{
|
@@ -8847,7 +9270,7 @@
|
|
8847 |
"version": "v5",
|
8848 |
"lastModified": "2017-10-23",
|
8849 |
"files": {
|
8850 |
-
"regular": "http://fonts.gstatic.com/s/librebarcode39text/v5/
|
8851 |
}
|
8852 |
},
|
8853 |
{
|
@@ -8866,9 +9289,9 @@
|
|
8866 |
"version": "v5",
|
8867 |
"lastModified": "2017-10-10",
|
8868 |
"files": {
|
8869 |
-
"regular": "http://fonts.gstatic.com/s/librebaskerville/v5/
|
8870 |
-
"italic": "http://fonts.gstatic.com/s/librebaskerville/v5/
|
8871 |
-
"700": "http://fonts.gstatic.com/s/librebaskerville/v5/
|
8872 |
}
|
8873 |
},
|
8874 |
{
|
@@ -8902,24 +9325,24 @@
|
|
8902 |
"version": "v2",
|
8903 |
"lastModified": "2017-10-10",
|
8904 |
"files": {
|
8905 |
-
"100": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8906 |
-
"100italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8907 |
-
"200": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8908 |
-
"200italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8909 |
-
"300": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8910 |
-
"300italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8911 |
-
"regular": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8912 |
-
"italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8913 |
-
"500": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8914 |
-
"500italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8915 |
-
"600": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8916 |
-
"600italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8917 |
-
"700": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8918 |
-
"700italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8919 |
-
"800": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8920 |
-
"800italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8921 |
-
"900": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8922 |
-
"900italic": "http://fonts.gstatic.com/s/librefranklin/v2/
|
8923 |
}
|
8924 |
},
|
8925 |
{
|
@@ -8937,8 +9360,8 @@
|
|
8937 |
"version": "v7",
|
8938 |
"lastModified": "2017-10-10",
|
8939 |
"files": {
|
8940 |
-
"regular": "http://fonts.gstatic.com/s/lifesavers/v7/
|
8941 |
-
"700": "http://fonts.gstatic.com/s/lifesavers/v7/
|
8942 |
}
|
8943 |
},
|
8944 |
{
|
@@ -8955,7 +9378,7 @@
|
|
8955 |
"version": "v5",
|
8956 |
"lastModified": "2017-10-10",
|
8957 |
"files": {
|
8958 |
-
"regular": "http://fonts.gstatic.com/s/lilitaone/v5/
|
8959 |
}
|
8960 |
},
|
8961 |
{
|
@@ -8972,7 +9395,7 @@
|
|
8972 |
"version": "v5",
|
8973 |
"lastModified": "2017-10-10",
|
8974 |
"files": {
|
8975 |
-
"regular": "http://fonts.gstatic.com/s/lilyscriptone/v5/
|
8976 |
}
|
8977 |
},
|
8978 |
{
|
@@ -8989,7 +9412,7 @@
|
|
8989 |
"version": "v8",
|
8990 |
"lastModified": "2017-10-10",
|
8991 |
"files": {
|
8992 |
-
"regular": "http://fonts.gstatic.com/s/limelight/v8/
|
8993 |
}
|
8994 |
},
|
8995 |
{
|
@@ -9006,8 +9429,8 @@
|
|
9006 |
"version": "v7",
|
9007 |
"lastModified": "2017-10-10",
|
9008 |
"files": {
|
9009 |
-
"regular": "http://fonts.gstatic.com/s/lindenhill/v7
|
9010 |
-
"italic": "http://fonts.gstatic.com/s/lindenhill/v7
|
9011 |
}
|
9012 |
},
|
9013 |
{
|
@@ -9018,16 +9441,16 @@
|
|
9018 |
"regular"
|
9019 |
],
|
9020 |
"subsets": [
|
9021 |
-
"latin",
|
9022 |
"vietnamese",
|
9023 |
-
"latin
|
9024 |
"cyrillic",
|
|
|
9025 |
"cyrillic-ext"
|
9026 |
],
|
9027 |
"version": "v20",
|
9028 |
"lastModified": "2017-11-07",
|
9029 |
"files": {
|
9030 |
-
"regular": "http://fonts.gstatic.com/s/lobster/v20/
|
9031 |
}
|
9032 |
},
|
9033 |
{
|
@@ -9046,10 +9469,10 @@
|
|
9046 |
"version": "v10",
|
9047 |
"lastModified": "2017-10-10",
|
9048 |
"files": {
|
9049 |
-
"regular": "http://fonts.gstatic.com/s/lobstertwo/v10/
|
9050 |
-
"italic": "http://fonts.gstatic.com/s/lobstertwo/v10/
|
9051 |
-
"700": "http://fonts.gstatic.com/s/lobstertwo/v10/
|
9052 |
-
"700italic": "http://fonts.gstatic.com/s/lobstertwo/v10/
|
9053 |
}
|
9054 |
},
|
9055 |
{
|
@@ -9065,7 +9488,7 @@
|
|
9065 |
"version": "v8",
|
9066 |
"lastModified": "2017-10-10",
|
9067 |
"files": {
|
9068 |
-
"regular": "http://fonts.gstatic.com/s/londrinaoutline/v8/
|
9069 |
}
|
9070 |
},
|
9071 |
{
|
@@ -9081,7 +9504,7 @@
|
|
9081 |
"version": "v6",
|
9082 |
"lastModified": "2017-10-10",
|
9083 |
"files": {
|
9084 |
-
"regular": "http://fonts.gstatic.com/s/londrinashadow/v6/
|
9085 |
}
|
9086 |
},
|
9087 |
{
|
@@ -9097,7 +9520,7 @@
|
|
9097 |
"version": "v6",
|
9098 |
"lastModified": "2017-10-09",
|
9099 |
"files": {
|
9100 |
-
"regular": "http://fonts.gstatic.com/s/londrinasketch/v6/
|
9101 |
}
|
9102 |
},
|
9103 |
{
|
@@ -9116,10 +9539,10 @@
|
|
9116 |
"version": "v6",
|
9117 |
"lastModified": "2017-10-10",
|
9118 |
"files": {
|
9119 |
-
"100": "http://fonts.gstatic.com/s/londrinasolid/v6/
|
9120 |
-
"300": "http://fonts.gstatic.com/s/londrinasolid/v6/
|
9121 |
-
"regular": "http://fonts.gstatic.com/s/londrinasolid/v6/
|
9122 |
-
"900": "http://fonts.gstatic.com/s/londrinasolid/v6/
|
9123 |
}
|
9124 |
},
|
9125 |
{
|
@@ -9133,19 +9556,19 @@
|
|
9133 |
"700italic"
|
9134 |
],
|
9135 |
"subsets": [
|
9136 |
-
"latin",
|
9137 |
"vietnamese",
|
9138 |
-
"latin
|
9139 |
"cyrillic",
|
|
|
9140 |
"cyrillic-ext"
|
9141 |
],
|
9142 |
"version": "v12",
|
9143 |
"lastModified": "2017-11-07",
|
9144 |
"files": {
|
9145 |
-
"regular": "http://fonts.gstatic.com/s/lora/v12/
|
9146 |
-
"italic": "http://fonts.gstatic.com/s/lora/v12/
|
9147 |
-
"700": "http://fonts.gstatic.com/s/lora/v12/
|
9148 |
-
"700italic": "http://fonts.gstatic.com/s/lora/v12/
|
9149 |
}
|
9150 |
},
|
9151 |
{
|
@@ -9161,7 +9584,7 @@
|
|
9161 |
"version": "v8",
|
9162 |
"lastModified": "2017-10-10",
|
9163 |
"files": {
|
9164 |
-
"regular": "http://fonts.gstatic.com/s/loveyalikeasister/v8/
|
9165 |
}
|
9166 |
},
|
9167 |
{
|
@@ -9177,7 +9600,7 @@
|
|
9177 |
"version": "v7",
|
9178 |
"lastModified": "2017-10-10",
|
9179 |
"files": {
|
9180 |
-
"regular": "http://fonts.gstatic.com/s/lovedbytheking/v7/
|
9181 |
}
|
9182 |
},
|
9183 |
{
|
@@ -9194,7 +9617,7 @@
|
|
9194 |
"version": "v5",
|
9195 |
"lastModified": "2017-10-10",
|
9196 |
"files": {
|
9197 |
-
"regular": "http://fonts.gstatic.com/s/loversquarrel/v5/
|
9198 |
}
|
9199 |
},
|
9200 |
{
|
@@ -9210,7 +9633,7 @@
|
|
9210 |
"version": "v8",
|
9211 |
"lastModified": "2017-10-10",
|
9212 |
"files": {
|
9213 |
-
"regular": "http://fonts.gstatic.com/s/luckiestguy/v8/
|
9214 |
}
|
9215 |
},
|
9216 |
{
|
@@ -9227,8 +9650,8 @@
|
|
9227 |
"version": "v5",
|
9228 |
"lastModified": "2017-10-10",
|
9229 |
"files": {
|
9230 |
-
"regular": "http://fonts.gstatic.com/s/lusitana/v5/
|
9231 |
-
"700": "http://fonts.gstatic.com/s/lusitana/v5/
|
9232 |
}
|
9233 |
},
|
9234 |
{
|
@@ -9244,7 +9667,7 @@
|
|
9244 |
"version": "v5",
|
9245 |
"lastModified": "2017-10-10",
|
9246 |
"files": {
|
9247 |
-
"regular": "http://fonts.gstatic.com/s/lustria/v5/
|
9248 |
}
|
9249 |
},
|
9250 |
{
|
@@ -9260,7 +9683,7 @@
|
|
9260 |
"version": "v6",
|
9261 |
"lastModified": "2017-10-10",
|
9262 |
"files": {
|
9263 |
-
"regular": "http://fonts.gstatic.com/s/macondo/v6/
|
9264 |
}
|
9265 |
},
|
9266 |
{
|
@@ -9276,7 +9699,7 @@
|
|
9276 |
"version": "v5",
|
9277 |
"lastModified": "2017-10-09",
|
9278 |
"files": {
|
9279 |
-
"regular": "http://fonts.gstatic.com/s/macondoswashcaps/v5/
|
9280 |
}
|
9281 |
},
|
9282 |
{
|
@@ -9296,16 +9719,16 @@
|
|
9296 |
"arabic",
|
9297 |
"latin"
|
9298 |
],
|
9299 |
-
"version": "
|
9300 |
-
"lastModified": "
|
9301 |
"files": {
|
9302 |
-
"200": "http://fonts.gstatic.com/s/mada/
|
9303 |
-
"300": "http://fonts.gstatic.com/s/mada/
|
9304 |
-
"regular": "http://fonts.gstatic.com/s/mada/
|
9305 |
-
"500": "http://fonts.gstatic.com/s/mada/
|
9306 |
-
"600": "http://fonts.gstatic.com/s/mada/
|
9307 |
-
"700": "http://fonts.gstatic.com/s/mada/
|
9308 |
-
"900": "http://fonts.gstatic.com/s/mada/
|
9309 |
}
|
9310 |
},
|
9311 |
{
|
@@ -9323,8 +9746,8 @@
|
|
9323 |
"version": "v5",
|
9324 |
"lastModified": "2017-10-10",
|
9325 |
"files": {
|
9326 |
-
"regular": "http://fonts.gstatic.com/s/magra/v5/
|
9327 |
-
"700": "http://fonts.gstatic.com/s/magra/v5/
|
9328 |
}
|
9329 |
},
|
9330 |
{
|
@@ -9340,7 +9763,7 @@
|
|
9340 |
"version": "v8",
|
9341 |
"lastModified": "2017-10-10",
|
9342 |
"files": {
|
9343 |
-
"regular": "http://fonts.gstatic.com/s/maidenorange/v8/
|
9344 |
}
|
9345 |
},
|
9346 |
{
|
@@ -9356,20 +9779,20 @@
|
|
9356 |
"700"
|
9357 |
],
|
9358 |
"subsets": [
|
9359 |
-
"latin",
|
9360 |
"vietnamese",
|
|
|
9361 |
"latin-ext",
|
9362 |
"thai"
|
9363 |
],
|
9364 |
"version": "v2",
|
9365 |
"lastModified": "2017-10-10",
|
9366 |
"files": {
|
9367 |
-
"200": "http://fonts.gstatic.com/s/maitree/v2/
|
9368 |
-
"300": "http://fonts.gstatic.com/s/maitree/v2/
|
9369 |
-
"regular": "http://fonts.gstatic.com/s/maitree/v2/
|
9370 |
-
"500": "http://fonts.gstatic.com/s/maitree/v2/
|
9371 |
-
"600": "http://fonts.gstatic.com/s/maitree/v2/
|
9372 |
-
"700": "http://fonts.gstatic.com/s/maitree/v2/
|
9373 |
}
|
9374 |
},
|
9375 |
{
|
@@ -9385,7 +9808,7 @@
|
|
9385 |
"version": "v8",
|
9386 |
"lastModified": "2017-10-10",
|
9387 |
"files": {
|
9388 |
-
"regular": "http://fonts.gstatic.com/s/mako/v8/
|
9389 |
}
|
9390 |
},
|
9391 |
{
|
@@ -9402,7 +9825,7 @@
|
|
9402 |
"version": "v5",
|
9403 |
"lastModified": "2017-10-10",
|
9404 |
"files": {
|
9405 |
-
"regular": "http://fonts.gstatic.com/s/mallanna/v5/
|
9406 |
}
|
9407 |
},
|
9408 |
{
|
@@ -9419,7 +9842,7 @@
|
|
9419 |
"version": "v5",
|
9420 |
"lastModified": "2017-10-10",
|
9421 |
"files": {
|
9422 |
-
"regular": "http://fonts.gstatic.com/s/mandali/v5/
|
9423 |
}
|
9424 |
},
|
9425 |
{
|
@@ -9437,21 +9860,21 @@
|
|
9437 |
"700italic"
|
9438 |
],
|
9439 |
"subsets": [
|
9440 |
-
"latin",
|
9441 |
"vietnamese",
|
|
|
9442 |
"latin-ext"
|
9443 |
],
|
9444 |
"version": "v2",
|
9445 |
"lastModified": "2017-11-21",
|
9446 |
"files": {
|
9447 |
-
"regular": "http://fonts.gstatic.com/s/manuale/v2/
|
9448 |
-
"italic": "http://fonts.gstatic.com/s/manuale/v2/
|
9449 |
-
"500": "http://fonts.gstatic.com/s/manuale/v2/
|
9450 |
-
"500italic": "http://fonts.gstatic.com/s/manuale/v2/
|
9451 |
-
"600": "http://fonts.gstatic.com/s/manuale/v2/
|
9452 |
-
"600italic": "http://fonts.gstatic.com/s/manuale/v2/
|
9453 |
-
"700": "http://fonts.gstatic.com/s/manuale/v2/
|
9454 |
-
"700italic": "http://fonts.gstatic.com/s/manuale/v2/
|
9455 |
}
|
9456 |
},
|
9457 |
{
|
@@ -9468,7 +9891,7 @@
|
|
9468 |
"version": "v5",
|
9469 |
"lastModified": "2017-10-10",
|
9470 |
"files": {
|
9471 |
-
"regular": "http://fonts.gstatic.com/s/marcellus/v5/
|
9472 |
}
|
9473 |
},
|
9474 |
{
|
@@ -9485,7 +9908,7 @@
|
|
9485 |
"version": "v5",
|
9486 |
"lastModified": "2017-10-10",
|
9487 |
"files": {
|
9488 |
-
"regular": "http://fonts.gstatic.com/s/marcellussc/v5/
|
9489 |
}
|
9490 |
},
|
9491 |
{
|
@@ -9497,13 +9920,13 @@
|
|
9497 |
],
|
9498 |
"subsets": [
|
9499 |
"latin",
|
9500 |
-
"
|
9501 |
-
"
|
9502 |
],
|
9503 |
"version": "v8",
|
9504 |
"lastModified": "2017-10-10",
|
9505 |
"files": {
|
9506 |
-
"regular": "http://fonts.gstatic.com/s/marckscript/v8/
|
9507 |
}
|
9508 |
},
|
9509 |
{
|
@@ -9520,7 +9943,7 @@
|
|
9520 |
"version": "v6",
|
9521 |
"lastModified": "2017-10-10",
|
9522 |
"files": {
|
9523 |
-
"regular": "http://fonts.gstatic.com/s/margarine/v6/
|
9524 |
}
|
9525 |
},
|
9526 |
{
|
@@ -9536,7 +9959,7 @@
|
|
9536 |
"version": "v7",
|
9537 |
"lastModified": "2017-10-10",
|
9538 |
"files": {
|
9539 |
-
"regular": "http://fonts.gstatic.com/s/markoone/v7/
|
9540 |
}
|
9541 |
},
|
9542 |
{
|
@@ -9548,13 +9971,13 @@
|
|
9548 |
],
|
9549 |
"subsets": [
|
9550 |
"latin",
|
9551 |
-
"
|
9552 |
-
"
|
9553 |
],
|
9554 |
"version": "v7",
|
9555 |
"lastModified": "2017-10-10",
|
9556 |
"files": {
|
9557 |
-
"regular": "http://fonts.gstatic.com/s/marmelad/v7/
|
9558 |
}
|
9559 |
},
|
9560 |
{
|
@@ -9578,13 +10001,13 @@
|
|
9578 |
"version": "v2",
|
9579 |
"lastModified": "2017-10-10",
|
9580 |
"files": {
|
9581 |
-
"200": "http://fonts.gstatic.com/s/martel/v2/
|
9582 |
-
"300": "http://fonts.gstatic.com/s/martel/v2/
|
9583 |
-
"regular": "http://fonts.gstatic.com/s/martel/v2/
|
9584 |
-
"600": "http://fonts.gstatic.com/s/martel/v2/
|
9585 |
-
"700": "http://fonts.gstatic.com/s/martel/v2/
|
9586 |
-
"800": "http://fonts.gstatic.com/s/martel/v2/
|
9587 |
-
"900": "http://fonts.gstatic.com/s/martel/v2/
|
9588 |
}
|
9589 |
},
|
9590 |
{
|
@@ -9608,13 +10031,13 @@
|
|
9608 |
"version": "v4",
|
9609 |
"lastModified": "2017-10-10",
|
9610 |
"files": {
|
9611 |
-
"200": "http://fonts.gstatic.com/s/martelsans/v4/
|
9612 |
-
"300": "http://fonts.gstatic.com/s/martelsans/v4/
|
9613 |
-
"regular": "http://fonts.gstatic.com/s/martelsans/v4/
|
9614 |
-
"600": "http://fonts.gstatic.com/s/martelsans/v4/
|
9615 |
-
"700": "http://fonts.gstatic.com/s/martelsans/v4/
|
9616 |
-
"800": "http://fonts.gstatic.com/s/martelsans/v4/
|
9617 |
-
"900": "http://fonts.gstatic.com/s/martelsans/v4/
|
9618 |
}
|
9619 |
},
|
9620 |
{
|
@@ -9633,10 +10056,10 @@
|
|
9633 |
"version": "v7",
|
9634 |
"lastModified": "2017-10-10",
|
9635 |
"files": {
|
9636 |
-
"regular": "http://fonts.gstatic.com/s/marvel/v7/
|
9637 |
-
"italic": "http://fonts.gstatic.com/s/marvel/v7/
|
9638 |
-
"700": "http://fonts.gstatic.com/s/marvel/v7/
|
9639 |
-
"700italic": "http://fonts.gstatic.com/s/marvel/v7/
|
9640 |
}
|
9641 |
},
|
9642 |
{
|
@@ -9653,8 +10076,8 @@
|
|
9653 |
"version": "v6",
|
9654 |
"lastModified": "2017-10-10",
|
9655 |
"files": {
|
9656 |
-
"regular": "http://fonts.gstatic.com/s/mate/v6/
|
9657 |
-
"italic": "http://fonts.gstatic.com/s/mate/v6/
|
9658 |
}
|
9659 |
},
|
9660 |
{
|
@@ -9670,7 +10093,7 @@
|
|
9670 |
"version": "v6",
|
9671 |
"lastModified": "2017-10-10",
|
9672 |
"files": {
|
9673 |
-
"regular": "http://fonts.gstatic.com/s/matesc/v6/-
|
9674 |
}
|
9675 |
},
|
9676 |
{
|
@@ -9684,17 +10107,17 @@
|
|
9684 |
"900"
|
9685 |
],
|
9686 |
"subsets": [
|
9687 |
-
"latin",
|
9688 |
"vietnamese",
|
|
|
9689 |
"latin-ext"
|
9690 |
],
|
9691 |
"version": "v11",
|
9692 |
"lastModified": "2017-11-21",
|
9693 |
"files": {
|
9694 |
-
"regular": "http://fonts.gstatic.com/s/mavenpro/v11/
|
9695 |
-
"500": "http://fonts.gstatic.com/s/mavenpro/v11/
|
9696 |
-
"700": "http://fonts.gstatic.com/s/mavenpro/v11/
|
9697 |
-
"900": "http://fonts.gstatic.com/s/mavenpro/v11
|
9698 |
}
|
9699 |
},
|
9700 |
{
|
@@ -9711,7 +10134,7 @@
|
|
9711 |
"version": "v5",
|
9712 |
"lastModified": "2017-10-10",
|
9713 |
"files": {
|
9714 |
-
"regular": "http://fonts.gstatic.com/s/mclaren/v5/
|
9715 |
}
|
9716 |
},
|
9717 |
{
|
@@ -9727,7 +10150,7 @@
|
|
9727 |
"version": "v10",
|
9728 |
"lastModified": "2017-10-10",
|
9729 |
"files": {
|
9730 |
-
"regular": "http://fonts.gstatic.com/s/meddon/v10/
|
9731 |
}
|
9732 |
},
|
9733 |
{
|
@@ -9744,7 +10167,7 @@
|
|
9744 |
"version": "v9",
|
9745 |
"lastModified": "2017-10-10",
|
9746 |
"files": {
|
9747 |
-
"regular": "http://fonts.gstatic.com/s/medievalsharp/v9/
|
9748 |
}
|
9749 |
},
|
9750 |
{
|
@@ -9760,7 +10183,7 @@
|
|
9760 |
"version": "v7",
|
9761 |
"lastModified": "2017-10-10",
|
9762 |
"files": {
|
9763 |
-
"regular": "http://fonts.gstatic.com/s/medulaone/v7/
|
9764 |
}
|
9765 |
},
|
9766 |
{
|
@@ -9771,13 +10194,13 @@
|
|
9771 |
"regular"
|
9772 |
],
|
9773 |
"subsets": [
|
9774 |
-
"
|
9775 |
-
"
|
9776 |
],
|
9777 |
"version": "v2",
|
9778 |
"lastModified": "2017-10-09",
|
9779 |
"files": {
|
9780 |
-
"regular": "http://fonts.gstatic.com/s/meerainimai/v2/
|
9781 |
}
|
9782 |
},
|
9783 |
{
|
@@ -9793,7 +10216,7 @@
|
|
9793 |
"version": "v8",
|
9794 |
"lastModified": "2017-10-10",
|
9795 |
"files": {
|
9796 |
-
"regular": "http://fonts.gstatic.com/s/megrim/v8/
|
9797 |
}
|
9798 |
},
|
9799 |
{
|
@@ -9810,7 +10233,7 @@
|
|
9810 |
"version": "v5",
|
9811 |
"lastModified": "2017-10-10",
|
9812 |
"files": {
|
9813 |
-
"regular": "http://fonts.gstatic.com/s/meiescript/v5/
|
9814 |
}
|
9815 |
},
|
9816 |
{
|
@@ -9828,8 +10251,8 @@
|
|
9828 |
"version": "v5",
|
9829 |
"lastModified": "2017-10-10",
|
9830 |
"files": {
|
9831 |
-
"regular": "http://fonts.gstatic.com/s/merienda/v5/
|
9832 |
-
"700": "http://fonts.gstatic.com/s/merienda/v5/
|
9833 |
}
|
9834 |
},
|
9835 |
{
|
@@ -9845,7 +10268,7 @@
|
|
9845 |
"version": "v8",
|
9846 |
"lastModified": "2017-10-10",
|
9847 |
"files": {
|
9848 |
-
"regular": "http://fonts.gstatic.com/s/meriendaone/v8/
|
9849 |
}
|
9850 |
},
|
9851 |
{
|
@@ -9863,23 +10286,23 @@
|
|
9863 |
"900italic"
|
9864 |
],
|
9865 |
"subsets": [
|
9866 |
-
"latin",
|
9867 |
"vietnamese",
|
9868 |
-
"latin
|
9869 |
"cyrillic",
|
|
|
9870 |
"cyrillic-ext"
|
9871 |
],
|
9872 |
"version": "v19",
|
9873 |
"lastModified": "2017-11-07",
|
9874 |
"files": {
|
9875 |
-
"300": "http://fonts.gstatic.com/s/merriweather/v19/
|
9876 |
-
"300italic": "http://fonts.gstatic.com/s/merriweather/v19/
|
9877 |
-
"regular": "http://fonts.gstatic.com/s/merriweather/v19/
|
9878 |
-
"italic": "http://fonts.gstatic.com/s/merriweather/v19/
|
9879 |
-
"700": "http://fonts.gstatic.com/s/merriweather/v19/
|
9880 |
-
"700italic": "http://fonts.gstatic.com/s/merriweather/v19/
|
9881 |
-
"900": "http://fonts.gstatic.com/s/merriweather/v19/
|
9882 |
-
"900italic": "http://fonts.gstatic.com/s/merriweather/v19/
|
9883 |
}
|
9884 |
},
|
9885 |
{
|
@@ -9903,14 +10326,14 @@
|
|
9903 |
"version": "v9",
|
9904 |
"lastModified": "2017-10-10",
|
9905 |
"files": {
|
9906 |
-
"300": "http://fonts.gstatic.com/s/merriweathersans/v9/
|
9907 |
-
"300italic": "http://fonts.gstatic.com/s/merriweathersans/v9/
|
9908 |
-
"regular": "http://fonts.gstatic.com/s/merriweathersans/v9/
|
9909 |
-
"italic": "http://fonts.gstatic.com/s/merriweathersans/v9/
|
9910 |
-
"700": "http://fonts.gstatic.com/s/merriweathersans/v9/
|
9911 |
-
"700italic": "http://fonts.gstatic.com/s/merriweathersans/v9/
|
9912 |
-
"800": "http://fonts.gstatic.com/s/merriweathersans/v9/
|
9913 |
-
"800italic": "http://fonts.gstatic.com/s/merriweathersans/v9/
|
9914 |
}
|
9915 |
},
|
9916 |
{
|
@@ -9926,7 +10349,7 @@
|
|
9926 |
"version": "v10",
|
9927 |
"lastModified": "2017-10-09",
|
9928 |
"files": {
|
9929 |
-
"regular": "http://fonts.gstatic.com/s/metal/v10/
|
9930 |
}
|
9931 |
},
|
9932 |
{
|
@@ -9943,7 +10366,7 @@
|
|
9943 |
"version": "v7",
|
9944 |
"lastModified": "2017-10-09",
|
9945 |
"files": {
|
9946 |
-
"regular": "http://fonts.gstatic.com/s/metalmania/v7/
|
9947 |
}
|
9948 |
},
|
9949 |
{
|
@@ -9960,7 +10383,7 @@
|
|
9960 |
"version": "v7",
|
9961 |
"lastModified": "2017-10-10",
|
9962 |
"files": {
|
9963 |
-
"regular": "http://fonts.gstatic.com/s/metamorphous/v7/
|
9964 |
}
|
9965 |
},
|
9966 |
{
|
@@ -9976,7 +10399,7 @@
|
|
9976 |
"version": "v10",
|
9977 |
"lastModified": "2017-10-10",
|
9978 |
"files": {
|
9979 |
-
"regular": "http://fonts.gstatic.com/s/metrophobic/v10/
|
9980 |
}
|
9981 |
},
|
9982 |
{
|
@@ -9992,7 +10415,7 @@
|
|
9992 |
"version": "v8",
|
9993 |
"lastModified": "2017-10-10",
|
9994 |
"files": {
|
9995 |
-
"regular": "http://fonts.gstatic.com/s/michroma/v8/
|
9996 |
}
|
9997 |
},
|
9998 |
{
|
@@ -10009,7 +10432,7 @@
|
|
10009 |
"version": "v5",
|
10010 |
"lastModified": "2017-10-10",
|
10011 |
"files": {
|
10012 |
-
"regular": "http://fonts.gstatic.com/s/milonga/v5/
|
10013 |
}
|
10014 |
},
|
10015 |
{
|
@@ -10025,7 +10448,7 @@
|
|
10025 |
"version": "v11",
|
10026 |
"lastModified": "2017-10-10",
|
10027 |
"files": {
|
10028 |
-
"regular": "http://fonts.gstatic.com/s/miltonian/v11/
|
10029 |
}
|
10030 |
},
|
10031 |
{
|
@@ -10041,7 +10464,27 @@
|
|
10041 |
"version": "v12",
|
10042 |
"lastModified": "2017-10-10",
|
10043 |
"files": {
|
10044 |
-
"regular": "http://fonts.gstatic.com/s/miltoniantattoo/v12/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10045 |
}
|
10046 |
},
|
10047 |
{
|
@@ -10057,7 +10500,7 @@
|
|
10057 |
"version": "v6",
|
10058 |
"lastModified": "2017-10-10",
|
10059 |
"files": {
|
10060 |
-
"regular": "http://fonts.gstatic.com/s/miniver/v6/
|
10061 |
}
|
10062 |
},
|
10063 |
{
|
@@ -10069,15 +10512,15 @@
|
|
10069 |
"700"
|
10070 |
],
|
10071 |
"subsets": [
|
|
|
10072 |
"latin",
|
10073 |
-
"latin-ext"
|
10074 |
-
"hebrew"
|
10075 |
],
|
10076 |
"version": "v3",
|
10077 |
"lastModified": "2017-10-10",
|
10078 |
"files": {
|
10079 |
-
"regular": "http://fonts.gstatic.com/s/miriamlibre/v3/
|
10080 |
-
"700": "http://fonts.gstatic.com/s/miriamlibre/v3/
|
10081 |
}
|
10082 |
},
|
10083 |
{
|
@@ -10095,13 +10538,13 @@
|
|
10095 |
"latin",
|
10096 |
"latin-ext"
|
10097 |
],
|
10098 |
-
"version": "
|
10099 |
-
"lastModified": "
|
10100 |
"files": {
|
10101 |
-
"regular": "http://fonts.gstatic.com/s/mirza/
|
10102 |
-
"500": "http://fonts.gstatic.com/s/mirza/
|
10103 |
-
"600": "http://fonts.gstatic.com/s/mirza/
|
10104 |
-
"700": "http://fonts.gstatic.com/s/mirza/
|
10105 |
}
|
10106 |
},
|
10107 |
{
|
@@ -10118,7 +10561,7 @@
|
|
10118 |
"version": "v7",
|
10119 |
"lastModified": "2017-10-09",
|
10120 |
"files": {
|
10121 |
-
"regular": "http://fonts.gstatic.com/s/missfajardose/v7/
|
10122 |
}
|
10123 |
},
|
10124 |
{
|
@@ -10134,20 +10577,20 @@
|
|
10134 |
"700"
|
10135 |
],
|
10136 |
"subsets": [
|
10137 |
-
"latin",
|
10138 |
"vietnamese",
|
|
|
10139 |
"latin-ext",
|
10140 |
"thai"
|
10141 |
],
|
10142 |
"version": "v3",
|
10143 |
"lastModified": "2017-10-10",
|
10144 |
"files": {
|
10145 |
-
"200": "http://fonts.gstatic.com/s/mitr/v3/
|
10146 |
-
"300": "http://fonts.gstatic.com/s/mitr/v3/
|
10147 |
-
"regular": "http://fonts.gstatic.com/s/mitr/v3/
|
10148 |
-
"500": "http://fonts.gstatic.com/s/mitr/v3/
|
10149 |
-
"600": "http://fonts.gstatic.com/s/mitr/v3/
|
10150 |
-
"700": "http://fonts.gstatic.com/s/mitr/v3/
|
10151 |
}
|
10152 |
},
|
10153 |
{
|
@@ -10165,7 +10608,7 @@
|
|
10165 |
"version": "v3",
|
10166 |
"lastModified": "2017-10-10",
|
10167 |
"files": {
|
10168 |
-
"regular": "http://fonts.gstatic.com/s/modak/v3/
|
10169 |
}
|
10170 |
},
|
10171 |
{
|
@@ -10182,7 +10625,7 @@
|
|
10182 |
"version": "v7",
|
10183 |
"lastModified": "2017-10-10",
|
10184 |
"files": {
|
10185 |
-
"regular": "http://fonts.gstatic.com/s/modernantiqua/v7/
|
10186 |
}
|
10187 |
},
|
10188 |
{
|
@@ -10200,7 +10643,7 @@
|
|
10200 |
"version": "v4",
|
10201 |
"lastModified": "2017-10-10",
|
10202 |
"files": {
|
10203 |
-
"regular": "http://fonts.gstatic.com/s/mogra/v4/
|
10204 |
}
|
10205 |
},
|
10206 |
{
|
@@ -10217,7 +10660,7 @@
|
|
10217 |
"version": "v8",
|
10218 |
"lastModified": "2017-10-10",
|
10219 |
"files": {
|
10220 |
-
"regular": "http://fonts.gstatic.com/s/molengo/v8/
|
10221 |
}
|
10222 |
},
|
10223 |
{
|
@@ -10234,7 +10677,7 @@
|
|
10234 |
"version": "v6",
|
10235 |
"lastModified": "2017-11-21",
|
10236 |
"files": {
|
10237 |
-
"italic": "http://fonts.gstatic.com/s/molle/v6/
|
10238 |
}
|
10239 |
},
|
10240 |
{
|
@@ -10252,8 +10695,8 @@
|
|
10252 |
"version": "v7",
|
10253 |
"lastModified": "2017-10-10",
|
10254 |
"files": {
|
10255 |
-
"regular": "http://fonts.gstatic.com/s/monda/v7/
|
10256 |
-
"700": "http://fonts.gstatic.com/s/monda/v7/
|
10257 |
}
|
10258 |
},
|
10259 |
{
|
@@ -10269,7 +10712,7 @@
|
|
10269 |
"version": "v7",
|
10270 |
"lastModified": "2017-10-10",
|
10271 |
"files": {
|
10272 |
-
"regular": "http://fonts.gstatic.com/s/monofett/v7/
|
10273 |
}
|
10274 |
},
|
10275 |
{
|
@@ -10285,7 +10728,7 @@
|
|
10285 |
"version": "v7",
|
10286 |
"lastModified": "2017-10-10",
|
10287 |
"files": {
|
10288 |
-
"regular": "http://fonts.gstatic.com/s/monoton/v7/
|
10289 |
}
|
10290 |
},
|
10291 |
{
|
@@ -10302,7 +10745,7 @@
|
|
10302 |
"version": "v6",
|
10303 |
"lastModified": "2017-10-10",
|
10304 |
"files": {
|
10305 |
-
"regular": "http://fonts.gstatic.com/s/monsieurladoulaise/v6/
|
10306 |
}
|
10307 |
},
|
10308 |
{
|
@@ -10318,7 +10761,7 @@
|
|
10318 |
"version": "v5",
|
10319 |
"lastModified": "2017-10-10",
|
10320 |
"files": {
|
10321 |
-
"regular": "http://fonts.gstatic.com/s/montaga/v5/
|
10322 |
}
|
10323 |
},
|
10324 |
{
|
@@ -10334,7 +10777,7 @@
|
|
10334 |
"version": "v8",
|
10335 |
"lastModified": "2017-10-10",
|
10336 |
"files": {
|
10337 |
-
"regular": "http://fonts.gstatic.com/s/montez/v8/
|
10338 |
}
|
10339 |
},
|
10340 |
{
|
@@ -10362,33 +10805,33 @@
|
|
10362 |
"900italic"
|
10363 |
],
|
10364 |
"subsets": [
|
10365 |
-
"latin",
|
10366 |
"vietnamese",
|
10367 |
-
"latin
|
10368 |
"cyrillic",
|
|
|
10369 |
"cyrillic-ext"
|
10370 |
],
|
10371 |
"version": "v12",
|
10372 |
"lastModified": "2017-11-07",
|
10373 |
"files": {
|
10374 |
-
"100": "http://fonts.gstatic.com/s/montserrat/v12/
|
10375 |
-
"100italic": "http://fonts.gstatic.com/s/montserrat/v12/
|
10376 |
-
"200": "http://fonts.gstatic.com/s/montserrat/v12/
|
10377 |
-
"200italic": "http://fonts.gstatic.com/s/montserrat/v12/
|
10378 |
-
"300": "http://fonts.gstatic.com/s/montserrat/v12/
|
10379 |
-
"300italic": "http://fonts.gstatic.com/s/montserrat/v12/
|
10380 |
-
"regular": "http://fonts.gstatic.com/s/montserrat/v12/
|
10381 |
-
"italic": "http://fonts.gstatic.com/s/montserrat/v12
|
10382 |
-
"500": "http://fonts.gstatic.com/s/montserrat/v12/
|
10383 |
-
"500italic": "http://fonts.gstatic.com/s/montserrat/v12/
|
10384 |
-
"600": "http://fonts.gstatic.com/s/montserrat/v12/
|
10385 |
-
"600italic": "http://fonts.gstatic.com/s/montserrat/v12/
|
10386 |
-
"700": "http://fonts.gstatic.com/s/montserrat/v12/
|
10387 |
-
"700italic": "http://fonts.gstatic.com/s/montserrat/v12/
|
10388 |
-
"800": "http://fonts.gstatic.com/s/montserrat/v12/
|
10389 |
-
"800italic": "http://fonts.gstatic.com/s/montserrat/v12/
|
10390 |
-
"900": "http://fonts.gstatic.com/s/montserrat/v12/
|
10391 |
-
"900italic": "http://fonts.gstatic.com/s/montserrat/v12/
|
10392 |
}
|
10393 |
},
|
10394 |
{
|
@@ -10416,33 +10859,33 @@
|
|
10416 |
"900italic"
|
10417 |
],
|
10418 |
"subsets": [
|
10419 |
-
"latin",
|
10420 |
"vietnamese",
|
10421 |
-
"latin
|
10422 |
"cyrillic",
|
|
|
10423 |
"cyrillic-ext"
|
10424 |
],
|
10425 |
"version": "v9",
|
10426 |
"lastModified": "2017-11-07",
|
10427 |
"files": {
|
10428 |
-
"100": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10429 |
-
"100italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10430 |
-
"200": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10431 |
-
"200italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10432 |
-
"300": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10433 |
-
"300italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10434 |
-
"regular": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10435 |
-
"italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10436 |
-
"500": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10437 |
-
"500italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10438 |
-
"600": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10439 |
-
"600italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10440 |
-
"700": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10441 |
-
"700italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10442 |
-
"800": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10443 |
-
"800italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10444 |
-
"900": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10445 |
-
"900italic": "http://fonts.gstatic.com/s/montserratalternates/v9/
|
10446 |
}
|
10447 |
},
|
10448 |
{
|
@@ -10459,8 +10902,8 @@
|
|
10459 |
"version": "v5",
|
10460 |
"lastModified": "2017-11-21",
|
10461 |
"files": {
|
10462 |
-
"regular": "http://fonts.gstatic.com/s/montserratsubrayada/v5/
|
10463 |
-
"700": "http://fonts.gstatic.com/s/montserratsubrayada/v5/
|
10464 |
}
|
10465 |
},
|
10466 |
{
|
@@ -10476,7 +10919,7 @@
|
|
10476 |
"version": "v9",
|
10477 |
"lastModified": "2017-10-09",
|
10478 |
"files": {
|
10479 |
-
"regular": "http://fonts.gstatic.com/s/moul/v9/
|
10480 |
}
|
10481 |
},
|
10482 |
{
|
@@ -10492,7 +10935,7 @@
|
|
10492 |
"version": "v10",
|
10493 |
"lastModified": "2017-10-09",
|
10494 |
"files": {
|
10495 |
-
"regular": "http://fonts.gstatic.com/s/moulpali/v10/
|
10496 |
}
|
10497 |
},
|
10498 |
{
|
@@ -10509,8 +10952,8 @@
|
|
10509 |
"version": "v10",
|
10510 |
"lastModified": "2017-10-10",
|
10511 |
"files": {
|
10512 |
-
"regular": "http://fonts.gstatic.com/s/mountainsofchristmas/v10/
|
10513 |
-
"700": "http://fonts.gstatic.com/s/mountainsofchristmas/v10/
|
10514 |
}
|
10515 |
},
|
10516 |
{
|
@@ -10527,7 +10970,7 @@
|
|
10527 |
"version": "v5",
|
10528 |
"lastModified": "2017-10-10",
|
10529 |
"files": {
|
10530 |
-
"regular": "http://fonts.gstatic.com/s/mousememoirs/v5/
|
10531 |
}
|
10532 |
},
|
10533 |
{
|
@@ -10544,7 +10987,7 @@
|
|
10544 |
"version": "v6",
|
10545 |
"lastModified": "2017-10-09",
|
10546 |
"files": {
|
10547 |
-
"regular": "http://fonts.gstatic.com/s/mrbedfort/v6/
|
10548 |
}
|
10549 |
},
|
10550 |
{
|
@@ -10561,7 +11004,7 @@
|
|
10561 |
"version": "v6",
|
10562 |
"lastModified": "2017-10-10",
|
10563 |
"files": {
|
10564 |
-
"regular": "http://fonts.gstatic.com/s/mrdafoe/v6/
|
10565 |
}
|
10566 |
},
|
10567 |
{
|
@@ -10578,7 +11021,7 @@
|
|
10578 |
"version": "v6",
|
10579 |
"lastModified": "2017-10-10",
|
10580 |
"files": {
|
10581 |
-
"regular": "http://fonts.gstatic.com/s/mrdehaviland/v6/
|
10582 |
}
|
10583 |
},
|
10584 |
{
|
@@ -10595,7 +11038,7 @@
|
|
10595 |
"version": "v5",
|
10596 |
"lastModified": "2017-10-10",
|
10597 |
"files": {
|
10598 |
-
"regular": "http://fonts.gstatic.com/s/mrssaintdelafield/v5/
|
10599 |
}
|
10600 |
},
|
10601 |
{
|
@@ -10612,7 +11055,7 @@
|
|
10612 |
"version": "v6",
|
10613 |
"lastModified": "2017-10-10",
|
10614 |
"files": {
|
10615 |
-
"regular": "http://fonts.gstatic.com/s/mrssheppards/v6/
|
10616 |
}
|
10617 |
},
|
10618 |
{
|
@@ -10636,13 +11079,13 @@
|
|
10636 |
"version": "v5",
|
10637 |
"lastModified": "2017-11-21",
|
10638 |
"files": {
|
10639 |
-
"200": "http://fonts.gstatic.com/s/mukta/v5/
|
10640 |
-
"300": "http://fonts.gstatic.com/s/mukta/v5/
|
10641 |
-
"regular": "http://fonts.gstatic.com/s/mukta/v5/
|
10642 |
-
"500": "http://fonts.gstatic.com/s/mukta/v5/
|
10643 |
-
"600": "http://fonts.gstatic.com/s/mukta/v5/
|
10644 |
-
"700": "http://fonts.gstatic.com/s/mukta/v5/
|
10645 |
-
"800": "http://fonts.gstatic.com/s/mukta/v5/
|
10646 |
}
|
10647 |
},
|
10648 |
{
|
@@ -10660,19 +11103,19 @@
|
|
10660 |
],
|
10661 |
"subsets": [
|
10662 |
"latin",
|
10663 |
-
"
|
10664 |
-
"
|
10665 |
],
|
10666 |
"version": "v2",
|
10667 |
"lastModified": "2017-10-09",
|
10668 |
"files": {
|
10669 |
-
"200": "http://fonts.gstatic.com/s/muktamahee/v2/
|
10670 |
-
"300": "http://fonts.gstatic.com/s/muktamahee/v2/
|
10671 |
-
"regular": "http://fonts.gstatic.com/s/muktamahee/v2/
|
10672 |
-
"500": "http://fonts.gstatic.com/s/muktamahee/v2/
|
10673 |
-
"600": "http://fonts.gstatic.com/s/muktamahee/v2/
|
10674 |
-
"700": "http://fonts.gstatic.com/s/muktamahee/v2/
|
10675 |
-
"800": "http://fonts.gstatic.com/s/muktamahee/v2/
|
10676 |
}
|
10677 |
},
|
10678 |
{
|
@@ -10689,20 +11132,20 @@
|
|
10689 |
"800"
|
10690 |
],
|
10691 |
"subsets": [
|
10692 |
-
"tamil",
|
10693 |
"latin",
|
10694 |
-
"latin-ext"
|
|
|
10695 |
],
|
10696 |
"version": "v3",
|
10697 |
"lastModified": "2017-11-21",
|
10698 |
"files": {
|
10699 |
-
"200": "http://fonts.gstatic.com/s/muktamalar/v3/
|
10700 |
-
"300": "http://fonts.gstatic.com/s/muktamalar/v3/
|
10701 |
-
"regular": "http://fonts.gstatic.com/s/muktamalar/v3/
|
10702 |
-
"500": "http://fonts.gstatic.com/s/muktamalar/v3/
|
10703 |
-
"600": "http://fonts.gstatic.com/s/muktamalar/v3/
|
10704 |
-
"700": "http://fonts.gstatic.com/s/muktamalar/v3/
|
10705 |
-
"800": "http://fonts.gstatic.com/s/muktamalar/v3/
|
10706 |
}
|
10707 |
},
|
10708 |
{
|
@@ -10726,13 +11169,13 @@
|
|
10726 |
"version": "v4",
|
10727 |
"lastModified": "2017-11-21",
|
10728 |
"files": {
|
10729 |
-
"200": "http://fonts.gstatic.com/s/muktavaani/v4/
|
10730 |
-
"300": "http://fonts.gstatic.com/s/muktavaani/v4/
|
10731 |
-
"regular": "http://fonts.gstatic.com/s/muktavaani/v4/
|
10732 |
-
"500": "http://fonts.gstatic.com/s/muktavaani/v4/
|
10733 |
-
"600": "http://fonts.gstatic.com/s/muktavaani/v4/
|
10734 |
-
"700": "http://fonts.gstatic.com/s/muktavaani/v4/
|
10735 |
-
"800": "http://fonts.gstatic.com/s/muktavaani/v4/
|
10736 |
}
|
10737 |
},
|
10738 |
{
|
@@ -10756,27 +11199,27 @@
|
|
10756 |
"900italic"
|
10757 |
],
|
10758 |
"subsets": [
|
10759 |
-
"latin",
|
10760 |
"vietnamese",
|
|
|
10761 |
"latin-ext"
|
10762 |
],
|
10763 |
"version": "v11",
|
10764 |
"lastModified": "2017-10-11",
|
10765 |
"files": {
|
10766 |
-
"200": "http://fonts.gstatic.com/s/muli/v11/
|
10767 |
-
"200italic": "http://fonts.gstatic.com/s/muli/v11/
|
10768 |
-
"300": "http://fonts.gstatic.com/s/muli/v11/
|
10769 |
-
"300italic": "http://fonts.gstatic.com/s/muli/v11/
|
10770 |
-
"regular": "http://fonts.gstatic.com/s/muli/v11/
|
10771 |
-
"italic": "http://fonts.gstatic.com/s/muli/v11/
|
10772 |
-
"600": "http://fonts.gstatic.com/s/muli/v11/
|
10773 |
-
"600italic": "http://fonts.gstatic.com/s/muli/v11/
|
10774 |
-
"700": "http://fonts.gstatic.com/s/muli/v11/
|
10775 |
-
"700italic": "http://fonts.gstatic.com/s/muli/v11/
|
10776 |
-
"800": "http://fonts.gstatic.com/s/muli/v11/
|
10777 |
-
"800italic": "http://fonts.gstatic.com/s/muli/v11/
|
10778 |
-
"900": "http://fonts.gstatic.com/s/muli/v11/
|
10779 |
-
"900italic": "http://fonts.gstatic.com/s/muli/v11/
|
10780 |
}
|
10781 |
},
|
10782 |
{
|
@@ -10793,7 +11236,7 @@
|
|
10793 |
"version": "v5",
|
10794 |
"lastModified": "2017-10-10",
|
10795 |
"files": {
|
10796 |
-
"regular": "http://fonts.gstatic.com/s/mysteryquest/v5
|
10797 |
}
|
10798 |
},
|
10799 |
{
|
@@ -10810,7 +11253,102 @@
|
|
10810 |
"version": "v5",
|
10811 |
"lastModified": "2017-10-10",
|
10812 |
"files": {
|
10813 |
-
"regular": "http://fonts.gstatic.com/s/ntr/v5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10814 |
}
|
10815 |
},
|
10816 |
{
|
@@ -10827,7 +11365,7 @@
|
|
10827 |
"version": "v9",
|
10828 |
"lastModified": "2017-10-10",
|
10829 |
"files": {
|
10830 |
-
"regular": "http://fonts.gstatic.com/s/neucha/v9/
|
10831 |
}
|
10832 |
},
|
10833 |
{
|
@@ -10849,12 +11387,12 @@
|
|
10849 |
"version": "v10",
|
10850 |
"lastModified": "2017-10-10",
|
10851 |
"files": {
|
10852 |
-
"200": "http://fonts.gstatic.com/s/neuton/v10/
|
10853 |
-
"300": "http://fonts.gstatic.com/s/neuton/v10/
|
10854 |
-
"regular": "http://fonts.gstatic.com/s/neuton/v10/
|
10855 |
-
"italic": "http://fonts.gstatic.com/s/neuton/v10/
|
10856 |
-
"700": "http://fonts.gstatic.com/s/neuton/v10/
|
10857 |
-
"800": "http://fonts.gstatic.com/s/neuton/v10/
|
10858 |
}
|
10859 |
},
|
10860 |
{
|
@@ -10871,7 +11409,7 @@
|
|
10871 |
"version": "v6",
|
10872 |
"lastModified": "2017-10-10",
|
10873 |
"files": {
|
10874 |
-
"regular": "http://fonts.gstatic.com/s/newrocker/v6/
|
10875 |
}
|
10876 |
},
|
10877 |
{
|
@@ -10889,8 +11427,8 @@
|
|
10889 |
"version": "v14",
|
10890 |
"lastModified": "2017-10-10",
|
10891 |
"files": {
|
10892 |
-
"regular": "http://fonts.gstatic.com/s/newscycle/v14/
|
10893 |
-
"700": "http://fonts.gstatic.com/s/newscycle/v14/
|
10894 |
}
|
10895 |
},
|
10896 |
{
|
@@ -10907,7 +11445,7 @@
|
|
10907 |
"version": "v7",
|
10908 |
"lastModified": "2017-10-10",
|
10909 |
"files": {
|
10910 |
-
"regular": "http://fonts.gstatic.com/s/niconne/v7/
|
10911 |
}
|
10912 |
},
|
10913 |
{
|
@@ -10923,7 +11461,7 @@
|
|
10923 |
"version": "v8",
|
10924 |
"lastModified": "2017-10-10",
|
10925 |
"files": {
|
10926 |
-
"regular": "http://fonts.gstatic.com/s/nixieone/v8/
|
10927 |
}
|
10928 |
},
|
10929 |
{
|
@@ -10945,12 +11483,12 @@
|
|
10945 |
"version": "v9",
|
10946 |
"lastModified": "2017-10-10",
|
10947 |
"files": {
|
10948 |
-
"regular": "http://fonts.gstatic.com/s/nobile/v9/
|
10949 |
-
"italic": "http://fonts.gstatic.com/s/nobile/v9/
|
10950 |
-
"500": "http://fonts.gstatic.com/s/nobile/v9/
|
10951 |
-
"500italic": "http://fonts.gstatic.com/s/nobile/v9/
|
10952 |
-
"700": "http://fonts.gstatic.com/s/nobile/v9/
|
10953 |
-
"700italic": "http://fonts.gstatic.com/s/nobile/v9/
|
10954 |
}
|
10955 |
},
|
10956 |
{
|
@@ -10967,8 +11505,8 @@
|
|
10967 |
"version": "v11",
|
10968 |
"lastModified": "2017-10-10",
|
10969 |
"files": {
|
10970 |
-
"regular": "http://fonts.gstatic.com/s/nokora/v11/
|
10971 |
-
"700": "http://fonts.gstatic.com/s/nokora/v11/
|
10972 |
}
|
10973 |
},
|
10974 |
{
|
@@ -10985,7 +11523,7 @@
|
|
10985 |
"version": "v5",
|
10986 |
"lastModified": "2017-10-10",
|
10987 |
"files": {
|
10988 |
-
"regular": "http://fonts.gstatic.com/s/norican/v5/
|
10989 |
}
|
10990 |
},
|
10991 |
{
|
@@ -11002,7 +11540,7 @@
|
|
11002 |
"version": "v6",
|
11003 |
"lastModified": "2017-10-10",
|
11004 |
"files": {
|
11005 |
-
"regular": "http://fonts.gstatic.com/s/nosifer/v6/
|
11006 |
}
|
11007 |
},
|
11008 |
{
|
@@ -11018,7 +11556,7 @@
|
|
11018 |
"version": "v7",
|
11019 |
"lastModified": "2017-10-10",
|
11020 |
"files": {
|
11021 |
-
"regular": "http://fonts.gstatic.com/s/nothingyoucoulddo/v7/
|
11022 |
}
|
11023 |
},
|
11024 |
{
|
@@ -11032,17 +11570,17 @@
|
|
11032 |
"700italic"
|
11033 |
],
|
11034 |
"subsets": [
|
11035 |
-
"latin",
|
11036 |
"vietnamese",
|
|
|
11037 |
"latin-ext"
|
11038 |
],
|
11039 |
"version": "v7",
|
11040 |
"lastModified": "2017-10-10",
|
11041 |
"files": {
|
11042 |
-
"regular": "http://fonts.gstatic.com/s/noticiatext/v7/
|
11043 |
-
"italic": "http://fonts.gstatic.com/s/noticiatext/v7/
|
11044 |
-
"700": "http://fonts.gstatic.com/s/noticiatext/v7/
|
11045 |
-
"700italic": "http://fonts.gstatic.com/s/noticiatext/v7
|
11046 |
}
|
11047 |
},
|
11048 |
{
|
@@ -11056,22 +11594,22 @@
|
|
11056 |
"700italic"
|
11057 |
],
|
11058 |
"subsets": [
|
11059 |
-
"greek",
|
|
|
11060 |
"latin",
|
11061 |
"devanagari",
|
11062 |
-
"vietnamese",
|
11063 |
-
"greek-ext",
|
11064 |
-
"latin-ext",
|
11065 |
"cyrillic",
|
|
|
|
|
11066 |
"cyrillic-ext"
|
11067 |
],
|
11068 |
"version": "v7",
|
11069 |
"lastModified": "2017-10-11",
|
11070 |
"files": {
|
11071 |
-
"regular": "http://fonts.gstatic.com/s/notosans/v7/
|
11072 |
-
"italic": "http://fonts.gstatic.com/s/notosans/v7/
|
11073 |
-
"700": "http://fonts.gstatic.com/s/notosans/v7/
|
11074 |
-
"700italic": "http://fonts.gstatic.com/s/notosans/v7/
|
11075 |
}
|
11076 |
},
|
11077 |
{
|
@@ -11085,21 +11623,21 @@
|
|
11085 |
"700italic"
|
11086 |
],
|
11087 |
"subsets": [
|
11088 |
-
"greek",
|
11089 |
-
"latin",
|
11090 |
-
"vietnamese",
|
11091 |
"greek-ext",
|
11092 |
-
"
|
|
|
11093 |
"cyrillic",
|
|
|
|
|
11094 |
"cyrillic-ext"
|
11095 |
],
|
11096 |
"version": "v6",
|
11097 |
"lastModified": "2017-11-21",
|
11098 |
"files": {
|
11099 |
-
"regular": "http://fonts.gstatic.com/s/notoserif/v6/
|
11100 |
-
"italic": "http://fonts.gstatic.com/s/notoserif/v6/
|
11101 |
-
"700": "http://fonts.gstatic.com/s/notoserif/v6/
|
11102 |
-
"700italic": "http://fonts.gstatic.com/s/notoserif/v6/
|
11103 |
}
|
11104 |
},
|
11105 |
{
|
@@ -11115,7 +11653,7 @@
|
|
11115 |
"version": "v9",
|
11116 |
"lastModified": "2017-10-09",
|
11117 |
"files": {
|
11118 |
-
"regular": "http://fonts.gstatic.com/s/novacut/v9/
|
11119 |
}
|
11120 |
},
|
11121 |
{
|
@@ -11131,7 +11669,7 @@
|
|
11131 |
"version": "v9",
|
11132 |
"lastModified": "2017-10-10",
|
11133 |
"files": {
|
11134 |
-
"regular": "http://fonts.gstatic.com/s/novaflat/v9/
|
11135 |
}
|
11136 |
},
|
11137 |
{
|
@@ -11142,13 +11680,13 @@
|
|
11142 |
"regular"
|
11143 |
],
|
11144 |
"subsets": [
|
11145 |
-
"
|
11146 |
-
"
|
11147 |
],
|
11148 |
"version": "v8",
|
11149 |
"lastModified": "2017-10-10",
|
11150 |
"files": {
|
11151 |
-
"regular": "http://fonts.gstatic.com/s/novamono/v8/
|
11152 |
}
|
11153 |
},
|
11154 |
{
|
@@ -11164,7 +11702,7 @@
|
|
11164 |
"version": "v9",
|
11165 |
"lastModified": "2017-10-10",
|
11166 |
"files": {
|
11167 |
-
"regular": "http://fonts.gstatic.com/s/novaoval/v9/
|
11168 |
}
|
11169 |
},
|
11170 |
{
|
@@ -11180,7 +11718,7 @@
|
|
11180 |
"version": "v9",
|
11181 |
"lastModified": "2017-10-10",
|
11182 |
"files": {
|
11183 |
-
"regular": "http://fonts.gstatic.com/s/novaround/v9/
|
11184 |
}
|
11185 |
},
|
11186 |
{
|
@@ -11196,7 +11734,7 @@
|
|
11196 |
"version": "v10",
|
11197 |
"lastModified": "2017-10-09",
|
11198 |
"files": {
|
11199 |
-
"regular": "http://fonts.gstatic.com/s/novascript/v10/
|
11200 |
}
|
11201 |
},
|
11202 |
{
|
@@ -11212,7 +11750,7 @@
|
|
11212 |
"version": "v9",
|
11213 |
"lastModified": "2017-10-10",
|
11214 |
"files": {
|
11215 |
-
"regular": "http://fonts.gstatic.com/s/novaslim/v9/
|
11216 |
}
|
11217 |
},
|
11218 |
{
|
@@ -11228,7 +11766,7 @@
|
|
11228 |
"version": "v9",
|
11229 |
"lastModified": "2017-10-10",
|
11230 |
"files": {
|
11231 |
-
"regular": "http://fonts.gstatic.com/s/novasquare/v9/
|
11232 |
}
|
11233 |
},
|
11234 |
{
|
@@ -11244,7 +11782,7 @@
|
|
11244 |
"version": "v7",
|
11245 |
"lastModified": "2017-10-10",
|
11246 |
"files": {
|
11247 |
-
"regular": "http://fonts.gstatic.com/s/numans/v7/
|
11248 |
}
|
11249 |
},
|
11250 |
{
|
@@ -11268,27 +11806,27 @@
|
|
11268 |
"900italic"
|
11269 |
],
|
11270 |
"subsets": [
|
11271 |
-
"latin",
|
11272 |
"vietnamese",
|
|
|
11273 |
"latin-ext"
|
11274 |
],
|
11275 |
"version": "v9",
|
11276 |
"lastModified": "2017-10-10",
|
11277 |
"files": {
|
11278 |
-
"200": "http://fonts.gstatic.com/s/nunito/v9/
|
11279 |
-
"200italic": "http://fonts.gstatic.com/s/nunito/v9/
|
11280 |
-
"300": "http://fonts.gstatic.com/s/nunito/v9/
|
11281 |
-
"300italic": "http://fonts.gstatic.com/s/nunito/v9/
|
11282 |
-
"regular": "http://fonts.gstatic.com/s/nunito/v9/
|
11283 |
-
"italic": "http://fonts.gstatic.com/s/nunito/v9/
|
11284 |
-
"600": "http://fonts.gstatic.com/s/nunito/v9/
|
11285 |
-
"600italic": "http://fonts.gstatic.com/s/nunito/v9/
|
11286 |
-
"700": "http://fonts.gstatic.com/s/nunito/v9/
|
11287 |
-
"700italic": "http://fonts.gstatic.com/s/nunito/v9/
|
11288 |
-
"800": "http://fonts.gstatic.com/s/nunito/v9/
|
11289 |
-
"800italic": "http://fonts.gstatic.com/s/nunito/v9/
|
11290 |
-
"900": "http://fonts.gstatic.com/s/nunito/v9/
|
11291 |
-
"900italic": "http://fonts.gstatic.com/s/nunito/v9/
|
11292 |
}
|
11293 |
},
|
11294 |
{
|
@@ -11312,27 +11850,27 @@
|
|
11312 |
"900italic"
|
11313 |
],
|
11314 |
"subsets": [
|
11315 |
-
"latin",
|
11316 |
"vietnamese",
|
|
|
11317 |
"latin-ext"
|
11318 |
],
|
11319 |
"version": "v3",
|
11320 |
"lastModified": "2017-10-10",
|
11321 |
"files": {
|
11322 |
-
"200": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11323 |
-
"200italic": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11324 |
-
"300": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11325 |
-
"300italic": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11326 |
-
"regular": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11327 |
-
"italic": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11328 |
-
"600": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11329 |
-
"600italic": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11330 |
-
"700": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11331 |
-
"700italic": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11332 |
-
"800": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11333 |
-
"800italic": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11334 |
-
"900": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11335 |
-
"900italic": "http://fonts.gstatic.com/s/nunitosans/v3/
|
11336 |
}
|
11337 |
},
|
11338 |
{
|
@@ -11348,7 +11886,7 @@
|
|
11348 |
"version": "v9",
|
11349 |
"lastModified": "2017-10-10",
|
11350 |
"files": {
|
11351 |
-
"regular": "http://fonts.gstatic.com/s/odormeanchey/v9/
|
11352 |
}
|
11353 |
},
|
11354 |
{
|
@@ -11364,7 +11902,7 @@
|
|
11364 |
"version": "v5",
|
11365 |
"lastModified": "2017-10-10",
|
11366 |
"files": {
|
11367 |
-
"regular": "http://fonts.gstatic.com/s/offside/v5/
|
11368 |
}
|
11369 |
},
|
11370 |
{
|
@@ -11377,18 +11915,18 @@
|
|
11377 |
"700"
|
11378 |
],
|
11379 |
"subsets": [
|
11380 |
-
"latin",
|
11381 |
"vietnamese",
|
11382 |
-
"latin
|
11383 |
"cyrillic",
|
|
|
11384 |
"cyrillic-ext"
|
11385 |
],
|
11386 |
"version": "v9",
|
11387 |
"lastModified": "2017-10-10",
|
11388 |
"files": {
|
11389 |
-
"regular": "http://fonts.gstatic.com/s/oldstandardtt/v9/
|
11390 |
-
"italic": "http://fonts.gstatic.com/s/oldstandardtt/v9/
|
11391 |
-
"700": "http://fonts.gstatic.com/s/oldstandardtt/v9/
|
11392 |
}
|
11393 |
},
|
11394 |
{
|
@@ -11405,7 +11943,7 @@
|
|
11405 |
"version": "v5",
|
11406 |
"lastModified": "2017-10-10",
|
11407 |
"files": {
|
11408 |
-
"regular": "http://fonts.gstatic.com/s/oldenburg/v5/
|
11409 |
}
|
11410 |
},
|
11411 |
{
|
@@ -11423,8 +11961,8 @@
|
|
11423 |
"version": "v6",
|
11424 |
"lastModified": "2017-10-10",
|
11425 |
"files": {
|
11426 |
-
"regular": "http://fonts.gstatic.com/s/oleoscript/v6/
|
11427 |
-
"700": "http://fonts.gstatic.com/s/oleoscript/v6/
|
11428 |
}
|
11429 |
},
|
11430 |
{
|
@@ -11442,8 +11980,8 @@
|
|
11442 |
"version": "v5",
|
11443 |
"lastModified": "2017-10-10",
|
11444 |
"files": {
|
11445 |
-
"regular": "http://fonts.gstatic.com/s/oleoscriptswashcaps/v5/
|
11446 |
-
"700": "http://fonts.gstatic.com/s/oleoscriptswashcaps/v5/
|
11447 |
}
|
11448 |
},
|
11449 |
{
|
@@ -11463,27 +12001,27 @@
|
|
11463 |
"800italic"
|
11464 |
],
|
11465 |
"subsets": [
|
11466 |
-
"greek",
|
11467 |
-
"latin",
|
11468 |
-
"vietnamese",
|
11469 |
"greek-ext",
|
11470 |
-
"
|
|
|
11471 |
"cyrillic",
|
|
|
|
|
11472 |
"cyrillic-ext"
|
11473 |
],
|
11474 |
"version": "v15",
|
11475 |
"lastModified": "2017-10-11",
|
11476 |
"files": {
|
11477 |
-
"300": "http://fonts.gstatic.com/s/opensans/v15/
|
11478 |
-
"300italic": "http://fonts.gstatic.com/s/opensans/v15/
|
11479 |
-
"regular": "http://fonts.gstatic.com/s/opensans/v15/
|
11480 |
-
"italic": "http://fonts.gstatic.com/s/opensans/v15/
|
11481 |
-
"600": "http://fonts.gstatic.com/s/opensans/v15/
|
11482 |
-
"600italic": "http://fonts.gstatic.com/s/opensans/v15/
|
11483 |
-
"700": "http://fonts.gstatic.com/s/opensans/v15/
|
11484 |
-
"700italic": "http://fonts.gstatic.com/s/opensans/v15/
|
11485 |
-
"800": "http://fonts.gstatic.com/s/opensans/v15/
|
11486 |
-
"800italic": "http://fonts.gstatic.com/s/opensans/v15/
|
11487 |
}
|
11488 |
},
|
11489 |
{
|
@@ -11496,20 +12034,20 @@
|
|
11496 |
"700"
|
11497 |
],
|
11498 |
"subsets": [
|
11499 |
-
"greek",
|
11500 |
-
"latin",
|
11501 |
-
"vietnamese",
|
11502 |
"greek-ext",
|
11503 |
-
"
|
|
|
11504 |
"cyrillic",
|
|
|
|
|
11505 |
"cyrillic-ext"
|
11506 |
],
|
11507 |
"version": "v12",
|
11508 |
"lastModified": "2017-10-11",
|
11509 |
"files": {
|
11510 |
-
"300": "http://fonts.gstatic.com/s/opensanscondensed/v12/
|
11511 |
-
"300italic": "http://fonts.gstatic.com/s/opensanscondensed/v12/
|
11512 |
-
"700": "http://fonts.gstatic.com/s/opensanscondensed/v12/
|
11513 |
}
|
11514 |
},
|
11515 |
{
|
@@ -11521,14 +12059,14 @@
|
|
11521 |
],
|
11522 |
"subsets": [
|
11523 |
"latin",
|
11524 |
-
"latin-ext",
|
11525 |
"cyrillic",
|
|
|
11526 |
"cyrillic-ext"
|
11527 |
],
|
11528 |
"version": "v6",
|
11529 |
"lastModified": "2017-10-10",
|
11530 |
"files": {
|
11531 |
-
"regular": "http://fonts.gstatic.com/s/oranienbaum/v6/
|
11532 |
}
|
11533 |
},
|
11534 |
{
|
@@ -11547,10 +12085,10 @@
|
|
11547 |
"version": "v9",
|
11548 |
"lastModified": "2017-10-10",
|
11549 |
"files": {
|
11550 |
-
"regular": "http://fonts.gstatic.com/s/orbitron/v9/
|
11551 |
-
"500": "http://fonts.gstatic.com/s/orbitron/v9/
|
11552 |
-
"700": "http://fonts.gstatic.com/s/orbitron/v9/
|
11553 |
-
"900": "http://fonts.gstatic.com/s/orbitron/v9/
|
11554 |
}
|
11555 |
},
|
11556 |
{
|
@@ -11568,8 +12106,8 @@
|
|
11568 |
"version": "v5",
|
11569 |
"lastModified": "2017-10-10",
|
11570 |
"files": {
|
11571 |
-
"regular": "http://fonts.gstatic.com/s/oregano/v5/
|
11572 |
-
"italic": "http://fonts.gstatic.com/s/oregano/v5/
|
11573 |
}
|
11574 |
},
|
11575 |
{
|
@@ -11586,7 +12124,7 @@
|
|
11586 |
"version": "v5",
|
11587 |
"lastModified": "2017-10-10",
|
11588 |
"files": {
|
11589 |
-
"regular": "http://fonts.gstatic.com/s/orienta/v5/
|
11590 |
}
|
11591 |
},
|
11592 |
{
|
@@ -11602,7 +12140,7 @@
|
|
11602 |
"version": "v6",
|
11603 |
"lastModified": "2017-10-10",
|
11604 |
"files": {
|
11605 |
-
"regular": "http://fonts.gstatic.com/s/originalsurfer/v6/
|
11606 |
}
|
11607 |
},
|
11608 |
{
|
@@ -11618,20 +12156,20 @@
|
|
11618 |
"700"
|
11619 |
],
|
11620 |
"subsets": [
|
11621 |
-
"latin",
|
11622 |
"vietnamese",
|
11623 |
-
"latin
|
11624 |
-
"cyrillic"
|
|
|
11625 |
],
|
11626 |
"version": "v16",
|
11627 |
"lastModified": "2017-11-21",
|
11628 |
"files": {
|
11629 |
-
"200": "http://fonts.gstatic.com/s/oswald/v16/
|
11630 |
-
"300": "http://fonts.gstatic.com/s/oswald/v16/
|
11631 |
-
"regular": "http://fonts.gstatic.com/s/oswald/v16/
|
11632 |
-
"500": "http://fonts.gstatic.com/s/oswald/v16/
|
11633 |
-
"600": "http://fonts.gstatic.com/s/oswald/v16/
|
11634 |
-
"700": "http://fonts.gstatic.com/s/oswald/v16/
|
11635 |
}
|
11636 |
},
|
11637 |
{
|
@@ -11647,7 +12185,7 @@
|
|
11647 |
"version": "v8",
|
11648 |
"lastModified": "2017-10-10",
|
11649 |
"files": {
|
11650 |
-
"regular": "http://fonts.gstatic.com/s/overtherainbow/v8/
|
11651 |
}
|
11652 |
},
|
11653 |
{
|
@@ -11669,12 +12207,12 @@
|
|
11669 |
"version": "v7",
|
11670 |
"lastModified": "2017-10-10",
|
11671 |
"files": {
|
11672 |
-
"regular": "http://fonts.gstatic.com/s/overlock/v7/
|
11673 |
-
"italic": "http://fonts.gstatic.com/s/overlock/v7/
|
11674 |
-
"700": "http://fonts.gstatic.com/s/overlock/v7/
|
11675 |
-
"700italic": "http://fonts.gstatic.com/s/overlock/v7/
|
11676 |
-
"900": "http://fonts.gstatic.com/s/overlock/v7/
|
11677 |
-
"900italic": "http://fonts.gstatic.com/s/overlock/v7/
|
11678 |
}
|
11679 |
},
|
11680 |
{
|
@@ -11691,7 +12229,7 @@
|
|
11691 |
"version": "v6",
|
11692 |
"lastModified": "2017-10-10",
|
11693 |
"files": {
|
11694 |
-
"regular": "http://fonts.gstatic.com/s/overlocksc/v6/
|
11695 |
}
|
11696 |
},
|
11697 |
{
|
@@ -11723,22 +12261,22 @@
|
|
11723 |
"version": "v2",
|
11724 |
"lastModified": "2017-10-10",
|
11725 |
"files": {
|
11726 |
-
"100": "http://fonts.gstatic.com/s/overpass/v2/
|
11727 |
-
"100italic": "http://fonts.gstatic.com/s/overpass/v2/
|
11728 |
-
"200": "http://fonts.gstatic.com/s/overpass/v2/
|
11729 |
-
"200italic": "http://fonts.gstatic.com/s/overpass/v2/
|
11730 |
-
"300": "http://fonts.gstatic.com/s/overpass/v2/
|
11731 |
-
"300italic": "http://fonts.gstatic.com/s/overpass/v2/
|
11732 |
-
"regular": "http://fonts.gstatic.com/s/overpass/v2/
|
11733 |
-
"italic": "http://fonts.gstatic.com/s/overpass/v2/
|
11734 |
-
"600": "http://fonts.gstatic.com/s/overpass/v2
|
11735 |
-
"600italic": "http://fonts.gstatic.com/s/overpass/v2/
|
11736 |
-
"700": "http://fonts.gstatic.com/s/overpass/v2/
|
11737 |
-
"700italic": "http://fonts.gstatic.com/s/overpass/v2/
|
11738 |
-
"800": "http://fonts.gstatic.com/s/overpass/v2/
|
11739 |
-
"800italic": "http://fonts.gstatic.com/s/overpass/v2/
|
11740 |
-
"900": "http://fonts.gstatic.com/s/overpass/v2/
|
11741 |
-
"900italic": "http://fonts.gstatic.com/s/overpass/v2/
|
11742 |
}
|
11743 |
},
|
11744 |
{
|
@@ -11758,10 +12296,10 @@
|
|
11758 |
"version": "v3",
|
11759 |
"lastModified": "2017-10-09",
|
11760 |
"files": {
|
11761 |
-
"300": "http://fonts.gstatic.com/s/overpassmono/v3/
|
11762 |
-
"regular": "http://fonts.gstatic.com/s/overpassmono/v3/
|
11763 |
-
"600": "http://fonts.gstatic.com/s/overpassmono/v3/
|
11764 |
-
"700": "http://fonts.gstatic.com/s/overpassmono/v3/
|
11765 |
}
|
11766 |
},
|
11767 |
{
|
@@ -11777,7 +12315,7 @@
|
|
11777 |
"version": "v8",
|
11778 |
"lastModified": "2017-10-10",
|
11779 |
"files": {
|
11780 |
-
"regular": "http://fonts.gstatic.com/s/ovo/v8/
|
11781 |
}
|
11782 |
},
|
11783 |
{
|
@@ -11796,9 +12334,9 @@
|
|
11796 |
"version": "v7",
|
11797 |
"lastModified": "2017-10-10",
|
11798 |
"files": {
|
11799 |
-
"300": "http://fonts.gstatic.com/s/oxygen/v7/
|
11800 |
-
"regular": "http://fonts.gstatic.com/s/oxygen/v7/
|
11801 |
-
"700": "http://fonts.gstatic.com/s/oxygen/v7/
|
11802 |
}
|
11803 |
},
|
11804 |
{
|
@@ -11815,7 +12353,7 @@
|
|
11815 |
"version": "v5",
|
11816 |
"lastModified": "2017-10-10",
|
11817 |
"files": {
|
11818 |
-
"regular": "http://fonts.gstatic.com/s/oxygenmono/v5/
|
11819 |
}
|
11820 |
},
|
11821 |
{
|
@@ -11827,14 +12365,14 @@
|
|
11827 |
],
|
11828 |
"subsets": [
|
11829 |
"latin",
|
11830 |
-
"latin-ext",
|
11831 |
"cyrillic",
|
|
|
11832 |
"cyrillic-ext"
|
11833 |
],
|
11834 |
"version": "v5",
|
11835 |
"lastModified": "2017-10-10",
|
11836 |
"files": {
|
11837 |
-
"regular": "http://fonts.gstatic.com/s/ptmono/v5/
|
11838 |
}
|
11839 |
},
|
11840 |
{
|
@@ -11849,17 +12387,17 @@
|
|
11849 |
],
|
11850 |
"subsets": [
|
11851 |
"latin",
|
11852 |
-
"latin-ext",
|
11853 |
"cyrillic",
|
|
|
11854 |
"cyrillic-ext"
|
11855 |
],
|
11856 |
"version": "v9",
|
11857 |
"lastModified": "2017-10-11",
|
11858 |
"files": {
|
11859 |
-
"regular": "http://fonts.gstatic.com/s/ptsans/v9/
|
11860 |
-
"italic": "http://fonts.gstatic.com/s/ptsans/v9/
|
11861 |
-
"700": "http://fonts.gstatic.com/s/ptsans/v9/
|
11862 |
-
"700italic": "http://fonts.gstatic.com/s/ptsans/v9/
|
11863 |
}
|
11864 |
},
|
11865 |
{
|
@@ -11872,15 +12410,15 @@
|
|
11872 |
],
|
11873 |
"subsets": [
|
11874 |
"latin",
|
11875 |
-
"latin-ext",
|
11876 |
"cyrillic",
|
|
|
11877 |
"cyrillic-ext"
|
11878 |
],
|
11879 |
"version": "v10",
|
11880 |
"lastModified": "2017-10-10",
|
11881 |
"files": {
|
11882 |
-
"regular": "http://fonts.gstatic.com/s/ptsanscaption/v10/
|
11883 |
-
"700": "http://fonts.gstatic.com/s/ptsanscaption/v10/
|
11884 |
}
|
11885 |
},
|
11886 |
{
|
@@ -11893,15 +12431,15 @@
|
|
11893 |
],
|
11894 |
"subsets": [
|
11895 |
"latin",
|
11896 |
-
"latin-ext",
|
11897 |
"cyrillic",
|
|
|
11898 |
"cyrillic-ext"
|
11899 |
],
|
11900 |
"version": "v8",
|
11901 |
"lastModified": "2017-10-11",
|
11902 |
"files": {
|
11903 |
-
"regular": "http://fonts.gstatic.com/s/ptsansnarrow/v8/
|
11904 |
-
"700": "http://fonts.gstatic.com/s/ptsansnarrow/v8/
|
11905 |
}
|
11906 |
},
|
11907 |
{
|
@@ -11916,17 +12454,17 @@
|
|
11916 |
],
|
11917 |
"subsets": [
|
11918 |
"latin",
|
11919 |
-
"latin-ext",
|
11920 |
"cyrillic",
|
|
|
11921 |
"cyrillic-ext"
|
11922 |
],
|
11923 |
"version": "v9",
|
11924 |
"lastModified": "2017-10-11",
|
11925 |
"files": {
|
11926 |
-
"regular": "http://fonts.gstatic.com/s/ptserif/v9/
|
11927 |
-
"italic": "http://fonts.gstatic.com/s/ptserif/v9/
|
11928 |
-
"700": "http://fonts.gstatic.com/s/ptserif/v9/
|
11929 |
-
"700italic": "http://fonts.gstatic.com/s/ptserif/v9/
|
11930 |
}
|
11931 |
},
|
11932 |
{
|
@@ -11939,15 +12477,15 @@
|
|
11939 |
],
|
11940 |
"subsets": [
|
11941 |
"latin",
|
11942 |
-
"latin-ext",
|
11943 |
"cyrillic",
|
|
|
11944 |
"cyrillic-ext"
|
11945 |
],
|
11946 |
"version": "v9",
|
11947 |
"lastModified": "2017-10-10",
|
11948 |
"files": {
|
11949 |
-
"regular": "http://fonts.gstatic.com/s/ptserifcaption/v9/
|
11950 |
-
"italic": "http://fonts.gstatic.com/s/ptserifcaption/v9/
|
11951 |
}
|
11952 |
},
|
11953 |
{
|
@@ -11958,15 +12496,15 @@
|
|
11958 |
"regular"
|
11959 |
],
|
11960 |
"subsets": [
|
11961 |
-
"latin",
|
11962 |
"vietnamese",
|
11963 |
-
"latin
|
11964 |
-
"cyrillic"
|
|
|
11965 |
],
|
11966 |
"version": "v12",
|
11967 |
"lastModified": "2017-11-07",
|
11968 |
"files": {
|
11969 |
-
"regular": "http://fonts.gstatic.com/s/pacifico/v12/
|
11970 |
}
|
11971 |
},
|
11972 |
{
|
@@ -11984,8 +12522,8 @@
|
|
11984 |
"version": "v4",
|
11985 |
"lastModified": "2017-10-09",
|
11986 |
"files": {
|
11987 |
-
"regular": "http://fonts.gstatic.com/s/padauk/v4/
|
11988 |
-
"700": "http://fonts.gstatic.com/s/padauk/v4/
|
11989 |
}
|
11990 |
},
|
11991 |
{
|
@@ -12009,13 +12547,13 @@
|
|
12009 |
"version": "v3",
|
12010 |
"lastModified": "2017-10-10",
|
12011 |
"files": {
|
12012 |
-
"100": "http://fonts.gstatic.com/s/palanquin/v3/
|
12013 |
-
"200": "http://fonts.gstatic.com/s/palanquin/v3/
|
12014 |
-
"300": "http://fonts.gstatic.com/s/palanquin/v3/
|
12015 |
-
"regular": "http://fonts.gstatic.com/s/palanquin/v3/
|
12016 |
-
"500": "http://fonts.gstatic.com/s/palanquin/v3/
|
12017 |
-
"600": "http://fonts.gstatic.com/s/palanquin/v3/
|
12018 |
-
"700": "http://fonts.gstatic.com/s/palanquin/v3
|
12019 |
}
|
12020 |
},
|
12021 |
{
|
@@ -12036,10 +12574,10 @@
|
|
12036 |
"version": "v3",
|
12037 |
"lastModified": "2017-10-10",
|
12038 |
"files": {
|
12039 |
-
"regular": "http://fonts.gstatic.com/s/palanquindark/v3/
|
12040 |
-
"500": "http://fonts.gstatic.com/s/palanquindark/v3/
|
12041 |
-
"600": "http://fonts.gstatic.com/s/palanquindark/v3/
|
12042 |
-
"700": "http://fonts.gstatic.com/s/palanquindark/v3/
|
12043 |
}
|
12044 |
},
|
12045 |
{
|
@@ -12050,16 +12588,16 @@
|
|
12050 |
"regular"
|
12051 |
],
|
12052 |
"subsets": [
|
12053 |
-
"latin",
|
12054 |
"vietnamese",
|
12055 |
-
"latin
|
12056 |
"cyrillic",
|
|
|
12057 |
"cyrillic-ext"
|
12058 |
],
|
12059 |
"version": "v3",
|
12060 |
"lastModified": "2017-10-10",
|
12061 |
"files": {
|
12062 |
-
"regular": "http://fonts.gstatic.com/s/pangolin/v3/
|
12063 |
}
|
12064 |
},
|
12065 |
{
|
@@ -12075,7 +12613,7 @@
|
|
12075 |
"version": "v5",
|
12076 |
"lastModified": "2017-10-10",
|
12077 |
"files": {
|
12078 |
-
"regular": "http://fonts.gstatic.com/s/paprika/v5/
|
12079 |
}
|
12080 |
},
|
12081 |
{
|
@@ -12092,7 +12630,7 @@
|
|
12092 |
"version": "v5",
|
12093 |
"lastModified": "2017-10-10",
|
12094 |
"files": {
|
12095 |
-
"regular": "http://fonts.gstatic.com/s/parisienne/v5/
|
12096 |
}
|
12097 |
},
|
12098 |
{
|
@@ -12109,7 +12647,7 @@
|
|
12109 |
"version": "v9",
|
12110 |
"lastModified": "2017-10-10",
|
12111 |
"files": {
|
12112 |
-
"regular": "http://fonts.gstatic.com/s/passeroone/v9/
|
12113 |
}
|
12114 |
},
|
12115 |
{
|
@@ -12128,9 +12666,9 @@
|
|
12128 |
"version": "v8",
|
12129 |
"lastModified": "2017-10-10",
|
12130 |
"files": {
|
12131 |
-
"regular": "http://fonts.gstatic.com/s/passionone/v8/
|
12132 |
-
"700": "http://fonts.gstatic.com/s/passionone/v8/
|
12133 |
-
"900": "http://fonts.gstatic.com/s/passionone/v8/
|
12134 |
}
|
12135 |
},
|
12136 |
{
|
@@ -12147,7 +12685,7 @@
|
|
12147 |
"version": "v6",
|
12148 |
"lastModified": "2017-10-10",
|
12149 |
"files": {
|
12150 |
-
"regular": "http://fonts.gstatic.com/s/pathwaygothicone/v6/
|
12151 |
}
|
12152 |
},
|
12153 |
{
|
@@ -12158,14 +12696,14 @@
|
|
12158 |
"regular"
|
12159 |
],
|
12160 |
"subsets": [
|
12161 |
-
"latin",
|
12162 |
"vietnamese",
|
|
|
12163 |
"latin-ext"
|
12164 |
],
|
12165 |
"version": "v11",
|
12166 |
"lastModified": "2017-10-10",
|
12167 |
"files": {
|
12168 |
-
"regular": "http://fonts.gstatic.com/s/patrickhand/v11/
|
12169 |
}
|
12170 |
},
|
12171 |
{
|
@@ -12176,14 +12714,14 @@
|
|
12176 |
"regular"
|
12177 |
],
|
12178 |
"subsets": [
|
12179 |
-
"latin",
|
12180 |
"vietnamese",
|
|
|
12181 |
"latin-ext"
|
12182 |
],
|
12183 |
"version": "v5",
|
12184 |
"lastModified": "2017-10-10",
|
12185 |
"files": {
|
12186 |
-
"regular": "http://fonts.gstatic.com/s/patrickhandsc/v5/
|
12187 |
}
|
12188 |
},
|
12189 |
{
|
@@ -12194,16 +12732,16 @@
|
|
12194 |
"regular"
|
12195 |
],
|
12196 |
"subsets": [
|
12197 |
-
"latin",
|
12198 |
"vietnamese",
|
12199 |
-
"latin
|
12200 |
"cyrillic",
|
|
|
12201 |
"thai"
|
12202 |
],
|
12203 |
"version": "v2",
|
12204 |
"lastModified": "2017-10-10",
|
12205 |
"files": {
|
12206 |
-
"regular": "http://fonts.gstatic.com/s/pattaya/v2/
|
12207 |
}
|
12208 |
},
|
12209 |
{
|
@@ -12219,7 +12757,7 @@
|
|
12219 |
"version": "v7",
|
12220 |
"lastModified": "2017-10-10",
|
12221 |
"files": {
|
12222 |
-
"regular": "http://fonts.gstatic.com/s/patuaone/v7/
|
12223 |
}
|
12224 |
},
|
12225 |
{
|
@@ -12230,14 +12768,14 @@
|
|
12230 |
"regular"
|
12231 |
],
|
12232 |
"subsets": [
|
12233 |
-
"tamil",
|
12234 |
"latin",
|
12235 |
-
"latin-ext"
|
|
|
12236 |
],
|
12237 |
"version": "v2",
|
12238 |
"lastModified": "2017-10-10",
|
12239 |
"files": {
|
12240 |
-
"regular": "http://fonts.gstatic.com/s/pavanam/v2/
|
12241 |
}
|
12242 |
},
|
12243 |
{
|
@@ -12248,14 +12786,14 @@
|
|
12248 |
"regular"
|
12249 |
],
|
12250 |
"subsets": [
|
12251 |
-
"latin",
|
12252 |
"vietnamese",
|
|
|
12253 |
"latin-ext"
|
12254 |
],
|
12255 |
"version": "v10",
|
12256 |
"lastModified": "2017-10-10",
|
12257 |
"files": {
|
12258 |
-
"regular": "http://fonts.gstatic.com/s/paytoneone/v10/
|
12259 |
}
|
12260 |
},
|
12261 |
{
|
@@ -12272,7 +12810,7 @@
|
|
12272 |
"version": "v5",
|
12273 |
"lastModified": "2017-10-09",
|
12274 |
"files": {
|
12275 |
-
"regular": "http://fonts.gstatic.com/s/peddana/v5/
|
12276 |
}
|
12277 |
},
|
12278 |
{
|
@@ -12289,7 +12827,7 @@
|
|
12289 |
"version": "v5",
|
12290 |
"lastModified": "2017-10-10",
|
12291 |
"files": {
|
12292 |
-
"regular": "http://fonts.gstatic.com/s/peralta/v5/
|
12293 |
}
|
12294 |
},
|
12295 |
{
|
@@ -12305,7 +12843,7 @@
|
|
12305 |
"version": "v7",
|
12306 |
"lastModified": "2017-10-10",
|
12307 |
"files": {
|
12308 |
-
"regular": "http://fonts.gstatic.com/s/permanentmarker/v7/
|
12309 |
}
|
12310 |
},
|
12311 |
{
|
@@ -12322,7 +12860,7 @@
|
|
12322 |
"version": "v5",
|
12323 |
"lastModified": "2017-10-10",
|
12324 |
"files": {
|
12325 |
-
"regular": "http://fonts.gstatic.com/s/petitformalscript/v5/
|
12326 |
}
|
12327 |
},
|
12328 |
{
|
@@ -12338,7 +12876,7 @@
|
|
12338 |
"version": "v6",
|
12339 |
"lastModified": "2017-10-10",
|
12340 |
"files": {
|
12341 |
-
"regular": "http://fonts.gstatic.com/s/petrona/v6/
|
12342 |
}
|
12343 |
},
|
12344 |
{
|
@@ -12352,18 +12890,18 @@
|
|
12352 |
"700italic"
|
12353 |
],
|
12354 |
"subsets": [
|
12355 |
-
"latin",
|
12356 |
"vietnamese",
|
|
|
12357 |
"cyrillic",
|
12358 |
"cyrillic-ext"
|
12359 |
],
|
12360 |
"version": "v9",
|
12361 |
"lastModified": "2017-10-10",
|
12362 |
"files": {
|
12363 |
-
"regular": "http://fonts.gstatic.com/s/philosopher/v9/
|
12364 |
-
"italic": "http://fonts.gstatic.com/s/philosopher/v9/
|
12365 |
-
"700": "http://fonts.gstatic.com/s/philosopher/v9/
|
12366 |
-
"700italic": "http://fonts.gstatic.com/s/philosopher/v9/
|
12367 |
}
|
12368 |
},
|
12369 |
{
|
@@ -12380,7 +12918,7 @@
|
|
12380 |
"version": "v6",
|
12381 |
"lastModified": "2017-10-10",
|
12382 |
"files": {
|
12383 |
-
"regular": "http://fonts.gstatic.com/s/piedra/v6/
|
12384 |
}
|
12385 |
},
|
12386 |
{
|
@@ -12396,7 +12934,7 @@
|
|
12396 |
"version": "v7",
|
12397 |
"lastModified": "2017-10-10",
|
12398 |
"files": {
|
12399 |
-
"regular": "http://fonts.gstatic.com/s/pinyonscript/v7/
|
12400 |
}
|
12401 |
},
|
12402 |
{
|
@@ -12413,7 +12951,7 @@
|
|
12413 |
"version": "v5",
|
12414 |
"lastModified": "2017-10-10",
|
12415 |
"files": {
|
12416 |
-
"regular": "http://fonts.gstatic.com/s/pirataone/v5/
|
12417 |
}
|
12418 |
},
|
12419 |
{
|
@@ -12430,7 +12968,7 @@
|
|
12430 |
"version": "v9",
|
12431 |
"lastModified": "2017-10-10",
|
12432 |
"files": {
|
12433 |
-
"regular": "http://fonts.gstatic.com/s/plaster/v9/
|
12434 |
}
|
12435 |
},
|
12436 |
{
|
@@ -12442,18 +12980,18 @@
|
|
12442 |
"700"
|
12443 |
],
|
12444 |
"subsets": [
|
12445 |
-
"greek",
|
12446 |
-
"latin",
|
12447 |
"vietnamese",
|
12448 |
-
"latin
|
12449 |
"cyrillic",
|
|
|
|
|
12450 |
"cyrillic-ext"
|
12451 |
],
|
12452 |
"version": "v9",
|
12453 |
"lastModified": "2017-10-10",
|
12454 |
"files": {
|
12455 |
-
"regular": "http://fonts.gstatic.com/s/play/v9/
|
12456 |
-
"700": "http://fonts.gstatic.com/s/play/v9/
|
12457 |
}
|
12458 |
},
|
12459 |
{
|
@@ -12470,7 +13008,7 @@
|
|
12470 |
"version": "v7",
|
12471 |
"lastModified": "2017-10-10",
|
12472 |
"files": {
|
12473 |
-
"regular": "http://fonts.gstatic.com/s/playball/v7/
|
12474 |
}
|
12475 |
},
|
12476 |
{
|
@@ -12486,20 +13024,20 @@
|
|
12486 |
"900italic"
|
12487 |
],
|
12488 |
"subsets": [
|
12489 |
-
"latin",
|
12490 |
"vietnamese",
|
12491 |
-
"latin
|
12492 |
-
"cyrillic"
|
|
|
12493 |
],
|
12494 |
"version": "v13",
|
12495 |
"lastModified": "2017-11-07",
|
12496 |
"files": {
|
12497 |
-
"regular": "http://fonts.gstatic.com/s/playfairdisplay/v13/
|
12498 |
-
"italic": "http://fonts.gstatic.com/s/playfairdisplay/v13/
|
12499 |
-
"700": "http://fonts.gstatic.com/s/playfairdisplay/v13/
|
12500 |
-
"700italic": "http://fonts.gstatic.com/s/playfairdisplay/v13/
|
12501 |
-
"900": "http://fonts.gstatic.com/s/playfairdisplay/v13/
|
12502 |
-
"900italic": "http://fonts.gstatic.com/s/playfairdisplay/v13/
|
12503 |
}
|
12504 |
},
|
12505 |
{
|
@@ -12515,20 +13053,20 @@
|
|
12515 |
"900italic"
|
12516 |
],
|
12517 |
"subsets": [
|
12518 |
-
"latin",
|
12519 |
"vietnamese",
|
12520 |
-
"latin
|
12521 |
-
"cyrillic"
|
|
|
12522 |
],
|
12523 |
"version": "v7",
|
12524 |
"lastModified": "2017-11-07",
|
12525 |
"files": {
|
12526 |
-
"regular": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/
|
12527 |
-
"italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/
|
12528 |
-
"700": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/
|
12529 |
-
"700italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/
|
12530 |
-
"900": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/
|
12531 |
-
"900italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/
|
12532 |
}
|
12533 |
},
|
12534 |
{
|
@@ -12543,20 +13081,20 @@
|
|
12543 |
"800"
|
12544 |
],
|
12545 |
"subsets": [
|
12546 |
-
"latin",
|
12547 |
"vietnamese",
|
12548 |
-
"latin
|
12549 |
"cyrillic",
|
|
|
12550 |
"cyrillic-ext"
|
12551 |
],
|
12552 |
"version": "v11",
|
12553 |
"lastModified": "2017-10-10",
|
12554 |
"files": {
|
12555 |
-
"regular": "http://fonts.gstatic.com/s/podkova/v11/
|
12556 |
-
"500": "http://fonts.gstatic.com/s/podkova/v11/
|
12557 |
-
"600": "http://fonts.gstatic.com/s/podkova/v11/
|
12558 |
-
"700": "http://fonts.gstatic.com/s/podkova/v11/
|
12559 |
-
"800": "http://fonts.gstatic.com/s/podkova/v11/
|
12560 |
}
|
12561 |
},
|
12562 |
{
|
@@ -12568,13 +13106,13 @@
|
|
12568 |
],
|
12569 |
"subsets": [
|
12570 |
"latin",
|
12571 |
-
"
|
12572 |
-
"
|
12573 |
],
|
12574 |
"version": "v5",
|
12575 |
"lastModified": "2017-10-10",
|
12576 |
"files": {
|
12577 |
-
"regular": "http://fonts.gstatic.com/s/poiretone/v5/
|
12578 |
}
|
12579 |
},
|
12580 |
{
|
@@ -12590,7 +13128,7 @@
|
|
12590 |
"version": "v7",
|
12591 |
"lastModified": "2017-10-10",
|
12592 |
"files": {
|
12593 |
-
"regular": "http://fonts.gstatic.com/s/pollerone/v7/
|
12594 |
}
|
12595 |
},
|
12596 |
{
|
@@ -12607,8 +13145,8 @@
|
|
12607 |
"version": "v8",
|
12608 |
"lastModified": "2017-10-10",
|
12609 |
"files": {
|
12610 |
-
"regular": "http://fonts.gstatic.com/s/poly/v8/
|
12611 |
-
"italic": "http://fonts.gstatic.com/s/poly/v8/
|
12612 |
}
|
12613 |
},
|
12614 |
{
|
@@ -12624,7 +13162,7 @@
|
|
12624 |
"version": "v7",
|
12625 |
"lastModified": "2017-10-10",
|
12626 |
"files": {
|
12627 |
-
"regular": "http://fonts.gstatic.com/s/pompiere/v7/
|
12628 |
}
|
12629 |
},
|
12630 |
{
|
@@ -12641,7 +13179,24 @@
|
|
12641 |
"version": "v5",
|
12642 |
"lastModified": "2017-10-10",
|
12643 |
"files": {
|
12644 |
-
"regular": "http://fonts.gstatic.com/s/pontanosans/v5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12645 |
}
|
12646 |
},
|
12647 |
{
|
@@ -12676,24 +13231,24 @@
|
|
12676 |
"version": "v5",
|
12677 |
"lastModified": "2017-11-21",
|
12678 |
"files": {
|
12679 |
-
"100": "http://fonts.gstatic.com/s/poppins/v5/
|
12680 |
-
"100italic": "http://fonts.gstatic.com/s/poppins/v5/
|
12681 |
-
"200": "http://fonts.gstatic.com/s/poppins/v5/
|
12682 |
-
"200italic": "http://fonts.gstatic.com/s/poppins/v5
|
12683 |
-
"300": "http://fonts.gstatic.com/s/poppins/v5/
|
12684 |
-
"300italic": "http://fonts.gstatic.com/s/poppins/v5/
|
12685 |
-
"regular": "http://fonts.gstatic.com/s/poppins/v5/
|
12686 |
-
"italic": "http://fonts.gstatic.com/s/poppins/v5/
|
12687 |
-
"500": "http://fonts.gstatic.com/s/poppins/v5/
|
12688 |
-
"500italic": "http://fonts.gstatic.com/s/poppins/v5/
|
12689 |
-
"600": "http://fonts.gstatic.com/s/poppins/v5
|
12690 |
-
"600italic": "http://fonts.gstatic.com/s/poppins/v5/
|
12691 |
-
"700": "http://fonts.gstatic.com/s/poppins/v5/
|
12692 |
-
"700italic": "http://fonts.gstatic.com/s/poppins/v5/
|
12693 |
-
"800": "http://fonts.gstatic.com/s/poppins/v5/
|
12694 |
-
"800italic": "http://fonts.gstatic.com/s/poppins/v5/
|
12695 |
-
"900": "http://fonts.gstatic.com/s/poppins/v5/
|
12696 |
-
"900italic": "http://fonts.gstatic.com/s/poppins/v5/
|
12697 |
}
|
12698 |
},
|
12699 |
{
|
@@ -12709,7 +13264,7 @@
|
|
12709 |
"version": "v6",
|
12710 |
"lastModified": "2017-10-10",
|
12711 |
"files": {
|
12712 |
-
"regular": "http://fonts.gstatic.com/s/portlligatsans/v6/
|
12713 |
}
|
12714 |
},
|
12715 |
{
|
@@ -12725,7 +13280,7 @@
|
|
12725 |
"version": "v6",
|
12726 |
"lastModified": "2017-10-10",
|
12727 |
"files": {
|
12728 |
-
"regular": "http://fonts.gstatic.com/s/portlligatslab/v6/
|
12729 |
}
|
12730 |
},
|
12731 |
{
|
@@ -12744,8 +13299,8 @@
|
|
12744 |
"version": "v3",
|
12745 |
"lastModified": "2017-10-10",
|
12746 |
"files": {
|
12747 |
-
"regular": "http://fonts.gstatic.com/s/pragatinarrow/v3/
|
12748 |
-
"700": "http://fonts.gstatic.com/s/pragatinarrow/v3/
|
12749 |
}
|
12750 |
},
|
12751 |
{
|
@@ -12756,15 +13311,15 @@
|
|
12756 |
"regular"
|
12757 |
],
|
12758 |
"subsets": [
|
12759 |
-
"latin",
|
12760 |
"vietnamese",
|
|
|
12761 |
"cyrillic",
|
12762 |
"cyrillic-ext"
|
12763 |
],
|
12764 |
"version": "v8",
|
12765 |
"lastModified": "2017-10-10",
|
12766 |
"files": {
|
12767 |
-
"regular": "http://fonts.gstatic.com/s/prata/v8/
|
12768 |
}
|
12769 |
},
|
12770 |
{
|
@@ -12780,7 +13335,7 @@
|
|
12780 |
"version": "v9",
|
12781 |
"lastModified": "2017-10-09",
|
12782 |
"files": {
|
12783 |
-
"regular": "http://fonts.gstatic.com/s/preahvihear/v9/
|
12784 |
}
|
12785 |
},
|
12786 |
{
|
@@ -12791,16 +13346,16 @@
|
|
12791 |
"regular"
|
12792 |
],
|
12793 |
"subsets": [
|
12794 |
-
"greek",
|
12795 |
"latin",
|
12796 |
-
"latin-ext",
|
12797 |
"cyrillic",
|
|
|
|
|
12798 |
"cyrillic-ext"
|
12799 |
],
|
12800 |
"version": "v6",
|
12801 |
"lastModified": "2017-10-10",
|
12802 |
"files": {
|
12803 |
-
"regular": "http://fonts.gstatic.com/s/pressstart2p/v6/
|
12804 |
}
|
12805 |
},
|
12806 |
{
|
@@ -12816,20 +13371,20 @@
|
|
12816 |
"700"
|
12817 |
],
|
12818 |
"subsets": [
|
12819 |
-
"latin",
|
12820 |
"vietnamese",
|
|
|
12821 |
"latin-ext",
|
12822 |
"thai"
|
12823 |
],
|
12824 |
"version": "v3",
|
12825 |
"lastModified": "2017-10-10",
|
12826 |
"files": {
|
12827 |
-
"200": "http://fonts.gstatic.com/s/pridi/v3/
|
12828 |
-
"300": "http://fonts.gstatic.com/s/pridi/v3/
|
12829 |
-
"regular": "http://fonts.gstatic.com/s/pridi/v3/
|
12830 |
-
"500": "http://fonts.gstatic.com/s/pridi/v3/
|
12831 |
-
"600": "http://fonts.gstatic.com/s/pridi/v3/
|
12832 |
-
"700": "http://fonts.gstatic.com/s/pridi/v3/
|
12833 |
}
|
12834 |
},
|
12835 |
{
|
@@ -12846,7 +13401,7 @@
|
|
12846 |
"version": "v5",
|
12847 |
"lastModified": "2017-10-10",
|
12848 |
"files": {
|
12849 |
-
"regular": "http://fonts.gstatic.com/s/princesssofia/v5/
|
12850 |
}
|
12851 |
},
|
12852 |
{
|
@@ -12862,7 +13417,7 @@
|
|
12862 |
"version": "v7",
|
12863 |
"lastModified": "2017-10-10",
|
12864 |
"files": {
|
12865 |
-
"regular": "http://fonts.gstatic.com/s/prociono/v7/
|
12866 |
}
|
12867 |
},
|
12868 |
{
|
@@ -12890,32 +13445,32 @@
|
|
12890 |
"900italic"
|
12891 |
],
|
12892 |
"subsets": [
|
12893 |
-
"latin",
|
12894 |
"vietnamese",
|
|
|
12895 |
"latin-ext",
|
12896 |
"thai"
|
12897 |
],
|
12898 |
"version": "v2",
|
12899 |
"lastModified": "2017-10-10",
|
12900 |
"files": {
|
12901 |
-
"100": "http://fonts.gstatic.com/s/prompt/v2
|
12902 |
-
"100italic": "http://fonts.gstatic.com/s/prompt/v2
|
12903 |
-
"200": "http://fonts.gstatic.com/s/prompt/v2
|
12904 |
-
"200italic": "http://fonts.gstatic.com/s/prompt/v2
|
12905 |
-
"300": "http://fonts.gstatic.com/s/prompt/v2
|
12906 |
-
"300italic": "http://fonts.gstatic.com/s/prompt/v2
|
12907 |
-
"regular": "http://fonts.gstatic.com/s/prompt/v2
|
12908 |
-
"italic": "http://fonts.gstatic.com/s/prompt/v2
|
12909 |
-
"500": "http://fonts.gstatic.com/s/prompt/v2
|
12910 |
-
"500italic": "http://fonts.gstatic.com/s/prompt/v2
|
12911 |
-
"600": "http://fonts.gstatic.com/s/prompt/v2
|
12912 |
-
"600italic": "http://fonts.gstatic.com/s/prompt/v2
|
12913 |
-
"700": "http://fonts.gstatic.com/s/prompt/v2
|
12914 |
-
"700italic": "http://fonts.gstatic.com/s/prompt/v2
|
12915 |
-
"800": "http://fonts.gstatic.com/s/prompt/v2
|
12916 |
-
"800italic": "http://fonts.gstatic.com/s/prompt/v2
|
12917 |
-
"900": "http://fonts.gstatic.com/s/prompt/v2
|
12918 |
-
"900italic": "http://fonts.gstatic.com/s/prompt/v2
|
12919 |
}
|
12920 |
},
|
12921 |
{
|
@@ -12927,13 +13482,13 @@
|
|
12927 |
],
|
12928 |
"subsets": [
|
12929 |
"latin",
|
12930 |
-
"
|
12931 |
-
"
|
12932 |
],
|
12933 |
"version": "v6",
|
12934 |
"lastModified": "2017-10-10",
|
12935 |
"files": {
|
12936 |
-
"regular": "http://fonts.gstatic.com/s/prostoone/v6/
|
12937 |
}
|
12938 |
},
|
12939 |
{
|
@@ -12959,16 +13514,16 @@
|
|
12959 |
"version": "v2",
|
12960 |
"lastModified": "2017-10-10",
|
12961 |
"files": {
|
12962 |
-
"regular": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12963 |
-
"italic": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12964 |
-
"500": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12965 |
-
"500italic": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12966 |
-
"600": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12967 |
-
"600italic": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12968 |
-
"700": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12969 |
-
"700italic": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12970 |
-
"800": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12971 |
-
"800italic": "http://fonts.gstatic.com/s/prozalibre/v2/
|
12972 |
}
|
12973 |
},
|
12974 |
{
|
@@ -12987,10 +13542,10 @@
|
|
12987 |
"version": "v9",
|
12988 |
"lastModified": "2017-10-10",
|
12989 |
"files": {
|
12990 |
-
"regular": "http://fonts.gstatic.com/s/puritan/v9/
|
12991 |
-
"italic": "http://fonts.gstatic.com/s/puritan/v9/
|
12992 |
-
"700": "http://fonts.gstatic.com/s/puritan/v9/
|
12993 |
-
"700italic": "http://fonts.gstatic.com/s/puritan/v9/
|
12994 |
}
|
12995 |
},
|
12996 |
{
|
@@ -13007,7 +13562,7 @@
|
|
13007 |
"version": "v6",
|
13008 |
"lastModified": "2017-10-10",
|
13009 |
"files": {
|
13010 |
-
"regular": "http://fonts.gstatic.com/s/purplepurse/v6/
|
13011 |
}
|
13012 |
},
|
13013 |
{
|
@@ -13024,7 +13579,7 @@
|
|
13024 |
"version": "v6",
|
13025 |
"lastModified": "2017-10-10",
|
13026 |
"files": {
|
13027 |
-
"regular": "http://fonts.gstatic.com/s/quando/v6/
|
13028 |
}
|
13029 |
},
|
13030 |
{
|
@@ -13043,10 +13598,10 @@
|
|
13043 |
"version": "v6",
|
13044 |
"lastModified": "2017-10-10",
|
13045 |
"files": {
|
13046 |
-
"regular": "http://fonts.gstatic.com/s/quantico/v6/
|
13047 |
-
"italic": "http://fonts.gstatic.com/s/quantico/v6/
|
13048 |
-
"700": "http://fonts.gstatic.com/s/quantico/v6/
|
13049 |
-
"700italic": "http://fonts.gstatic.com/s/quantico/v6/
|
13050 |
}
|
13051 |
},
|
13052 |
{
|
@@ -13064,8 +13619,8 @@
|
|
13064 |
"version": "v9",
|
13065 |
"lastModified": "2017-10-10",
|
13066 |
"files": {
|
13067 |
-
"regular": "http://fonts.gstatic.com/s/quattrocento/v9/
|
13068 |
-
"700": "http://fonts.gstatic.com/s/quattrocento/v9/
|
13069 |
}
|
13070 |
},
|
13071 |
{
|
@@ -13085,10 +13640,10 @@
|
|
13085 |
"version": "v10",
|
13086 |
"lastModified": "2017-10-10",
|
13087 |
"files": {
|
13088 |
-
"regular": "http://fonts.gstatic.com/s/quattrocentosans/v10/
|
13089 |
-
"italic": "http://fonts.gstatic.com/s/quattrocentosans/v10/
|
13090 |
-
"700": "http://fonts.gstatic.com/s/quattrocentosans/v10/
|
13091 |
-
"700italic": "http://fonts.gstatic.com/s/quattrocentosans/v10/
|
13092 |
}
|
13093 |
},
|
13094 |
{
|
@@ -13104,7 +13659,7 @@
|
|
13104 |
"version": "v7",
|
13105 |
"lastModified": "2017-10-10",
|
13106 |
"files": {
|
13107 |
-
"regular": "http://fonts.gstatic.com/s/questrial/v7/
|
13108 |
}
|
13109 |
},
|
13110 |
{
|
@@ -13118,17 +13673,17 @@
|
|
13118 |
"700"
|
13119 |
],
|
13120 |
"subsets": [
|
13121 |
-
"latin",
|
13122 |
"vietnamese",
|
|
|
13123 |
"latin-ext"
|
13124 |
],
|
13125 |
"version": "v7",
|
13126 |
"lastModified": "2017-10-10",
|
13127 |
"files": {
|
13128 |
-
"300": "http://fonts.gstatic.com/s/quicksand/v7/
|
13129 |
-
"regular": "http://fonts.gstatic.com/s/quicksand/v7/
|
13130 |
-
"500": "http://fonts.gstatic.com/s/quicksand/v7/
|
13131 |
-
"700": "http://fonts.gstatic.com/s/quicksand/v7/
|
13132 |
}
|
13133 |
},
|
13134 |
{
|
@@ -13145,7 +13700,7 @@
|
|
13145 |
"version": "v5",
|
13146 |
"lastModified": "2017-10-10",
|
13147 |
"files": {
|
13148 |
-
"regular": "http://fonts.gstatic.com/s/quintessential/v5/
|
13149 |
}
|
13150 |
},
|
13151 |
{
|
@@ -13162,7 +13717,7 @@
|
|
13162 |
"version": "v7",
|
13163 |
"lastModified": "2017-10-10",
|
13164 |
"files": {
|
13165 |
-
"regular": "http://fonts.gstatic.com/s/qwigley/v7/
|
13166 |
}
|
13167 |
},
|
13168 |
{
|
@@ -13179,7 +13734,7 @@
|
|
13179 |
"version": "v5",
|
13180 |
"lastModified": "2017-10-10",
|
13181 |
"files": {
|
13182 |
-
"regular": "http://fonts.gstatic.com/s/racingsansone/v5/
|
13183 |
}
|
13184 |
},
|
13185 |
{
|
@@ -13197,8 +13752,8 @@
|
|
13197 |
"version": "v12",
|
13198 |
"lastModified": "2017-10-10",
|
13199 |
"files": {
|
13200 |
-
"regular": "http://fonts.gstatic.com/s/radley/v12/
|
13201 |
-
"italic": "http://fonts.gstatic.com/s/radley/v12/
|
13202 |
}
|
13203 |
},
|
13204 |
{
|
@@ -13220,11 +13775,11 @@
|
|
13220 |
"version": "v7",
|
13221 |
"lastModified": "2017-10-10",
|
13222 |
"files": {
|
13223 |
-
"300": "http://fonts.gstatic.com/s/rajdhani/v7/
|
13224 |
-
"regular": "http://fonts.gstatic.com/s/rajdhani/v7/
|
13225 |
-
"500": "http://fonts.gstatic.com/s/rajdhani/v7/
|
13226 |
-
"600": "http://fonts.gstatic.com/s/rajdhani/v7/
|
13227 |
-
"700": "http://fonts.gstatic.com/s/rajdhani/v7/
|
13228 |
}
|
13229 |
},
|
13230 |
{
|
@@ -13239,10 +13794,10 @@
|
|
13239 |
"latin",
|
13240 |
"latin-ext"
|
13241 |
],
|
13242 |
-
"version": "
|
13243 |
-
"lastModified": "
|
13244 |
"files": {
|
13245 |
-
"regular": "http://fonts.gstatic.com/s/rakkas/
|
13246 |
}
|
13247 |
},
|
13248 |
{
|
@@ -13276,24 +13831,24 @@
|
|
13276 |
"version": "v12",
|
13277 |
"lastModified": "2017-10-11",
|
13278 |
"files": {
|
13279 |
-
"100": "http://fonts.gstatic.com/s/raleway/v12/
|
13280 |
-
"100italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13281 |
-
"200": "http://fonts.gstatic.com/s/raleway/v12/
|
13282 |
-
"200italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13283 |
-
"300": "http://fonts.gstatic.com/s/raleway/v12/
|
13284 |
-
"300italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13285 |
-
"regular": "http://fonts.gstatic.com/s/raleway/v12/
|
13286 |
-
"italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13287 |
-
"500": "http://fonts.gstatic.com/s/raleway/v12/
|
13288 |
-
"500italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13289 |
-
"600": "http://fonts.gstatic.com/s/raleway/v12/
|
13290 |
-
"600italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13291 |
-
"700": "http://fonts.gstatic.com/s/raleway/v12/
|
13292 |
-
"700italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13293 |
-
"800": "http://fonts.gstatic.com/s/raleway/v12/
|
13294 |
-
"800italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13295 |
-
"900": "http://fonts.gstatic.com/s/raleway/v12/
|
13296 |
-
"900italic": "http://fonts.gstatic.com/s/raleway/v12/
|
13297 |
}
|
13298 |
},
|
13299 |
{
|
@@ -13310,7 +13865,7 @@
|
|
13310 |
"version": "v5",
|
13311 |
"lastModified": "2017-10-10",
|
13312 |
"files": {
|
13313 |
-
"regular": "http://fonts.gstatic.com/s/ralewaydots/v5/
|
13314 |
}
|
13315 |
},
|
13316 |
{
|
@@ -13327,7 +13882,7 @@
|
|
13327 |
"version": "v6",
|
13328 |
"lastModified": "2017-10-10",
|
13329 |
"files": {
|
13330 |
-
"regular": "http://fonts.gstatic.com/s/ramabhadra/v6/
|
13331 |
}
|
13332 |
},
|
13333 |
{
|
@@ -13344,7 +13899,7 @@
|
|
13344 |
"version": "v2",
|
13345 |
"lastModified": "2017-10-10",
|
13346 |
"files": {
|
13347 |
-
"regular": "http://fonts.gstatic.com/s/ramaraja/v2/
|
13348 |
}
|
13349 |
},
|
13350 |
{
|
@@ -13364,10 +13919,10 @@
|
|
13364 |
"version": "v5",
|
13365 |
"lastModified": "2017-10-10",
|
13366 |
"files": {
|
13367 |
-
"regular": "http://fonts.gstatic.com/s/rambla/v5/
|
13368 |
-
"italic": "http://fonts.gstatic.com/s/rambla/v5/
|
13369 |
-
"700": "http://fonts.gstatic.com/s/rambla/v5/
|
13370 |
-
"700italic": "http://fonts.gstatic.com/s/rambla/v5/
|
13371 |
}
|
13372 |
},
|
13373 |
{
|
@@ -13384,7 +13939,7 @@
|
|
13384 |
"version": "v6",
|
13385 |
"lastModified": "2017-10-10",
|
13386 |
"files": {
|
13387 |
-
"regular": "http://fonts.gstatic.com/s/rammettoone/v6/
|
13388 |
}
|
13389 |
},
|
13390 |
{
|
@@ -13401,7 +13956,7 @@
|
|
13401 |
"version": "v5",
|
13402 |
"lastModified": "2017-10-10",
|
13403 |
"files": {
|
13404 |
-
"regular": "http://fonts.gstatic.com/s/ranchers/v5/
|
13405 |
}
|
13406 |
},
|
13407 |
{
|
@@ -13417,7 +13972,7 @@
|
|
13417 |
"version": "v8",
|
13418 |
"lastModified": "2017-10-10",
|
13419 |
"files": {
|
13420 |
-
"regular": "http://fonts.gstatic.com/s/rancho/v8/
|
13421 |
}
|
13422 |
},
|
13423 |
{
|
@@ -13436,8 +13991,8 @@
|
|
13436 |
"version": "v3",
|
13437 |
"lastModified": "2017-10-10",
|
13438 |
"files": {
|
13439 |
-
"regular": "http://fonts.gstatic.com/s/ranga/v3/
|
13440 |
-
"700": "http://fonts.gstatic.com/s/ranga/v3/
|
13441 |
}
|
13442 |
},
|
13443 |
{
|
@@ -13459,11 +14014,11 @@
|
|
13459 |
"version": "v3",
|
13460 |
"lastModified": "2017-10-10",
|
13461 |
"files": {
|
13462 |
-
"300": "http://fonts.gstatic.com/s/rasa/v3/
|
13463 |
-
"regular": "http://fonts.gstatic.com/s/rasa/v3/
|
13464 |
-
"500": "http://fonts.gstatic.com/s/rasa/v3/
|
13465 |
-
"600": "http://fonts.gstatic.com/s/rasa/v3/
|
13466 |
-
"700": "http://fonts.gstatic.com/s/rasa/v3/
|
13467 |
}
|
13468 |
},
|
13469 |
{
|
@@ -13479,7 +14034,7 @@
|
|
13479 |
"version": "v8",
|
13480 |
"lastModified": "2017-10-10",
|
13481 |
"files": {
|
13482 |
-
"regular": "http://fonts.gstatic.com/s/rationale/v8/
|
13483 |
}
|
13484 |
},
|
13485 |
{
|
@@ -13496,7 +14051,7 @@
|
|
13496 |
"version": "v4",
|
13497 |
"lastModified": "2017-10-10",
|
13498 |
"files": {
|
13499 |
-
"regular": "http://fonts.gstatic.com/s/raviprakash/v4/
|
13500 |
}
|
13501 |
},
|
13502 |
{
|
@@ -13512,7 +14067,7 @@
|
|
13512 |
"version": "v8",
|
13513 |
"lastModified": "2017-10-10",
|
13514 |
"files": {
|
13515 |
-
"regular": "http://fonts.gstatic.com/s/redressed/v8/
|
13516 |
}
|
13517 |
},
|
13518 |
{
|
@@ -13526,10 +14081,10 @@
|
|
13526 |
"arabic",
|
13527 |
"latin"
|
13528 |
],
|
13529 |
-
"version": "
|
13530 |
-
"lastModified": "
|
13531 |
"files": {
|
13532 |
-
"regular": "http://fonts.gstatic.com/s/reemkufi/
|
13533 |
}
|
13534 |
},
|
13535 |
{
|
@@ -13545,7 +14100,7 @@
|
|
13545 |
"version": "v8",
|
13546 |
"lastModified": "2017-10-10",
|
13547 |
"files": {
|
13548 |
-
"regular": "http://fonts.gstatic.com/s/reeniebeanie/v8/
|
13549 |
}
|
13550 |
},
|
13551 |
{
|
@@ -13562,7 +14117,7 @@
|
|
13562 |
"version": "v5",
|
13563 |
"lastModified": "2017-10-10",
|
13564 |
"files": {
|
13565 |
-
"regular": "http://fonts.gstatic.com/s/revalia/v5/
|
13566 |
}
|
13567 |
},
|
13568 |
{
|
@@ -13580,7 +14135,7 @@
|
|
13580 |
"version": "v2",
|
13581 |
"lastModified": "2017-10-10",
|
13582 |
"files": {
|
13583 |
-
"regular": "http://fonts.gstatic.com/s/rhodiumlibre/v2/
|
13584 |
}
|
13585 |
},
|
13586 |
{
|
@@ -13597,7 +14152,7 @@
|
|
13597 |
"version": "v6",
|
13598 |
"lastModified": "2017-10-10",
|
13599 |
"files": {
|
13600 |
-
"regular": "http://fonts.gstatic.com/s/ribeye/v6/
|
13601 |
}
|
13602 |
},
|
13603 |
{
|
@@ -13614,7 +14169,7 @@
|
|
13614 |
"version": "v7",
|
13615 |
"lastModified": "2017-10-10",
|
13616 |
"files": {
|
13617 |
-
"regular": "http://fonts.gstatic.com/s/ribeyemarrow/v7/
|
13618 |
}
|
13619 |
},
|
13620 |
{
|
@@ -13631,7 +14186,7 @@
|
|
13631 |
"version": "v6",
|
13632 |
"lastModified": "2017-10-10",
|
13633 |
"files": {
|
13634 |
-
"regular": "http://fonts.gstatic.com/s/righteous/v6/
|
13635 |
}
|
13636 |
},
|
13637 |
{
|
@@ -13648,7 +14203,7 @@
|
|
13648 |
"version": "v5",
|
13649 |
"lastModified": "2017-10-09",
|
13650 |
"files": {
|
13651 |
-
"regular": "http://fonts.gstatic.com/s/risque/v5/
|
13652 |
}
|
13653 |
},
|
13654 |
{
|
@@ -13670,29 +14225,29 @@
|
|
13670 |
"900italic"
|
13671 |
],
|
13672 |
"subsets": [
|
13673 |
-
"greek",
|
13674 |
-
"latin",
|
13675 |
-
"vietnamese",
|
13676 |
"greek-ext",
|
13677 |
-
"
|
|
|
13678 |
"cyrillic",
|
|
|
|
|
13679 |
"cyrillic-ext"
|
13680 |
],
|
13681 |
"version": "v18",
|
13682 |
"lastModified": "2017-10-16",
|
13683 |
"files": {
|
13684 |
-
"100": "http://fonts.gstatic.com/s/roboto/v18/
|
13685 |
-
"100italic": "http://fonts.gstatic.com/s/roboto/v18/
|
13686 |
-
"300": "http://fonts.gstatic.com/s/roboto/v18/
|
13687 |
-
"300italic": "http://fonts.gstatic.com/s/roboto/v18/
|
13688 |
-
"regular": "http://fonts.gstatic.com/s/roboto/v18/
|
13689 |
-
"italic": "http://fonts.gstatic.com/s/roboto/v18/
|
13690 |
-
"500": "http://fonts.gstatic.com/s/roboto/v18/
|
13691 |
-
"500italic": "http://fonts.gstatic.com/s/roboto/v18/
|
13692 |
-
"700": "http://fonts.gstatic.com/s/roboto/v18/
|
13693 |
-
"700italic": "http://fonts.gstatic.com/s/roboto/v18/
|
13694 |
-
"900": "http://fonts.gstatic.com/s/roboto/v18/
|
13695 |
-
"900italic": "http://fonts.gstatic.com/s/roboto/v18/
|
13696 |
}
|
13697 |
},
|
13698 |
{
|
@@ -13708,23 +14263,23 @@
|
|
13708 |
"700italic"
|
13709 |
],
|
13710 |
"subsets": [
|
13711 |
-
"greek",
|
13712 |
-
"latin",
|
13713 |
-
"vietnamese",
|
13714 |
"greek-ext",
|
13715 |
-
"
|
|
|
13716 |
"cyrillic",
|
|
|
|
|
13717 |
"cyrillic-ext"
|
13718 |
],
|
13719 |
"version": "v16",
|
13720 |
"lastModified": "2017-10-11",
|
13721 |
"files": {
|
13722 |
-
"300": "http://fonts.gstatic.com/s/robotocondensed/v16/
|
13723 |
-
"300italic": "http://fonts.gstatic.com/s/robotocondensed/v16/
|
13724 |
-
"regular": "http://fonts.gstatic.com/s/robotocondensed/v16/
|
13725 |
-
"italic": "http://fonts.gstatic.com/s/robotocondensed/v16/
|
13726 |
-
"700": "http://fonts.gstatic.com/s/robotocondensed/v16/
|
13727 |
-
"700italic": "http://fonts.gstatic.com/s/robotocondensed/v16/
|
13728 |
}
|
13729 |
},
|
13730 |
{
|
@@ -13744,27 +14299,27 @@
|
|
13744 |
"700italic"
|
13745 |
],
|
13746 |
"subsets": [
|
13747 |
-
"greek",
|
13748 |
-
"latin",
|
13749 |
-
"vietnamese",
|
13750 |
"greek-ext",
|
13751 |
-
"
|
|
|
13752 |
"cyrillic",
|
|
|
|
|
13753 |
"cyrillic-ext"
|
13754 |
],
|
13755 |
"version": "v5",
|
13756 |
"lastModified": "2017-10-10",
|
13757 |
"files": {
|
13758 |
-
"100": "http://fonts.gstatic.com/s/robotomono/v5/
|
13759 |
-
"100italic": "http://fonts.gstatic.com/s/robotomono/v5/
|
13760 |
-
"300": "http://fonts.gstatic.com/s/robotomono/v5/
|
13761 |
-
"300italic": "http://fonts.gstatic.com/s/robotomono/v5/
|
13762 |
-
"regular": "http://fonts.gstatic.com/s/robotomono/v5/
|
13763 |
-
"italic": "http://fonts.gstatic.com/s/robotomono/v5/
|
13764 |
-
"500": "http://fonts.gstatic.com/s/robotomono/v5/
|
13765 |
-
"500italic": "http://fonts.gstatic.com/s/robotomono/v5/
|
13766 |
-
"700": "http://fonts.gstatic.com/s/robotomono/v5/
|
13767 |
-
"700italic": "http://fonts.gstatic.com/s/robotomono/v5/
|
13768 |
}
|
13769 |
},
|
13770 |
{
|
@@ -13778,21 +14333,21 @@
|
|
13778 |
"700"
|
13779 |
],
|
13780 |
"subsets": [
|
13781 |
-
"greek",
|
13782 |
-
"latin",
|
13783 |
-
"vietnamese",
|
13784 |
"greek-ext",
|
13785 |
-
"
|
|
|
13786 |
"cyrillic",
|
|
|
|
|
13787 |
"cyrillic-ext"
|
13788 |
],
|
13789 |
"version": "v7",
|
13790 |
"lastModified": "2017-10-11",
|
13791 |
"files": {
|
13792 |
-
"100": "http://fonts.gstatic.com/s/robotoslab/v7/
|
13793 |
-
"300": "http://fonts.gstatic.com/s/robotoslab/v7/
|
13794 |
-
"regular": "http://fonts.gstatic.com/s/robotoslab/v7/
|
13795 |
-
"700": "http://fonts.gstatic.com/s/robotoslab/v7/
|
13796 |
}
|
13797 |
},
|
13798 |
{
|
@@ -13808,7 +14363,7 @@
|
|
13808 |
"version": "v8",
|
13809 |
"lastModified": "2017-10-10",
|
13810 |
"files": {
|
13811 |
-
"regular": "http://fonts.gstatic.com/s/rochester/v8/
|
13812 |
}
|
13813 |
},
|
13814 |
{
|
@@ -13824,7 +14379,7 @@
|
|
13824 |
"version": "v8",
|
13825 |
"lastModified": "2017-10-10",
|
13826 |
"files": {
|
13827 |
-
"regular": "http://fonts.gstatic.com/s/rocksalt/v8/
|
13828 |
}
|
13829 |
},
|
13830 |
{
|
@@ -13843,22 +14398,22 @@
|
|
13843 |
"900"
|
13844 |
],
|
13845 |
"subsets": [
|
13846 |
-
"latin",
|
13847 |
"vietnamese",
|
|
|
13848 |
"latin-ext"
|
13849 |
],
|
13850 |
"version": "v12",
|
13851 |
"lastModified": "2017-10-10",
|
13852 |
"files": {
|
13853 |
-
"100": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13854 |
-
"200": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13855 |
-
"300": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13856 |
-
"regular": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13857 |
-
"500": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13858 |
-
"600": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13859 |
-
"700": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13860 |
-
"800": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13861 |
-
"900": "http://fonts.gstatic.com/s/rokkitt/v12/
|
13862 |
}
|
13863 |
},
|
13864 |
{
|
@@ -13875,7 +14430,7 @@
|
|
13875 |
"version": "v6",
|
13876 |
"lastModified": "2017-10-10",
|
13877 |
"files": {
|
13878 |
-
"regular": "http://fonts.gstatic.com/s/romanesco/v6/
|
13879 |
}
|
13880 |
},
|
13881 |
{
|
@@ -13893,8 +14448,8 @@
|
|
13893 |
"version": "v7",
|
13894 |
"lastModified": "2017-10-10",
|
13895 |
"files": {
|
13896 |
-
"regular": "http://fonts.gstatic.com/s/ropasans/v7/
|
13897 |
-
"italic": "http://fonts.gstatic.com/s/ropasans/v7/
|
13898 |
}
|
13899 |
},
|
13900 |
{
|
@@ -13913,10 +14468,10 @@
|
|
13913 |
"version": "v12",
|
13914 |
"lastModified": "2017-10-10",
|
13915 |
"files": {
|
13916 |
-
"regular": "http://fonts.gstatic.com/s/rosario/v12/
|
13917 |
-
"italic": "http://fonts.gstatic.com/s/rosario/v12/
|
13918 |
-
"700": "http://fonts.gstatic.com/s/rosario/v12/
|
13919 |
-
"700italic": "http://fonts.gstatic.com/s/rosario/v12/
|
13920 |
}
|
13921 |
},
|
13922 |
{
|
@@ -13934,8 +14489,8 @@
|
|
13934 |
"version": "v5",
|
13935 |
"lastModified": "2017-10-10",
|
13936 |
"files": {
|
13937 |
-
"regular": "http://fonts.gstatic.com/s/rosarivo/v5/
|
13938 |
-
"italic": "http://fonts.gstatic.com/s/rosarivo/v5/
|
13939 |
}
|
13940 |
},
|
13941 |
{
|
@@ -13951,7 +14506,7 @@
|
|
13951 |
"version": "v6",
|
13952 |
"lastModified": "2017-10-10",
|
13953 |
"files": {
|
13954 |
-
"regular": "http://fonts.gstatic.com/s/rougescript/v6/
|
13955 |
}
|
13956 |
},
|
13957 |
{
|
@@ -13969,7 +14524,7 @@
|
|
13969 |
"version": "v4",
|
13970 |
"lastModified": "2017-10-10",
|
13971 |
"files": {
|
13972 |
-
"regular": "http://fonts.gstatic.com/s/rozhaone/v4/
|
13973 |
}
|
13974 |
},
|
13975 |
{
|
@@ -13989,24 +14544,24 @@
|
|
13989 |
"900italic"
|
13990 |
],
|
13991 |
"subsets": [
|
|
|
13992 |
"latin",
|
13993 |
-
"latin-ext",
|
13994 |
"cyrillic",
|
13995 |
-
"
|
13996 |
],
|
13997 |
"version": "v7",
|
13998 |
"lastModified": "2017-11-21",
|
13999 |
"files": {
|
14000 |
-
"300": "http://fonts.gstatic.com/s/rubik/v7/
|
14001 |
-
"300italic": "http://fonts.gstatic.com/s/rubik/v7/
|
14002 |
-
"regular": "http://fonts.gstatic.com/s/rubik/v7/
|
14003 |
-
"italic": "http://fonts.gstatic.com/s/rubik/v7/
|
14004 |
-
"500": "http://fonts.gstatic.com/s/rubik/v7/
|
14005 |
-
"500italic": "http://fonts.gstatic.com/s/rubik/v7/
|
14006 |
-
"700": "http://fonts.gstatic.com/s/rubik/v7/
|
14007 |
-
"700italic": "http://fonts.gstatic.com/s/rubik/v7/
|
14008 |
-
"900": "http://fonts.gstatic.com/s/rubik/v7/
|
14009 |
-
"900italic": "http://fonts.gstatic.com/s/rubik/v7/
|
14010 |
}
|
14011 |
},
|
14012 |
{
|
@@ -14018,13 +14573,13 @@
|
|
14018 |
],
|
14019 |
"subsets": [
|
14020 |
"latin",
|
14021 |
-
"
|
14022 |
-
"
|
14023 |
],
|
14024 |
"version": "v6",
|
14025 |
"lastModified": "2017-10-10",
|
14026 |
"files": {
|
14027 |
-
"regular": "http://fonts.gstatic.com/s/rubikmonoone/v6/
|
14028 |
}
|
14029 |
},
|
14030 |
{
|
@@ -14043,9 +14598,9 @@
|
|
14043 |
"version": "v9",
|
14044 |
"lastModified": "2017-10-10",
|
14045 |
"files": {
|
14046 |
-
"regular": "http://fonts.gstatic.com/s/ruda/v9/
|
14047 |
-
"700": "http://fonts.gstatic.com/s/ruda/v9/
|
14048 |
-
"900": "http://fonts.gstatic.com/s/ruda/v9/
|
14049 |
}
|
14050 |
},
|
14051 |
{
|
@@ -14063,8 +14618,8 @@
|
|
14063 |
"version": "v5",
|
14064 |
"lastModified": "2017-10-10",
|
14065 |
"files": {
|
14066 |
-
"regular": "http://fonts.gstatic.com/s/rufina/v5/
|
14067 |
-
"700": "http://fonts.gstatic.com/s/rufina/v5/
|
14068 |
}
|
14069 |
},
|
14070 |
{
|
@@ -14081,7 +14636,7 @@
|
|
14081 |
"version": "v8",
|
14082 |
"lastModified": "2017-10-09",
|
14083 |
"files": {
|
14084 |
-
"regular": "http://fonts.gstatic.com/s/rugeboogie/v8/
|
14085 |
}
|
14086 |
},
|
14087 |
{
|
@@ -14098,7 +14653,7 @@
|
|
14098 |
"version": "v5",
|
14099 |
"lastModified": "2017-10-10",
|
14100 |
"files": {
|
14101 |
-
"regular": "http://fonts.gstatic.com/s/ruluko/v5/
|
14102 |
}
|
14103 |
},
|
14104 |
{
|
@@ -14115,7 +14670,7 @@
|
|
14115 |
"version": "v5",
|
14116 |
"lastModified": "2017-10-10",
|
14117 |
"files": {
|
14118 |
-
"regular": "http://fonts.gstatic.com/s/rumraisin/v5/
|
14119 |
}
|
14120 |
},
|
14121 |
{
|
@@ -14127,13 +14682,13 @@
|
|
14127 |
],
|
14128 |
"subsets": [
|
14129 |
"latin",
|
14130 |
-
"
|
14131 |
-
"
|
14132 |
],
|
14133 |
"version": "v8",
|
14134 |
"lastModified": "2017-10-10",
|
14135 |
"files": {
|
14136 |
-
"regular": "http://fonts.gstatic.com/s/ruslandisplay/v8/
|
14137 |
}
|
14138 |
},
|
14139 |
{
|
@@ -14145,13 +14700,13 @@
|
|
14145 |
],
|
14146 |
"subsets": [
|
14147 |
"latin",
|
14148 |
-
"
|
14149 |
-
"
|
14150 |
],
|
14151 |
"version": "v6",
|
14152 |
"lastModified": "2017-10-10",
|
14153 |
"files": {
|
14154 |
-
"regular": "http://fonts.gstatic.com/s/russoone/v6/
|
14155 |
}
|
14156 |
},
|
14157 |
{
|
@@ -14168,7 +14723,7 @@
|
|
14168 |
"version": "v7",
|
14169 |
"lastModified": "2017-10-10",
|
14170 |
"files": {
|
14171 |
-
"regular": "http://fonts.gstatic.com/s/ruthie/v7/
|
14172 |
}
|
14173 |
},
|
14174 |
{
|
@@ -14185,7 +14740,7 @@
|
|
14185 |
"version": "v5",
|
14186 |
"lastModified": "2017-10-10",
|
14187 |
"files": {
|
14188 |
-
"regular": "http://fonts.gstatic.com/s/rye/v5/
|
14189 |
}
|
14190 |
},
|
14191 |
{
|
@@ -14202,7 +14757,7 @@
|
|
14202 |
"version": "v5",
|
14203 |
"lastModified": "2017-10-10",
|
14204 |
"files": {
|
14205 |
-
"regular": "http://fonts.gstatic.com/s/sacramento/v5/
|
14206 |
}
|
14207 |
},
|
14208 |
{
|
@@ -14220,8 +14775,8 @@
|
|
14220 |
"version": "v2",
|
14221 |
"lastModified": "2017-10-10",
|
14222 |
"files": {
|
14223 |
-
"regular": "http://fonts.gstatic.com/s/sahitya/v2/
|
14224 |
-
"700": "http://fonts.gstatic.com/s/sahitya/v2/
|
14225 |
}
|
14226 |
},
|
14227 |
{
|
@@ -14238,7 +14793,7 @@
|
|
14238 |
"version": "v8",
|
14239 |
"lastModified": "2017-10-10",
|
14240 |
"files": {
|
14241 |
-
"regular": "http://fonts.gstatic.com/s/sail/v8/
|
14242 |
}
|
14243 |
},
|
14244 |
{
|
@@ -14257,22 +14812,22 @@
|
|
14257 |
"900"
|
14258 |
],
|
14259 |
"subsets": [
|
14260 |
-
"latin",
|
14261 |
"vietnamese",
|
|
|
14262 |
"latin-ext"
|
14263 |
],
|
14264 |
"version": "v2",
|
14265 |
"lastModified": "2017-11-21",
|
14266 |
"files": {
|
14267 |
-
"100": "http://fonts.gstatic.com/s/saira/v2/
|
14268 |
-
"200": "http://fonts.gstatic.com/s/saira/v2/
|
14269 |
-
"300": "http://fonts.gstatic.com/s/saira/v2/
|
14270 |
-
"regular": "http://fonts.gstatic.com/s/saira/v2/
|
14271 |
-
"500": "http://fonts.gstatic.com/s/saira/v2/
|
14272 |
-
"600": "http://fonts.gstatic.com/s/saira/v2/
|
14273 |
-
"700": "http://fonts.gstatic.com/s/saira/v2/
|
14274 |
-
"800": "http://fonts.gstatic.com/s/saira/v2/
|
14275 |
-
"900": "http://fonts.gstatic.com/s/saira/v2/
|
14276 |
}
|
14277 |
},
|
14278 |
{
|
@@ -14291,22 +14846,22 @@
|
|
14291 |
"900"
|
14292 |
],
|
14293 |
"subsets": [
|
14294 |
-
"latin",
|
14295 |
"vietnamese",
|
|
|
14296 |
"latin-ext"
|
14297 |
],
|
14298 |
"version": "v3",
|
14299 |
"lastModified": "2017-11-21",
|
14300 |
"files": {
|
14301 |
-
"100": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14302 |
-
"200": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14303 |
-
"300": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14304 |
-
"regular": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14305 |
-
"500": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14306 |
-
"600": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14307 |
-
"700": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14308 |
-
"800": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14309 |
-
"900": "http://fonts.gstatic.com/s/sairacondensed/v3/
|
14310 |
}
|
14311 |
},
|
14312 |
{
|
@@ -14325,22 +14880,22 @@
|
|
14325 |
"900"
|
14326 |
],
|
14327 |
"subsets": [
|
14328 |
-
"latin",
|
14329 |
"vietnamese",
|
|
|
14330 |
"latin-ext"
|
14331 |
],
|
14332 |
"version": "v3",
|
14333 |
"lastModified": "2017-11-21",
|
14334 |
"files": {
|
14335 |
-
"100": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14336 |
-
"200": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14337 |
-
"300": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14338 |
-
"regular": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14339 |
-
"500": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14340 |
-
"600": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14341 |
-
"700": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14342 |
-
"800": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14343 |
-
"900": "http://fonts.gstatic.com/s/sairaextracondensed/v3
|
14344 |
}
|
14345 |
},
|
14346 |
{
|
@@ -14359,22 +14914,22 @@
|
|
14359 |
"900"
|
14360 |
],
|
14361 |
"subsets": [
|
14362 |
-
"latin",
|
14363 |
"vietnamese",
|
|
|
14364 |
"latin-ext"
|
14365 |
],
|
14366 |
"version": "v3",
|
14367 |
"lastModified": "2017-11-21",
|
14368 |
"files": {
|
14369 |
-
"100": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14370 |
-
"200": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14371 |
-
"300": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14372 |
-
"regular": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14373 |
-
"500": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14374 |
-
"600": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14375 |
-
"700": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14376 |
-
"800": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14377 |
-
"900": "http://fonts.gstatic.com/s/sairasemicondensed/v3/
|
14378 |
}
|
14379 |
},
|
14380 |
{
|
@@ -14390,7 +14945,7 @@
|
|
14390 |
"version": "v7",
|
14391 |
"lastModified": "2017-10-10",
|
14392 |
"files": {
|
14393 |
-
"regular": "http://fonts.gstatic.com/s/salsa/v7/
|
14394 |
}
|
14395 |
},
|
14396 |
{
|
@@ -14408,8 +14963,8 @@
|
|
14408 |
"version": "v5",
|
14409 |
"lastModified": "2017-10-10",
|
14410 |
"files": {
|
14411 |
-
"regular": "http://fonts.gstatic.com/s/sanchez/v5/
|
14412 |
-
"italic": "http://fonts.gstatic.com/s/sanchez/v5/
|
14413 |
}
|
14414 |
},
|
14415 |
{
|
@@ -14426,7 +14981,7 @@
|
|
14426 |
"version": "v8",
|
14427 |
"lastModified": "2017-10-10",
|
14428 |
"files": {
|
14429 |
-
"regular": "http://fonts.gstatic.com/s/sancreek/v8/
|
14430 |
}
|
14431 |
},
|
14432 |
{
|
@@ -14450,14 +15005,14 @@
|
|
14450 |
"version": "v2",
|
14451 |
"lastModified": "2017-10-10",
|
14452 |
"files": {
|
14453 |
-
"regular": "http://fonts.gstatic.com/s/sansita/v2/
|
14454 |
-
"italic": "http://fonts.gstatic.com/s/sansita/v2/
|
14455 |
-
"700": "http://fonts.gstatic.com/s/sansita/v2/
|
14456 |
-
"700italic": "http://fonts.gstatic.com/s/sansita/v2/
|
14457 |
-
"800": "http://fonts.gstatic.com/s/sansita/v2/
|
14458 |
-
"800italic": "http://fonts.gstatic.com/s/sansita/v2/
|
14459 |
-
"900": "http://fonts.gstatic.com/s/sansita/v2/
|
14460 |
-
"900italic": "http://fonts.gstatic.com/s/sansita/v2/
|
14461 |
}
|
14462 |
},
|
14463 |
{
|
@@ -14476,8 +15031,8 @@
|
|
14476 |
"version": "v2",
|
14477 |
"lastModified": "2017-10-10",
|
14478 |
"files": {
|
14479 |
-
"regular": "http://fonts.gstatic.com/s/sarala/v2/
|
14480 |
-
"700": "http://fonts.gstatic.com/s/sarala/v2/
|
14481 |
}
|
14482 |
},
|
14483 |
{
|
@@ -14494,7 +15049,7 @@
|
|
14494 |
"version": "v6",
|
14495 |
"lastModified": "2017-10-10",
|
14496 |
"files": {
|
14497 |
-
"regular": "http://fonts.gstatic.com/s/sarina/v6
|
14498 |
}
|
14499 |
},
|
14500 |
{
|
@@ -14517,12 +15072,12 @@
|
|
14517 |
"version": "v3",
|
14518 |
"lastModified": "2017-10-10",
|
14519 |
"files": {
|
14520 |
-
"regular": "http://fonts.gstatic.com/s/sarpanch/v3/
|
14521 |
-
"500": "http://fonts.gstatic.com/s/sarpanch/v3/
|
14522 |
-
"600": "http://fonts.gstatic.com/s/sarpanch/v3/
|
14523 |
-
"700": "http://fonts.gstatic.com/s/sarpanch/v3/
|
14524 |
-
"800": "http://fonts.gstatic.com/s/sarpanch/v3/
|
14525 |
-
"900": "http://fonts.gstatic.com/s/sarpanch/v3/
|
14526 |
}
|
14527 |
},
|
14528 |
{
|
@@ -14538,7 +15093,7 @@
|
|
14538 |
"version": "v8",
|
14539 |
"lastModified": "2017-10-10",
|
14540 |
"files": {
|
14541 |
-
"regular": "http://fonts.gstatic.com/s/satisfy/v8/
|
14542 |
}
|
14543 |
},
|
14544 |
{
|
@@ -14553,17 +15108,17 @@
|
|
14553 |
],
|
14554 |
"subsets": [
|
14555 |
"latin",
|
14556 |
-
"latin-ext",
|
14557 |
"cyrillic",
|
|
|
14558 |
"cyrillic-ext"
|
14559 |
],
|
14560 |
"version": "v6",
|
14561 |
"lastModified": "2017-10-10",
|
14562 |
"files": {
|
14563 |
-
"regular": "http://fonts.gstatic.com/s/scada/v6/
|
14564 |
-
"italic": "http://fonts.gstatic.com/s/scada/v6/
|
14565 |
-
"700": "http://fonts.gstatic.com/s/scada/v6/
|
14566 |
-
"700italic": "http://fonts.gstatic.com/s/scada/v6/
|
14567 |
}
|
14568 |
},
|
14569 |
{
|
@@ -14578,11 +15133,11 @@
|
|
14578 |
"arabic",
|
14579 |
"latin"
|
14580 |
],
|
14581 |
-
"version": "
|
14582 |
-
"lastModified": "
|
14583 |
"files": {
|
14584 |
-
"regular": "http://fonts.gstatic.com/s/scheherazade/
|
14585 |
-
"700": "http://fonts.gstatic.com/s/scheherazade/
|
14586 |
}
|
14587 |
},
|
14588 |
{
|
@@ -14598,7 +15153,7 @@
|
|
14598 |
"version": "v8",
|
14599 |
"lastModified": "2017-10-10",
|
14600 |
"files": {
|
14601 |
-
"regular": "http://fonts.gstatic.com/s/schoolbell/v8/
|
14602 |
}
|
14603 |
},
|
14604 |
{
|
@@ -14615,7 +15170,7 @@
|
|
14615 |
"version": "v3",
|
14616 |
"lastModified": "2017-10-10",
|
14617 |
"files": {
|
14618 |
-
"regular": "http://fonts.gstatic.com/s/scopeone/v3/
|
14619 |
}
|
14620 |
},
|
14621 |
{
|
@@ -14632,7 +15187,7 @@
|
|
14632 |
"version": "v5",
|
14633 |
"lastModified": "2017-10-10",
|
14634 |
"files": {
|
14635 |
-
"regular": "http://fonts.gstatic.com/s/seaweedscript/v5/
|
14636 |
}
|
14637 |
},
|
14638 |
{
|
@@ -14643,14 +15198,14 @@
|
|
14643 |
"regular"
|
14644 |
],
|
14645 |
"subsets": [
|
|
|
14646 |
"latin",
|
14647 |
-
"latin-ext"
|
14648 |
-
"hebrew"
|
14649 |
],
|
14650 |
"version": "v2",
|
14651 |
"lastModified": "2017-10-10",
|
14652 |
"files": {
|
14653 |
-
"regular": "http://fonts.gstatic.com/s/secularone/v2/
|
14654 |
}
|
14655 |
},
|
14656 |
{
|
@@ -14661,14 +15216,14 @@
|
|
14661 |
"regular"
|
14662 |
],
|
14663 |
"subsets": [
|
14664 |
-
"latin",
|
14665 |
"vietnamese",
|
|
|
14666 |
"latin-ext"
|
14667 |
],
|
14668 |
"version": "v3",
|
14669 |
"lastModified": "2017-11-21",
|
14670 |
"files": {
|
14671 |
-
"regular": "http://fonts.gstatic.com/s/sedgwickave/v3/
|
14672 |
}
|
14673 |
},
|
14674 |
{
|
@@ -14679,14 +15234,14 @@
|
|
14679 |
"regular"
|
14680 |
],
|
14681 |
"subsets": [
|
14682 |
-
"latin",
|
14683 |
"vietnamese",
|
|
|
14684 |
"latin-ext"
|
14685 |
],
|
14686 |
"version": "v3",
|
14687 |
"lastModified": "2017-11-21",
|
14688 |
"files": {
|
14689 |
-
"regular": "http://fonts.gstatic.com/s/sedgwickavedisplay/v3/
|
14690 |
}
|
14691 |
},
|
14692 |
{
|
@@ -14703,7 +15258,7 @@
|
|
14703 |
"version": "v5",
|
14704 |
"lastModified": "2017-10-09",
|
14705 |
"files": {
|
14706 |
-
"regular": "http://fonts.gstatic.com/s/sevillana/v5/
|
14707 |
}
|
14708 |
},
|
14709 |
{
|
@@ -14715,13 +15270,13 @@
|
|
14715 |
],
|
14716 |
"subsets": [
|
14717 |
"latin",
|
14718 |
-
"
|
14719 |
-
"
|
14720 |
],
|
14721 |
"version": "v5",
|
14722 |
"lastModified": "2017-10-10",
|
14723 |
"files": {
|
14724 |
-
"regular": "http://fonts.gstatic.com/s/seymourone/v5/
|
14725 |
}
|
14726 |
},
|
14727 |
{
|
@@ -14737,7 +15292,7 @@
|
|
14737 |
"version": "v7",
|
14738 |
"lastModified": "2017-10-10",
|
14739 |
"files": {
|
14740 |
-
"regular": "http://fonts.gstatic.com/s/shadowsintolight/v7/
|
14741 |
}
|
14742 |
},
|
14743 |
{
|
@@ -14754,7 +15309,7 @@
|
|
14754 |
"version": "v5",
|
14755 |
"lastModified": "2017-10-10",
|
14756 |
"files": {
|
14757 |
-
"regular": "http://fonts.gstatic.com/s/shadowsintolighttwo/v5/
|
14758 |
}
|
14759 |
},
|
14760 |
{
|
@@ -14770,7 +15325,7 @@
|
|
14770 |
"version": "v9",
|
14771 |
"lastModified": "2017-10-10",
|
14772 |
"files": {
|
14773 |
-
"regular": "http://fonts.gstatic.com/s/shanti/v9/
|
14774 |
}
|
14775 |
},
|
14776 |
{
|
@@ -14790,10 +15345,10 @@
|
|
14790 |
"version": "v8",
|
14791 |
"lastModified": "2017-10-10",
|
14792 |
"files": {
|
14793 |
-
"regular": "http://fonts.gstatic.com/s/share/v8/
|
14794 |
-
"italic": "http://fonts.gstatic.com/s/share/v8/
|
14795 |
-
"700": "http://fonts.gstatic.com/s/share/v8/
|
14796 |
-
"700italic": "http://fonts.gstatic.com/s/share/v8/
|
14797 |
}
|
14798 |
},
|
14799 |
{
|
@@ -14809,7 +15364,7 @@
|
|
14809 |
"version": "v7",
|
14810 |
"lastModified": "2017-10-10",
|
14811 |
"files": {
|
14812 |
-
"regular": "http://fonts.gstatic.com/s/sharetech/v7/
|
14813 |
}
|
14814 |
},
|
14815 |
{
|
@@ -14825,7 +15380,7 @@
|
|
14825 |
"version": "v7",
|
14826 |
"lastModified": "2017-10-10",
|
14827 |
"files": {
|
14828 |
-
"regular": "http://fonts.gstatic.com/s/sharetechmono/v7/
|
14829 |
}
|
14830 |
},
|
14831 |
{
|
@@ -14842,7 +15397,7 @@
|
|
14842 |
"version": "v5",
|
14843 |
"lastModified": "2017-10-10",
|
14844 |
"files": {
|
14845 |
-
"regular": "http://fonts.gstatic.com/s/shojumaru/v5/
|
14846 |
}
|
14847 |
},
|
14848 |
{
|
@@ -14858,7 +15413,7 @@
|
|
14858 |
"version": "v7",
|
14859 |
"lastModified": "2017-10-10",
|
14860 |
"files": {
|
14861 |
-
"regular": "http://fonts.gstatic.com/s/shortstack/v7/
|
14862 |
}
|
14863 |
},
|
14864 |
{
|
@@ -14876,7 +15431,7 @@
|
|
14876 |
"version": "v3",
|
14877 |
"lastModified": "2017-10-10",
|
14878 |
"files": {
|
14879 |
-
"regular": "http://fonts.gstatic.com/s/shrikhand/v3/
|
14880 |
}
|
14881 |
},
|
14882 |
{
|
@@ -14892,7 +15447,7 @@
|
|
14892 |
"version": "v10",
|
14893 |
"lastModified": "2017-10-09",
|
14894 |
"files": {
|
14895 |
-
"regular": "http://fonts.gstatic.com/s/siemreap/v10/
|
14896 |
}
|
14897 |
},
|
14898 |
{
|
@@ -14903,14 +15458,14 @@
|
|
14903 |
"regular"
|
14904 |
],
|
14905 |
"subsets": [
|
14906 |
-
"latin",
|
14907 |
"vietnamese",
|
|
|
14908 |
"latin-ext"
|
14909 |
],
|
14910 |
"version": "v8",
|
14911 |
"lastModified": "2017-10-10",
|
14912 |
"files": {
|
14913 |
-
"regular": "http://fonts.gstatic.com/s/sigmarone/v8/
|
14914 |
}
|
14915 |
},
|
14916 |
{
|
@@ -14930,10 +15485,10 @@
|
|
14930 |
"version": "v8",
|
14931 |
"lastModified": "2017-10-10",
|
14932 |
"files": {
|
14933 |
-
"300": "http://fonts.gstatic.com/s/signika/v8/
|
14934 |
-
"regular": "http://fonts.gstatic.com/s/signika/v8/
|
14935 |
-
"600": "http://fonts.gstatic.com/s/signika/v8/
|
14936 |
-
"700": "http://fonts.gstatic.com/s/signika/v8/
|
14937 |
}
|
14938 |
},
|
14939 |
{
|
@@ -14953,10 +15508,10 @@
|
|
14953 |
"version": "v7",
|
14954 |
"lastModified": "2017-10-10",
|
14955 |
"files": {
|
14956 |
-
"300": "http://fonts.gstatic.com/s/signikanegative/v7/
|
14957 |
-
"regular": "http://fonts.gstatic.com/s/signikanegative/v7/
|
14958 |
-
"600": "http://fonts.gstatic.com/s/signikanegative/v7/
|
14959 |
-
"700": "http://fonts.gstatic.com/s/signikanegative/v7/
|
14960 |
}
|
14961 |
},
|
14962 |
{
|
@@ -14976,10 +15531,10 @@
|
|
14976 |
"version": "v7",
|
14977 |
"lastModified": "2017-10-10",
|
14978 |
"files": {
|
14979 |
-
"regular": "http://fonts.gstatic.com/s/simonetta/v7/
|
14980 |
-
"italic": "http://fonts.gstatic.com/s/simonetta/v7/
|
14981 |
-
"900": "http://fonts.gstatic.com/s/simonetta/v7/
|
14982 |
-
"900italic": "http://fonts.gstatic.com/s/simonetta/v7/
|
14983 |
}
|
14984 |
},
|
14985 |
{
|
@@ -14997,8 +15552,8 @@
|
|
14997 |
"version": "v5",
|
14998 |
"lastModified": "2017-10-10",
|
14999 |
"files": {
|
15000 |
-
"regular": "http://fonts.gstatic.com/s/sintony/v5/
|
15001 |
-
"700": "http://fonts.gstatic.com/s/sintony/v5/
|
15002 |
}
|
15003 |
},
|
15004 |
{
|
@@ -15014,7 +15569,7 @@
|
|
15014 |
"version": "v6",
|
15015 |
"lastModified": "2017-10-09",
|
15016 |
"files": {
|
15017 |
-
"regular": "http://fonts.gstatic.com/s/sirinstencil/v6/
|
15018 |
}
|
15019 |
},
|
15020 |
{
|
@@ -15030,7 +15585,7 @@
|
|
15030 |
"version": "v8",
|
15031 |
"lastModified": "2017-10-10",
|
15032 |
"files": {
|
15033 |
-
"regular": "http://fonts.gstatic.com/s/sixcaps/v8/
|
15034 |
}
|
15035 |
},
|
15036 |
{
|
@@ -15048,8 +15603,8 @@
|
|
15048 |
"version": "v5",
|
15049 |
"lastModified": "2017-10-10",
|
15050 |
"files": {
|
15051 |
-
"regular": "http://fonts.gstatic.com/s/skranji/v5/
|
15052 |
-
"700": "http://fonts.gstatic.com/s/skranji/v5/
|
15053 |
}
|
15054 |
},
|
15055 |
{
|
@@ -15066,7 +15621,7 @@
|
|
15066 |
"version": "v4",
|
15067 |
"lastModified": "2017-10-10",
|
15068 |
"files": {
|
15069 |
-
"regular": "http://fonts.gstatic.com/s/slabo13px/v4/
|
15070 |
}
|
15071 |
},
|
15072 |
{
|
@@ -15083,7 +15638,7 @@
|
|
15083 |
"version": "v4",
|
15084 |
"lastModified": "2017-10-11",
|
15085 |
"files": {
|
15086 |
-
"regular": "http://fonts.gstatic.com/s/slabo27px/v4/
|
15087 |
}
|
15088 |
},
|
15089 |
{
|
@@ -15099,7 +15654,7 @@
|
|
15099 |
"version": "v8",
|
15100 |
"lastModified": "2017-10-10",
|
15101 |
"files": {
|
15102 |
-
"regular": "http://fonts.gstatic.com/s/slackey/v8/
|
15103 |
}
|
15104 |
},
|
15105 |
{
|
@@ -15115,7 +15670,7 @@
|
|
15115 |
"version": "v8",
|
15116 |
"lastModified": "2017-10-09",
|
15117 |
"files": {
|
15118 |
-
"regular": "http://fonts.gstatic.com/s/smokum/v8/
|
15119 |
}
|
15120 |
},
|
15121 |
{
|
@@ -15131,7 +15686,7 @@
|
|
15131 |
"version": "v8",
|
15132 |
"lastModified": "2017-10-10",
|
15133 |
"files": {
|
15134 |
-
"regular": "http://fonts.gstatic.com/s/smythe/v8/
|
15135 |
}
|
15136 |
},
|
15137 |
{
|
@@ -15149,8 +15704,8 @@
|
|
15149 |
"version": "v9",
|
15150 |
"lastModified": "2017-10-10",
|
15151 |
"files": {
|
15152 |
-
"regular": "http://fonts.gstatic.com/s/sniglet/v9/
|
15153 |
-
"800": "http://fonts.gstatic.com/s/sniglet/v9/
|
15154 |
}
|
15155 |
},
|
15156 |
{
|
@@ -15166,7 +15721,7 @@
|
|
15166 |
"version": "v7",
|
15167 |
"lastModified": "2017-10-10",
|
15168 |
"files": {
|
15169 |
-
"regular": "http://fonts.gstatic.com/s/snippet/v7/
|
15170 |
}
|
15171 |
},
|
15172 |
{
|
@@ -15183,7 +15738,7 @@
|
|
15183 |
"version": "v5",
|
15184 |
"lastModified": "2017-10-10",
|
15185 |
"files": {
|
15186 |
-
"regular": "http://fonts.gstatic.com/s/snowburstone/v5/
|
15187 |
}
|
15188 |
},
|
15189 |
{
|
@@ -15199,7 +15754,7 @@
|
|
15199 |
"version": "v6",
|
15200 |
"lastModified": "2017-10-09",
|
15201 |
"files": {
|
15202 |
-
"regular": "http://fonts.gstatic.com/s/sofadione/v6/
|
15203 |
}
|
15204 |
},
|
15205 |
{
|
@@ -15215,7 +15770,24 @@
|
|
15215 |
"version": "v6",
|
15216 |
"lastModified": "2017-10-10",
|
15217 |
"files": {
|
15218 |
-
"regular": "http://fonts.gstatic.com/s/sofia/v6/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15219 |
}
|
15220 |
},
|
15221 |
{
|
@@ -15232,7 +15804,7 @@
|
|
15232 |
"version": "v6",
|
15233 |
"lastModified": "2017-10-10",
|
15234 |
"files": {
|
15235 |
-
"regular": "http://fonts.gstatic.com/s/sonsieone/v6/
|
15236 |
}
|
15237 |
},
|
15238 |
{
|
@@ -15250,8 +15822,8 @@
|
|
15250 |
"version": "v7",
|
15251 |
"lastModified": "2017-10-10",
|
15252 |
"files": {
|
15253 |
-
"regular": "http://fonts.gstatic.com/s/sortsmillgoudy/v7/
|
15254 |
-
"italic": "http://fonts.gstatic.com/s/sortsmillgoudy/v7/
|
15255 |
}
|
15256 |
},
|
15257 |
{
|
@@ -15274,13 +15846,13 @@
|
|
15274 |
"version": "v7",
|
15275 |
"lastModified": "2017-10-10",
|
15276 |
"files": {
|
15277 |
-
"200": "http://fonts.gstatic.com/s/sourcecodepro/v7/
|
15278 |
-
"300": "http://fonts.gstatic.com/s/sourcecodepro/v7/
|
15279 |
-
"regular": "http://fonts.gstatic.com/s/sourcecodepro/v7/
|
15280 |
-
"500": "http://fonts.gstatic.com/s/sourcecodepro/v7/
|
15281 |
-
"600": "http://fonts.gstatic.com/s/sourcecodepro/v7/
|
15282 |
-
"700": "http://fonts.gstatic.com/s/sourcecodepro/v7/
|
15283 |
-
"900": "http://fonts.gstatic.com/s/sourcecodepro/v7/
|
15284 |
}
|
15285 |
},
|
15286 |
{
|
@@ -15302,29 +15874,29 @@
|
|
15302 |
"900italic"
|
15303 |
],
|
15304 |
"subsets": [
|
15305 |
-
"greek",
|
15306 |
-
"latin",
|
15307 |
-
"vietnamese",
|
15308 |
"greek-ext",
|
15309 |
-
"
|
|
|
15310 |
"cyrillic",
|
|
|
|
|
15311 |
"cyrillic-ext"
|
15312 |
],
|
15313 |
"version": "v11",
|
15314 |
"lastModified": "2017-10-11",
|
15315 |
"files": {
|
15316 |
-
"200": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15317 |
-
"200italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15318 |
-
"300": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15319 |
-
"300italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15320 |
-
"regular": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15321 |
-
"italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15322 |
-
"600": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15323 |
-
"600italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15324 |
-
"700": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15325 |
-
"700italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15326 |
-
"900": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15327 |
-
"900italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/
|
15328 |
}
|
15329 |
},
|
15330 |
{
|
@@ -15343,9 +15915,9 @@
|
|
15343 |
"version": "v5",
|
15344 |
"lastModified": "2017-10-10",
|
15345 |
"files": {
|
15346 |
-
"regular": "http://fonts.gstatic.com/s/sourceserifpro/v5/
|
15347 |
-
"600": "http://fonts.gstatic.com/s/sourceserifpro/v5/
|
15348 |
-
"700": "http://fonts.gstatic.com/s/sourceserifpro/v5/
|
15349 |
}
|
15350 |
},
|
15351 |
{
|
@@ -15359,17 +15931,17 @@
|
|
15359 |
"700italic"
|
15360 |
],
|
15361 |
"subsets": [
|
15362 |
-
"latin",
|
15363 |
"vietnamese",
|
|
|
15364 |
"latin-ext"
|
15365 |
],
|
15366 |
"version": "v2",
|
15367 |
"lastModified": "2017-10-10",
|
15368 |
"files": {
|
15369 |
-
"regular": "http://fonts.gstatic.com/s/spacemono/v2/
|
15370 |
-
"italic": "http://fonts.gstatic.com/s/spacemono/v2/
|
15371 |
-
"700": "http://fonts.gstatic.com/s/spacemono/v2/
|
15372 |
-
"700italic": "http://fonts.gstatic.com/s/spacemono/v2/
|
15373 |
}
|
15374 |
},
|
15375 |
{
|
@@ -15385,7 +15957,7 @@
|
|
15385 |
"version": "v8",
|
15386 |
"lastModified": "2017-10-10",
|
15387 |
"files": {
|
15388 |
-
"regular": "http://fonts.gstatic.com/s/specialelite/v8/
|
15389 |
}
|
15390 |
},
|
15391 |
{
|
@@ -15409,28 +15981,28 @@
|
|
15409 |
"800italic"
|
15410 |
],
|
15411 |
"subsets": [
|
15412 |
-
"latin",
|
15413 |
"vietnamese",
|
15414 |
-
"latin
|
15415 |
-
"cyrillic"
|
|
|
15416 |
],
|
15417 |
"version": "v4",
|
15418 |
"lastModified": "2017-11-21",
|
15419 |
"files": {
|
15420 |
-
"200": "http://fonts.gstatic.com/s/spectral/v4/
|
15421 |
-
"200italic": "http://fonts.gstatic.com/s/spectral/v4/
|
15422 |
-
"300": "http://fonts.gstatic.com/s/spectral/v4/
|
15423 |
-
"300italic": "http://fonts.gstatic.com/s/spectral/v4/
|
15424 |
-
"regular": "http://fonts.gstatic.com/s/spectral/v4/
|
15425 |
-
"italic": "http://fonts.gstatic.com/s/spectral/v4/
|
15426 |
-
"500": "http://fonts.gstatic.com/s/spectral/v4/
|
15427 |
-
"500italic": "http://fonts.gstatic.com/s/spectral/v4/
|
15428 |
-
"600": "http://fonts.gstatic.com/s/spectral/v4/
|
15429 |
-
"600italic": "http://fonts.gstatic.com/s/spectral/v4/
|
15430 |
-
"700": "http://fonts.gstatic.com/s/spectral/v4/
|
15431 |
-
"700italic": "http://fonts.gstatic.com/s/spectral/v4/
|
15432 |
-
"800": "http://fonts.gstatic.com/s/spectral/v4/
|
15433 |
-
"800italic": "http://fonts.gstatic.com/s/spectral/v4/
|
15434 |
}
|
15435 |
},
|
15436 |
{
|
@@ -15454,28 +16026,28 @@
|
|
15454 |
"800italic"
|
15455 |
],
|
15456 |
"subsets": [
|
15457 |
-
"latin",
|
15458 |
"vietnamese",
|
15459 |
-
"latin
|
15460 |
-
"cyrillic"
|
|
|
15461 |
],
|
15462 |
"version": "v2",
|
15463 |
"lastModified": "2017-11-07",
|
15464 |
"files": {
|
15465 |
-
"200": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15466 |
-
"200italic": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15467 |
-
"300": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15468 |
-
"300italic": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15469 |
-
"regular": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15470 |
-
"italic": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15471 |
-
"500": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15472 |
-
"500italic": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15473 |
-
"600": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15474 |
-
"600italic": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15475 |
-
"700": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15476 |
-
"700italic": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15477 |
-
"800": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15478 |
-
"800italic": "http://fonts.gstatic.com/s/spectralsc/v2/
|
15479 |
}
|
15480 |
},
|
15481 |
{
|
@@ -15491,7 +16063,7 @@
|
|
15491 |
"version": "v6",
|
15492 |
"lastModified": "2017-10-10",
|
15493 |
"files": {
|
15494 |
-
"regular": "http://fonts.gstatic.com/s/spicyrice/v6/
|
15495 |
}
|
15496 |
},
|
15497 |
{
|
@@ -15508,7 +16080,7 @@
|
|
15508 |
"version": "v9",
|
15509 |
"lastModified": "2017-10-10",
|
15510 |
"files": {
|
15511 |
-
"regular": "http://fonts.gstatic.com/s/spinnaker/v9/
|
15512 |
}
|
15513 |
},
|
15514 |
{
|
@@ -15524,7 +16096,7 @@
|
|
15524 |
"version": "v6",
|
15525 |
"lastModified": "2017-10-10",
|
15526 |
"files": {
|
15527 |
-
"regular": "http://fonts.gstatic.com/s/spirax/v6/
|
15528 |
}
|
15529 |
},
|
15530 |
{
|
@@ -15540,7 +16112,7 @@
|
|
15540 |
"version": "v6",
|
15541 |
"lastModified": "2017-10-10",
|
15542 |
"files": {
|
15543 |
-
"regular": "http://fonts.gstatic.com/s/squadaone/v6/
|
15544 |
}
|
15545 |
},
|
15546 |
{
|
@@ -15557,7 +16129,7 @@
|
|
15557 |
"version": "v5",
|
15558 |
"lastModified": "2017-10-09",
|
15559 |
"files": {
|
15560 |
-
"regular": "http://fonts.gstatic.com/s/sreekrushnadevaraya/v5/
|
15561 |
}
|
15562 |
},
|
15563 |
{
|
@@ -15568,15 +16140,15 @@
|
|
15568 |
"regular"
|
15569 |
],
|
15570 |
"subsets": [
|
15571 |
-
"latin",
|
15572 |
"vietnamese",
|
|
|
15573 |
"latin-ext",
|
15574 |
"thai"
|
15575 |
],
|
15576 |
"version": "v2",
|
15577 |
"lastModified": "2017-10-10",
|
15578 |
"files": {
|
15579 |
-
"regular": "http://fonts.gstatic.com/s/sriracha/v2/
|
15580 |
}
|
15581 |
},
|
15582 |
{
|
@@ -15593,7 +16165,7 @@
|
|
15593 |
"version": "v5",
|
15594 |
"lastModified": "2017-10-10",
|
15595 |
"files": {
|
15596 |
-
"regular": "http://fonts.gstatic.com/s/stalemate/v5/
|
15597 |
}
|
15598 |
},
|
15599 |
{
|
@@ -15605,8 +16177,8 @@
|
|
15605 |
],
|
15606 |
"subsets": [
|
15607 |
"latin",
|
15608 |
-
"
|
15609 |
-
"
|
15610 |
],
|
15611 |
"version": "v10",
|
15612 |
"lastModified": "2017-11-21",
|
@@ -15628,8 +16200,8 @@
|
|
15628 |
"version": "v7",
|
15629 |
"lastModified": "2017-10-10",
|
15630 |
"files": {
|
15631 |
-
"regular": "http://fonts.gstatic.com/s/stardosstencil/v7/
|
15632 |
-
"700": "http://fonts.gstatic.com/s/stardosstencil/v7/
|
15633 |
}
|
15634 |
},
|
15635 |
{
|
@@ -15646,7 +16218,7 @@
|
|
15646 |
"version": "v6",
|
15647 |
"lastModified": "2017-10-10",
|
15648 |
"files": {
|
15649 |
-
"regular": "http://fonts.gstatic.com/s/stintultracondensed/v6
|
15650 |
}
|
15651 |
},
|
15652 |
{
|
@@ -15663,7 +16235,7 @@
|
|
15663 |
"version": "v5",
|
15664 |
"lastModified": "2017-10-10",
|
15665 |
"files": {
|
15666 |
-
"regular": "http://fonts.gstatic.com/s/stintultraexpanded/v5/
|
15667 |
}
|
15668 |
},
|
15669 |
{
|
@@ -15681,8 +16253,8 @@
|
|
15681 |
"version": "v7",
|
15682 |
"lastModified": "2017-10-10",
|
15683 |
"files": {
|
15684 |
-
"300": "http://fonts.gstatic.com/s/stoke/v7/
|
15685 |
-
"regular": "http://fonts.gstatic.com/s/stoke/v7/
|
15686 |
}
|
15687 |
},
|
15688 |
{
|
@@ -15698,7 +16270,24 @@
|
|
15698 |
"version": "v5",
|
15699 |
"lastModified": "2017-10-10",
|
15700 |
"files": {
|
15701 |
-
"regular": "http://fonts.gstatic.com/s/strait/v5/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15702 |
}
|
15703 |
},
|
15704 |
{
|
@@ -15714,7 +16303,7 @@
|
|
15714 |
"version": "v8",
|
15715 |
"lastModified": "2017-10-10",
|
15716 |
"files": {
|
15717 |
-
"regular": "http://fonts.gstatic.com/s/sueellenfrancisco/v8/
|
15718 |
}
|
15719 |
},
|
15720 |
{
|
@@ -15725,14 +16314,14 @@
|
|
15725 |
"regular"
|
15726 |
],
|
15727 |
"subsets": [
|
|
|
15728 |
"latin",
|
15729 |
-
"latin-ext"
|
15730 |
-
"hebrew"
|
15731 |
],
|
15732 |
"version": "v2",
|
15733 |
"lastModified": "2017-10-10",
|
15734 |
"files": {
|
15735 |
-
"regular": "http://fonts.gstatic.com/s/suezone/v2/
|
15736 |
}
|
15737 |
},
|
15738 |
{
|
@@ -15751,8 +16340,29 @@
|
|
15751 |
"version": "v2",
|
15752 |
"lastModified": "2017-10-10",
|
15753 |
"files": {
|
15754 |
-
"regular": "http://fonts.gstatic.com/s/sumana/v2/
|
15755 |
-
"700": "http://fonts.gstatic.com/s/sumana/v2/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15756 |
}
|
15757 |
},
|
15758 |
{
|
@@ -15768,7 +16378,7 @@
|
|
15768 |
"version": "v8",
|
15769 |
"lastModified": "2017-10-10",
|
15770 |
"files": {
|
15771 |
-
"regular": "http://fonts.gstatic.com/s/sunshiney/v8/
|
15772 |
}
|
15773 |
},
|
15774 |
{
|
@@ -15784,7 +16394,7 @@
|
|
15784 |
"version": "v7",
|
15785 |
"lastModified": "2017-10-09",
|
15786 |
"files": {
|
15787 |
-
"regular": "http://fonts.gstatic.com/s/supermercadoone/v7/
|
15788 |
}
|
15789 |
},
|
15790 |
{
|
@@ -15803,8 +16413,8 @@
|
|
15803 |
"version": "v2",
|
15804 |
"lastModified": "2017-10-10",
|
15805 |
"files": {
|
15806 |
-
"regular": "http://fonts.gstatic.com/s/sura/v2/
|
15807 |
-
"700": "http://fonts.gstatic.com/s/sura/v2/
|
15808 |
}
|
15809 |
},
|
15810 |
{
|
@@ -15821,7 +16431,7 @@
|
|
15821 |
"version": "v5",
|
15822 |
"lastModified": "2017-10-10",
|
15823 |
"files": {
|
15824 |
-
"regular": "http://fonts.gstatic.com/s/suranna/v5/
|
15825 |
}
|
15826 |
},
|
15827 |
{
|
@@ -15838,7 +16448,7 @@
|
|
15838 |
"version": "v4",
|
15839 |
"lastModified": "2017-10-09",
|
15840 |
"files": {
|
15841 |
-
"regular": "http://fonts.gstatic.com/s/suravaram/v4/
|
15842 |
}
|
15843 |
},
|
15844 |
{
|
@@ -15854,7 +16464,7 @@
|
|
15854 |
"version": "v11",
|
15855 |
"lastModified": "2017-10-09",
|
15856 |
"files": {
|
15857 |
-
"regular": "http://fonts.gstatic.com/s/suwannaphum/v11/
|
15858 |
}
|
15859 |
},
|
15860 |
{
|
@@ -15870,7 +16480,7 @@
|
|
15870 |
"version": "v7",
|
15871 |
"lastModified": "2017-10-10",
|
15872 |
"files": {
|
15873 |
-
"regular": "http://fonts.gstatic.com/s/swankyandmoomoo/v7/
|
15874 |
}
|
15875 |
},
|
15876 |
{
|
@@ -15887,8 +16497,37 @@
|
|
15887 |
"version": "v9",
|
15888 |
"lastModified": "2017-10-10",
|
15889 |
"files": {
|
15890 |
-
"regular": "http://fonts.gstatic.com/s/syncopate/v9/
|
15891 |
-
"700": "http://fonts.gstatic.com/s/syncopate/v9/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15892 |
}
|
15893 |
},
|
15894 |
{
|
@@ -15905,8 +16544,8 @@
|
|
15905 |
"version": "v9",
|
15906 |
"lastModified": "2017-10-10",
|
15907 |
"files": {
|
15908 |
-
"regular": "http://fonts.gstatic.com/s/tangerine/v9/
|
15909 |
-
"700": "http://fonts.gstatic.com/s/tangerine/v9/
|
15910 |
}
|
15911 |
},
|
15912 |
{
|
@@ -15922,7 +16561,7 @@
|
|
15922 |
"version": "v9",
|
15923 |
"lastModified": "2017-10-09",
|
15924 |
"files": {
|
15925 |
-
"regular": "http://fonts.gstatic.com/s/taprom/v9
|
15926 |
}
|
15927 |
},
|
15928 |
{
|
@@ -15939,7 +16578,7 @@
|
|
15939 |
"version": "v5",
|
15940 |
"lastModified": "2017-10-10",
|
15941 |
"files": {
|
15942 |
-
"regular": "http://fonts.gstatic.com/s/tauri/v5/
|
15943 |
}
|
15944 |
},
|
15945 |
{
|
@@ -15967,32 +16606,32 @@
|
|
15967 |
"900italic"
|
15968 |
],
|
15969 |
"subsets": [
|
15970 |
-
"latin",
|
15971 |
"vietnamese",
|
|
|
15972 |
"latin-ext",
|
15973 |
"thai"
|
15974 |
],
|
15975 |
"version": "v3",
|
15976 |
"lastModified": "2017-10-10",
|
15977 |
"files": {
|
15978 |
-
"100": "http://fonts.gstatic.com/s/taviraj/v3/
|
15979 |
-
"100italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15980 |
-
"200": "http://fonts.gstatic.com/s/taviraj/v3/
|
15981 |
-
"200italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15982 |
-
"300": "http://fonts.gstatic.com/s/taviraj/v3/
|
15983 |
-
"300italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15984 |
-
"regular": "http://fonts.gstatic.com/s/taviraj/v3/
|
15985 |
-
"italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15986 |
-
"500": "http://fonts.gstatic.com/s/taviraj/v3/
|
15987 |
-
"500italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15988 |
-
"600": "http://fonts.gstatic.com/s/taviraj/v3/
|
15989 |
-
"600italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15990 |
-
"700": "http://fonts.gstatic.com/s/taviraj/v3/
|
15991 |
-
"700italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15992 |
-
"800": "http://fonts.gstatic.com/s/taviraj/v3/
|
15993 |
-
"800italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15994 |
-
"900": "http://fonts.gstatic.com/s/taviraj/v3/
|
15995 |
-
"900italic": "http://fonts.gstatic.com/s/taviraj/v3/
|
15996 |
}
|
15997 |
},
|
15998 |
{
|
@@ -16014,11 +16653,11 @@
|
|
16014 |
"version": "v7",
|
16015 |
"lastModified": "2017-10-10",
|
16016 |
"files": {
|
16017 |
-
"300": "http://fonts.gstatic.com/s/teko/v7/
|
16018 |
-
"regular": "http://fonts.gstatic.com/s/teko/v7/
|
16019 |
-
"500": "http://fonts.gstatic.com/s/teko/v7/
|
16020 |
-
"600": "http://fonts.gstatic.com/s/teko/v7/
|
16021 |
-
"700": "http://fonts.gstatic.com/s/teko/v7/
|
16022 |
}
|
16023 |
},
|
16024 |
{
|
@@ -16035,7 +16674,7 @@
|
|
16035 |
"version": "v6",
|
16036 |
"lastModified": "2017-10-10",
|
16037 |
"files": {
|
16038 |
-
"regular": "http://fonts.gstatic.com/s/telex/v6/
|
16039 |
}
|
16040 |
},
|
16041 |
{
|
@@ -16052,7 +16691,7 @@
|
|
16052 |
"version": "v4",
|
16053 |
"lastModified": "2017-10-09",
|
16054 |
"files": {
|
16055 |
-
"regular": "http://fonts.gstatic.com/s/tenaliramakrishna/v4/
|
16056 |
}
|
16057 |
},
|
16058 |
{
|
@@ -16064,13 +16703,13 @@
|
|
16064 |
],
|
16065 |
"subsets": [
|
16066 |
"latin",
|
16067 |
-
"
|
16068 |
-
"
|
16069 |
],
|
16070 |
"version": "v8",
|
16071 |
"lastModified": "2017-10-10",
|
16072 |
"files": {
|
16073 |
-
"regular": "http://fonts.gstatic.com/s/tenorsans/v8/
|
16074 |
}
|
16075 |
},
|
16076 |
{
|
@@ -16087,7 +16726,7 @@
|
|
16087 |
"version": "v5",
|
16088 |
"lastModified": "2017-10-10",
|
16089 |
"files": {
|
16090 |
-
"regular": "http://fonts.gstatic.com/s/textmeone/v5/
|
16091 |
}
|
16092 |
},
|
16093 |
{
|
@@ -16103,7 +16742,7 @@
|
|
16103 |
"version": "v8",
|
16104 |
"lastModified": "2017-10-10",
|
16105 |
"files": {
|
16106 |
-
"regular": "http://fonts.gstatic.com/s/thegirlnextdoor/v8/
|
16107 |
}
|
16108 |
},
|
16109 |
{
|
@@ -16121,9 +16760,9 @@
|
|
16121 |
"version": "v10",
|
16122 |
"lastModified": "2017-10-10",
|
16123 |
"files": {
|
16124 |
-
"regular": "http://fonts.gstatic.com/s/tienne/v10
|
16125 |
-
"700": "http://fonts.gstatic.com/s/tienne/v10/
|
16126 |
-
"900": "http://fonts.gstatic.com/s/tienne/v10/
|
16127 |
}
|
16128 |
},
|
16129 |
{
|
@@ -16145,11 +16784,11 @@
|
|
16145 |
"version": "v3",
|
16146 |
"lastModified": "2017-10-10",
|
16147 |
"files": {
|
16148 |
-
"regular": "http://fonts.gstatic.com/s/tillana/v3/
|
16149 |
-
"500": "http://fonts.gstatic.com/s/tillana/v3/
|
16150 |
-
"600": "http://fonts.gstatic.com/s/tillana/v3/
|
16151 |
-
"700": "http://fonts.gstatic.com/s/tillana/v3/
|
16152 |
-
"800": "http://fonts.gstatic.com/s/tillana/v3/
|
16153 |
}
|
16154 |
},
|
16155 |
{
|
@@ -16166,7 +16805,7 @@
|
|
16166 |
"version": "v2",
|
16167 |
"lastModified": "2017-10-09",
|
16168 |
"files": {
|
16169 |
-
"regular": "http://fonts.gstatic.com/s/timmana/v2/
|
16170 |
}
|
16171 |
},
|
16172 |
{
|
@@ -16180,22 +16819,22 @@
|
|
16180 |
"700italic"
|
16181 |
],
|
16182 |
"subsets": [
|
16183 |
-
"greek",
|
16184 |
-
"latin",
|
16185 |
-
"vietnamese",
|
16186 |
"greek-ext",
|
16187 |
-
"
|
|
|
|
|
16188 |
"cyrillic",
|
16189 |
-
"
|
16190 |
-
"
|
|
|
16191 |
],
|
16192 |
"version": "v11",
|
16193 |
"lastModified": "2017-10-10",
|
16194 |
"files": {
|
16195 |
-
"regular": "http://fonts.gstatic.com/s/tinos/v11/
|
16196 |
-
"italic": "http://fonts.gstatic.com/s/tinos/v11/
|
16197 |
-
"700": "http://fonts.gstatic.com/s/tinos/v11/
|
16198 |
-
"700italic": "http://fonts.gstatic.com/s/tinos/v11/
|
16199 |
}
|
16200 |
},
|
16201 |
{
|
@@ -16212,7 +16851,7 @@
|
|
16212 |
"version": "v5",
|
16213 |
"lastModified": "2017-10-10",
|
16214 |
"files": {
|
16215 |
-
"regular": "http://fonts.gstatic.com/s/titanone/v5/
|
16216 |
}
|
16217 |
},
|
16218 |
{
|
@@ -16239,17 +16878,17 @@
|
|
16239 |
"version": "v6",
|
16240 |
"lastModified": "2017-10-11",
|
16241 |
"files": {
|
16242 |
-
"200": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16243 |
-
"200italic": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16244 |
-
"300": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16245 |
-
"300italic": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16246 |
-
"regular": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16247 |
-
"italic": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16248 |
-
"600": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16249 |
-
"600italic": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16250 |
-
"700": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16251 |
-
"700italic": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16252 |
-
"900": "http://fonts.gstatic.com/s/titilliumweb/v6/
|
16253 |
}
|
16254 |
},
|
16255 |
{
|
@@ -16265,7 +16904,7 @@
|
|
16265 |
"version": "v6",
|
16266 |
"lastModified": "2017-10-10",
|
16267 |
"files": {
|
16268 |
-
"regular": "http://fonts.gstatic.com/s/tradewinds/v6/
|
16269 |
}
|
16270 |
},
|
16271 |
{
|
@@ -16293,32 +16932,32 @@
|
|
16293 |
"900italic"
|
16294 |
],
|
16295 |
"subsets": [
|
16296 |
-
"latin",
|
16297 |
"vietnamese",
|
|
|
16298 |
"latin-ext",
|
16299 |
"thai"
|
16300 |
],
|
16301 |
"version": "v3",
|
16302 |
"lastModified": "2017-10-10",
|
16303 |
"files": {
|
16304 |
-
"100": "http://fonts.gstatic.com/s/trirong/v3/
|
16305 |
-
"100italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16306 |
-
"200": "http://fonts.gstatic.com/s/trirong/v3/
|
16307 |
-
"200italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16308 |
-
"300": "http://fonts.gstatic.com/s/trirong/v3/
|
16309 |
-
"300italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16310 |
-
"regular": "http://fonts.gstatic.com/s/trirong/v3/
|
16311 |
-
"italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16312 |
-
"500": "http://fonts.gstatic.com/s/trirong/v3/
|
16313 |
-
"500italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16314 |
-
"600": "http://fonts.gstatic.com/s/trirong/v3/
|
16315 |
-
"600italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16316 |
-
"700": "http://fonts.gstatic.com/s/trirong/v3/
|
16317 |
-
"700italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16318 |
-
"800": "http://fonts.gstatic.com/s/trirong/v3/
|
16319 |
-
"800italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16320 |
-
"900": "http://fonts.gstatic.com/s/trirong/v3/
|
16321 |
-
"900italic": "http://fonts.gstatic.com/s/trirong/v3/
|
16322 |
}
|
16323 |
},
|
16324 |
{
|
@@ -16335,7 +16974,7 @@
|
|
16335 |
"version": "v6",
|
16336 |
"lastModified": "2017-10-10",
|
16337 |
"files": {
|
16338 |
-
"regular": "http://fonts.gstatic.com/s/trocchi/v6/
|
16339 |
}
|
16340 |
},
|
16341 |
{
|
@@ -16353,9 +16992,9 @@
|
|
16353 |
"version": "v5",
|
16354 |
"lastModified": "2017-10-09",
|
16355 |
"files": {
|
16356 |
-
"regular": "http://fonts.gstatic.com/s/trochut/v5/
|
16357 |
-
"italic": "http://fonts.gstatic.com/s/trochut/v5/
|
16358 |
-
"700": "http://fonts.gstatic.com/s/trochut/v5/
|
16359 |
}
|
16360 |
},
|
16361 |
{
|
@@ -16372,7 +17011,7 @@
|
|
16372 |
"version": "v6",
|
16373 |
"lastModified": "2017-10-10",
|
16374 |
"files": {
|
16375 |
-
"regular": "http://fonts.gstatic.com/s/trykker/v6/
|
16376 |
}
|
16377 |
},
|
16378 |
{
|
@@ -16388,7 +17027,7 @@
|
|
16388 |
"version": "v7",
|
16389 |
"lastModified": "2017-10-10",
|
16390 |
"files": {
|
16391 |
-
"regular": "http://fonts.gstatic.com/s/tulpenone/v7/
|
16392 |
}
|
16393 |
},
|
16394 |
{
|
@@ -16406,11 +17045,11 @@
|
|
16406 |
"700italic"
|
16407 |
],
|
16408 |
"subsets": [
|
16409 |
-
"greek",
|
16410 |
-
"latin",
|
16411 |
"greek-ext",
|
16412 |
-
"latin
|
16413 |
"cyrillic",
|
|
|
|
|
16414 |
"cyrillic-ext"
|
16415 |
],
|
16416 |
"version": "v11",
|
@@ -16434,17 +17073,17 @@
|
|
16434 |
"regular"
|
16435 |
],
|
16436 |
"subsets": [
|
16437 |
-
"greek",
|
16438 |
-
"latin",
|
16439 |
"greek-ext",
|
16440 |
-
"latin
|
16441 |
"cyrillic",
|
|
|
|
|
16442 |
"cyrillic-ext"
|
16443 |
],
|
16444 |
"version": "v8",
|
16445 |
"lastModified": "2017-10-10",
|
16446 |
"files": {
|
16447 |
-
"regular": "http://fonts.gstatic.com/s/ubuntucondensed/v8/
|
16448 |
}
|
16449 |
},
|
16450 |
{
|
@@ -16458,20 +17097,20 @@
|
|
16458 |
"700italic"
|
16459 |
],
|
16460 |
"subsets": [
|
16461 |
-
"greek",
|
16462 |
-
"latin",
|
16463 |
"greek-ext",
|
16464 |
-
"latin
|
16465 |
"cyrillic",
|
|
|
|
|
16466 |
"cyrillic-ext"
|
16467 |
],
|
16468 |
"version": "v7",
|
16469 |
"lastModified": "2017-10-10",
|
16470 |
"files": {
|
16471 |
-
"regular": "http://fonts.gstatic.com/s/ubuntumono/v7/
|
16472 |
-
"italic": "http://fonts.gstatic.com/s/ubuntumono/v7/
|
16473 |
-
"700": "http://fonts.gstatic.com/s/ubuntumono/v7/
|
16474 |
-
"700italic": "http://fonts.gstatic.com/s/ubuntumono/v7/
|
16475 |
}
|
16476 |
},
|
16477 |
{
|
@@ -16487,7 +17126,7 @@
|
|
16487 |
"version": "v10",
|
16488 |
"lastModified": "2017-10-10",
|
16489 |
"files": {
|
16490 |
-
"regular": "http://fonts.gstatic.com/s/ultra/v10/
|
16491 |
}
|
16492 |
},
|
16493 |
{
|
@@ -16503,7 +17142,7 @@
|
|
16503 |
"version": "v5",
|
16504 |
"lastModified": "2017-10-10",
|
16505 |
"files": {
|
16506 |
-
"regular": "http://fonts.gstatic.com/s/uncialantiqua/v5/
|
16507 |
}
|
16508 |
},
|
16509 |
{
|
@@ -16515,13 +17154,13 @@
|
|
16515 |
],
|
16516 |
"subsets": [
|
16517 |
"latin",
|
16518 |
-
"
|
16519 |
-
"
|
16520 |
],
|
16521 |
"version": "v6",
|
16522 |
"lastModified": "2017-10-10",
|
16523 |
"files": {
|
16524 |
-
"regular": "http://fonts.gstatic.com/s/underdog/v6/
|
16525 |
}
|
16526 |
},
|
16527 |
{
|
@@ -16538,7 +17177,7 @@
|
|
16538 |
"version": "v5",
|
16539 |
"lastModified": "2017-10-10",
|
16540 |
"files": {
|
16541 |
-
"regular": "http://fonts.gstatic.com/s/unicaone/v5/
|
16542 |
}
|
16543 |
},
|
16544 |
{
|
@@ -16554,7 +17193,7 @@
|
|
16554 |
"version": "v9",
|
16555 |
"lastModified": "2017-10-10",
|
16556 |
"files": {
|
16557 |
-
"700": "http://fonts.gstatic.com/s/unifrakturcook/v9/
|
16558 |
}
|
16559 |
},
|
16560 |
{
|
@@ -16570,7 +17209,7 @@
|
|
16570 |
"version": "v8",
|
16571 |
"lastModified": "2017-10-10",
|
16572 |
"files": {
|
16573 |
-
"regular": "http://fonts.gstatic.com/s/unifrakturmaguntia/v8/
|
16574 |
}
|
16575 |
},
|
16576 |
{
|
@@ -16587,8 +17226,8 @@
|
|
16587 |
"version": "v9",
|
16588 |
"lastModified": "2017-10-10",
|
16589 |
"files": {
|
16590 |
-
"regular": "http://fonts.gstatic.com/s/unkempt/v9/
|
16591 |
-
"700": "http://fonts.gstatic.com/s/unkempt/v9/
|
16592 |
}
|
16593 |
},
|
16594 |
{
|
@@ -16604,7 +17243,7 @@
|
|
16604 |
"version": "v7",
|
16605 |
"lastModified": "2017-10-09",
|
16606 |
"files": {
|
16607 |
-
"regular": "http://fonts.gstatic.com/s/unlock/v7/
|
16608 |
}
|
16609 |
},
|
16610 |
{
|
@@ -16624,10 +17263,10 @@
|
|
16624 |
"version": "v10",
|
16625 |
"lastModified": "2017-10-10",
|
16626 |
"files": {
|
16627 |
-
"regular": "http://fonts.gstatic.com/s/unna/v10/
|
16628 |
-
"italic": "http://fonts.gstatic.com/s/unna/v10/
|
16629 |
-
"700": "http://fonts.gstatic.com/s/unna/v10/
|
16630 |
-
"700italic": "http://fonts.gstatic.com/s/unna/v10/
|
16631 |
}
|
16632 |
},
|
16633 |
{
|
@@ -16638,14 +17277,14 @@
|
|
16638 |
"regular"
|
16639 |
],
|
16640 |
"subsets": [
|
16641 |
-
"latin",
|
16642 |
"vietnamese",
|
|
|
16643 |
"latin-ext"
|
16644 |
],
|
16645 |
"version": "v9",
|
16646 |
"lastModified": "2017-10-10",
|
16647 |
"files": {
|
16648 |
-
"regular": "http://fonts.gstatic.com/s/vt323/v9/
|
16649 |
}
|
16650 |
},
|
16651 |
{
|
@@ -16662,7 +17301,7 @@
|
|
16662 |
"version": "v8",
|
16663 |
"lastModified": "2017-10-10",
|
16664 |
"files": {
|
16665 |
-
"regular": "http://fonts.gstatic.com/s/vampiroone/v8/
|
16666 |
}
|
16667 |
},
|
16668 |
{
|
@@ -16679,7 +17318,7 @@
|
|
16679 |
"version": "v8",
|
16680 |
"lastModified": "2017-10-10",
|
16681 |
"files": {
|
16682 |
-
"regular": "http://fonts.gstatic.com/s/varela/v8/
|
16683 |
}
|
16684 |
},
|
16685 |
{
|
@@ -16690,15 +17329,15 @@
|
|
16690 |
"regular"
|
16691 |
],
|
16692 |
"subsets": [
|
16693 |
-
"
|
16694 |
"vietnamese",
|
16695 |
-
"latin
|
16696 |
-
"
|
16697 |
],
|
16698 |
"version": "v9",
|
16699 |
"lastModified": "2017-10-10",
|
16700 |
"files": {
|
16701 |
-
"regular": "http://fonts.gstatic.com/s/varelaround/v9/
|
16702 |
}
|
16703 |
},
|
16704 |
{
|
@@ -16714,7 +17353,7 @@
|
|
16714 |
"version": "v7",
|
16715 |
"lastModified": "2017-10-10",
|
16716 |
"files": {
|
16717 |
-
"regular": "http://fonts.gstatic.com/s/vastshadow/v7/
|
16718 |
}
|
16719 |
},
|
16720 |
{
|
@@ -16735,10 +17374,10 @@
|
|
16735 |
"version": "v9",
|
16736 |
"lastModified": "2017-10-10",
|
16737 |
"files": {
|
16738 |
-
"regular": "http://fonts.gstatic.com/s/vesperlibre/v9/
|
16739 |
-
"500": "http://fonts.gstatic.com/s/vesperlibre/v9/
|
16740 |
-
"700": "http://fonts.gstatic.com/s/vesperlibre/v9/
|
16741 |
-
"900": "http://fonts.gstatic.com/s/vesperlibre/v9/
|
16742 |
}
|
16743 |
},
|
16744 |
{
|
@@ -16754,7 +17393,7 @@
|
|
16754 |
"version": "v8",
|
16755 |
"lastModified": "2017-10-10",
|
16756 |
"files": {
|
16757 |
-
"regular": "http://fonts.gstatic.com/s/vibur/v8/
|
16758 |
}
|
16759 |
},
|
16760 |
{
|
@@ -16770,7 +17409,7 @@
|
|
16770 |
"version": "v9",
|
16771 |
"lastModified": "2017-10-10",
|
16772 |
"files": {
|
16773 |
-
"regular": "http://fonts.gstatic.com/s/vidaloka/v9/
|
16774 |
}
|
16775 |
},
|
16776 |
{
|
@@ -16787,7 +17426,7 @@
|
|
16787 |
"version": "v6",
|
16788 |
"lastModified": "2017-10-10",
|
16789 |
"files": {
|
16790 |
-
"regular": "http://fonts.gstatic.com/s/viga/v6/
|
16791 |
}
|
16792 |
},
|
16793 |
{
|
@@ -16804,7 +17443,7 @@
|
|
16804 |
"version": "v7",
|
16805 |
"lastModified": "2017-10-10",
|
16806 |
"files": {
|
16807 |
-
"regular": "http://fonts.gstatic.com/s/voces/v7
|
16808 |
}
|
16809 |
},
|
16810 |
{
|
@@ -16823,10 +17462,10 @@
|
|
16823 |
"version": "v9",
|
16824 |
"lastModified": "2017-10-10",
|
16825 |
"files": {
|
16826 |
-
"regular": "http://fonts.gstatic.com/s/volkhov/v9/
|
16827 |
-
"italic": "http://fonts.gstatic.com/s/volkhov/v9/
|
16828 |
-
"700": "http://fonts.gstatic.com/s/volkhov/v9/
|
16829 |
-
"700italic": "http://fonts.gstatic.com/s/volkhov/v9/
|
16830 |
}
|
16831 |
},
|
16832 |
{
|
@@ -16844,24 +17483,24 @@
|
|
16844 |
"900italic"
|
16845 |
],
|
16846 |
"subsets": [
|
16847 |
-
"greek",
|
16848 |
-
"latin",
|
16849 |
"vietnamese",
|
16850 |
-
"latin
|
16851 |
"cyrillic",
|
|
|
|
|
16852 |
"cyrillic-ext"
|
16853 |
],
|
16854 |
"version": "v8",
|
16855 |
"lastModified": "2017-11-21",
|
16856 |
"files": {
|
16857 |
-
"regular": "http://fonts.gstatic.com/s/vollkorn/v8/
|
16858 |
-
"italic": "http://fonts.gstatic.com/s/vollkorn/v8/
|
16859 |
-
"600": "http://fonts.gstatic.com/s/vollkorn/v8/
|
16860 |
-
"600italic": "http://fonts.gstatic.com/s/vollkorn/v8/
|
16861 |
-
"700": "http://fonts.gstatic.com/s/vollkorn/v8/
|
16862 |
-
"700italic": "http://fonts.gstatic.com/s/vollkorn/v8/
|
16863 |
-
"900": "http://fonts.gstatic.com/s/vollkorn/v8/
|
16864 |
-
"900italic": "http://fonts.gstatic.com/s/vollkorn/v8/
|
16865 |
}
|
16866 |
},
|
16867 |
{
|
@@ -16875,19 +17514,19 @@
|
|
16875 |
"900"
|
16876 |
],
|
16877 |
"subsets": [
|
16878 |
-
"latin",
|
16879 |
"vietnamese",
|
16880 |
-
"latin
|
16881 |
"cyrillic",
|
|
|
16882 |
"cyrillic-ext"
|
16883 |
],
|
16884 |
"version": "v1",
|
16885 |
"lastModified": "2017-11-07",
|
16886 |
"files": {
|
16887 |
-
"regular": "http://fonts.gstatic.com/s/vollkornsc/v1/
|
16888 |
-
"600": "http://fonts.gstatic.com/s/vollkornsc/v1/
|
16889 |
-
"700": "http://fonts.gstatic.com/s/vollkornsc/v1/
|
16890 |
-
"900": "http://fonts.gstatic.com/s/vollkornsc/v1/
|
16891 |
}
|
16892 |
},
|
16893 |
{
|
@@ -16903,7 +17542,7 @@
|
|
16903 |
"version": "v7",
|
16904 |
"lastModified": "2017-10-10",
|
16905 |
"files": {
|
16906 |
-
"regular": "http://fonts.gstatic.com/s/voltaire/v7/
|
16907 |
}
|
16908 |
},
|
16909 |
{
|
@@ -16919,7 +17558,7 @@
|
|
16919 |
"version": "v8",
|
16920 |
"lastModified": "2017-10-10",
|
16921 |
"files": {
|
16922 |
-
"regular": "http://fonts.gstatic.com/s/waitingforthesunrise/v8/
|
16923 |
}
|
16924 |
},
|
16925 |
{
|
@@ -16935,7 +17574,7 @@
|
|
16935 |
"version": "v9",
|
16936 |
"lastModified": "2017-10-10",
|
16937 |
"files": {
|
16938 |
-
"regular": "http://fonts.gstatic.com/s/wallpoet/v9/
|
16939 |
}
|
16940 |
},
|
16941 |
{
|
@@ -16951,7 +17590,7 @@
|
|
16951 |
"version": "v8",
|
16952 |
"lastModified": "2017-10-10",
|
16953 |
"files": {
|
16954 |
-
"regular": "http://fonts.gstatic.com/s/walterturncoat/v8/
|
16955 |
}
|
16956 |
},
|
16957 |
{
|
@@ -16968,7 +17607,7 @@
|
|
16968 |
"version": "v7",
|
16969 |
"lastModified": "2017-10-09",
|
16970 |
"files": {
|
16971 |
-
"regular": "http://fonts.gstatic.com/s/warnes/v7/
|
16972 |
}
|
16973 |
},
|
16974 |
{
|
@@ -16985,7 +17624,7 @@
|
|
16985 |
"version": "v5",
|
16986 |
"lastModified": "2017-10-10",
|
16987 |
"files": {
|
16988 |
-
"regular": "http://fonts.gstatic.com/s/wellfleet/v5/
|
16989 |
}
|
16990 |
},
|
16991 |
{
|
@@ -17002,7 +17641,7 @@
|
|
17002 |
"version": "v5",
|
17003 |
"lastModified": "2017-10-10",
|
17004 |
"files": {
|
17005 |
-
"regular": "http://fonts.gstatic.com/s/wendyone/v5/
|
17006 |
}
|
17007 |
},
|
17008 |
{
|
@@ -17018,7 +17657,7 @@
|
|
17018 |
"version": "v8",
|
17019 |
"lastModified": "2017-10-10",
|
17020 |
"files": {
|
17021 |
-
"regular": "http://fonts.gstatic.com/s/wireone/v8/
|
17022 |
}
|
17023 |
},
|
17024 |
{
|
@@ -17043,15 +17682,15 @@
|
|
17043 |
"version": "v3",
|
17044 |
"lastModified": "2017-10-10",
|
17045 |
"files": {
|
17046 |
-
"100": "http://fonts.gstatic.com/s/worksans/v3/
|
17047 |
-
"200": "http://fonts.gstatic.com/s/worksans/v3/
|
17048 |
-
"300": "http://fonts.gstatic.com/s/worksans/v3/
|
17049 |
-
"regular": "http://fonts.gstatic.com/s/worksans/v3/
|
17050 |
-
"500": "http://fonts.gstatic.com/s/worksans/v3/
|
17051 |
-
"600": "http://fonts.gstatic.com/s/worksans/v3/
|
17052 |
-
"700": "http://fonts.gstatic.com/s/worksans/v3/
|
17053 |
-
"800": "http://fonts.gstatic.com/s/worksans/v3/
|
17054 |
-
"900": "http://fonts.gstatic.com/s/worksans/v3/
|
17055 |
}
|
17056 |
},
|
17057 |
{
|
@@ -17065,18 +17704,18 @@
|
|
17065 |
"700"
|
17066 |
],
|
17067 |
"subsets": [
|
17068 |
-
"latin",
|
17069 |
"vietnamese",
|
17070 |
-
"latin
|
17071 |
-
"cyrillic"
|
|
|
17072 |
],
|
17073 |
"version": "v9",
|
17074 |
"lastModified": "2017-10-10",
|
17075 |
"files": {
|
17076 |
-
"200": "http://fonts.gstatic.com/s/yanonekaffeesatz/v9/
|
17077 |
-
"300": "http://fonts.gstatic.com/s/yanonekaffeesatz/v9/
|
17078 |
-
"regular": "http://fonts.gstatic.com/s/yanonekaffeesatz/v9/
|
17079 |
-
"700": "http://fonts.gstatic.com/s/yanonekaffeesatz/v9/
|
17080 |
}
|
17081 |
},
|
17082 |
{
|
@@ -17099,12 +17738,12 @@
|
|
17099 |
"version": "v3",
|
17100 |
"lastModified": "2017-10-10",
|
17101 |
"files": {
|
17102 |
-
"100": "http://fonts.gstatic.com/s/yantramanav/v3/
|
17103 |
-
"300": "http://fonts.gstatic.com/s/yantramanav/v3/
|
17104 |
-
"regular": "http://fonts.gstatic.com/s/yantramanav/v3/
|
17105 |
-
"500": "http://fonts.gstatic.com/s/yantramanav/v3/
|
17106 |
-
"700": "http://fonts.gstatic.com/s/yantramanav/v3/
|
17107 |
-
"900": "http://fonts.gstatic.com/s/yantramanav/v3/
|
17108 |
}
|
17109 |
},
|
17110 |
{
|
@@ -17122,7 +17761,7 @@
|
|
17122 |
"version": "v4",
|
17123 |
"lastModified": "2017-11-21",
|
17124 |
"files": {
|
17125 |
-
"regular": "http://fonts.gstatic.com/s/yatraone/v4/
|
17126 |
}
|
17127 |
},
|
17128 |
{
|
@@ -17138,27 +17777,44 @@
|
|
17138 |
"version": "v8",
|
17139 |
"lastModified": "2017-10-10",
|
17140 |
"files": {
|
17141 |
-
"regular": "http://fonts.gstatic.com/s/yellowtail/v8/
|
17142 |
}
|
17143 |
},
|
17144 |
{
|
17145 |
"kind": "webfonts#webfont",
|
17146 |
-
"family": "
|
17147 |
"category": "display",
|
17148 |
"variants": [
|
17149 |
"regular"
|
17150 |
],
|
17151 |
"subsets": [
|
17152 |
"latin",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17153 |
"vietnamese",
|
17154 |
-
"latin
|
17155 |
"cyrillic",
|
|
|
17156 |
"cyrillic-ext"
|
17157 |
],
|
17158 |
"version": "v12",
|
17159 |
"lastModified": "2017-10-10",
|
17160 |
"files": {
|
17161 |
-
"regular": "http://fonts.gstatic.com/s/yesevaone/v12/
|
17162 |
}
|
17163 |
},
|
17164 |
{
|
@@ -17174,7 +17830,7 @@
|
|
17174 |
"version": "v6",
|
17175 |
"lastModified": "2017-10-10",
|
17176 |
"files": {
|
17177 |
-
"regular": "http://fonts.gstatic.com/s/yesteryear/v6/
|
17178 |
}
|
17179 |
},
|
17180 |
{
|
@@ -17195,11 +17851,11 @@
|
|
17195 |
"version": "v3",
|
17196 |
"lastModified": "2017-10-10",
|
17197 |
"files": {
|
17198 |
-
"300": "http://fonts.gstatic.com/s/yrsa/v3/
|
17199 |
-
"regular": "http://fonts.gstatic.com/s/yrsa/v3/
|
17200 |
-
"500": "http://fonts.gstatic.com/s/yrsa/v3/
|
17201 |
-
"600": "http://fonts.gstatic.com/s/yrsa/v3/
|
17202 |
-
"700": "http://fonts.gstatic.com/s/yrsa/v3/
|
17203 |
}
|
17204 |
},
|
17205 |
{
|
@@ -17215,7 +17871,7 @@
|
|
17215 |
"version": "v7",
|
17216 |
"lastModified": "2017-10-10",
|
17217 |
"files": {
|
17218 |
-
"regular": "http://fonts.gstatic.com/s/zeyada/v7/
|
17219 |
}
|
17220 |
},
|
17221 |
{
|
@@ -17241,16 +17897,16 @@
|
|
17241 |
"version": "v3",
|
17242 |
"lastModified": "2017-11-21",
|
17243 |
"files": {
|
17244 |
-
"300": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17245 |
-
"300italic": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17246 |
-
"regular": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17247 |
-
"italic": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17248 |
-
"500": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17249 |
-
"500italic": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17250 |
-
"600": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17251 |
-
"600italic": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17252 |
-
"700": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17253 |
-
"700italic": "http://fonts.gstatic.com/s/zillaslab/v3/
|
17254 |
}
|
17255 |
},
|
17256 |
{
|
@@ -17268,8 +17924,8 @@
|
|
17268 |
"version": "v3",
|
17269 |
"lastModified": "2017-10-09",
|
17270 |
"files": {
|
17271 |
-
"regular": "http://fonts.gstatic.com/s/zillaslabhighlight/v3/
|
17272 |
-
"700": "http://fonts.gstatic.com/s/zillaslabhighlight/v3/
|
17273 |
}
|
17274 |
}
|
17275 |
]
|
16 |
"version": "v11",
|
17 |
"lastModified": "2017-10-10",
|
18 |
"files": {
|
19 |
+
"regular": "http://fonts.gstatic.com/s/abeezee/v11/esDR31xSG-6AGleN6tI.ttf",
|
20 |
+
"italic": "http://fonts.gstatic.com/s/abeezee/v11/esDT31xSG-6AGleN2tCklQ.ttf"
|
21 |
}
|
22 |
},
|
23 |
{
|
33 |
"version": "v8",
|
34 |
"lastModified": "2017-10-10",
|
35 |
"files": {
|
36 |
+
"regular": "http://fonts.gstatic.com/s/abel/v8/MwQ5bhbm2POE6Vg.ttf"
|
37 |
}
|
38 |
},
|
39 |
{
|
55 |
"version": "v3",
|
56 |
"lastModified": "2017-10-10",
|
57 |
"files": {
|
58 |
+
"regular": "http://fonts.gstatic.com/s/abhayalibre/v3/e3tmeuGtX-Co5MNzeAOqinEgew.ttf",
|
59 |
+
"500": "http://fonts.gstatic.com/s/abhayalibre/v3/e3t5euGtX-Co5MNzeAOqinEYj2ryqg.ttf",
|
60 |
+
"600": "http://fonts.gstatic.com/s/abhayalibre/v3/e3t5euGtX-Co5MNzeAOqinEYo23yqg.ttf",
|
61 |
+
"700": "http://fonts.gstatic.com/s/abhayalibre/v3/e3t5euGtX-Co5MNzeAOqinEYx2zyqg.ttf",
|
62 |
+
"800": "http://fonts.gstatic.com/s/abhayalibre/v3/e3t5euGtX-Co5MNzeAOqinEY22_yqg.ttf"
|
63 |
}
|
64 |
},
|
65 |
{
|
76 |
"version": "v9",
|
77 |
"lastModified": "2017-10-10",
|
78 |
"files": {
|
79 |
+
"regular": "http://fonts.gstatic.com/s/abrilfatface/v9/zOL64pLDlL1D99S8g8PtiKchm-A.ttf"
|
80 |
}
|
81 |
},
|
82 |
{
|
92 |
"version": "v8",
|
93 |
"lastModified": "2017-10-10",
|
94 |
"files": {
|
95 |
+
"regular": "http://fonts.gstatic.com/s/aclonica/v8/K2FyfZJVlfNNSEBXGb7T.ttf"
|
96 |
}
|
97 |
},
|
98 |
{
|
108 |
"version": "v7",
|
109 |
"lastModified": "2017-10-10",
|
110 |
"files": {
|
111 |
+
"regular": "http://fonts.gstatic.com/s/acme/v7/RrQfboBx-C5_bx0.ttf"
|
112 |
}
|
113 |
},
|
114 |
{
|
124 |
"version": "v7",
|
125 |
"lastModified": "2017-10-10",
|
126 |
"files": {
|
127 |
+
"regular": "http://fonts.gstatic.com/s/actor/v7/wEOzEBbCkc5cO3ek.ttf"
|
128 |
}
|
129 |
},
|
130 |
{
|
140 |
"version": "v10",
|
141 |
"lastModified": "2017-10-10",
|
142 |
"files": {
|
143 |
+
"regular": "http://fonts.gstatic.com/s/adamina/v10/j8_r6-DH1bjoc-dwu-o.ttf"
|
144 |
}
|
145 |
},
|
146 |
{
|
157 |
"700"
|
158 |
],
|
159 |
"subsets": [
|
|
|
160 |
"latin",
|
161 |
+
"greek",
|
162 |
"latin-ext"
|
163 |
],
|
164 |
"version": "v7",
|
165 |
"lastModified": "2017-10-10",
|
166 |
"files": {
|
167 |
+
"100": "http://fonts.gstatic.com/s/adventpro/v7/V8mCoQfxVT4Dvddr_yOwjVmtLQ.ttf",
|
168 |
+
"200": "http://fonts.gstatic.com/s/adventpro/v7/V8mDoQfxVT4Dvddr_yOwjfWMDbY.ttf",
|
169 |
+
"300": "http://fonts.gstatic.com/s/adventpro/v7/V8mDoQfxVT4Dvddr_yOwjZGPDbY.ttf",
|
170 |
+
"regular": "http://fonts.gstatic.com/s/adventpro/v7/V8mAoQfxVT4Dvddr_yOwtT0.ttf",
|
171 |
+
"500": "http://fonts.gstatic.com/s/adventpro/v7/V8mDoQfxVT4Dvddr_yOwjcmODbY.ttf",
|
172 |
+
"600": "http://fonts.gstatic.com/s/adventpro/v7/V8mDoQfxVT4Dvddr_yOwjeWJDbY.ttf",
|
173 |
+
"700": "http://fonts.gstatic.com/s/adventpro/v7/V8mDoQfxVT4Dvddr_yOwjYGIDbY.ttf"
|
174 |
}
|
175 |
},
|
176 |
{
|
187 |
"version": "v6",
|
188 |
"lastModified": "2017-10-10",
|
189 |
"files": {
|
190 |
+
"regular": "http://fonts.gstatic.com/s/aguafinascript/v6/If2QXTv_ZzSxGIO30LemWEOmt1bHqg.ttf"
|
191 |
}
|
192 |
},
|
193 |
{
|
204 |
"version": "v7",
|
205 |
"lastModified": "2017-10-10",
|
206 |
"files": {
|
207 |
+
"regular": "http://fonts.gstatic.com/s/akronim/v7/fdN-9sqWtWZZlHRp-gA.ttf"
|
208 |
}
|
209 |
},
|
210 |
{
|
221 |
"version": "v6",
|
222 |
"lastModified": "2017-10-10",
|
223 |
"files": {
|
224 |
+
"regular": "http://fonts.gstatic.com/s/aladin/v6/ZgNSjPJFPrvJV5f16Q.ttf"
|
225 |
}
|
226 |
},
|
227 |
{
|
237 |
"version": "v8",
|
238 |
"lastModified": "2017-10-10",
|
239 |
"files": {
|
240 |
+
"regular": "http://fonts.gstatic.com/s/aldrich/v8/MCoTzAn-1s3IGyJMZaA.ttf"
|
241 |
}
|
242 |
},
|
243 |
{
|
249 |
"700"
|
250 |
],
|
251 |
"subsets": [
|
252 |
+
"hebrew",
|
253 |
+
"latin"
|
254 |
],
|
255 |
"version": "v9",
|
256 |
"lastModified": "2017-10-10",
|
257 |
"files": {
|
258 |
+
"regular": "http://fonts.gstatic.com/s/alef/v9/FeVfS0NQpLYgrjI.ttf",
|
259 |
+
"700": "http://fonts.gstatic.com/s/alef/v9/FeVQS0NQpLYglo50L5k.ttf"
|
260 |
}
|
261 |
},
|
262 |
{
|
276 |
"900italic"
|
277 |
],
|
278 |
"subsets": [
|
|
|
|
|
|
|
279 |
"greek-ext",
|
280 |
+
"vietnamese",
|
281 |
+
"latin",
|
282 |
"cyrillic",
|
283 |
+
"greek",
|
284 |
+
"latin-ext",
|
285 |
"cyrillic-ext"
|
286 |
],
|
287 |
"version": "v10",
|
288 |
"lastModified": "2017-11-07",
|
289 |
"files": {
|
290 |
+
"regular": "http://fonts.gstatic.com/s/alegreya/v10/4UaBrEBBsBhlBjvfkRLm.ttf",
|
291 |
+
"italic": "http://fonts.gstatic.com/s/alegreya/v10/4UaHrEBBsBhlBjvfkSLkx60.ttf",
|
292 |
+
"500": "http://fonts.gstatic.com/s/alegreya/v10/4UaGrEBBsBhlBjvfkSoS5I3J.ttf",
|
293 |
+
"500italic": "http://fonts.gstatic.com/s/alegreya/v10/4UaErEBBsBhlBjvfkSLk_1nKwps.ttf",
|
294 |
+
"700": "http://fonts.gstatic.com/s/alegreya/v10/4UaGrEBBsBhlBjvfkSpa4o3J.ttf",
|
295 |
+
"700italic": "http://fonts.gstatic.com/s/alegreya/v10/4UaErEBBsBhlBjvfkSLk_xHMwps.ttf",
|
296 |
+
"800": "http://fonts.gstatic.com/s/alegreya/v10/4UaGrEBBsBhlBjvfkSpG4Y3J.ttf",
|
297 |
+
"800italic": "http://fonts.gstatic.com/s/alegreya/v10/4UaErEBBsBhlBjvfkSLk_w3Pwps.ttf",
|
298 |
+
"900": "http://fonts.gstatic.com/s/alegreya/v10/4UaGrEBBsBhlBjvfkSpi4I3J.ttf",
|
299 |
+
"900italic": "http://fonts.gstatic.com/s/alegreya/v10/4UaErEBBsBhlBjvfkSLk_ynOwps.ttf"
|
300 |
}
|
301 |
},
|
302 |
{
|
316 |
"900italic"
|
317 |
],
|
318 |
"subsets": [
|
|
|
|
|
|
|
319 |
"greek-ext",
|
320 |
+
"vietnamese",
|
321 |
+
"latin",
|
322 |
"cyrillic",
|
323 |
+
"greek",
|
324 |
+
"latin-ext",
|
325 |
"cyrillic-ext"
|
326 |
],
|
327 |
"version": "v9",
|
328 |
"lastModified": "2017-11-07",
|
329 |
"files": {
|
330 |
+
"regular": "http://fonts.gstatic.com/s/alegreyasc/v9/taiOGmRtCJ62-O0HhNEa-a6o.ttf",
|
331 |
+
"italic": "http://fonts.gstatic.com/s/alegreyasc/v9/taiMGmRtCJ62-O0HhNEa-Z6q2ZU.ttf",
|
332 |
+
"500": "http://fonts.gstatic.com/s/alegreyasc/v9/taiTGmRtCJ62-O0HhNEa-ZZc-rUx.ttf",
|
333 |
+
"500italic": "http://fonts.gstatic.com/s/alegreyasc/v9/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK8.ttf",
|
334 |
+
"700": "http://fonts.gstatic.com/s/alegreyasc/v9/taiTGmRtCJ62-O0HhNEa-ZYU_LUx.ttf",
|
335 |
+
"700italic": "http://fonts.gstatic.com/s/alegreyasc/v9/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK8.ttf",
|
336 |
+
"800": "http://fonts.gstatic.com/s/alegreyasc/v9/taiTGmRtCJ62-O0HhNEa-ZYI_7Ux.ttf",
|
337 |
+
"800italic": "http://fonts.gstatic.com/s/alegreyasc/v9/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK8.ttf",
|
338 |
+
"900": "http://fonts.gstatic.com/s/alegreyasc/v9/taiTGmRtCJ62-O0HhNEa-ZYs_rUx.ttf",
|
339 |
+
"900italic": "http://fonts.gstatic.com/s/alegreyasc/v9/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK8.ttf"
|
340 |
}
|
341 |
},
|
342 |
{
|
360 |
"900italic"
|
361 |
],
|
362 |
"subsets": [
|
|
|
|
|
|
|
363 |
"greek-ext",
|
364 |
+
"vietnamese",
|
365 |
+
"latin",
|
366 |
"cyrillic",
|
367 |
+
"greek",
|
368 |
+
"latin-ext",
|
369 |
"cyrillic-ext"
|
370 |
],
|
371 |
"version": "v8",
|
372 |
"lastModified": "2017-11-09",
|
373 |
"files": {
|
374 |
+
"100": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUt9_-1phKLFgshYDvh6Vwt5TltuA.ttf",
|
375 |
+
"100italic": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1W.ttf",
|
376 |
+
"300": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE0.ttf",
|
377 |
+
"300italic": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jg.ttf",
|
378 |
+
"regular": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUz9_-1phKLFgshYDvh6Vwt3V0.ttf",
|
379 |
+
"italic": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUt9_-1phKLFgshYDvh6Vwt7V9tuA.ttf",
|
380 |
+
"500": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5alOmE0.ttf",
|
381 |
+
"500italic": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jg.ttf",
|
382 |
+
"700": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5eFImE0.ttf",
|
383 |
+
"700italic": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jg.ttf",
|
384 |
+
"800": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE0.ttf",
|
385 |
+
"800italic": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jg.ttf",
|
386 |
+
"900": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE0.ttf",
|
387 |
+
"900italic": "http://fonts.gstatic.com/s/alegreyasans/v8/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jg.ttf"
|
388 |
}
|
389 |
},
|
390 |
{
|
408 |
"900italic"
|
409 |
],
|
410 |
"subsets": [
|
|
|
|
|
|
|
411 |
"greek-ext",
|
412 |
+
"vietnamese",
|
413 |
+
"latin",
|
414 |
"cyrillic",
|
415 |
+
"greek",
|
416 |
+
"latin-ext",
|
417 |
"cyrillic-ext"
|
418 |
],
|
419 |
"version": "v7",
|
420 |
"lastModified": "2017-11-07",
|
421 |
"files": {
|
422 |
+
"100": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g.ttf",
|
423 |
+
"100italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRB.ttf",
|
424 |
+
"300": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iQ.ttf",
|
425 |
+
"300italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNQ.ttf",
|
426 |
+
"regular": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk4.ttf",
|
427 |
+
"italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g.ttf",
|
428 |
+
"500": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iQ.ttf",
|
429 |
+
"500italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNQ.ttf",
|
430 |
+
"700": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iQ.ttf",
|
431 |
+
"700italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNQ.ttf",
|
432 |
+
"800": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iQ.ttf",
|
433 |
+
"800italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNQ.ttf",
|
434 |
+
"900": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iQ.ttf",
|
435 |
+
"900italic": "http://fonts.gstatic.com/s/alegreyasanssc/v7/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNQ.ttf"
|
436 |
}
|
437 |
},
|
438 |
{
|
449 |
"version": "v8",
|
450 |
"lastModified": "2017-10-10",
|
451 |
"files": {
|
452 |
+
"regular": "http://fonts.gstatic.com/s/alexbrush/v8/SZc83FzrJKuqFbwMKk6EtUI.ttf"
|
453 |
}
|
454 |
},
|
455 |
{
|
460 |
"regular"
|
461 |
],
|
462 |
"subsets": [
|
|
|
463 |
"vietnamese",
|
464 |
+
"latin",
|
465 |
"latin-ext"
|
466 |
],
|
467 |
"version": "v7",
|
468 |
"lastModified": "2017-10-10",
|
469 |
"files": {
|
470 |
+
"regular": "http://fonts.gstatic.com/s/alfaslabone/v7/6NUQ8FmMKwSEKjnm5-4v-4Jh6dU.ttf"
|
471 |
}
|
472 |
},
|
473 |
{
|
485 |
"version": "v9",
|
486 |
"lastModified": "2017-10-10",
|
487 |
"files": {
|
488 |
+
"regular": "http://fonts.gstatic.com/s/alice/v9/OpNCnoEEmtHa6FcJ.ttf"
|
489 |
}
|
490 |
},
|
491 |
{
|
501 |
"version": "v10",
|
502 |
"lastModified": "2017-10-10",
|
503 |
"files": {
|
504 |
+
"regular": "http://fonts.gstatic.com/s/alike/v10/HI_EiYEYI6BIoEjB.ttf"
|
505 |
}
|
506 |
},
|
507 |
{
|
517 |
"version": "v8",
|
518 |
"lastModified": "2017-10-10",
|
519 |
"files": {
|
520 |
+
"regular": "http://fonts.gstatic.com/s/alikeangular/v8/3qTrojWunjGQtEBlIcwMbSoI3kM.ttf"
|
521 |
}
|
522 |
},
|
523 |
{
|
535 |
"version": "v9",
|
536 |
"lastModified": "2017-10-10",
|
537 |
"files": {
|
538 |
+
"regular": "http://fonts.gstatic.com/s/allan/v9/ea8XadU7WuTxEtb2.ttf",
|
539 |
+
"700": "http://fonts.gstatic.com/s/allan/v9/ea8aadU7WuTxEu5KEPCN.ttf"
|
540 |
}
|
541 |
},
|
542 |
{
|
552 |
"version": "v8",
|
553 |
"lastModified": "2017-10-10",
|
554 |
"files": {
|
555 |
+
"regular": "http://fonts.gstatic.com/s/allerta/v8/TwMO-IAHRlkbx940UnE.ttf"
|
556 |
}
|
557 |
},
|
558 |
{
|
568 |
"version": "v8",
|
569 |
"lastModified": "2017-10-10",
|
570 |
"files": {
|
571 |
+
"regular": "http://fonts.gstatic.com/s/allertastencil/v8/HTx0L209KT-LmIE9N7OR6eiycOeF-w.ttf"
|
572 |
}
|
573 |
},
|
574 |
{
|
585 |
"version": "v6",
|
586 |
"lastModified": "2017-10-10",
|
587 |
"files": {
|
588 |
+
"regular": "http://fonts.gstatic.com/s/allura/v6/9oRPNYsQpS4zjuAPjA.ttf"
|
589 |
}
|
590 |
},
|
591 |
{
|
605 |
"version": "v10",
|
606 |
"lastModified": "2017-10-10",
|
607 |
"files": {
|
608 |
+
"regular": "http://fonts.gstatic.com/s/almendra/v10/H4ckBXKAlMnTn0CskyY6.ttf",
|
609 |
+
"italic": "http://fonts.gstatic.com/s/almendra/v10/H4ciBXKAlMnTn0CskxY4yLs.ttf",
|
610 |
+
"700": "http://fonts.gstatic.com/s/almendra/v10/H4cjBXKAlMnTn0Cskx6G7Zu4.ttf",
|
611 |
+
"700italic": "http://fonts.gstatic.com/s/almendra/v10/H4chBXKAlMnTn0CskxY48Ae9oqY.ttf"
|
612 |
}
|
613 |
},
|
614 |
{
|
625 |
"version": "v8",
|
626 |
"lastModified": "2017-10-09",
|
627 |
"files": {
|
628 |
+
"regular": "http://fonts.gstatic.com/s/almendradisplay/v8/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS8.ttf"
|
629 |
}
|
630 |
},
|
631 |
{
|
641 |
"version": "v8",
|
642 |
"lastModified": "2017-10-10",
|
643 |
"files": {
|
644 |
+
"regular": "http://fonts.gstatic.com/s/almendrasc/v8/Iure6Yx284eebowr7hbyTZZJ.ttf"
|
645 |
}
|
646 |
},
|
647 |
{
|
658 |
"version": "v5",
|
659 |
"lastModified": "2017-10-10",
|
660 |
"files": {
|
661 |
+
"regular": "http://fonts.gstatic.com/s/amarante/v5/xMQXuF1KTa6EvGx9bq-3.ttf"
|
662 |
}
|
663 |
},
|
664 |
{
|
677 |
"version": "v8",
|
678 |
"lastModified": "2017-10-10",
|
679 |
"files": {
|
680 |
+
"regular": "http://fonts.gstatic.com/s/amaranth/v8/KtkuALODe433f0j1zPnC.ttf",
|
681 |
+
"italic": "http://fonts.gstatic.com/s/amaranth/v8/KtkoALODe433f0j1zMnAHdU.ttf",
|
682 |
+
"700": "http://fonts.gstatic.com/s/amaranth/v8/KtkpALODe433f0j1zMF-OPWi.ttf",
|
683 |
+
"700italic": "http://fonts.gstatic.com/s/amaranth/v8/KtkrALODe433f0j1zMnAJWmn42Q.ttf"
|
684 |
}
|
685 |
},
|
686 |
{
|
692 |
"700"
|
693 |
],
|
694 |
"subsets": [
|
695 |
+
"hebrew",
|
696 |
"vietnamese",
|
697 |
+
"latin",
|
698 |
"cyrillic",
|
699 |
+
"latin-ext"
|
700 |
],
|
701 |
"version": "v11",
|
702 |
"lastModified": "2017-11-07",
|
703 |
"files": {
|
704 |
+
"regular": "http://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vO0DQ.ttf",
|
705 |
+
"700": "http://fonts.gstatic.com/s/amaticsc/v11/TUZ3zwprpvBS1izr_vOMscG6eQ.ttf"
|
706 |
}
|
707 |
},
|
708 |
{
|
718 |
"version": "v6",
|
719 |
"lastModified": "2017-10-10",
|
720 |
"files": {
|
721 |
+
"regular": "http://fonts.gstatic.com/s/amethysta/v6/rP2Fp2K15kgb_F3ibfWIGA.ttf"
|
722 |
}
|
723 |
},
|
724 |
{
|
738 |
"version": "v2",
|
739 |
"lastModified": "2017-10-10",
|
740 |
"files": {
|
741 |
+
"regular": "http://fonts.gstatic.com/s/amiko/v2/WwkQxPq1DFK04tql.ttf",
|
742 |
+
"600": "http://fonts.gstatic.com/s/amiko/v2/WwkdxPq1DFK04uJ9XXrE.ttf",
|
743 |
+
"700": "http://fonts.gstatic.com/s/amiko/v2/WwkdxPq1DFK04uIZXHrE.ttf"
|
744 |
}
|
745 |
},
|
746 |
{
|
758 |
"latin",
|
759 |
"latin-ext"
|
760 |
],
|
761 |
+
"version": "v10",
|
762 |
+
"lastModified": "2018-02-20",
|
763 |
"files": {
|
764 |
+
"regular": "http://fonts.gstatic.com/s/amiri/v10/J7aRnpd8CGxBHqUp.ttf",
|
765 |
+
"italic": "http://fonts.gstatic.com/s/amiri/v10/J7afnpd8CGxBHpUrtLY.ttf",
|
766 |
+
"700": "http://fonts.gstatic.com/s/amiri/v10/J7acnpd8CGxBHp2VkZY4.ttf",
|
767 |
+
"700italic": "http://fonts.gstatic.com/s/amiri/v10/J7aanpd8CGxBHpUrjAo9zps.ttf"
|
768 |
}
|
769 |
},
|
770 |
{
|
783 |
"version": "v3",
|
784 |
"lastModified": "2017-10-10",
|
785 |
"files": {
|
786 |
+
"regular": "http://fonts.gstatic.com/s/amita/v3/HhyaU5si9Om7PQlv.ttf",
|
787 |
+
"700": "http://fonts.gstatic.com/s/amita/v3/HhyXU5si9Om7PTHTLtCC.ttf"
|
788 |
}
|
789 |
},
|
790 |
{
|
801 |
"version": "v5",
|
802 |
"lastModified": "2017-10-10",
|
803 |
"files": {
|
804 |
+
"regular": "http://fonts.gstatic.com/s/anaheim/v5/8vII7w042Wp87g4G0UQ.ttf"
|
805 |
}
|
806 |
},
|
807 |
{
|
818 |
"version": "v9",
|
819 |
"lastModified": "2017-10-10",
|
820 |
"files": {
|
821 |
+
"regular": "http://fonts.gstatic.com/s/andada/v9/uK_y4riWaego3w9RCg.ttf"
|
822 |
}
|
823 |
},
|
824 |
{
|
829 |
"regular"
|
830 |
],
|
831 |
"subsets": [
|
|
|
832 |
"vietnamese",
|
833 |
+
"latin",
|
834 |
"cyrillic",
|
835 |
+
"latin-ext",
|
836 |
"cyrillic-ext"
|
837 |
],
|
838 |
"version": "v9",
|
839 |
"lastModified": "2017-10-10",
|
840 |
"files": {
|
841 |
+
"regular": "http://fonts.gstatic.com/s/andika/v9/mem_Ya6iyW-LwqgAbQ.ttf"
|
842 |
}
|
843 |
},
|
844 |
{
|
854 |
"version": "v10",
|
855 |
"lastModified": "2017-10-10",
|
856 |
"files": {
|
857 |
+
"regular": "http://fonts.gstatic.com/s/angkor/v10/H4cmBXyAlsPdnlb-8g.ttf"
|
858 |
}
|
859 |
},
|
860 |
{
|
870 |
"version": "v8",
|
871 |
"lastModified": "2017-10-10",
|
872 |
"files": {
|
873 |
+
"regular": "http://fonts.gstatic.com/s/annieuseyourtelescope/v8/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlA.ttf"
|
874 |
}
|
875 |
},
|
876 |
{
|
884 |
"700italic"
|
885 |
],
|
886 |
"subsets": [
|
|
|
887 |
"latin",
|
888 |
+
"cyrillic",
|
889 |
+
"greek",
|
890 |
+
"latin-ext"
|
891 |
],
|
892 |
"version": "v11",
|
893 |
"lastModified": "2017-10-10",
|
894 |
"files": {
|
895 |
+
"regular": "http://fonts.gstatic.com/s/anonymouspro/v11/rP2Bp2a15UIB7Un-bOeISG3pLlw.ttf",
|
896 |
+
"italic": "http://fonts.gstatic.com/s/anonymouspro/v11/rP2fp2a15UIB7Un-bOeISG3pHl428A.ttf",
|
897 |
+
"700": "http://fonts.gstatic.com/s/anonymouspro/v11/rP2cp2a15UIB7Un-bOeISG3pFuAT0Ck.ttf",
|
898 |
+
"700italic": "http://fonts.gstatic.com/s/anonymouspro/v11/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6A.ttf"
|
899 |
}
|
900 |
},
|
901 |
{
|
911 |
"version": "v9",
|
912 |
"lastModified": "2017-10-10",
|
913 |
"files": {
|
914 |
+
"regular": "http://fonts.gstatic.com/s/antic/v9/TuGfUVB8XY5DRaZL.ttf"
|
915 |
}
|
916 |
},
|
917 |
{
|
927 |
"version": "v6",
|
928 |
"lastModified": "2017-10-10",
|
929 |
"files": {
|
930 |
+
"regular": "http://fonts.gstatic.com/s/anticdidone/v6/RWmPoKKX6u8sp8fIWdnDKqDiqQ.ttf"
|
931 |
}
|
932 |
},
|
933 |
{
|
943 |
"version": "v6",
|
944 |
"lastModified": "2017-10-10",
|
945 |
"files": {
|
946 |
+
"regular": "http://fonts.gstatic.com/s/anticslab/v6/bWt97fPFfRzkCa9Jlp6IWcI.ttf"
|
947 |
}
|
948 |
},
|
949 |
{
|
954 |
"regular"
|
955 |
],
|
956 |
"subsets": [
|
|
|
957 |
"vietnamese",
|
958 |
+
"latin",
|
959 |
"latin-ext"
|
960 |
],
|
961 |
"version": "v9",
|
962 |
"lastModified": "2017-10-10",
|
963 |
"files": {
|
964 |
+
"regular": "http://fonts.gstatic.com/s/anton/v9/1Ptgg87LROyAm0K0.ttf"
|
965 |
}
|
966 |
},
|
967 |
{
|
978 |
"version": "v6",
|
979 |
"lastModified": "2017-10-10",
|
980 |
"files": {
|
981 |
+
"regular": "http://fonts.gstatic.com/s/arapey/v6/-W__XJn-UDDA2RC6Zw.ttf",
|
982 |
+
"italic": "http://fonts.gstatic.com/s/arapey/v6/-W_9XJn-UDDA2RCKZdoY.ttf"
|
983 |
}
|
984 |
},
|
985 |
{
|
996 |
"version": "v7",
|
997 |
"lastModified": "2017-10-09",
|
998 |
"files": {
|
999 |
+
"regular": "http://fonts.gstatic.com/s/arbutus/v7/NaPYcZ7dG_5J3poob9I.ttf"
|
1000 |
}
|
1001 |
},
|
1002 |
{
|
1013 |
"version": "v6",
|
1014 |
"lastModified": "2017-10-09",
|
1015 |
"files": {
|
1016 |
+
"regular": "http://fonts.gstatic.com/s/arbutusslab/v6/oY1Z8e7OuLXkJGbXtr5ba7ZVaw.ttf"
|
1017 |
}
|
1018 |
},
|
1019 |
{
|
1029 |
"version": "v8",
|
1030 |
"lastModified": "2017-10-10",
|
1031 |
"files": {
|
1032 |
+
"regular": "http://fonts.gstatic.com/s/architectsdaughter/v8/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY4.ttf"
|
1033 |
}
|
1034 |
},
|
1035 |
{
|
1047 |
"700italic"
|
1048 |
],
|
1049 |
"subsets": [
|
|
|
1050 |
"vietnamese",
|
1051 |
+
"latin",
|
1052 |
"latin-ext"
|
1053 |
],
|
1054 |
"version": "v3",
|
1055 |
"lastModified": "2017-11-21",
|
1056 |
"files": {
|
1057 |
+
"regular": "http://fonts.gstatic.com/s/archivo/v3/k3kQo8UDI-1M0wlSTd4.ttf",
|
1058 |
+
"italic": "http://fonts.gstatic.com/s/archivo/v3/k3kSo8UDI-1M0wlSfdzoKw.ttf",
|
1059 |
+
"500": "http://fonts.gstatic.com/s/archivo/v3/k3kVo8UDI-1M0wlSdSrLC0E.ttf",
|
1060 |
+
"500italic": "http://fonts.gstatic.com/s/archivo/v3/k3kXo8UDI-1M0wlSfdzQ30LhKQ.ttf",
|
1061 |
+
"600": "http://fonts.gstatic.com/s/archivo/v3/k3kVo8UDI-1M0wlSdQbMC0E.ttf",
|
1062 |
+
"600italic": "http://fonts.gstatic.com/s/archivo/v3/k3kXo8UDI-1M0wlSfdzQ80XhKQ.ttf",
|
1063 |
+
"700": "http://fonts.gstatic.com/s/archivo/v3/k3kVo8UDI-1M0wlSdWLNC0E.ttf",
|
1064 |
+
"700italic": "http://fonts.gstatic.com/s/archivo/v3/k3kXo8UDI-1M0wlSfdzQl0ThKQ.ttf"
|
1065 |
}
|
1066 |
},
|
1067 |
{
|
1078 |
"version": "v7",
|
1079 |
"lastModified": "2017-10-10",
|
1080 |
"files": {
|
1081 |
+
"regular": "http://fonts.gstatic.com/s/archivoblack/v7/HTxqL289NzCGg4MzN6KJ7eW6OYs.ttf"
|
1082 |
}
|
1083 |
},
|
1084 |
{
|
1102 |
"version": "v8",
|
1103 |
"lastModified": "2017-10-10",
|
1104 |
"files": {
|
1105 |
+
"regular": "http://fonts.gstatic.com/s/archivonarrow/v8/tss0ApVBdCYD5Q7hcxTE1ArZ0Yb3.ttf",
|
1106 |
+
"italic": "http://fonts.gstatic.com/s/archivonarrow/v8/tss2ApVBdCYD5Q7hcxTE1ArZ0bb1iXk.ttf",
|
1107 |
+
"500": "http://fonts.gstatic.com/s/archivonarrow/v8/tss3ApVBdCYD5Q7hcxTE1ArZ0b4Dqlla.ttf",
|
1108 |
+
"500italic": "http://fonts.gstatic.com/s/archivonarrow/v8/tssxApVBdCYD5Q7hcxTE1ArZ0bb1sY1Z-9c.ttf",
|
1109 |
+
"600": "http://fonts.gstatic.com/s/archivonarrow/v8/tss3ApVBdCYD5Q7hcxTE1ArZ0b4vrVla.ttf",
|
1110 |
+
"600italic": "http://fonts.gstatic.com/s/archivonarrow/v8/tssxApVBdCYD5Q7hcxTE1ArZ0bb1saFe-9c.ttf",
|
1111 |
+
"700": "http://fonts.gstatic.com/s/archivonarrow/v8/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrFla.ttf",
|
1112 |
+
"700italic": "http://fonts.gstatic.com/s/archivonarrow/v8/tssxApVBdCYD5Q7hcxTE1ArZ0bb1scVf-9c.ttf"
|
1113 |
}
|
1114 |
},
|
1115 |
{
|
1124 |
"arabic",
|
1125 |
"latin"
|
1126 |
],
|
1127 |
+
"version": "v5",
|
1128 |
+
"lastModified": "2018-02-20",
|
1129 |
"files": {
|
1130 |
+
"regular": "http://fonts.gstatic.com/s/arefruqaa/v5/WwkbxPW1E165rajQKDulEIA.ttf",
|
1131 |
+
"700": "http://fonts.gstatic.com/s/arefruqaa/v5/WwkYxPW1E165rajQKDulKDwNcNI.ttf"
|
1132 |
}
|
1133 |
},
|
1134 |
{
|
1146 |
"900"
|
1147 |
],
|
1148 |
"subsets": [
|
|
|
|
|
1149 |
"vietnamese",
|
1150 |
+
"latin",
|
1151 |
+
"latin-ext",
|
1152 |
+
"tamil"
|
1153 |
],
|
1154 |
"version": "v3",
|
1155 |
"lastModified": "2017-10-10",
|
1156 |
"files": {
|
1157 |
+
"100": "http://fonts.gstatic.com/s/arimamadurai/v3/t5t4IRoeKYORG0WNMgnC3seB1V3Pqg.ttf",
|
1158 |
+
"200": "http://fonts.gstatic.com/s/arimamadurai/v3/t5t7IRoeKYORG0WNMgnC3seB1fHuips.ttf",
|
1159 |
+
"300": "http://fonts.gstatic.com/s/arimamadurai/v3/t5t7IRoeKYORG0WNMgnC3seB1ZXtips.ttf",
|
1160 |
+
"regular": "http://fonts.gstatic.com/s/arimamadurai/v3/t5tmIRoeKYORG0WNMgnC3seB7Tk.ttf",
|
1161 |
+
"500": "http://fonts.gstatic.com/s/arimamadurai/v3/t5t7IRoeKYORG0WNMgnC3seB1c3sips.ttf",
|
1162 |
+
"700": "http://fonts.gstatic.com/s/arimamadurai/v3/t5t7IRoeKYORG0WNMgnC3seB1YXqips.ttf",
|
1163 |
+
"800": "http://fonts.gstatic.com/s/arimamadurai/v3/t5t7IRoeKYORG0WNMgnC3seB1Znpips.ttf",
|
1164 |
+
"900": "http://fonts.gstatic.com/s/arimamadurai/v3/t5t7IRoeKYORG0WNMgnC3seB1b3oips.ttf"
|
1165 |
}
|
1166 |
},
|
1167 |
{
|
1175 |
"700italic"
|
1176 |
],
|
1177 |
"subsets": [
|
|
|
|
|
|
|
1178 |
"greek-ext",
|
1179 |
+
"hebrew",
|
1180 |
+
"vietnamese",
|
1181 |
+
"latin",
|
1182 |
"cyrillic",
|
1183 |
+
"greek",
|
1184 |
+
"latin-ext",
|
1185 |
+
"cyrillic-ext"
|
1186 |
],
|
1187 |
"version": "v11",
|
1188 |
"lastModified": "2017-10-11",
|
1189 |
"files": {
|
1190 |
+
"regular": "http://fonts.gstatic.com/s/arimo/v11/P5sMzZCDf9_T_20e.ttf",
|
1191 |
+
"italic": "http://fonts.gstatic.com/s/arimo/v11/P5sCzZCDf9_T_10cxCQ.ttf",
|
1192 |
+
"700": "http://fonts.gstatic.com/s/arimo/v11/P5sBzZCDf9_T_1Wi4QRE.ttf",
|
1193 |
+
"700italic": "http://fonts.gstatic.com/s/arimo/v11/P5sHzZCDf9_T_10c_JhBrZc.ttf"
|
1194 |
}
|
1195 |
},
|
1196 |
{
|
1207 |
"version": "v8",
|
1208 |
"lastModified": "2017-10-10",
|
1209 |
"files": {
|
1210 |
+
"regular": "http://fonts.gstatic.com/s/arizonia/v8/neIIzCemt4A5qa7mv6WG.ttf"
|
1211 |
}
|
1212 |
},
|
1213 |
{
|
1224 |
"version": "v8",
|
1225 |
"lastModified": "2017-10-10",
|
1226 |
"files": {
|
1227 |
+
"regular": "http://fonts.gstatic.com/s/armata/v8/gokvH63_HV5jQ-E9lA.ttf"
|
1228 |
}
|
1229 |
},
|
1230 |
{
|
1238 |
"700italic"
|
1239 |
],
|
1240 |
"subsets": [
|
|
|
1241 |
"vietnamese",
|
1242 |
+
"latin",
|
1243 |
"cyrillic",
|
1244 |
+
"latin-ext",
|
1245 |
"cyrillic-ext"
|
1246 |
],
|
1247 |
"version": "v2",
|
1248 |
"lastModified": "2017-10-10",
|
1249 |
"files": {
|
1250 |
+
"regular": "http://fonts.gstatic.com/s/arsenal/v2/wXKrE3kQtZQ4pF3D118.ttf",
|
1251 |
+
"italic": "http://fonts.gstatic.com/s/arsenal/v2/wXKpE3kQtZQ4pF3D513cBQ.ttf",
|
1252 |
+
"700": "http://fonts.gstatic.com/s/arsenal/v2/wXKuE3kQtZQ4pF3D7-P5JeQ.ttf",
|
1253 |
+
"700italic": "http://fonts.gstatic.com/s/arsenal/v2/wXKsE3kQtZQ4pF3D513kueEKnQ.ttf"
|
1254 |
}
|
1255 |
},
|
1256 |
{
|
1266 |
"version": "v8",
|
1267 |
"lastModified": "2017-10-10",
|
1268 |
"files": {
|
1269 |
+
"regular": "http://fonts.gstatic.com/s/artifika/v8/VEMyRoxzronptCuxu6Wt.ttf"
|
1270 |
}
|
1271 |
},
|
1272 |
{
|
1285 |
"version": "v10",
|
1286 |
"lastModified": "2017-10-10",
|
1287 |
"files": {
|
1288 |
+
"regular": "http://fonts.gstatic.com/s/arvo/v10/tDbD2oWUg0MKmSA.ttf",
|
1289 |
+
"italic": "http://fonts.gstatic.com/s/arvo/v10/tDbN2oWUg0MKqSIQ6A.ttf",
|
1290 |
+
"700": "http://fonts.gstatic.com/s/arvo/v10/tDbM2oWUg0MKoZw1yLQ.ttf",
|
1291 |
+
"700italic": "http://fonts.gstatic.com/s/arvo/v10/tDbO2oWUg0MKqSIoVLHK9g.ttf"
|
1292 |
}
|
1293 |
},
|
1294 |
{
|
1307 |
"version": "v3",
|
1308 |
"lastModified": "2017-10-10",
|
1309 |
"files": {
|
1310 |
+
"regular": "http://fonts.gstatic.com/s/arya/v3/ga6CawNG-HJd9UY.ttf",
|
1311 |
+
"700": "http://fonts.gstatic.com/s/arya/v3/ga6NawNG-HJdzfra3b8.ttf"
|
1312 |
}
|
1313 |
},
|
1314 |
{
|
1326 |
"700italic"
|
1327 |
],
|
1328 |
"subsets": [
|
|
|
1329 |
"vietnamese",
|
1330 |
+
"latin",
|
1331 |
"latin-ext"
|
1332 |
],
|
1333 |
"version": "v7",
|
1334 |
"lastModified": "2017-10-10",
|
1335 |
"files": {
|
1336 |
+
"regular": "http://fonts.gstatic.com/s/asap/v7/KFOoCniXp96a-zw.ttf",
|
1337 |
+
"italic": "http://fonts.gstatic.com/s/asap/v7/KFOmCniXp96ayz4e5Q.ttf",
|
1338 |
+
"500": "http://fonts.gstatic.com/s/asap/v7/KFOnCniXp96aw8g9xUw.ttf",
|
1339 |
+
"500italic": "http://fonts.gstatic.com/s/asap/v7/KFOlCniXp96ayz4mEU9vAw.ttf",
|
1340 |
+
"600": "http://fonts.gstatic.com/s/asap/v7/KFOnCniXp96aw-Q6xUw.ttf",
|
1341 |
+
"600italic": "http://fonts.gstatic.com/s/asap/v7/KFOlCniXp96ayz4mPUhvAw.ttf",
|
1342 |
+
"700": "http://fonts.gstatic.com/s/asap/v7/KFOnCniXp96aw4A7xUw.ttf",
|
1343 |
+
"700italic": "http://fonts.gstatic.com/s/asap/v7/KFOlCniXp96ayz4mWUlvAw.ttf"
|
1344 |
}
|
1345 |
},
|
1346 |
{
|
1358 |
"700italic"
|
1359 |
],
|
1360 |
"subsets": [
|
|
|
1361 |
"vietnamese",
|
1362 |
+
"latin",
|
1363 |
"latin-ext"
|
1364 |
],
|
1365 |
"version": "v2",
|
1366 |
"lastModified": "2017-11-21",
|
1367 |
"files": {
|
1368 |
+
"regular": "http://fonts.gstatic.com/s/asapcondensed/v2/pxidypY1o9NHyXh3WvSbGSggdNeL.ttf",
|
1369 |
+
"italic": "http://fonts.gstatic.com/s/asapcondensed/v2/pxifypY1o9NHyXh3WvSbGSggdOeJaEk.ttf",
|
1370 |
+
"500": "http://fonts.gstatic.com/s/asapcondensed/v2/pxieypY1o9NHyXh3WvSbGSggdO9_S2lE.ttf",
|
1371 |
+
"500italic": "http://fonts.gstatic.com/s/asapcondensed/v2/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him4.ttf",
|
1372 |
+
"600": "http://fonts.gstatic.com/s/asapcondensed/v2/pxieypY1o9NHyXh3WvSbGSggdO9TTGlE.ttf",
|
1373 |
+
"600italic": "http://fonts.gstatic.com/s/asapcondensed/v2/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim4.ttf",
|
1374 |
+
"700": "http://fonts.gstatic.com/s/asapcondensed/v2/pxieypY1o9NHyXh3WvSbGSggdO83TWlE.ttf",
|
1375 |
+
"700italic": "http://fonts.gstatic.com/s/asapcondensed/v2/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim4.ttf"
|
1376 |
}
|
1377 |
},
|
1378 |
{
|
1390 |
"version": "v4",
|
1391 |
"lastModified": "2017-10-10",
|
1392 |
"files": {
|
1393 |
+
"regular": "http://fonts.gstatic.com/s/asar/v4/sZlLdRyI6TBIXkY.ttf"
|
1394 |
}
|
1395 |
},
|
1396 |
{
|
1406 |
"version": "v8",
|
1407 |
"lastModified": "2017-10-10",
|
1408 |
"files": {
|
1409 |
+
"regular": "http://fonts.gstatic.com/s/asset/v8/SLXGc1na-mM4cWIm.ttf"
|
1410 |
}
|
1411 |
},
|
1412 |
{
|
1422 |
"800"
|
1423 |
],
|
1424 |
"subsets": [
|
1425 |
+
"hebrew",
|
1426 |
+
"latin"
|
1427 |
],
|
1428 |
"version": "v2",
|
1429 |
"lastModified": "2017-10-10",
|
1430 |
"files": {
|
1431 |
+
"200": "http://fonts.gstatic.com/s/assistant/v2/2sDZZGJYnIjSi6H75xk7p0ScAw.ttf",
|
1432 |
+
"300": "http://fonts.gstatic.com/s/assistant/v2/2sDZZGJYnIjSi6H75xk7w0ecAw.ttf",
|
1433 |
+
"regular": "http://fonts.gstatic.com/s/assistant/v2/2sDcZGJYnIjSi6H75xkDbw.ttf",
|
1434 |
+
"600": "http://fonts.gstatic.com/s/assistant/v2/2sDZZGJYnIjSi6H75xk7t0GcAw.ttf",
|
1435 |
+
"700": "http://fonts.gstatic.com/s/assistant/v2/2sDZZGJYnIjSi6H75xk700CcAw.ttf",
|
1436 |
+
"800": "http://fonts.gstatic.com/s/assistant/v2/2sDZZGJYnIjSi6H75xk7z0OcAw.ttf"
|
1437 |
}
|
1438 |
},
|
1439 |
{
|
1450 |
"version": "v8",
|
1451 |
"lastModified": "2017-10-10",
|
1452 |
"files": {
|
1453 |
+
"regular": "http://fonts.gstatic.com/s/astloch/v8/TuGRUVJ8QI5GSeUjq9w.ttf",
|
1454 |
+
"700": "http://fonts.gstatic.com/s/astloch/v8/TuGUUVJ8QI5GSeUjk2A-6MM.ttf"
|
1455 |
}
|
1456 |
},
|
1457 |
{
|
1468 |
"version": "v7",
|
1469 |
"lastModified": "2017-10-10",
|
1470 |
"files": {
|
1471 |
+
"regular": "http://fonts.gstatic.com/s/asul/v7/VuJ-dNjKxYr46fM.ttf",
|
1472 |
+
"700": "http://fonts.gstatic.com/s/asul/v7/VuJxdNjKxYr40U8qeKY.ttf"
|
1473 |
}
|
1474 |
},
|
1475 |
{
|
1485 |
"700"
|
1486 |
],
|
1487 |
"subsets": [
|
|
|
1488 |
"vietnamese",
|
1489 |
+
"latin",
|
1490 |
"latin-ext",
|
1491 |
"thai"
|
1492 |
],
|
1493 |
"version": "v2",
|
1494 |
"lastModified": "2017-10-10",
|
1495 |
"files": {
|
1496 |
+
"200": "http://fonts.gstatic.com/s/athiti/v2/pe0sMISdLIZIv1wAxDNyAg.ttf",
|
1497 |
+
"300": "http://fonts.gstatic.com/s/athiti/v2/pe0sMISdLIZIv1wAoDByAg.ttf",
|
1498 |
+
"regular": "http://fonts.gstatic.com/s/athiti/v2/pe0vMISdLIZIv1w4DA.ttf",
|
1499 |
+
"500": "http://fonts.gstatic.com/s/athiti/v2/pe0sMISdLIZIv1wA-DFyAg.ttf",
|
1500 |
+
"600": "http://fonts.gstatic.com/s/athiti/v2/pe0sMISdLIZIv1wA1DZyAg.ttf",
|
1501 |
+
"700": "http://fonts.gstatic.com/s/athiti/v2/pe0sMISdLIZIv1wAsDdyAg.ttf"
|
1502 |
}
|
1503 |
},
|
1504 |
{
|
1513 |
"700"
|
1514 |
],
|
1515 |
"subsets": [
|
1516 |
+
"bengali",
|
1517 |
"latin",
|
1518 |
+
"latin-ext"
|
|
|
1519 |
],
|
1520 |
"version": "v3",
|
1521 |
"lastModified": "2017-10-09",
|
1522 |
"files": {
|
1523 |
+
"300": "http://fonts.gstatic.com/s/atma/v3/uK_z4rqWc-Eoo8JzKjc.ttf",
|
1524 |
+
"regular": "http://fonts.gstatic.com/s/atma/v3/uK_84rqWc-Eom24.ttf",
|
1525 |
+
"500": "http://fonts.gstatic.com/s/atma/v3/uK_z4rqWc-Eoo5pyKjc.ttf",
|
1526 |
+
"600": "http://fonts.gstatic.com/s/atma/v3/uK_z4rqWc-Eoo7Z1Kjc.ttf",
|
1527 |
+
"700": "http://fonts.gstatic.com/s/atma/v3/uK_z4rqWc-Eoo9J0Kjc.ttf"
|
1528 |
}
|
1529 |
},
|
1530 |
{
|
1540 |
"version": "v9",
|
1541 |
"lastModified": "2017-10-10",
|
1542 |
"files": {
|
1543 |
+
"regular": "http://fonts.gstatic.com/s/atomicage/v9/f0Xz0eug6sdmRFkYZZGL58E.ttf"
|
1544 |
}
|
1545 |
},
|
1546 |
{
|
1556 |
"version": "v10",
|
1557 |
"lastModified": "2017-10-09",
|
1558 |
"files": {
|
1559 |
+
"regular": "http://fonts.gstatic.com/s/aubrey/v10/q5uGsou7NPBw-p7vug.ttf"
|
1560 |
}
|
1561 |
},
|
1562 |
{
|
1573 |
"version": "v6",
|
1574 |
"lastModified": "2017-10-10",
|
1575 |
"files": {
|
1576 |
+
"regular": "http://fonts.gstatic.com/s/audiowide/v6/l7gdbjpo0cum0ckerWCtkQ.ttf"
|
1577 |
}
|
1578 |
},
|
1579 |
{
|
1590 |
"version": "v7",
|
1591 |
"lastModified": "2017-10-10",
|
1592 |
"files": {
|
1593 |
+
"regular": "http://fonts.gstatic.com/s/autourone/v7/UqyVK80cP25l3fJgbdfbk5k.ttf"
|
1594 |
}
|
1595 |
},
|
1596 |
{
|
1607 |
"version": "v6",
|
1608 |
"lastModified": "2017-10-10",
|
1609 |
"files": {
|
1610 |
+
"regular": "http://fonts.gstatic.com/s/average/v6/fC1hPYBHe23MxA7rIeI.ttf"
|
1611 |
}
|
1612 |
},
|
1613 |
{
|
1624 |
"version": "v6",
|
1625 |
"lastModified": "2017-10-10",
|
1626 |
"files": {
|
1627 |
+
"regular": "http://fonts.gstatic.com/s/averagesans/v6/1Ptpg8fLXP2dlAXR-HlJJNJPBQ.ttf"
|
1628 |
}
|
1629 |
},
|
1630 |
{
|
1641 |
"version": "v6",
|
1642 |
"lastModified": "2017-10-10",
|
1643 |
"files": {
|
1644 |
+
"regular": "http://fonts.gstatic.com/s/averiagruesalibre/v6/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmk.ttf"
|
1645 |
}
|
1646 |
},
|
1647 |
{
|
1662 |
"version": "v6",
|
1663 |
"lastModified": "2017-10-10",
|
1664 |
"files": {
|
1665 |
+
"300": "http://fonts.gstatic.com/s/averialibre/v6/2V0FKIcMGZEnV6xygz7eNjEarovtbw.ttf",
|
1666 |
+
"300italic": "http://fonts.gstatic.com/s/averialibre/v6/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp.ttf",
|
1667 |
+
"regular": "http://fonts.gstatic.com/s/averialibre/v6/2V0aKIcMGZEnV6xygz7eNjEiAg.ttf",
|
1668 |
+
"italic": "http://fonts.gstatic.com/s/averialibre/v6/2V0EKIcMGZEnV6xygz7eNjESAKnN.ttf",
|
1669 |
+
"700": "http://fonts.gstatic.com/s/averialibre/v6/2V0FKIcMGZEnV6xygz7eNjEavoztbw.ttf",
|
1670 |
+
"700italic": "http://fonts.gstatic.com/s/averialibre/v6/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp.ttf"
|
1671 |
}
|
1672 |
},
|
1673 |
{
|
1688 |
"version": "v6",
|
1689 |
"lastModified": "2017-10-10",
|
1690 |
"files": {
|
1691 |
+
"300": "http://fonts.gstatic.com/s/averiasanslibre/v6/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQ.ttf",
|
1692 |
+
"300italic": "http://fonts.gstatic.com/s/averiasanslibre/v6/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5c.ttf",
|
1693 |
+
"regular": "http://fonts.gstatic.com/s/averiasanslibre/v6/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJ.ttf",
|
1694 |
+
"italic": "http://fonts.gstatic.com/s/averiasanslibre/v6/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc.ttf",
|
1695 |
+
"700": "http://fonts.gstatic.com/s/averiasanslibre/v6/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQ.ttf",
|
1696 |
+
"700italic": "http://fonts.gstatic.com/s/averiasanslibre/v6/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5c.ttf"
|
1697 |
}
|
1698 |
},
|
1699 |
{
|
1714 |
"version": "v7",
|
1715 |
"lastModified": "2017-10-10",
|
1716 |
"files": {
|
1717 |
+
"300": "http://fonts.gstatic.com/s/averiaseriflibre/v7/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwQ.ttf",
|
1718 |
+
"300italic": "http://fonts.gstatic.com/s/averiaseriflibre/v7/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60u.ttf",
|
1719 |
+
"regular": "http://fonts.gstatic.com/s/averiaseriflibre/v7/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQ.ttf",
|
1720 |
+
"italic": "http://fonts.gstatic.com/s/averiaseriflibre/v7/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK.ttf",
|
1721 |
+
"700": "http://fonts.gstatic.com/s/averiaseriflibre/v7/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwQ.ttf",
|
1722 |
+
"700italic": "http://fonts.gstatic.com/s/averiaseriflibre/v7/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0u.ttf"
|
1723 |
}
|
1724 |
},
|
1725 |
{
|
1736 |
"version": "v6",
|
1737 |
"lastModified": "2017-10-10",
|
1738 |
"files": {
|
1739 |
+
"regular": "http://fonts.gstatic.com/s/badscript/v6/6NUT8F6PJgbFWQn47_x7lOw.ttf"
|
1740 |
}
|
1741 |
},
|
1742 |
{
|
1753 |
"version": "v2",
|
1754 |
"lastModified": "2017-10-09",
|
1755 |
"files": {
|
1756 |
+
"regular": "http://fonts.gstatic.com/s/bahiana/v2/uU9PCBUV4YenPWJU7xM.ttf"
|
1757 |
}
|
1758 |
},
|
1759 |
{
|
1764 |
"regular"
|
1765 |
],
|
1766 |
"subsets": [
|
1767 |
+
"vietnamese",
|
1768 |
"latin",
|
1769 |
"devanagari",
|
|
|
1770 |
"latin-ext"
|
1771 |
],
|
1772 |
"version": "v3",
|
1773 |
"lastModified": "2017-11-21",
|
1774 |
"files": {
|
1775 |
+
"regular": "http://fonts.gstatic.com/s/baloo/v3/6xKhdSpJJ92I9PWI.ttf"
|
1776 |
}
|
1777 |
},
|
1778 |
{
|
1783 |
"regular"
|
1784 |
],
|
1785 |
"subsets": [
|
|
|
1786 |
"vietnamese",
|
1787 |
+
"latin",
|
1788 |
"gujarati",
|
1789 |
"latin-ext"
|
1790 |
],
|
1791 |
"version": "v3",
|
1792 |
"lastModified": "2017-11-21",
|
1793 |
"files": {
|
1794 |
+
"regular": "http://fonts.gstatic.com/s/baloobhai/v3/ZgNWjP5GM7bCUdmXgWyVjGU.ttf"
|
1795 |
}
|
1796 |
},
|
1797 |
{
|
1802 |
"regular"
|
1803 |
],
|
1804 |
"subsets": [
|
1805 |
+
"vietnamese",
|
1806 |
"arabic",
|
1807 |
"latin",
|
|
|
1808 |
"latin-ext"
|
1809 |
],
|
1810 |
+
"version": "v3",
|
1811 |
+
"lastModified": "2018-02-20",
|
1812 |
"files": {
|
1813 |
+
"regular": "http://fonts.gstatic.com/s/baloobhaijaan/v3/RWmRoKCU5fcqq8fOWNzFLqSjx4EC.ttf"
|
1814 |
}
|
1815 |
},
|
1816 |
{
|
1821 |
"regular"
|
1822 |
],
|
1823 |
"subsets": [
|
1824 |
+
"vietnamese",
|
1825 |
"latin",
|
1826 |
"oriya",
|
|
|
1827 |
"latin-ext"
|
1828 |
],
|
1829 |
"version": "v3",
|
1830 |
"lastModified": "2017-11-21",
|
1831 |
"files": {
|
1832 |
+
"regular": "http://fonts.gstatic.com/s/baloobhaina/v3/Noa16Uzzzp2FIkfhq5vm9thxPA.ttf"
|
1833 |
}
|
1834 |
},
|
1835 |
{
|
1840 |
"regular"
|
1841 |
],
|
1842 |
"subsets": [
|
|
|
1843 |
"vietnamese",
|
1844 |
+
"latin",
|
1845 |
"malayalam",
|
1846 |
"latin-ext"
|
1847 |
],
|
1848 |
"version": "v3",
|
1849 |
"lastModified": "2017-11-21",
|
1850 |
"files": {
|
1851 |
+
"regular": "http://fonts.gstatic.com/s/baloochettan/v3/0QImMXRN8o2gTC2YTr4665DA07w.ttf"
|
1852 |
}
|
1853 |
},
|
1854 |
{
|
1859 |
"regular"
|
1860 |
],
|
1861 |
"subsets": [
|
|
|
1862 |
"vietnamese",
|
1863 |
+
"bengali",
|
1864 |
+
"latin",
|
1865 |
+
"latin-ext"
|
1866 |
],
|
1867 |
"version": "v3",
|
1868 |
"lastModified": "2017-11-21",
|
1869 |
"files": {
|
1870 |
+
"regular": "http://fonts.gstatic.com/s/balooda/v3/LhWmMVnXOfIZO795FXkf.ttf"
|
1871 |
}
|
1872 |
},
|
1873 |
{
|
1878 |
"regular"
|
1879 |
],
|
1880 |
"subsets": [
|
|
|
1881 |
"vietnamese",
|
1882 |
+
"latin",
|
1883 |
+
"gurmukhi",
|
1884 |
+
"latin-ext"
|
1885 |
],
|
1886 |
"version": "v3",
|
1887 |
"lastModified": "2017-11-21",
|
1888 |
"files": {
|
1889 |
+
"regular": "http://fonts.gstatic.com/s/baloopaaji/v3/8AttGsyxM5KQQU-Y4MTwVZnT.ttf"
|
1890 |
}
|
1891 |
},
|
1892 |
{
|
1897 |
"regular"
|
1898 |
],
|
1899 |
"subsets": [
|
|
|
|
|
1900 |
"vietnamese",
|
1901 |
+
"latin",
|
1902 |
+
"latin-ext",
|
1903 |
+
"kannada"
|
1904 |
],
|
1905 |
"version": "v3",
|
1906 |
"lastModified": "2017-11-21",
|
1907 |
"files": {
|
1908 |
+
"regular": "http://fonts.gstatic.com/s/balootamma/v3/JTUTjIk68Cy27gWhOWIghE5B.ttf"
|
1909 |
}
|
1910 |
},
|
1911 |
{
|
1916 |
"regular"
|
1917 |
],
|
1918 |
"subsets": [
|
|
|
1919 |
"vietnamese",
|
1920 |
+
"latin",
|
1921 |
"telugu",
|
1922 |
"latin-ext"
|
1923 |
],
|
1924 |
"version": "v3",
|
1925 |
"lastModified": "2017-11-21",
|
1926 |
"files": {
|
1927 |
+
"regular": "http://fonts.gstatic.com/s/balootammudu/v3/mFT3Wb8Qza7c_Z5HTsC_5nxW8Eo.ttf"
|
1928 |
}
|
1929 |
},
|
1930 |
{
|
1935 |
"regular"
|
1936 |
],
|
1937 |
"subsets": [
|
|
|
|
|
1938 |
"vietnamese",
|
1939 |
+
"latin",
|
1940 |
+
"latin-ext",
|
1941 |
+
"tamil"
|
1942 |
],
|
1943 |
"version": "v3",
|
1944 |
"lastModified": "2017-11-21",
|
1945 |
"files": {
|
1946 |
+
"regular": "http://fonts.gstatic.com/s/baloothambi/v3/va9B4kXJzNhTFoA7CYcS8sHuQQ.ttf"
|
1947 |
}
|
1948 |
},
|
1949 |
{
|
1959 |
"version": "v6",
|
1960 |
"lastModified": "2017-10-10",
|
1961 |
"files": {
|
1962 |
+
"regular": "http://fonts.gstatic.com/s/balthazar/v6/d6lKkaajS8Gm4CVQjFEvyQ.ttf"
|
1963 |
}
|
1964 |
},
|
1965 |
{
|
1970 |
"regular"
|
1971 |
],
|
1972 |
"subsets": [
|
|
|
1973 |
"vietnamese",
|
1974 |
+
"latin",
|
1975 |
"latin-ext"
|
1976 |
],
|
1977 |
"version": "v10",
|
1978 |
"lastModified": "2017-10-10",
|
1979 |
"files": {
|
1980 |
+
"regular": "http://fonts.gstatic.com/s/bangers/v10/FeVQS0BTqb0h60ACL5k.ttf"
|
1981 |
}
|
1982 |
},
|
1983 |
{
|
2011 |
"version": "v1",
|
2012 |
"lastModified": "2017-11-21",
|
2013 |
"files": {
|
2014 |
+
"100": "http://fonts.gstatic.com/s/barlow/v1/7cHrv4kjgoGqM7E3b8s8.ttf",
|
2015 |
+
"100italic": "http://fonts.gstatic.com/s/barlow/v1/7cHtv4kjgoGqM7E_CfNYwHo.ttf",
|
2016 |
+
"200": "http://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E3w-oc4A.ttf",
|
2017 |
+
"200italic": "http://fonts.gstatic.com/s/barlow/v1/7cHsv4kjgoGqM7E_CfP04Vop.ttf",
|
2018 |
+
"300": "http://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E3p-kc4A.ttf",
|
2019 |
+
"300italic": "http://fonts.gstatic.com/s/barlow/v1/7cHsv4kjgoGqM7E_CfOQ4lop.ttf",
|
2020 |
+
"regular": "http://fonts.gstatic.com/s/barlow/v1/7cHpv4kjgoGqM7EPCw.ttf",
|
2021 |
+
"italic": "http://fonts.gstatic.com/s/barlow/v1/7cHrv4kjgoGqM7E_Ccs8.ttf",
|
2022 |
+
"500": "http://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E3_-gc4A.ttf",
|
2023 |
+
"500italic": "http://fonts.gstatic.com/s/barlow/v1/7cHsv4kjgoGqM7E_CfPI41op.ttf",
|
2024 |
+
"600": "http://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E30-8c4A.ttf",
|
2025 |
+
"600italic": "http://fonts.gstatic.com/s/barlow/v1/7cHsv4kjgoGqM7E_CfPk5Fop.ttf",
|
2026 |
+
"700": "http://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E3t-4c4A.ttf",
|
2027 |
+
"700italic": "http://fonts.gstatic.com/s/barlow/v1/7cHsv4kjgoGqM7E_CfOA5Vop.ttf",
|
2028 |
+
"800": "http://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E3q-0c4A.ttf",
|
2029 |
+
"800italic": "http://fonts.gstatic.com/s/barlow/v1/7cHsv4kjgoGqM7E_CfOc5lop.ttf",
|
2030 |
+
"900": "http://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E3j-wc4A.ttf",
|
2031 |
+
"900italic": "http://fonts.gstatic.com/s/barlow/v1/7cHsv4kjgoGqM7E_CfO451op.ttf"
|
2032 |
}
|
2033 |
},
|
2034 |
{
|
2062 |
"version": "v1",
|
2063 |
"lastModified": "2017-11-21",
|
2064 |
"files": {
|
2065 |
+
"100": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT3w.ttf",
|
2066 |
+
"100italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2.ttf",
|
2067 |
+
"200": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3E.ttf",
|
2068 |
+
"200italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvA.ttf",
|
2069 |
+
"300": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3E.ttf",
|
2070 |
+
"300italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvA.ttf",
|
2071 |
+
"regular": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xY.ttf",
|
2072 |
+
"italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT3w.ttf",
|
2073 |
+
"500": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3E.ttf",
|
2074 |
+
"500italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvA.ttf",
|
2075 |
+
"600": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3E.ttf",
|
2076 |
+
"600italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvA.ttf",
|
2077 |
+
"700": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3E.ttf",
|
2078 |
+
"700italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvA.ttf",
|
2079 |
+
"800": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3E.ttf",
|
2080 |
+
"800italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvA.ttf",
|
2081 |
+
"900": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3E.ttf",
|
2082 |
+
"900italic": "http://fonts.gstatic.com/s/barlowcondensed/v1/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvA.ttf"
|
2083 |
}
|
2084 |
},
|
2085 |
{
|
2113 |
"version": "v1",
|
2114 |
"lastModified": "2017-11-21",
|
2115 |
"files": {
|
2116 |
+
"100": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qv.ttf",
|
2117 |
+
"100italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEs.ttf",
|
2118 |
+
"200": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAA.ttf",
|
2119 |
+
"200italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsg.ttf",
|
2120 |
+
"300": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAA.ttf",
|
2121 |
+
"300italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsg.ttf",
|
2122 |
+
"regular": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnfw.ttf",
|
2123 |
+
"italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqv.ttf",
|
2124 |
+
"500": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAA.ttf",
|
2125 |
+
"500italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sg.ttf",
|
2126 |
+
"600": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAA.ttf",
|
2127 |
+
"600italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsg.ttf",
|
2128 |
+
"700": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAA.ttf",
|
2129 |
+
"700italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsg.ttf",
|
2130 |
+
"800": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAA.ttf",
|
2131 |
+
"800italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsg.ttf",
|
2132 |
+
"900": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAA.ttf",
|
2133 |
+
"900italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v1/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sg.ttf"
|
2134 |
}
|
2135 |
},
|
2136 |
{
|
2147 |
"version": "v2",
|
2148 |
"lastModified": "2017-10-09",
|
2149 |
"files": {
|
2150 |
+
"regular": "http://fonts.gstatic.com/s/barrio/v2/wEO8EBXBk8hBIDiEdQ.ttf"
|
2151 |
}
|
2152 |
},
|
2153 |
{
|
2164 |
"version": "v7",
|
2165 |
"lastModified": "2017-10-10",
|
2166 |
"files": {
|
2167 |
+
"regular": "http://fonts.gstatic.com/s/basic/v7/xfu_0WLxV2_XKQN3.ttf"
|
2168 |
}
|
2169 |
},
|
2170 |
{
|
2181 |
"version": "v11",
|
2182 |
"lastModified": "2017-10-10",
|
2183 |
"files": {
|
2184 |
+
"regular": "http://fonts.gstatic.com/s/battambang/v11/uk-mEGe7raEw-HjkzZabDnU.ttf",
|
2185 |
+
"700": "http://fonts.gstatic.com/s/battambang/v11/uk-lEGe7raEw-HjkzZabNsmMxyQ.ttf"
|
2186 |
}
|
2187 |
},
|
2188 |
{
|
2198 |
"version": "v7",
|
2199 |
"lastModified": "2017-10-10",
|
2200 |
"files": {
|
2201 |
+
"regular": "http://fonts.gstatic.com/s/baumans/v7/-W_-XJj9QyTd3QfpR_o.ttf"
|
2202 |
}
|
2203 |
},
|
2204 |
{
|
2214 |
"version": "v10",
|
2215 |
"lastModified": "2017-10-09",
|
2216 |
"files": {
|
2217 |
+
"regular": "http://fonts.gstatic.com/s/bayon/v10/9XUrlJNmn0LPFl-p.ttf"
|
2218 |
}
|
2219 |
},
|
2220 |
{
|
2230 |
"version": "v8",
|
2231 |
"lastModified": "2017-10-10",
|
2232 |
"files": {
|
2233 |
+
"regular": "http://fonts.gstatic.com/s/belgrano/v8/55xvey5tM9rwKWrJZcMF.ttf"
|
2234 |
}
|
2235 |
},
|
2236 |
{
|
2241 |
"regular"
|
2242 |
],
|
2243 |
"subsets": [
|
2244 |
+
"hebrew",
|
2245 |
"latin",
|
2246 |
+
"latin-ext"
|
|
|
2247 |
],
|
2248 |
"version": "v3",
|
2249 |
"lastModified": "2017-11-21",
|
2250 |
"files": {
|
2251 |
+
"regular": "http://fonts.gstatic.com/s/bellefair/v3/kJExBuYY6AAuhiXUxG19_w.ttf"
|
2252 |
}
|
2253 |
},
|
2254 |
{
|
2265 |
"version": "v6",
|
2266 |
"lastModified": "2017-10-10",
|
2267 |
"files": {
|
2268 |
+
"regular": "http://fonts.gstatic.com/s/belleza/v6/0nkoC9_pNeMfhX4BtcY.ttf"
|
2269 |
}
|
2270 |
},
|
2271 |
{
|
2284 |
"version": "v6",
|
2285 |
"lastModified": "2017-10-10",
|
2286 |
"files": {
|
2287 |
+
"300": "http://fonts.gstatic.com/s/benchnine/v6/ahcev8612zF4jxrwMosT--tRhQ.ttf",
|
2288 |
+
"regular": "http://fonts.gstatic.com/s/benchnine/v6/ahcbv8612zF4jxrwMosrVw.ttf",
|
2289 |
+
"700": "http://fonts.gstatic.com/s/benchnine/v6/ahcev8612zF4jxrwMosT6-xRhQ.ttf"
|
2290 |
}
|
2291 |
},
|
2292 |
{
|
2302 |
"version": "v8",
|
2303 |
"lastModified": "2017-10-10",
|
2304 |
"files": {
|
2305 |
+
"regular": "http://fonts.gstatic.com/s/bentham/v8/VdGeAZQPEpYfmHglKWw.ttf"
|
2306 |
}
|
2307 |
},
|
2308 |
{
|
2319 |
"version": "v6",
|
2320 |
"lastModified": "2017-10-10",
|
2321 |
"files": {
|
2322 |
+
"regular": "http://fonts.gstatic.com/s/berkshireswash/v6/ptRRTi-cavZOGqCvnNJDl5m5XmNPrQ.ttf"
|
2323 |
}
|
2324 |
},
|
2325 |
{
|
2330 |
"regular"
|
2331 |
],
|
2332 |
"subsets": [
|
|
|
2333 |
"vietnamese",
|
2334 |
+
"latin",
|
2335 |
"latin-ext"
|
2336 |
],
|
2337 |
"version": "v9",
|
2338 |
"lastModified": "2017-10-10",
|
2339 |
"files": {
|
2340 |
+
"regular": "http://fonts.gstatic.com/s/bevan/v9/4iCj6KZ0a9NXjF8a.ttf"
|
2341 |
}
|
2342 |
},
|
2343 |
{
|
2354 |
"version": "v6",
|
2355 |
"lastModified": "2017-10-09",
|
2356 |
"files": {
|
2357 |
+
"regular": "http://fonts.gstatic.com/s/bigelowrules/v6/RrQWboly8iR_I3KWSzeRuN0zT4c.ttf"
|
2358 |
}
|
2359 |
},
|
2360 |
{
|
2370 |
"version": "v8",
|
2371 |
"lastModified": "2017-10-10",
|
2372 |
"files": {
|
2373 |
+
"regular": "http://fonts.gstatic.com/s/bigshotone/v8/u-470qukhRkkO6BD_7cM_gxu.ttf"
|
2374 |
}
|
2375 |
},
|
2376 |
{
|
2387 |
"version": "v7",
|
2388 |
"lastModified": "2017-10-10",
|
2389 |
"files": {
|
2390 |
+
"regular": "http://fonts.gstatic.com/s/bilbo/v7/o-0EIpgpwWwZ210h.ttf"
|
2391 |
}
|
2392 |
},
|
2393 |
{
|
2404 |
"version": "v9",
|
2405 |
"lastModified": "2017-10-10",
|
2406 |
"files": {
|
2407 |
+
"regular": "http://fonts.gstatic.com/s/bilboswashcaps/v9/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAM.ttf"
|
2408 |
}
|
2409 |
},
|
2410 |
{
|
2425 |
"version": "v2",
|
2426 |
"lastModified": "2017-10-10",
|
2427 |
"files": {
|
2428 |
+
"200": "http://fonts.gstatic.com/s/biorhyme/v2/1cX3aULHBpDMsHYW_ESOjnGA.ttf",
|
2429 |
+
"300": "http://fonts.gstatic.com/s/biorhyme/v2/1cX3aULHBpDMsHYW_ETqjXGA.ttf",
|
2430 |
+
"regular": "http://fonts.gstatic.com/s/biorhyme/v2/1cXwaULHBpDMsHYW_HxG.ttf",
|
2431 |
+
"700": "http://fonts.gstatic.com/s/biorhyme/v2/1cX3aULHBpDMsHYW_ET6inGA.ttf",
|
2432 |
+
"800": "http://fonts.gstatic.com/s/biorhyme/v2/1cX3aULHBpDMsHYW_ETmiXGA.ttf"
|
2433 |
}
|
2434 |
},
|
2435 |
{
|
2450 |
"version": "v3",
|
2451 |
"lastModified": "2017-10-09",
|
2452 |
"files": {
|
2453 |
+
"200": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSH.ttf",
|
2454 |
+
"300": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSH.ttf",
|
2455 |
+
"regular": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/i7dQIE1zZzytGswgU577CDY9LjbffySU.ttf",
|
2456 |
+
"700": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSH.ttf",
|
2457 |
+
"800": "http://fonts.gstatic.com/s/biorhymeexpanded/v3/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSH.ttf"
|
2458 |
}
|
2459 |
},
|
2460 |
{
|
2478 |
"version": "v3",
|
2479 |
"lastModified": "2017-10-10",
|
2480 |
"files": {
|
2481 |
+
"200": "http://fonts.gstatic.com/s/biryani/v3/hv-TlzNxIFoO84YddYQyGTA.ttf",
|
2482 |
+
"300": "http://fonts.gstatic.com/s/biryani/v3/hv-TlzNxIFoO84YddeAxGTA.ttf",
|
2483 |
+
"regular": "http://fonts.gstatic.com/s/biryani/v3/hv-WlzNxIFoO84YdTUw.ttf",
|
2484 |
+
"600": "http://fonts.gstatic.com/s/biryani/v3/hv-TlzNxIFoO84YddZQ3GTA.ttf",
|
2485 |
+
"700": "http://fonts.gstatic.com/s/biryani/v3/hv-TlzNxIFoO84YddfA2GTA.ttf",
|
2486 |
+
"800": "http://fonts.gstatic.com/s/biryani/v3/hv-TlzNxIFoO84Yddew1GTA.ttf",
|
2487 |
+
"900": "http://fonts.gstatic.com/s/biryani/v3/hv-TlzNxIFoO84Yddcg0GTA.ttf"
|
2488 |
}
|
2489 |
},
|
2490 |
{
|
2503 |
"version": "v12",
|
2504 |
"lastModified": "2017-10-11",
|
2505 |
"files": {
|
2506 |
+
"regular": "http://fonts.gstatic.com/s/bitter/v12/rax8HiqOu8IVPmnLeA.ttf",
|
2507 |
+
"italic": "http://fonts.gstatic.com/s/bitter/v12/rax-HiqOu8IVPmn7eoxs.ttf",
|
2508 |
+
"700": "http://fonts.gstatic.com/s/bitter/v12/rax_HiqOu8IVPmnzxKlMBA.ttf"
|
2509 |
+
}
|
2510 |
+
},
|
2511 |
+
{
|
2512 |
+
"kind": "webfonts#webfont",
|
2513 |
+
"family": "Black And White Picture",
|
2514 |
+
"category": "sans-serif",
|
2515 |
+
"variants": [
|
2516 |
+
"regular"
|
2517 |
+
],
|
2518 |
+
"subsets": [
|
2519 |
+
"latin",
|
2520 |
+
"korean"
|
2521 |
+
],
|
2522 |
+
"version": "v2",
|
2523 |
+
"lastModified": "2018-04-04",
|
2524 |
+
"files": {
|
2525 |
+
"regular": "http://fonts.gstatic.com/s/blackandwhitepicture/v2/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5H.ttf"
|
2526 |
+
}
|
2527 |
+
},
|
2528 |
+
{
|
2529 |
+
"kind": "webfonts#webfont",
|
2530 |
+
"family": "Black Han Sans",
|
2531 |
+
"category": "sans-serif",
|
2532 |
+
"variants": [
|
2533 |
+
"regular"
|
2534 |
+
],
|
2535 |
+
"subsets": [
|
2536 |
+
"latin",
|
2537 |
+
"korean"
|
2538 |
+
],
|
2539 |
+
"version": "v2",
|
2540 |
+
"lastModified": "2018-04-04",
|
2541 |
+
"files": {
|
2542 |
+
"regular": "http://fonts.gstatic.com/s/blackhansans/v2/ea8Aad44WunzF9a-dL6toA8r8nqV.ttf"
|
2543 |
}
|
2544 |
},
|
2545 |
{
|
2556 |
"version": "v9",
|
2557 |
"lastModified": "2017-10-10",
|
2558 |
"files": {
|
2559 |
+
"regular": "http://fonts.gstatic.com/s/blackopsone/v9/qWcsB6-ypo7xBdr6Xshe96H3WDw.ttf"
|
2560 |
}
|
2561 |
},
|
2562 |
{
|
2572 |
"version": "v10",
|
2573 |
"lastModified": "2017-10-09",
|
2574 |
"files": {
|
2575 |
+
"regular": "http://fonts.gstatic.com/s/bokor/v10/m8JcjfpeeaqTiR2W.ttf"
|
2576 |
}
|
2577 |
},
|
2578 |
{
|
2588 |
"version": "v9",
|
2589 |
"lastModified": "2017-10-09",
|
2590 |
"files": {
|
2591 |
+
"regular": "http://fonts.gstatic.com/s/bonbon/v9/0FlVVPeVlFec4ee_cA.ttf"
|
2592 |
}
|
2593 |
},
|
2594 |
{
|
2604 |
"version": "v8",
|
2605 |
"lastModified": "2017-10-10",
|
2606 |
"files": {
|
2607 |
+
"regular": "http://fonts.gstatic.com/s/boogaloo/v8/kmK-Zq45GAvOdnaW6x1F.ttf"
|
2608 |
}
|
2609 |
},
|
2610 |
{
|
2620 |
"version": "v9",
|
2621 |
"lastModified": "2017-10-10",
|
2622 |
"files": {
|
2623 |
+
"regular": "http://fonts.gstatic.com/s/bowlbyone/v9/taiPGmVuC4y96PFeqp8smo4.ttf"
|
2624 |
}
|
2625 |
},
|
2626 |
{
|
2637 |
"version": "v9",
|
2638 |
"lastModified": "2017-10-10",
|
2639 |
"files": {
|
2640 |
+
"regular": "http://fonts.gstatic.com/s/bowlbyonesc/v9/DtVlJxerQqQm37tzN3wMug9Pzgg.ttf"
|
2641 |
}
|
2642 |
},
|
2643 |
{
|
2653 |
"version": "v8",
|
2654 |
"lastModified": "2017-10-10",
|
2655 |
"files": {
|
2656 |
+
"regular": "http://fonts.gstatic.com/s/brawler/v8/xn7gYHE3xXewAscGsgA.ttf"
|
2657 |
}
|
2658 |
},
|
2659 |
{
|
2670 |
"version": "v7",
|
2671 |
"lastModified": "2017-10-10",
|
2672 |
"files": {
|
2673 |
+
"regular": "http://fonts.gstatic.com/s/breeserif/v7/4UaHrEJCrhhnVA3DgluAx60.ttf"
|
2674 |
}
|
2675 |
},
|
2676 |
{
|
2687 |
"version": "v6",
|
2688 |
"lastModified": "2017-10-10",
|
2689 |
"files": {
|
2690 |
+
"regular": "http://fonts.gstatic.com/s/bubblegumsans/v6/AYCSpXb_Z9EORv1M5QTjEzMEtdaH.ttf"
|
2691 |
}
|
2692 |
},
|
2693 |
{
|
2704 |
"version": "v6",
|
2705 |
"lastModified": "2017-10-10",
|
2706 |
"files": {
|
2707 |
+
"regular": "http://fonts.gstatic.com/s/bubblerone/v6/f0Xy0eqj68ppQV9KBLmAouHH.ttf"
|
2708 |
}
|
2709 |
},
|
2710 |
{
|
2720 |
"version": "v8",
|
2721 |
"lastModified": "2017-10-10",
|
2722 |
"files": {
|
2723 |
+
"300": "http://fonts.gstatic.com/s/buda/v8/GFDqWAN8mnyIJSSrG7U.ttf"
|
2724 |
}
|
2725 |
},
|
2726 |
{
|
2738 |
"version": "v9",
|
2739 |
"lastModified": "2017-10-10",
|
2740 |
"files": {
|
2741 |
+
"regular": "http://fonts.gstatic.com/s/buenard/v9/OD5DuM6Cyma8FnnsPzc.ttf",
|
2742 |
+
"700": "http://fonts.gstatic.com/s/buenard/v9/OD5GuM6Cyma8FnnsB4vSjGA.ttf"
|
2743 |
}
|
2744 |
},
|
2745 |
{
|
2750 |
"regular"
|
2751 |
],
|
2752 |
"subsets": [
|
|
|
2753 |
"vietnamese",
|
2754 |
+
"latin",
|
2755 |
"latin-ext"
|
2756 |
],
|
2757 |
"version": "v3",
|
2758 |
"lastModified": "2017-10-10",
|
2759 |
"files": {
|
2760 |
+
"regular": "http://fonts.gstatic.com/s/bungee/v3/N0bU2SZBIuF2PU_ECg.ttf"
|
2761 |
}
|
2762 |
},
|
2763 |
{
|
2768 |
"regular"
|
2769 |
],
|
2770 |
"subsets": [
|
|
|
2771 |
"vietnamese",
|
2772 |
+
"latin",
|
2773 |
"latin-ext"
|
2774 |
],
|
2775 |
"version": "v3",
|
2776 |
"lastModified": "2017-10-09",
|
2777 |
"files": {
|
2778 |
+
"regular": "http://fonts.gstatic.com/s/bungeehairline/v3/snfys0G548t04270a_ljTLUVrv-7YA.ttf"
|
2779 |
}
|
2780 |
},
|
2781 |
{
|
2786 |
"regular"
|
2787 |
],
|
2788 |
"subsets": [
|
|
|
2789 |
"vietnamese",
|
2790 |
+
"latin",
|
2791 |
"latin-ext"
|
2792 |
],
|
2793 |
"version": "v3",
|
2794 |
"lastModified": "2017-10-10",
|
2795 |
"files": {
|
2796 |
+
"regular": "http://fonts.gstatic.com/s/bungeeinline/v3/Gg8zN58UcgnlCweMrih332VuDGI.ttf"
|
2797 |
}
|
2798 |
},
|
2799 |
{
|
2804 |
"regular"
|
2805 |
],
|
2806 |
"subsets": [
|
|
|
2807 |
"vietnamese",
|
2808 |
+
"latin",
|
2809 |
"latin-ext"
|
2810 |
],
|
2811 |
"version": "v3",
|
2812 |
"lastModified": "2017-10-09",
|
2813 |
"files": {
|
2814 |
+
"regular": "http://fonts.gstatic.com/s/bungeeoutline/v3/_6_mEDvmVP24UvU2MyiGDslL3Qg3.ttf"
|
2815 |
}
|
2816 |
},
|
2817 |
{
|
2822 |
"regular"
|
2823 |
],
|
2824 |
"subsets": [
|
|
|
2825 |
"vietnamese",
|
2826 |
+
"latin",
|
2827 |
"latin-ext"
|
2828 |
],
|
2829 |
"version": "v3",
|
2830 |
"lastModified": "2017-10-10",
|
2831 |
"files": {
|
2832 |
+
"regular": "http://fonts.gstatic.com/s/bungeeshade/v3/DtVkJxarWL0t2KdzK3oI_jks7g.ttf"
|
2833 |
}
|
2834 |
},
|
2835 |
{
|
2846 |
"version": "v9",
|
2847 |
"lastModified": "2017-10-09",
|
2848 |
"files": {
|
2849 |
+
"regular": "http://fonts.gstatic.com/s/butcherman/v9/2EbiL-thF0loflXUBOdb1zU.ttf"
|
2850 |
}
|
2851 |
},
|
2852 |
{
|
2863 |
"version": "v6",
|
2864 |
"lastModified": "2017-10-09",
|
2865 |
"files": {
|
2866 |
+
"regular": "http://fonts.gstatic.com/s/butterflykids/v6/ll8lK2CWTjuqAsXDqlnIbMNs5S4a.ttf"
|
2867 |
}
|
2868 |
},
|
2869 |
{
|
2881 |
"700italic"
|
2882 |
],
|
2883 |
"subsets": [
|
|
|
2884 |
"vietnamese",
|
2885 |
+
"latin",
|
2886 |
"latin-ext"
|
2887 |
],
|
2888 |
"version": "v12",
|
2889 |
"lastModified": "2017-10-10",
|
2890 |
"files": {
|
2891 |
+
"regular": "http://fonts.gstatic.com/s/cabin/v12/u-4x0qWljRw-Pe83.ttf",
|
2892 |
+
"italic": "http://fonts.gstatic.com/s/cabin/v12/u-4_0qWljRw-Pd81__g.ttf",
|
2893 |
+
"500": "http://fonts.gstatic.com/s/cabin/v12/u-480qWljRw-PdfD3Nhi.ttf",
|
2894 |
+
"500italic": "http://fonts.gstatic.com/s/cabin/v12/u-460qWljRw-Pd81xwxhuyw.ttf",
|
2895 |
+
"600": "http://fonts.gstatic.com/s/cabin/v12/u-480qWljRw-Pdfv29hi.ttf",
|
2896 |
+
"600italic": "http://fonts.gstatic.com/s/cabin/v12/u-460qWljRw-Pd81xyBmuyw.ttf",
|
2897 |
+
"700": "http://fonts.gstatic.com/s/cabin/v12/u-480qWljRw-PdeL2thi.ttf",
|
2898 |
+
"700italic": "http://fonts.gstatic.com/s/cabin/v12/u-460qWljRw-Pd81x0Rnuyw.ttf"
|
2899 |
}
|
2900 |
},
|
2901 |
{
|
2909 |
"700"
|
2910 |
],
|
2911 |
"subsets": [
|
|
|
2912 |
"vietnamese",
|
2913 |
+
"latin",
|
2914 |
"latin-ext"
|
2915 |
],
|
2916 |
"version": "v11",
|
2917 |
"lastModified": "2017-10-10",
|
2918 |
"files": {
|
2919 |
+
"regular": "http://fonts.gstatic.com/s/cabincondensed/v11/nwpMtK6mNhBK2err_hqkYhHRqmwaYA.ttf",
|
2920 |
+
"500": "http://fonts.gstatic.com/s/cabincondensed/v11/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97A.ttf",
|
2921 |
+
"600": "http://fonts.gstatic.com/s/cabincondensed/v11/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97A.ttf",
|
2922 |
+
"700": "http://fonts.gstatic.com/s/cabincondensed/v11/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97A.ttf"
|
2923 |
}
|
2924 |
},
|
2925 |
{
|
2936 |
"version": "v11",
|
2937 |
"lastModified": "2017-10-10",
|
2938 |
"files": {
|
2939 |
+
"regular": "http://fonts.gstatic.com/s/cabinsketch/v11/QGYpz_kZZAGCONcK2A4bGOjMnw.ttf",
|
2940 |
+
"700": "http://fonts.gstatic.com/s/cabinsketch/v11/QGY2z_kZZAGCONcK2A4bGOj0I_1o4Q.ttf"
|
2941 |
}
|
2942 |
},
|
2943 |
{
|
2953 |
"version": "v6",
|
2954 |
"lastModified": "2017-10-10",
|
2955 |
"files": {
|
2956 |
+
"regular": "http://fonts.gstatic.com/s/caesardressing/v6/yYLx0hLa3vawqtwdswbotmK4vrR3cQ.ttf"
|
2957 |
}
|
2958 |
},
|
2959 |
{
|
2969 |
"version": "v6",
|
2970 |
"lastModified": "2017-10-10",
|
2971 |
"files": {
|
2972 |
+
"regular": "http://fonts.gstatic.com/s/cagliostro/v6/ZgNWjP5HM73BV5amnX-TjGU.ttf"
|
2973 |
}
|
2974 |
},
|
2975 |
{
|
2989 |
"latin",
|
2990 |
"latin-ext"
|
2991 |
],
|
2992 |
+
"version": "v3",
|
2993 |
+
"lastModified": "2018-02-20",
|
2994 |
"files": {
|
2995 |
+
"200": "http://fonts.gstatic.com/s/cairo/v3/SLXLc1nY6Hkvalrub76M.ttf",
|
2996 |
+
"300": "http://fonts.gstatic.com/s/cairo/v3/SLXLc1nY6HkvalqKbL6M.ttf",
|
2997 |
+
"regular": "http://fonts.gstatic.com/s/cairo/v3/SLXGc1nY6HkvamIm.ttf",
|
2998 |
+
"600": "http://fonts.gstatic.com/s/cairo/v3/SLXLc1nY6Hkvalr-ar6M.ttf",
|
2999 |
+
"700": "http://fonts.gstatic.com/s/cairo/v3/SLXLc1nY6Hkvalqaa76M.ttf",
|
3000 |
+
"900": "http://fonts.gstatic.com/s/cairo/v3/SLXLc1nY6Hkvalqiab6M.ttf"
|
3001 |
}
|
3002 |
},
|
3003 |
{
|
3013 |
"version": "v9",
|
3014 |
"lastModified": "2017-10-10",
|
3015 |
"files": {
|
3016 |
+
"regular": "http://fonts.gstatic.com/s/calligraffitti/v9/46k2lbT3XjDVqJw3DCmCFjE0vnFZ.ttf"
|
3017 |
}
|
3018 |
},
|
3019 |
{
|
3034 |
"version": "v3",
|
3035 |
"lastModified": "2017-10-10",
|
3036 |
"files": {
|
3037 |
+
"regular": "http://fonts.gstatic.com/s/cambay/v3/SLXJc1rY6H0_ZDsGbg.ttf",
|
3038 |
+
"italic": "http://fonts.gstatic.com/s/cambay/v3/SLXLc1rY6H0_ZDs2bL6M.ttf",
|
3039 |
+
"700": "http://fonts.gstatic.com/s/cambay/v3/SLXKc1rY6H0_ZDs-0pusxw.ttf",
|
3040 |
+
"700italic": "http://fonts.gstatic.com/s/cambay/v3/SLXMc1rY6H0_ZDs2bIYwwvN0.ttf"
|
3041 |
}
|
3042 |
},
|
3043 |
{
|
3053 |
"version": "v6",
|
3054 |
"lastModified": "2017-10-10",
|
3055 |
"files": {
|
3056 |
+
"regular": "http://fonts.gstatic.com/s/cambo/v6/IFSqHeNEk8FJk416.ttf"
|
3057 |
}
|
3058 |
},
|
3059 |
{
|
3069 |
"version": "v7",
|
3070 |
"lastModified": "2017-10-10",
|
3071 |
"files": {
|
3072 |
+
"regular": "http://fonts.gstatic.com/s/candal/v7/XoHn2YH6T7-t_8cNAQ.ttf"
|
3073 |
}
|
3074 |
},
|
3075 |
{
|
3088 |
"version": "v7",
|
3089 |
"lastModified": "2017-10-10",
|
3090 |
"files": {
|
3091 |
+
"regular": "http://fonts.gstatic.com/s/cantarell/v7/B50NF7ZDq37KMUvlO01Jiw.ttf",
|
3092 |
+
"italic": "http://fonts.gstatic.com/s/cantarell/v7/B50LF7ZDq37KMUvlO015iaJu.ttf",
|
3093 |
+
"700": "http://fonts.gstatic.com/s/cantarell/v7/B50IF7ZDq37KMUvlO01xN4dOFA.ttf",
|
3094 |
+
"700italic": "http://fonts.gstatic.com/s/cantarell/v7/B50WF7ZDq37KMUvlO015iZrSEY6a.ttf"
|
3095 |
}
|
3096 |
},
|
3097 |
{
|
3108 |
"version": "v7",
|
3109 |
"lastModified": "2017-10-10",
|
3110 |
"files": {
|
3111 |
+
"regular": "http://fonts.gstatic.com/s/cantataone/v7/PlI5Fl60Nb5obNzNe2jslVxE.ttf"
|
3112 |
}
|
3113 |
},
|
3114 |
{
|
3125 |
"version": "v7",
|
3126 |
"lastModified": "2017-10-10",
|
3127 |
"files": {
|
3128 |
+
"regular": "http://fonts.gstatic.com/s/cantoraone/v7/gyB4hws1JdgnKy56GB_JX6zd.ttf"
|
3129 |
}
|
3130 |
},
|
3131 |
{
|
3142 |
"version": "v5",
|
3143 |
"lastModified": "2017-10-10",
|
3144 |
"files": {
|
3145 |
+
"regular": "http://fonts.gstatic.com/s/capriola/v5/wXKoE3YSppcvo1PDln_8.ttf"
|
3146 |
}
|
3147 |
},
|
3148 |
{
|
3155 |
"700"
|
3156 |
],
|
3157 |
"subsets": [
|
|
|
|
|
3158 |
"greek-ext",
|
3159 |
+
"latin",
|
3160 |
+
"greek",
|
3161 |
"latin-ext"
|
3162 |
],
|
3163 |
"version": "v9",
|
3164 |
"lastModified": "2017-10-10",
|
3165 |
"files": {
|
3166 |
+
"regular": "http://fonts.gstatic.com/s/cardo/v9/wlp_gwjKBV1pqiv_.ttf",
|
3167 |
+
"italic": "http://fonts.gstatic.com/s/cardo/v9/wlpxgwjKBV1pqhv93IQ.ttf",
|
3168 |
+
"700": "http://fonts.gstatic.com/s/cardo/v9/wlpygwjKBV1pqhND-aQR.ttf"
|
3169 |
}
|
3170 |
},
|
3171 |
{
|
3181 |
"version": "v8",
|
3182 |
"lastModified": "2017-10-10",
|
3183 |
"files": {
|
3184 |
+
"regular": "http://fonts.gstatic.com/s/carme/v8/ptRHTiWdbvZIDOjG.ttf"
|
3185 |
}
|
3186 |
},
|
3187 |
{
|
3197 |
"version": "v7",
|
3198 |
"lastModified": "2017-10-10",
|
3199 |
"files": {
|
3200 |
+
"regular": "http://fonts.gstatic.com/s/carroisgothic/v7/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD.ttf"
|
3201 |
}
|
3202 |
},
|
3203 |
{
|
3213 |
"version": "v7",
|
3214 |
"lastModified": "2017-10-10",
|
3215 |
"files": {
|
3216 |
+
"regular": "http://fonts.gstatic.com/s/carroisgothicsc/v7/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28n.ttf"
|
3217 |
}
|
3218 |
},
|
3219 |
{
|
3229 |
"version": "v9",
|
3230 |
"lastModified": "2017-10-10",
|
3231 |
"files": {
|
3232 |
+
"regular": "http://fonts.gstatic.com/s/carterone/v9/q5uCsoe5IOB2-pXv9UcNIxQ.ttf"
|
3233 |
}
|
3234 |
},
|
3235 |
{
|
3248 |
"900"
|
3249 |
],
|
3250 |
"subsets": [
|
|
|
3251 |
"latin",
|
3252 |
+
"latin-ext",
|
3253 |
+
"tamil"
|
3254 |
],
|
3255 |
"version": "v4",
|
3256 |
"lastModified": "2017-11-21",
|
3257 |
"files": {
|
3258 |
+
"100": "http://fonts.gstatic.com/s/catamaran/v4/o-0OIpQoyXQa2RxT7-5jhjRF.ttf",
|
3259 |
+
"200": "http://fonts.gstatic.com/s/catamaran/v4/o-0NIpQoyXQa2RxT7-5jKhVlYw.ttf",
|
3260 |
+
"300": "http://fonts.gstatic.com/s/catamaran/v4/o-0NIpQoyXQa2RxT7-5jThZlYw.ttf",
|
3261 |
+
"regular": "http://fonts.gstatic.com/s/catamaran/v4/o-0IIpQoyXQa2RxT7-5b4g.ttf",
|
3262 |
+
"500": "http://fonts.gstatic.com/s/catamaran/v4/o-0NIpQoyXQa2RxT7-5jFhdlYw.ttf",
|
3263 |
+
"600": "http://fonts.gstatic.com/s/catamaran/v4/o-0NIpQoyXQa2RxT7-5jOhBlYw.ttf",
|
3264 |
+
"700": "http://fonts.gstatic.com/s/catamaran/v4/o-0NIpQoyXQa2RxT7-5jXhFlYw.ttf",
|
3265 |
+
"800": "http://fonts.gstatic.com/s/catamaran/v4/o-0NIpQoyXQa2RxT7-5jQhJlYw.ttf",
|
3266 |
+
"900": "http://fonts.gstatic.com/s/catamaran/v4/o-0NIpQoyXQa2RxT7-5jZhNlYw.ttf"
|
3267 |
}
|
3268 |
},
|
3269 |
{
|
3277 |
"700italic"
|
3278 |
],
|
3279 |
"subsets": [
|
|
|
|
|
3280 |
"greek-ext",
|
3281 |
+
"latin",
|
3282 |
+
"greek",
|
3283 |
"latin-ext"
|
3284 |
],
|
3285 |
"version": "v7",
|
3286 |
"lastModified": "2017-10-10",
|
3287 |
"files": {
|
3288 |
+
"regular": "http://fonts.gstatic.com/s/caudex/v7/esDQ311QOP6BJUrIyg.ttf",
|
3289 |
+
"italic": "http://fonts.gstatic.com/s/caudex/v7/esDS311QOP6BJUr4yPKE.ttf",
|
3290 |
+
"700": "http://fonts.gstatic.com/s/caudex/v7/esDT311QOP6BJUrwdteklQ.ttf",
|
3291 |
+
"700italic": "http://fonts.gstatic.com/s/caudex/v7/esDV311QOP6BJUr4yMo4kJ8G.ttf"
|
3292 |
}
|
3293 |
},
|
3294 |
{
|
3301 |
],
|
3302 |
"subsets": [
|
3303 |
"latin",
|
3304 |
+
"cyrillic",
|
3305 |
+
"latin-ext"
|
3306 |
],
|
3307 |
"version": "v4",
|
3308 |
"lastModified": "2017-11-07",
|
3309 |
"files": {
|
3310 |
+
"regular": "http://fonts.gstatic.com/s/caveat/v4/Wnz6HAc5bAfYB2QLYQ.ttf",
|
3311 |
+
"700": "http://fonts.gstatic.com/s/caveat/v4/Wnz5HAc5bAfYB2Qz3RM9og.ttf"
|
3312 |
}
|
3313 |
},
|
3314 |
{
|
3325 |
"version": "v3",
|
3326 |
"lastModified": "2017-10-10",
|
3327 |
"files": {
|
3328 |
+
"regular": "http://fonts.gstatic.com/s/caveatbrush/v3/EYq0maZfwr9S9-ETZc3fKXtMWw.ttf"
|
3329 |
}
|
3330 |
},
|
3331 |
{
|
3341 |
"version": "v8",
|
3342 |
"lastModified": "2017-10-10",
|
3343 |
"files": {
|
3344 |
+
"regular": "http://fonts.gstatic.com/s/cedarvillecursive/v8/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJQ.ttf"
|
3345 |
}
|
3346 |
},
|
3347 |
{
|
3358 |
"version": "v8",
|
3359 |
"lastModified": "2017-10-10",
|
3360 |
"files": {
|
3361 |
+
"regular": "http://fonts.gstatic.com/s/cevicheone/v8/gyB4hws1IcA6JzR-GB_JX6zd.ttf"
|
3362 |
}
|
3363 |
},
|
3364 |
{
|
3379 |
"latin",
|
3380 |
"latin-ext"
|
3381 |
],
|
3382 |
+
"version": "v4",
|
3383 |
+
"lastModified": "2018-02-20",
|
3384 |
"files": {
|
3385 |
+
"200": "http://fonts.gstatic.com/s/changa/v4/2-cl9JNi2YuVOUcsqb2bUg.ttf",
|
3386 |
+
"300": "http://fonts.gstatic.com/s/changa/v4/2-cl9JNi2YuVOUcszb6bUg.ttf",
|
3387 |
+
"regular": "http://fonts.gstatic.com/s/changa/v4/2-cm9JNi2YuVOUcUYQ.ttf",
|
3388 |
+
"500": "http://fonts.gstatic.com/s/changa/v4/2-cl9JNi2YuVOUcslb-bUg.ttf",
|
3389 |
+
"600": "http://fonts.gstatic.com/s/changa/v4/2-cl9JNi2YuVOUcsubibUg.ttf",
|
3390 |
+
"700": "http://fonts.gstatic.com/s/changa/v4/2-cl9JNi2YuVOUcs3bmbUg.ttf",
|
3391 |
+
"800": "http://fonts.gstatic.com/s/changa/v4/2-cl9JNi2YuVOUcswbqbUg.ttf"
|
3392 |
}
|
3393 |
},
|
3394 |
{
|
3405 |
"version": "v10",
|
3406 |
"lastModified": "2017-10-10",
|
3407 |
"files": {
|
3408 |
+
"regular": "http://fonts.gstatic.com/s/changaone/v10/xfu00W3wXn3QLUJXhzq46AY.ttf",
|
3409 |
+
"italic": "http://fonts.gstatic.com/s/changaone/v10/xfu20W3wXn3QLUJXhzq42ATivA.ttf"
|
3410 |
}
|
3411 |
},
|
3412 |
{
|
3423 |
"version": "v6",
|
3424 |
"lastModified": "2017-10-10",
|
3425 |
"files": {
|
3426 |
+
"regular": "http://fonts.gstatic.com/s/chango/v6/2V0cKI0OB5U7WaJyzw.ttf"
|
3427 |
}
|
3428 |
},
|
3429 |
{
|
3444 |
"version": "v3",
|
3445 |
"lastModified": "2017-10-09",
|
3446 |
"files": {
|
3447 |
+
"100": "http://fonts.gstatic.com/s/chathura/v3/_gP91R7-rzUuVjim42dEq0Q.ttf",
|
3448 |
+
"300": "http://fonts.gstatic.com/s/chathura/v3/_gP81R7-rzUuVjim42eMiWSx.ttf",
|
3449 |
+
"regular": "http://fonts.gstatic.com/s/chathura/v3/_gP71R7-rzUuVjim418g.ttf",
|
3450 |
+
"700": "http://fonts.gstatic.com/s/chathura/v3/_gP81R7-rzUuVjim42ecjmSx.ttf",
|
3451 |
+
"800": "http://fonts.gstatic.com/s/chathura/v3/_gP81R7-rzUuVjim42eAjWSx.ttf"
|
3452 |
}
|
3453 |
},
|
3454 |
{
|
3466 |
"version": "v7",
|
3467 |
"lastModified": "2017-10-10",
|
3468 |
"files": {
|
3469 |
+
"regular": "http://fonts.gstatic.com/s/chauphilomeneone/v7/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnA.ttf",
|
3470 |
+
"italic": "http://fonts.gstatic.com/s/chauphilomeneone/v7/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_.ttf"
|
3471 |
}
|
3472 |
},
|
3473 |
{
|
3484 |
"version": "v6",
|
3485 |
"lastModified": "2017-10-09",
|
3486 |
"files": {
|
3487 |
+
"regular": "http://fonts.gstatic.com/s/chelaone/v6/6ae-4KC7Uqgdz_JZdPIy3w.ttf"
|
3488 |
}
|
3489 |
},
|
3490 |
{
|
3501 |
"version": "v5",
|
3502 |
"lastModified": "2017-10-10",
|
3503 |
"files": {
|
3504 |
+
"regular": "http://fonts.gstatic.com/s/chelseamarket/v5/BCawqZsHqfr89WNP_IApC8tzKBhl.ttf"
|
3505 |
}
|
3506 |
},
|
3507 |
{
|
3517 |
"version": "v10",
|
3518 |
"lastModified": "2017-10-09",
|
3519 |
"files": {
|
3520 |
+
"regular": "http://fonts.gstatic.com/s/chenla/v10/SZc43FDpIKu8WZ9eXw.ttf"
|
3521 |
}
|
3522 |
},
|
3523 |
{
|
3533 |
"version": "v8",
|
3534 |
"lastModified": "2017-10-10",
|
3535 |
"files": {
|
3536 |
+
"regular": "http://fonts.gstatic.com/s/cherrycreamsoda/v8/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6.ttf"
|
3537 |
}
|
3538 |
},
|
3539 |
{
|
3551 |
"version": "v5",
|
3552 |
"lastModified": "2017-10-10",
|
3553 |
"files": {
|
3554 |
+
"regular": "http://fonts.gstatic.com/s/cherryswash/v5/i7dNIFByZjaNAMxtZcnfAy58QA.ttf",
|
3555 |
+
"700": "http://fonts.gstatic.com/s/cherryswash/v5/i7dSIFByZjaNAMxtZcnfAy5E_FeaGw.ttf"
|
3556 |
}
|
3557 |
},
|
3558 |
{
|
3568 |
"version": "v9",
|
3569 |
"lastModified": "2017-10-10",
|
3570 |
"files": {
|
3571 |
+
"regular": "http://fonts.gstatic.com/s/chewy/v9/uK_94ruUb-k-wk5x.ttf"
|
3572 |
}
|
3573 |
},
|
3574 |
{
|
3585 |
"version": "v6",
|
3586 |
"lastModified": "2017-10-10",
|
3587 |
"files": {
|
3588 |
+
"regular": "http://fonts.gstatic.com/s/chicle/v6/lJwG-pw9i2dqU-BDyQ.ttf"
|
3589 |
}
|
3590 |
},
|
3591 |
{
|
3609 |
"version": "v9",
|
3610 |
"lastModified": "2017-10-10",
|
3611 |
"files": {
|
3612 |
+
"300": "http://fonts.gstatic.com/s/chivo/v9/va9F4kzIxd1KFrjDY8Z_.ttf",
|
3613 |
+
"300italic": "http://fonts.gstatic.com/s/chivo/v9/va9D4kzIxd1KFrBteUp9sKg.ttf",
|
3614 |
+
"regular": "http://fonts.gstatic.com/s/chivo/v9/va9I4kzIxd1KFoBv.ttf",
|
3615 |
+
"italic": "http://fonts.gstatic.com/s/chivo/v9/va9G4kzIxd1KFrBtQeY.ttf",
|
3616 |
+
"700": "http://fonts.gstatic.com/s/chivo/v9/va9F4kzIxd1KFrjTZMZ_.ttf",
|
3617 |
+
"700italic": "http://fonts.gstatic.com/s/chivo/v9/va9D4kzIxd1KFrBteVp6sKg.ttf",
|
3618 |
+
"900": "http://fonts.gstatic.com/s/chivo/v9/va9F4kzIxd1KFrjrZsZ_.ttf",
|
3619 |
+
"900italic": "http://fonts.gstatic.com/s/chivo/v9/va9D4kzIxd1KFrBteWJ4sKg.ttf"
|
3620 |
}
|
3621 |
},
|
3622 |
{
|
3627 |
"regular"
|
3628 |
],
|
3629 |
"subsets": [
|
|
|
3630 |
"vietnamese",
|
3631 |
+
"latin",
|
3632 |
"latin-ext",
|
3633 |
"thai"
|
3634 |
],
|
3635 |
"version": "v2",
|
3636 |
"lastModified": "2017-10-10",
|
3637 |
"files": {
|
3638 |
+
"regular": "http://fonts.gstatic.com/s/chonburi/v2/8AtqGs-wOpGRTBq66IWa.ttf"
|
3639 |
}
|
3640 |
},
|
3641 |
{
|
3654 |
"version": "v7",
|
3655 |
"lastModified": "2017-10-10",
|
3656 |
"files": {
|
3657 |
+
"regular": "http://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gtL8Q.ttf",
|
3658 |
+
"700": "http://fonts.gstatic.com/s/cinzel/v7/8vIK7ww63mVu7gtzTUHeFA.ttf",
|
3659 |
+
"900": "http://fonts.gstatic.com/s/cinzel/v7/8vIK7ww63mVu7gtzdUPeFA.ttf"
|
3660 |
}
|
3661 |
},
|
3662 |
{
|
3674 |
"version": "v6",
|
3675 |
"lastModified": "2017-10-10",
|
3676 |
"files": {
|
3677 |
+
"regular": "http://fonts.gstatic.com/s/cinzeldecorative/v6/daaCSScvJGqLYhG8nNt8KPPswUAPnh7U.ttf",
|
3678 |
+
"700": "http://fonts.gstatic.com/s/cinzeldecorative/v6/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelD.ttf",
|
3679 |
+
"900": "http://fonts.gstatic.com/s/cinzeldecorative/v6/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lD.ttf"
|
3680 |
}
|
3681 |
},
|
3682 |
{
|
3693 |
"version": "v5",
|
3694 |
"lastModified": "2017-10-10",
|
3695 |
"files": {
|
3696 |
+
"regular": "http://fonts.gstatic.com/s/clickerscript/v5/raxkHiKPvt8CMH6ZWP8PdlEq72rY.ttf"
|
3697 |
}
|
3698 |
},
|
3699 |
{
|
3711 |
"version": "v13",
|
3712 |
"lastModified": "2017-10-10",
|
3713 |
"files": {
|
3714 |
+
"regular": "http://fonts.gstatic.com/s/coda/v13/SLXHc1jY5nQ8JUI.ttf",
|
3715 |
+
"800": "http://fonts.gstatic.com/s/coda/v13/SLXIc1jY5nQ8HeIgTp4.ttf"
|
3716 |
}
|
3717 |
},
|
3718 |
{
|
3729 |
"version": "v11",
|
3730 |
"lastModified": "2017-10-10",
|
3731 |
"files": {
|
3732 |
+
"800": "http://fonts.gstatic.com/s/codacaption/v11/ieVm2YRII2GMY7SyXSoDRiQGqcx6xw.ttf"
|
3733 |
}
|
3734 |
},
|
3735 |
{
|
3747 |
"version": "v5",
|
3748 |
"lastModified": "2017-10-10",
|
3749 |
"files": {
|
3750 |
+
"300": "http://fonts.gstatic.com/s/codystar/v5/FwZf7-Q1xVk-40qxOuYsyuyr.ttf",
|
3751 |
+
"regular": "http://fonts.gstatic.com/s/codystar/v5/FwZY7-Q1xVk-40qxOt6A.ttf"
|
3752 |
}
|
3753 |
},
|
3754 |
{
|
3759 |
"regular"
|
3760 |
],
|
3761 |
"subsets": [
|
|
|
|
|
3762 |
"vietnamese",
|
3763 |
+
"latin",
|
3764 |
+
"latin-ext",
|
3765 |
+
"tamil"
|
3766 |
],
|
3767 |
"version": "v3",
|
3768 |
"lastModified": "2017-10-09",
|
3769 |
"files": {
|
3770 |
+
"regular": "http://fonts.gstatic.com/s/coiny/v3/gyByhwU1K989PXwb.ttf"
|
3771 |
}
|
3772 |
},
|
3773 |
{
|
3784 |
"version": "v6",
|
3785 |
"lastModified": "2017-10-09",
|
3786 |
"files": {
|
3787 |
+
"regular": "http://fonts.gstatic.com/s/combo/v6/BXRlvF3Jh_fIhg0i.ttf"
|
3788 |
}
|
3789 |
},
|
3790 |
{
|
3797 |
"700"
|
3798 |
],
|
3799 |
"subsets": [
|
|
|
|
|
3800 |
"vietnamese",
|
3801 |
+
"latin",
|
3802 |
"cyrillic",
|
3803 |
+
"greek",
|
3804 |
+
"latin-ext",
|
3805 |
"cyrillic-ext"
|
3806 |
],
|
3807 |
"version": "v12",
|
3808 |
"lastModified": "2017-11-07",
|
3809 |
"files": {
|
3810 |
+
"300": "http://fonts.gstatic.com/s/comfortaa/v12/1Ptpg8LJRfWJmhDAuUsw5qNPBQ.ttf",
|
3811 |
+
"regular": "http://fonts.gstatic.com/s/comfortaa/v12/1Ptsg8LJRfWJmhDAuUsISg.ttf",
|
3812 |
+
"700": "http://fonts.gstatic.com/s/comfortaa/v12/1Ptpg8LJRfWJmhDAuUsw9qRPBQ.ttf"
|
3813 |
}
|
3814 |
},
|
3815 |
{
|
3825 |
"version": "v8",
|
3826 |
"lastModified": "2017-10-10",
|
3827 |
"files": {
|
3828 |
+
"regular": "http://fonts.gstatic.com/s/comingsoon/v8/qWcuB6mzpYL7AJ2VfdQR1u-S.ttf"
|
3829 |
}
|
3830 |
},
|
3831 |
{
|
3842 |
"version": "v8",
|
3843 |
"lastModified": "2017-10-10",
|
3844 |
"files": {
|
3845 |
+
"regular": "http://fonts.gstatic.com/s/concertone/v8/VEM1Ro9xs5PjtzCu-srDqRTl.ttf"
|
3846 |
}
|
3847 |
},
|
3848 |
{
|
3859 |
"version": "v5",
|
3860 |
"lastModified": "2017-10-10",
|
3861 |
"files": {
|
3862 |
+
"regular": "http://fonts.gstatic.com/s/condiment/v5/pONk1hggFNmwvXALyH6Sqw.ttf"
|
3863 |
}
|
3864 |
},
|
3865 |
{
|
3876 |
"version": "v9",
|
3877 |
"lastModified": "2017-10-10",
|
3878 |
"files": {
|
3879 |
+
"regular": "http://fonts.gstatic.com/s/content/v9/zrfl0HLayePhU_AwUaA.ttf",
|
3880 |
+
"700": "http://fonts.gstatic.com/s/content/v9/zrfg0HLayePhU_AwaRzdBio.ttf"
|
3881 |
}
|
3882 |
},
|
3883 |
{
|
3893 |
"version": "v7",
|
3894 |
"lastModified": "2017-10-10",
|
3895 |
"files": {
|
3896 |
+
"regular": "http://fonts.gstatic.com/s/contrailone/v7/eLGbP-j_JA-kG0_Zo51noafdZQ.ttf"
|
3897 |
}
|
3898 |
},
|
3899 |
{
|
3909 |
"version": "v6",
|
3910 |
"lastModified": "2017-10-10",
|
3911 |
"files": {
|
3912 |
+
"regular": "http://fonts.gstatic.com/s/convergence/v6/rax5HiePvdgXPmmMHcIPYRha.ttf"
|
3913 |
}
|
3914 |
},
|
3915 |
{
|
3925 |
"version": "v8",
|
3926 |
"lastModified": "2017-10-10",
|
3927 |
"files": {
|
3928 |
+
"regular": "http://fonts.gstatic.com/s/cookie/v8/syky-y18lb0tSbfNlQ.ttf"
|
3929 |
}
|
3930 |
},
|
3931 |
{
|
3941 |
"version": "v7",
|
3942 |
"lastModified": "2017-10-10",
|
3943 |
"files": {
|
3944 |
+
"regular": "http://fonts.gstatic.com/s/copse/v7/11hPGpDKz1rGb0dj.ttf"
|
3945 |
}
|
3946 |
},
|
3947 |
{
|
3959 |
"version": "v11",
|
3960 |
"lastModified": "2017-10-10",
|
3961 |
"files": {
|
3962 |
+
"regular": "http://fonts.gstatic.com/s/corben/v11/LYjDdGzzklQtCMp9oA.ttf",
|
3963 |
+
"700": "http://fonts.gstatic.com/s/corben/v11/LYjAdGzzklQtCMpFHCZgrQ.ttf"
|
3964 |
}
|
3965 |
},
|
3966 |
{
|
3980 |
"700italic"
|
3981 |
],
|
3982 |
"subsets": [
|
|
|
3983 |
"vietnamese",
|
3984 |
+
"latin",
|
3985 |
"cyrillic",
|
3986 |
+
"latin-ext",
|
3987 |
"cyrillic-ext"
|
3988 |
],
|
3989 |
"version": "v6",
|
3990 |
"lastModified": "2017-11-21",
|
3991 |
"files": {
|
3992 |
+
"300": "http://fonts.gstatic.com/s/cormorant/v6/H4cgBXOCl9bbnla_nHIiRLmYgg.ttf",
|
3993 |
+
"300italic": "http://fonts.gstatic.com/s/cormorant/v6/H4c-BXOCl9bbnla_nHIq6qMUgIa2.ttf",
|
3994 |
+
"regular": "http://fonts.gstatic.com/s/cormorant/v6/H4clBXOCl9bbnla_nHIa6A.ttf",
|
3995 |
+
"italic": "http://fonts.gstatic.com/s/cormorant/v6/H4cjBXOCl9bbnla_nHIq6pu4.ttf",
|
3996 |
+
"500": "http://fonts.gstatic.com/s/cormorant/v6/H4cgBXOCl9bbnla_nHIiHLiYgg.ttf",
|
3997 |
+
"500italic": "http://fonts.gstatic.com/s/cormorant/v6/H4c-BXOCl9bbnla_nHIq6qNMgYa2.ttf",
|
3998 |
+
"600": "http://fonts.gstatic.com/s/cormorant/v6/H4cgBXOCl9bbnla_nHIiML-Ygg.ttf",
|
3999 |
+
"600italic": "http://fonts.gstatic.com/s/cormorant/v6/H4c-BXOCl9bbnla_nHIq6qNghoa2.ttf",
|
4000 |
+
"700": "http://fonts.gstatic.com/s/cormorant/v6/H4cgBXOCl9bbnla_nHIiVL6Ygg.ttf",
|
4001 |
+
"700italic": "http://fonts.gstatic.com/s/cormorant/v6/H4c-BXOCl9bbnla_nHIq6qMEh4a2.ttf"
|
4002 |
}
|
4003 |
},
|
4004 |
{
|
4018 |
"700italic"
|
4019 |
],
|
4020 |
"subsets": [
|
|
|
4021 |
"vietnamese",
|
4022 |
+
"latin",
|
4023 |
"cyrillic",
|
4024 |
+
"latin-ext",
|
4025 |
"cyrillic-ext"
|
4026 |
],
|
4027 |
"version": "v5",
|
4028 |
"lastModified": "2017-11-21",
|
4029 |
"files": {
|
4030 |
+
"300": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQ.ttf",
|
4031 |
+
"300italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-N.ttf",
|
4032 |
+
"regular": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjorg.ttf",
|
4033 |
+
"italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtP.ttf",
|
4034 |
+
"500": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQ.ttf",
|
4035 |
+
"500italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-N.ttf",
|
4036 |
+
"600": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQ.ttf",
|
4037 |
+
"600italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-N.ttf",
|
4038 |
+
"700": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQ.ttf",
|
4039 |
+
"700italic": "http://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-N.ttf"
|
4040 |
}
|
4041 |
},
|
4042 |
{
|
4056 |
"700italic"
|
4057 |
],
|
4058 |
"subsets": [
|
|
|
4059 |
"vietnamese",
|
4060 |
+
"latin",
|
4061 |
"cyrillic",
|
4062 |
+
"latin-ext",
|
4063 |
"cyrillic-ext"
|
4064 |
],
|
4065 |
"version": "v5",
|
4066 |
"lastModified": "2017-11-21",
|
4067 |
"files": {
|
4068 |
+
"300": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DM.ttf",
|
4069 |
+
"300italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRg.ttf",
|
4070 |
+
"regular": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyPU44g9vKiM1sORYSiWeAsLN993_A.ttf",
|
4071 |
+
"italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3A.ttf",
|
4072 |
+
"500": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DM.ttf",
|
4073 |
+
"500italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRg.ttf",
|
4074 |
+
"600": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DM.ttf",
|
4075 |
+
"600italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRg.ttf",
|
4076 |
+
"700": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DM.ttf",
|
4077 |
+
"700italic": "http://fonts.gstatic.com/s/cormorantinfant/v5/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRg.ttf"
|
4078 |
}
|
4079 |
},
|
4080 |
{
|
4089 |
"700"
|
4090 |
],
|
4091 |
"subsets": [
|
|
|
4092 |
"vietnamese",
|
4093 |
+
"latin",
|
4094 |
"cyrillic",
|
4095 |
+
"latin-ext",
|
4096 |
"cyrillic-ext"
|
4097 |
],
|
4098 |
"version": "v5",
|
4099 |
"lastModified": "2017-11-21",
|
4100 |
"files": {
|
4101 |
+
"300": "http://fonts.gstatic.com/s/cormorantsc/v5/0ybmGD4kxqXBmOVLG30OGwsmABIU_Q.ttf",
|
4102 |
+
"regular": "http://fonts.gstatic.com/s/cormorantsc/v5/0yb5GD4kxqXBmOVLG30OGwserA.ttf",
|
4103 |
+
"500": "http://fonts.gstatic.com/s/cormorantsc/v5/0ybmGD4kxqXBmOVLG30OGwsmWBMU_Q.ttf",
|
4104 |
+
"600": "http://fonts.gstatic.com/s/cormorantsc/v5/0ybmGD4kxqXBmOVLG30OGwsmdBQU_Q.ttf",
|
4105 |
+
"700": "http://fonts.gstatic.com/s/cormorantsc/v5/0ybmGD4kxqXBmOVLG30OGwsmEBUU_Q.ttf"
|
4106 |
}
|
4107 |
},
|
4108 |
{
|
4117 |
"700"
|
4118 |
],
|
4119 |
"subsets": [
|
|
|
4120 |
"vietnamese",
|
4121 |
+
"latin",
|
4122 |
"cyrillic",
|
4123 |
+
"latin-ext",
|
4124 |
"cyrillic-ext"
|
4125 |
],
|
4126 |
"version": "v5",
|
4127 |
"lastModified": "2017-11-21",
|
4128 |
"files": {
|
4129 |
+
"300": "http://fonts.gstatic.com/s/cormorantunicase/v5/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv.ttf",
|
4130 |
+
"regular": "http://fonts.gstatic.com/s/cormorantunicase/v5/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vT.ttf",
|
4131 |
+
"500": "http://fonts.gstatic.com/s/cormorantunicase/v5/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv.ttf",
|
4132 |
+
"600": "http://fonts.gstatic.com/s/cormorantunicase/v5/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv.ttf",
|
4133 |
+
"700": "http://fonts.gstatic.com/s/cormorantunicase/v5/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv.ttf"
|
4134 |
}
|
4135 |
},
|
4136 |
{
|
4145 |
"700"
|
4146 |
],
|
4147 |
"subsets": [
|
|
|
4148 |
"vietnamese",
|
4149 |
+
"latin",
|
4150 |
"latin-ext"
|
4151 |
],
|
4152 |
"version": "v4",
|
4153 |
"lastModified": "2017-10-09",
|
4154 |
"files": {
|
4155 |
+
"300": "http://fonts.gstatic.com/s/cormorantupright/v4/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDs.ttf",
|
4156 |
+
"regular": "http://fonts.gstatic.com/s/cormorantupright/v4/VuJrdM3I2Y35poFONtLdafkUCHw1y2vV.ttf",
|
4157 |
+
"500": "http://fonts.gstatic.com/s/cormorantupright/v4/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDs.ttf",
|
4158 |
+
"600": "http://fonts.gstatic.com/s/cormorantupright/v4/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDs.ttf",
|
4159 |
+
"700": "http://fonts.gstatic.com/s/cormorantupright/v4/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDs.ttf"
|
4160 |
}
|
4161 |
},
|
4162 |
{
|
4173 |
"version": "v5",
|
4174 |
"lastModified": "2017-10-10",
|
4175 |
"files": {
|
4176 |
+
"regular": "http://fonts.gstatic.com/s/courgette/v5/wEO_EBrAnc9BLjLQAUkFUQ.ttf"
|
4177 |
}
|
4178 |
},
|
4179 |
{
|
4187 |
"700italic"
|
4188 |
],
|
4189 |
"subsets": [
|
|
|
|
|
|
|
4190 |
"greek-ext",
|
4191 |
+
"hebrew",
|
4192 |
+
"vietnamese",
|
4193 |
+
"latin",
|
4194 |
"cyrillic",
|
4195 |
+
"greek",
|
4196 |
+
"latin-ext",
|
4197 |
+
"cyrillic-ext"
|
4198 |
],
|
4199 |
"version": "v12",
|
4200 |
"lastModified": "2017-10-10",
|
4201 |
"files": {
|
4202 |
+
"regular": "http://fonts.gstatic.com/s/cousine/v12/d6lIkaiiRdih4SpPzSM.ttf",
|
4203 |
+
"italic": "http://fonts.gstatic.com/s/cousine/v12/d6lKkaiiRdih4SpP_SEvyQ.ttf",
|
4204 |
+
"700": "http://fonts.gstatic.com/s/cousine/v12/d6lNkaiiRdih4SpP9Z8K6T4.ttf",
|
4205 |
+
"700italic": "http://fonts.gstatic.com/s/cousine/v12/d6lPkaiiRdih4SpP_SEXdTvM1w.ttf"
|
4206 |
}
|
4207 |
},
|
4208 |
{
|
4219 |
"version": "v8",
|
4220 |
"lastModified": "2017-10-10",
|
4221 |
"files": {
|
4222 |
+
"regular": "http://fonts.gstatic.com/s/coustard/v8/3XFpErgg3YsZ5fqUU9UP.ttf",
|
4223 |
+
"900": "http://fonts.gstatic.com/s/coustard/v8/3XFuErgg3YsZ5fqUU-2LkEHm.ttf"
|
4224 |
}
|
4225 |
},
|
4226 |
{
|
4236 |
"version": "v7",
|
4237 |
"lastModified": "2017-10-10",
|
4238 |
"files": {
|
4239 |
+
"regular": "http://fonts.gstatic.com/s/coveredbyyourgrace/v7/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0Fg.ttf"
|
4240 |
}
|
4241 |
},
|
4242 |
{
|
4252 |
"version": "v7",
|
4253 |
"lastModified": "2017-10-10",
|
4254 |
"files": {
|
4255 |
+
"regular": "http://fonts.gstatic.com/s/craftygirls/v7/va9B4kXI39VaDdlPJo8N_NvuQQ.ttf"
|
4256 |
}
|
4257 |
},
|
4258 |
{
|
4268 |
"version": "v6",
|
4269 |
"lastModified": "2017-10-10",
|
4270 |
"files": {
|
4271 |
+
"regular": "http://fonts.gstatic.com/s/creepster/v6/AlZy_zVUqJz4yMrniH4hdQ.ttf"
|
4272 |
}
|
4273 |
},
|
4274 |
{
|
4286 |
"version": "v6",
|
4287 |
"lastModified": "2017-10-10",
|
4288 |
"files": {
|
4289 |
+
"regular": "http://fonts.gstatic.com/s/creteround/v6/55xoey1sJNPjPiv1ZZZrxJ18.ttf",
|
4290 |
+
"italic": "http://fonts.gstatic.com/s/creteround/v6/55xqey1sJNPjPiv1ZZZrxK1-0bg.ttf"
|
4291 |
}
|
4292 |
},
|
4293 |
{
|
4308 |
"version": "v8",
|
4309 |
"lastModified": "2017-10-10",
|
4310 |
"files": {
|
4311 |
+
"regular": "http://fonts.gstatic.com/s/crimsontext/v8/wlp2gwHKFkZgtmSR3NB0oRJvaA.ttf",
|
4312 |
+
"italic": "http://fonts.gstatic.com/s/crimsontext/v8/wlpogwHKFkZgtmSR3NB0oRJfaghW.ttf",
|
4313 |
+
"600": "http://fonts.gstatic.com/s/crimsontext/v8/wlppgwHKFkZgtmSR3NB0oRJXsCx2Cw.ttf",
|
4314 |
+
"600italic": "http://fonts.gstatic.com/s/crimsontext/v8/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV.ttf",
|
4315 |
+
"700": "http://fonts.gstatic.com/s/crimsontext/v8/wlppgwHKFkZgtmSR3NB0oRJX1C12Cw.ttf",
|
4316 |
+
"700italic": "http://fonts.gstatic.com/s/crimsontext/v8/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV.ttf"
|
4317 |
}
|
4318 |
},
|
4319 |
{
|
4330 |
"version": "v5",
|
4331 |
"lastModified": "2017-10-10",
|
4332 |
"files": {
|
4333 |
+
"regular": "http://fonts.gstatic.com/s/croissantone/v5/3y9n6bU9bTPg4m8NDy3Kq24UM3o.ttf"
|
4334 |
}
|
4335 |
},
|
4336 |
{
|
4346 |
"version": "v8",
|
4347 |
"lastModified": "2017-10-10",
|
4348 |
"files": {
|
4349 |
+
"regular": "http://fonts.gstatic.com/s/crushed/v8/U9Mc6dym6WXImTlFT1k.ttf"
|
4350 |
}
|
4351 |
},
|
4352 |
{
|
4360 |
"700italic"
|
4361 |
],
|
4362 |
"subsets": [
|
|
|
4363 |
"vietnamese",
|
4364 |
+
"latin",
|
4365 |
"cyrillic",
|
4366 |
+
"latin-ext",
|
4367 |
"cyrillic-ext"
|
4368 |
],
|
4369 |
"version": "v9",
|
4370 |
"lastModified": "2017-10-10",
|
4371 |
"files": {
|
4372 |
+
"regular": "http://fonts.gstatic.com/s/cuprum/v9/dg4k_pLmvrkcOkB9IQ.ttf",
|
4373 |
+
"italic": "http://fonts.gstatic.com/s/cuprum/v9/dg4m_pLmvrkcOkBNI-tH.ttf",
|
4374 |
+
"700": "http://fonts.gstatic.com/s/cuprum/v9/dg4n_pLmvrkcOkBFnc5njw.ttf",
|
4375 |
+
"700italic": "http://fonts.gstatic.com/s/cuprum/v9/dg4h_pLmvrkcOkBNI9P7ipwt.ttf"
|
4376 |
+
}
|
4377 |
+
},
|
4378 |
+
{
|
4379 |
+
"kind": "webfonts#webfont",
|
4380 |
+
"family": "Cute Font",
|
4381 |
+
"category": "display",
|
4382 |
+
"variants": [
|
4383 |
+
"regular"
|
4384 |
+
],
|
4385 |
+
"subsets": [
|
4386 |
+
"latin",
|
4387 |
+
"korean"
|
4388 |
+
],
|
4389 |
+
"version": "v2",
|
4390 |
+
"lastModified": "2018-04-04",
|
4391 |
+
"files": {
|
4392 |
+
"regular": "http://fonts.gstatic.com/s/cutefont/v2/Noaw6Uny2oWPbSHMrY6vmA.ttf"
|
4393 |
}
|
4394 |
},
|
4395 |
{
|
4406 |
"version": "v9",
|
4407 |
"lastModified": "2017-10-10",
|
4408 |
"files": {
|
4409 |
+
"regular": "http://fonts.gstatic.com/s/cutive/v9/NaPZcZ_fHOhV3Ip7Tw.ttf"
|
4410 |
}
|
4411 |
},
|
4412 |
{
|
4423 |
"version": "v6",
|
4424 |
"lastModified": "2017-10-10",
|
4425 |
"files": {
|
4426 |
+
"regular": "http://fonts.gstatic.com/s/cutivemono/v6/m8JWjfRfY7WVjVi2E-K9H5RF.ttf"
|
4427 |
}
|
4428 |
},
|
4429 |
{
|
4439 |
"version": "v7",
|
4440 |
"lastModified": "2017-10-10",
|
4441 |
"files": {
|
4442 |
+
"regular": "http://fonts.gstatic.com/s/damion/v7/hv-XlzJ3KEUe_YZUbQ.ttf"
|
4443 |
}
|
4444 |
},
|
4445 |
{
|
4451 |
"700"
|
4452 |
],
|
4453 |
"subsets": [
|
|
|
4454 |
"vietnamese",
|
4455 |
+
"latin",
|
4456 |
"latin-ext"
|
4457 |
],
|
4458 |
"version": "v9",
|
4459 |
"lastModified": "2017-10-10",
|
4460 |
"files": {
|
4461 |
+
"regular": "http://fonts.gstatic.com/s/dancingscript/v9/If2RXTr6YS-zF4S-kcSWSVi_swLn.ttf",
|
4462 |
+
"700": "http://fonts.gstatic.com/s/dancingscript/v9/If2SXTr6YS-zF4S-kcSWSVi_szpbr8Qt.ttf"
|
4463 |
}
|
4464 |
},
|
4465 |
{
|
4475 |
"version": "v9",
|
4476 |
"lastModified": "2017-10-09",
|
4477 |
"files": {
|
4478 |
+
"regular": "http://fonts.gstatic.com/s/dangrek/v9/LYjCdG30nEgoH8E2gCM.ttf"
|
4479 |
}
|
4480 |
},
|
4481 |
{
|
4488 |
"700"
|
4489 |
],
|
4490 |
"subsets": [
|
4491 |
+
"hebrew",
|
4492 |
"vietnamese",
|
4493 |
+
"latin",
|
4494 |
+
"latin-ext"
|
4495 |
],
|
4496 |
"version": "v2",
|
4497 |
"lastModified": "2017-10-10",
|
4498 |
"files": {
|
4499 |
+
"regular": "http://fonts.gstatic.com/s/davidlibre/v2/snfus0W_99N64iuYSvp4W_l8.ttf",
|
4500 |
+
"500": "http://fonts.gstatic.com/s/davidlibre/v2/snfzs0W_99N64iuYSvp4W8GIw7qb.ttf",
|
4501 |
+
"700": "http://fonts.gstatic.com/s/davidlibre/v2/snfzs0W_99N64iuYSvp4W8HAxbqb.ttf"
|
4502 |
}
|
4503 |
},
|
4504 |
{
|
4514 |
"version": "v8",
|
4515 |
"lastModified": "2017-10-10",
|
4516 |
"files": {
|
4517 |
+
"regular": "http://fonts.gstatic.com/s/dawningofanewday/v8/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8b.ttf"
|
4518 |
}
|
4519 |
},
|
4520 |
{
|
4530 |
"version": "v7",
|
4531 |
"lastModified": "2017-10-10",
|
4532 |
"files": {
|
4533 |
+
"regular": "http://fonts.gstatic.com/s/daysone/v7/mem9YaCnxnKRiYZOCLYV.ttf"
|
4534 |
}
|
4535 |
},
|
4536 |
{
|
4548 |
"version": "v4",
|
4549 |
"lastModified": "2017-10-10",
|
4550 |
"files": {
|
4551 |
+
"regular": "http://fonts.gstatic.com/s/dekko/v4/46khlb_wWjfSrttF.ttf"
|
4552 |
}
|
4553 |
},
|
4554 |
{
|
4564 |
"version": "v7",
|
4565 |
"lastModified": "2017-10-10",
|
4566 |
"files": {
|
4567 |
+
"regular": "http://fonts.gstatic.com/s/delius/v7/PN_xRfK0pW_9e1rtYQ.ttf"
|
4568 |
}
|
4569 |
},
|
4570 |
{
|
4580 |
"version": "v9",
|
4581 |
"lastModified": "2017-10-10",
|
4582 |
"files": {
|
4583 |
+
"regular": "http://fonts.gstatic.com/s/deliusswashcaps/v9/oY1E8fPLr7v4JWCExZpWebxVKORpXXed.ttf"
|
4584 |
}
|
4585 |
},
|
4586 |
{
|
4597 |
"version": "v10",
|
4598 |
"lastModified": "2017-10-10",
|
4599 |
"files": {
|
4600 |
+
"regular": "http://fonts.gstatic.com/s/deliusunicase/v10/845BNMEwEIOVT8BmgfSzIr_6mmLH.ttf",
|
4601 |
+
"700": "http://fonts.gstatic.com/s/deliusunicase/v10/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_.ttf"
|
4602 |
}
|
4603 |
},
|
4604 |
{
|
4614 |
"version": "v5",
|
4615 |
"lastModified": "2017-10-10",
|
4616 |
"files": {
|
4617 |
+
"regular": "http://fonts.gstatic.com/s/dellarespira/v5/RLp5K5v44KaueWI6iEJQBiGPRfk.ttf"
|
4618 |
}
|
4619 |
},
|
4620 |
{
|
4631 |
"version": "v5",
|
4632 |
"lastModified": "2017-10-10",
|
4633 |
"files": {
|
4634 |
+
"regular": "http://fonts.gstatic.com/s/denkone/v5/dg4m_pzhrqcFb2IzROtH.ttf"
|
4635 |
}
|
4636 |
},
|
4637 |
{
|
4648 |
"version": "v6",
|
4649 |
"lastModified": "2017-10-09",
|
4650 |
"files": {
|
4651 |
+
"regular": "http://fonts.gstatic.com/s/devonshire/v6/46kqlbDwWirWr4gtBD2BX0U.ttf"
|
4652 |
}
|
4653 |
},
|
4654 |
{
|
4665 |
"version": "v5",
|
4666 |
"lastModified": "2017-10-09",
|
4667 |
"files": {
|
4668 |
+
"regular": "http://fonts.gstatic.com/s/dhurjati/v5/_6_8ED3gSeatXfFiFX3y.ttf"
|
4669 |
}
|
4670 |
},
|
4671 |
{
|
4676 |
"regular"
|
4677 |
],
|
4678 |
"subsets": [
|
|
|
|
|
4679 |
"greek-ext",
|
4680 |
+
"latin",
|
4681 |
"cyrillic",
|
4682 |
+
"greek",
|
4683 |
+
"latin-ext",
|
4684 |
"cyrillic-ext"
|
4685 |
],
|
4686 |
"version": "v11",
|
4687 |
"lastModified": "2017-10-10",
|
4688 |
"files": {
|
4689 |
+
"regular": "http://fonts.gstatic.com/s/didactgothic/v11/ahcfv8qz1zt6hCC5G4F_P4ASpUw.ttf"
|
4690 |
}
|
4691 |
},
|
4692 |
{
|
4703 |
"version": "v9",
|
4704 |
"lastModified": "2017-10-10",
|
4705 |
"files": {
|
4706 |
+
"regular": "http://fonts.gstatic.com/s/diplomata/v9/Cn-0JtiMXwhNwp-wKxyfYA.ttf"
|
4707 |
}
|
4708 |
},
|
4709 |
{
|
4720 |
"version": "v6",
|
4721 |
"lastModified": "2017-10-10",
|
4722 |
"files": {
|
4723 |
+
"regular": "http://fonts.gstatic.com/s/diplomatasc/v6/buExpoi3ecvs3kidKgBJo2kf-A.ttf"
|
4724 |
+
}
|
4725 |
+
},
|
4726 |
+
{
|
4727 |
+
"kind": "webfonts#webfont",
|
4728 |
+
"family": "Do Hyeon",
|
4729 |
+
"category": "sans-serif",
|
4730 |
+
"variants": [
|
4731 |
+
"regular"
|
4732 |
+
],
|
4733 |
+
"subsets": [
|
4734 |
+
"latin",
|
4735 |
+
"korean"
|
4736 |
+
],
|
4737 |
+
"version": "v2",
|
4738 |
+
"lastModified": "2018-04-04",
|
4739 |
+
"files": {
|
4740 |
+
"regular": "http://fonts.gstatic.com/s/dohyeon/v2/TwMN-I8CRRU2zM86HFE3.ttf"
|
4741 |
+
}
|
4742 |
+
},
|
4743 |
+
{
|
4744 |
+
"kind": "webfonts#webfont",
|
4745 |
+
"family": "Dokdo",
|
4746 |
+
"category": "handwriting",
|
4747 |
+
"variants": [
|
4748 |
+
"regular"
|
4749 |
+
],
|
4750 |
+
"subsets": [
|
4751 |
+
"latin",
|
4752 |
+
"korean"
|
4753 |
+
],
|
4754 |
+
"version": "v2",
|
4755 |
+
"lastModified": "2018-04-04",
|
4756 |
+
"files": {
|
4757 |
+
"regular": "http://fonts.gstatic.com/s/dokdo/v2/esDf315XNuCBLxLo.ttf"
|
4758 |
}
|
4759 |
},
|
4760 |
{
|
4772 |
"version": "v5",
|
4773 |
"lastModified": "2017-10-10",
|
4774 |
"files": {
|
4775 |
+
"regular": "http://fonts.gstatic.com/s/domine/v5/L0x8DFMnlVwD4h3RvA.ttf",
|
4776 |
+
"700": "http://fonts.gstatic.com/s/domine/v5/L0x_DFMnlVwD4h3pAN-CTQ.ttf"
|
4777 |
}
|
4778 |
},
|
4779 |
{
|
4790 |
"version": "v5",
|
4791 |
"lastModified": "2017-10-10",
|
4792 |
"files": {
|
4793 |
+
"regular": "http://fonts.gstatic.com/s/donegalone/v5/m8JWjfRYea-ZnFz6fsK9FZRF.ttf"
|
4794 |
}
|
4795 |
},
|
4796 |
{
|
4807 |
"version": "v5",
|
4808 |
"lastModified": "2017-10-10",
|
4809 |
"files": {
|
4810 |
+
"regular": "http://fonts.gstatic.com/s/doppioone/v5/Gg8wN5gSaBfyBw2MqCh-lgs.ttf"
|
4811 |
}
|
4812 |
},
|
4813 |
{
|
4823 |
"version": "v8",
|
4824 |
"lastModified": "2017-10-10",
|
4825 |
"files": {
|
4826 |
+
"regular": "http://fonts.gstatic.com/s/dorsa/v8/yYLn0hjd0OGwqo49.ttf"
|
4827 |
}
|
4828 |
},
|
4829 |
{
|
4846 |
"version": "v7",
|
4847 |
"lastModified": "2017-10-10",
|
4848 |
"files": {
|
4849 |
+
"200": "http://fonts.gstatic.com/s/dosis/v7/HhyXU5sn9vOmLzGnKtCC.ttf",
|
4850 |
+
"300": "http://fonts.gstatic.com/s/dosis/v7/HhyXU5sn9vOmLzHDKdCC.ttf",
|
4851 |
+
"regular": "http://fonts.gstatic.com/s/dosis/v7/HhyaU5sn9vOmLwlv.ttf",
|
4852 |
+
"500": "http://fonts.gstatic.com/s/dosis/v7/HhyXU5sn9vOmLzGbKNCC.ttf",
|
4853 |
+
"600": "http://fonts.gstatic.com/s/dosis/v7/HhyXU5sn9vOmLzG3L9CC.ttf",
|
4854 |
+
"700": "http://fonts.gstatic.com/s/dosis/v7/HhyXU5sn9vOmLzHTLtCC.ttf",
|
4855 |
+
"800": "http://fonts.gstatic.com/s/dosis/v7/HhyXU5sn9vOmLzHPLdCC.ttf"
|
4856 |
}
|
4857 |
},
|
4858 |
{
|
4869 |
"version": "v6",
|
4870 |
"lastModified": "2017-10-10",
|
4871 |
"files": {
|
4872 |
+
"regular": "http://fonts.gstatic.com/s/drsugiyama/v6/HTxoL2k4N3O9n5I1boGI7abR.ttf"
|
4873 |
}
|
4874 |
},
|
4875 |
{
|
4903 |
"version": "v6",
|
4904 |
"lastModified": "2017-10-10",
|
4905 |
"files": {
|
4906 |
+
"regular": "http://fonts.gstatic.com/s/dynalight/v6/1Ptsg8LOU_aOmQvTsF4ISg.ttf"
|
4907 |
}
|
4908 |
},
|
4909 |
{
|
4923 |
"800italic"
|
4924 |
],
|
4925 |
"subsets": [
|
|
|
|
|
|
|
4926 |
"greek-ext",
|
4927 |
+
"vietnamese",
|
4928 |
+
"latin",
|
4929 |
"cyrillic",
|
4930 |
+
"greek",
|
4931 |
+
"latin-ext",
|
4932 |
"cyrillic-ext"
|
4933 |
],
|
4934 |
"version": "v9",
|
4935 |
"lastModified": "2017-11-07",
|
4936 |
"files": {
|
4937 |
+
"regular": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGUmQSNjdsmc35JDF1K5FRy.ttf",
|
4938 |
+
"italic": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGWmQSNjdsmc35JDF1K5GRwSDw.ttf",
|
4939 |
+
"500": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGJmQSNjdsmc35JDF1K5GyGaxwV.ttf",
|
4940 |
+
"500italic": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGLmQSNjdsmc35JDF1K5GRwcMgWQgs.ttf",
|
4941 |
+
"600": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGJmQSNjdsmc35JDF1K5GyqbBwV.ttf",
|
4942 |
+
"600italic": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGLmQSNjdsmc35JDF1K5GRwcOQRQgs.ttf",
|
4943 |
+
"700": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGJmQSNjdsmc35JDF1K5GzObRwV.ttf",
|
4944 |
+
"700italic": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGLmQSNjdsmc35JDF1K5GRwcIAQQgs.ttf",
|
4945 |
+
"800": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGJmQSNjdsmc35JDF1K5GzSbhwV.ttf",
|
4946 |
+
"800italic": "http://fonts.gstatic.com/s/ebgaramond/v9/SlGLmQSNjdsmc35JDF1K5GRwcJwTQgs.ttf"
|
4947 |
}
|
4948 |
},
|
4949 |
{
|
4960 |
"version": "v5",
|
4961 |
"lastModified": "2017-10-10",
|
4962 |
"files": {
|
4963 |
+
"regular": "http://fonts.gstatic.com/s/eaglelake/v5/ptRMTiqbbuNJDOiKj9wG5O4.ttf"
|
4964 |
+
}
|
4965 |
+
},
|
4966 |
+
{
|
4967 |
+
"kind": "webfonts#webfont",
|
4968 |
+
"family": "East Sea Dokdo",
|
4969 |
+
"category": "handwriting",
|
4970 |
+
"variants": [
|
4971 |
+
"regular"
|
4972 |
+
],
|
4973 |
+
"subsets": [
|
4974 |
+
"latin",
|
4975 |
+
"korean"
|
4976 |
+
],
|
4977 |
+
"version": "v2",
|
4978 |
+
"lastModified": "2018-04-04",
|
4979 |
+
"files": {
|
4980 |
+
"regular": "http://fonts.gstatic.com/s/eastseadokdo/v2/xfuo0Wn2V2_KanASqXSZp22m05_a.ttf"
|
4981 |
}
|
4982 |
},
|
4983 |
{
|
4994 |
"version": "v6",
|
4995 |
"lastModified": "2017-10-09",
|
4996 |
"files": {
|
4997 |
+
"regular": "http://fonts.gstatic.com/s/eater/v6/mtG04_FCK7bOvpu2.ttf"
|
4998 |
}
|
4999 |
},
|
5000 |
{
|
5014 |
"version": "v5",
|
5015 |
"lastModified": "2017-10-10",
|
5016 |
"files": {
|
5017 |
+
"regular": "http://fonts.gstatic.com/s/economica/v5/Qw3fZQZaHCLgIWa29ZBrMQ.ttf",
|
5018 |
+
"italic": "http://fonts.gstatic.com/s/economica/v5/Qw3ZZQZaHCLgIWa29ZBbM8IE.ttf",
|
5019 |
+
"700": "http://fonts.gstatic.com/s/economica/v5/Qw3aZQZaHCLgIWa29ZBTjeckCg.ttf",
|
5020 |
+
"700italic": "http://fonts.gstatic.com/s/economica/v5/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9.ttf"
|
5021 |
}
|
5022 |
},
|
5023 |
{
|
5039 |
"version": "v6",
|
5040 |
"lastModified": "2017-10-10",
|
5041 |
"files": {
|
5042 |
+
"regular": "http://fonts.gstatic.com/s/eczar/v6/BXRlvF3Pi-DLmw0i.ttf",
|
5043 |
+
"500": "http://fonts.gstatic.com/s/eczar/v6/BXRovF3Pi-DLmzXWL8t6.ttf",
|
5044 |
+
"600": "http://fonts.gstatic.com/s/eczar/v6/BXRovF3Pi-DLmzX6KMt6.ttf",
|
5045 |
+
"700": "http://fonts.gstatic.com/s/eczar/v6/BXRovF3Pi-DLmzWeKct6.ttf",
|
5046 |
+
"800": "http://fonts.gstatic.com/s/eczar/v6/BXRovF3Pi-DLmzWCKst6.ttf"
|
5047 |
}
|
5048 |
},
|
5049 |
{
|
5061 |
"latin",
|
5062 |
"cyrillic"
|
5063 |
],
|
5064 |
+
"version": "v3",
|
5065 |
+
"lastModified": "2018-02-20",
|
5066 |
"files": {
|
5067 |
+
"regular": "http://fonts.gstatic.com/s/elmessiri/v3/K2F0fZBRmr9vQ1pHEey6Aoo.ttf",
|
5068 |
+
"500": "http://fonts.gstatic.com/s/elmessiri/v3/K2F3fZBRmr9vQ1pHEey6On6jJyo.ttf",
|
5069 |
+
"600": "http://fonts.gstatic.com/s/elmessiri/v3/K2F3fZBRmr9vQ1pHEey6OlKkJyo.ttf",
|
5070 |
+
"700": "http://fonts.gstatic.com/s/elmessiri/v3/K2F3fZBRmr9vQ1pHEey6OjalJyo.ttf"
|
5071 |
}
|
5072 |
},
|
5073 |
{
|
5083 |
"version": "v6",
|
5084 |
"lastModified": "2017-10-10",
|
5085 |
"files": {
|
5086 |
+
"regular": "http://fonts.gstatic.com/s/electrolize/v6/cIf5Ma1dtE0zSiGSiED7AUEG.ttf"
|
5087 |
}
|
5088 |
},
|
5089 |
{
|
5101 |
"version": "v7",
|
5102 |
"lastModified": "2017-10-10",
|
5103 |
"files": {
|
5104 |
+
"regular": "http://fonts.gstatic.com/s/elsie/v7/BCanqZABrez54yYu.ttf",
|
5105 |
+
"900": "http://fonts.gstatic.com/s/elsie/v7/BCaqqZABrez54x6q2-1I.ttf"
|
5106 |
}
|
5107 |
},
|
5108 |
{
|
5120 |
"version": "v6",
|
5121 |
"lastModified": "2017-10-09",
|
5122 |
"files": {
|
5123 |
+
"regular": "http://fonts.gstatic.com/s/elsieswashcaps/v6/845DNN8xGZyVX5MVo_upKf7KnjK0feo.ttf",
|
5124 |
+
"900": "http://fonts.gstatic.com/s/elsieswashcaps/v6/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG0.ttf"
|
5125 |
}
|
5126 |
},
|
5127 |
{
|
5138 |
"version": "v6",
|
5139 |
"lastModified": "2017-10-09",
|
5140 |
"files": {
|
5141 |
+
"regular": "http://fonts.gstatic.com/s/emblemaone/v6/nKKT-GQ0F5dSY8vzG0rOEIRB.ttf"
|
5142 |
}
|
5143 |
},
|
5144 |
{
|
5155 |
"version": "v5",
|
5156 |
"lastModified": "2017-10-10",
|
5157 |
"files": {
|
5158 |
+
"regular": "http://fonts.gstatic.com/s/emilyscandy/v5/2EbgL-1mD1Rnb0OGKudbk0y5rw.ttf"
|
5159 |
}
|
5160 |
},
|
5161 |
{
|
5174 |
"900"
|
5175 |
],
|
5176 |
"subsets": [
|
|
|
5177 |
"vietnamese",
|
5178 |
+
"latin",
|
5179 |
"latin-ext"
|
5180 |
],
|
5181 |
"version": "v2",
|
5182 |
"lastModified": "2017-11-21",
|
5183 |
"files": {
|
5184 |
+
"100": "http://fonts.gstatic.com/s/encodesans/v2/LDI0apOFNxEwR-Bd1O9uYPvIeeI.ttf",
|
5185 |
+
"200": "http://fonts.gstatic.com/s/encodesans/v2/LDIrapOFNxEwR-Bd1O9uYPtkWMLO.ttf",
|
5186 |
+
"300": "http://fonts.gstatic.com/s/encodesans/v2/LDIrapOFNxEwR-Bd1O9uYPsAW8LO.ttf",
|
5187 |
+
"regular": "http://fonts.gstatic.com/s/encodesans/v2/LDI2apOFNxEwR-Bd1O9uYMOs.ttf",
|
5188 |
+
"500": "http://fonts.gstatic.com/s/encodesans/v2/LDIrapOFNxEwR-Bd1O9uYPtYWsLO.ttf",
|
5189 |
+
"600": "http://fonts.gstatic.com/s/encodesans/v2/LDIrapOFNxEwR-Bd1O9uYPt0XcLO.ttf",
|
5190 |
+
"700": "http://fonts.gstatic.com/s/encodesans/v2/LDIrapOFNxEwR-Bd1O9uYPsQXMLO.ttf",
|
5191 |
+
"800": "http://fonts.gstatic.com/s/encodesans/v2/LDIrapOFNxEwR-Bd1O9uYPsMX8LO.ttf",
|
5192 |
+
"900": "http://fonts.gstatic.com/s/encodesans/v2/LDIrapOFNxEwR-Bd1O9uYPsoXsLO.ttf"
|
5193 |
}
|
5194 |
},
|
5195 |
{
|
5208 |
"900"
|
5209 |
],
|
5210 |
"subsets": [
|
|
|
5211 |
"vietnamese",
|
5212 |
+
"latin",
|
5213 |
"latin-ext"
|
5214 |
],
|
5215 |
"version": "v2",
|
5216 |
"lastModified": "2017-11-21",
|
5217 |
"files": {
|
5218 |
+
"100": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-J.ttf",
|
5219 |
+
"200": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pBw.ttf",
|
5220 |
+
"300": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pBw.ttf",
|
5221 |
+
"regular": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgQ.ttf",
|
5222 |
+
"500": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypBw.ttf",
|
5223 |
+
"600": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupBw.ttf",
|
5224 |
+
"700": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpBw.ttf",
|
5225 |
+
"800": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpBw.ttf",
|
5226 |
+
"900": "http://fonts.gstatic.com/s/encodesanscondensed/v2/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipBw.ttf"
|
5227 |
}
|
5228 |
},
|
5229 |
{
|
5242 |
"900"
|
5243 |
],
|
5244 |
"subsets": [
|
|
|
5245 |
"vietnamese",
|
5246 |
+
"latin",
|
5247 |
"latin-ext"
|
5248 |
],
|
5249 |
"version": "v2",
|
5250 |
"lastModified": "2017-11-21",
|
5251 |
"files": {
|
5252 |
+
"100": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQM.ttf",
|
5253 |
+
"200": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNI.ttf",
|
5254 |
+
"300": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNI.ttf",
|
5255 |
+
"regular": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoi.ttf",
|
5256 |
+
"500": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNI.ttf",
|
5257 |
+
"600": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNI.ttf",
|
5258 |
+
"700": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNI.ttf",
|
5259 |
+
"800": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNI.ttf",
|
5260 |
+
"900": "http://fonts.gstatic.com/s/encodesansexpanded/v2/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNI.ttf"
|
5261 |
}
|
5262 |
},
|
5263 |
{
|
5276 |
"900"
|
5277 |
],
|
5278 |
"subsets": [
|
|
|
5279 |
"vietnamese",
|
5280 |
+
"latin",
|
5281 |
"latin-ext"
|
5282 |
],
|
5283 |
"version": "v2",
|
5284 |
"lastModified": "2017-11-21",
|
5285 |
"files": {
|
5286 |
+
"100": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19ME.ttf",
|
5287 |
+
"200": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFH.ttf",
|
5288 |
+
"300": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFH.ttf",
|
5289 |
+
"regular": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR.ttf",
|
5290 |
+
"500": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FH.ttf",
|
5291 |
+
"600": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFH.ttf",
|
5292 |
+
"700": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFH.ttf",
|
5293 |
+
"800": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFH.ttf",
|
5294 |
+
"900": "http://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FH.ttf"
|
5295 |
}
|
5296 |
},
|
5297 |
{
|
5310 |
"900"
|
5311 |
],
|
5312 |
"subsets": [
|
|
|
5313 |
"vietnamese",
|
5314 |
+
"latin",
|
5315 |
"latin-ext"
|
5316 |
],
|
5317 |
"version": "v2",
|
5318 |
"lastModified": "2017-11-21",
|
5319 |
"files": {
|
5320 |
+
"100": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41Kw.ttf",
|
5321 |
+
"200": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyA.ttf",
|
5322 |
+
"300": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyA.ttf",
|
5323 |
+
"regular": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o.ttf",
|
5324 |
+
"500": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyA.ttf",
|
5325 |
+
"600": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyA.ttf",
|
5326 |
+
"700": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyA.ttf",
|
5327 |
+
"800": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyA.ttf",
|
5328 |
+
"900": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v2/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyA.ttf"
|
5329 |
}
|
5330 |
},
|
5331 |
{
|
5341 |
"version": "v6",
|
5342 |
"lastModified": "2017-10-10",
|
5343 |
"files": {
|
5344 |
+
"regular": "http://fonts.gstatic.com/s/engagement/v6/x3dlckLDZbqa7RUs9MFVXNo.ttf"
|
5345 |
}
|
5346 |
},
|
5347 |
{
|
5358 |
"version": "v5",
|
5359 |
"lastModified": "2017-10-10",
|
5360 |
"files": {
|
5361 |
+
"regular": "http://fonts.gstatic.com/s/englebert/v5/xn7iYH8w2XGrC8AR4HSxTw.ttf"
|
5362 |
}
|
5363 |
},
|
5364 |
{
|
5376 |
"version": "v6",
|
5377 |
"lastModified": "2017-10-10",
|
5378 |
"files": {
|
5379 |
+
"regular": "http://fonts.gstatic.com/s/enriqueta/v6/goksH6L7AUFrRvV44HVTSw.ttf",
|
5380 |
+
"700": "http://fonts.gstatic.com/s/enriqueta/v6/gokpH6L7AUFrRvV44HVr92-HmA.ttf"
|
5381 |
}
|
5382 |
},
|
5383 |
{
|
5394 |
"version": "v8",
|
5395 |
"lastModified": "2017-10-09",
|
5396 |
"files": {
|
5397 |
+
"regular": "http://fonts.gstatic.com/s/ericaone/v8/WBLnrEXccV9VGrOKmGD1Ww.ttf"
|
5398 |
}
|
5399 |
},
|
5400 |
{
|
5411 |
"version": "v5",
|
5412 |
"lastModified": "2017-10-10",
|
5413 |
"files": {
|
5414 |
+
"regular": "http://fonts.gstatic.com/s/esteban/v5/r05bGLZE-bdGdN-GdOs.ttf"
|
5415 |
}
|
5416 |
},
|
5417 |
{
|
5428 |
"version": "v5",
|
5429 |
"lastModified": "2017-10-10",
|
5430 |
"files": {
|
5431 |
+
"regular": "http://fonts.gstatic.com/s/euphoriascript/v5/mFTpWb0X2bLb_cx6To2B8GpKoD5akw.ttf"
|
5432 |
}
|
5433 |
},
|
5434 |
{
|
5445 |
"version": "v5",
|
5446 |
"lastModified": "2017-10-10",
|
5447 |
"files": {
|
5448 |
+
"regular": "http://fonts.gstatic.com/s/ewert/v5/va9I4kzO2tFODYBv.ttf"
|
5449 |
}
|
5450 |
},
|
5451 |
{
|
5473 |
"900italic"
|
5474 |
],
|
5475 |
"subsets": [
|
|
|
5476 |
"vietnamese",
|
5477 |
+
"latin",
|
5478 |
"latin-ext"
|
5479 |
],
|
5480 |
"version": "v6",
|
5481 |
"lastModified": "2017-11-21",
|
5482 |
"files": {
|
5483 |
+
"100": "http://fonts.gstatic.com/s/exo/v6/4UaMrEtFpBIaEH6m.ttf",
|
5484 |
+
"100italic": "http://fonts.gstatic.com/s/exo/v6/4UaCrEtFpBISdkbC0DI.ttf",
|
5485 |
+
"200": "http://fonts.gstatic.com/s/exo/v6/4UaDrEtFpBIavF-G8A.ttf",
|
5486 |
+
"200italic": "http://fonts.gstatic.com/s/exo/v6/4UaBrEtFpBISdkZu8RLm.ttf",
|
5487 |
+
"300": "http://fonts.gstatic.com/s/exo/v6/4UaDrEtFpBIa2FyG8A.ttf",
|
5488 |
+
"300italic": "http://fonts.gstatic.com/s/exo/v6/4UaBrEtFpBISdkYK8hLm.ttf",
|
5489 |
+
"regular": "http://fonts.gstatic.com/s/exo/v6/4UaOrEtFpBIidA.ttf",
|
5490 |
+
"italic": "http://fonts.gstatic.com/s/exo/v6/4UaMrEtFpBISdn6m.ttf",
|
5491 |
+
"500": "http://fonts.gstatic.com/s/exo/v6/4UaDrEtFpBIagF2G8A.ttf",
|
5492 |
+
"500italic": "http://fonts.gstatic.com/s/exo/v6/4UaBrEtFpBISdkZS8xLm.ttf",
|
5493 |
+
"600": "http://fonts.gstatic.com/s/exo/v6/4UaDrEtFpBIarFqG8A.ttf",
|
5494 |
+
"600italic": "http://fonts.gstatic.com/s/exo/v6/4UaBrEtFpBISdkZ-9BLm.ttf",
|
5495 |
+
"700": "http://fonts.gstatic.com/s/exo/v6/4UaDrEtFpBIayFuG8A.ttf",
|
5496 |
+
"700italic": "http://fonts.gstatic.com/s/exo/v6/4UaBrEtFpBISdkYa9RLm.ttf",
|
5497 |
+
"800": "http://fonts.gstatic.com/s/exo/v6/4UaDrEtFpBIa1FiG8A.ttf",
|
5498 |
+
"800italic": "http://fonts.gstatic.com/s/exo/v6/4UaBrEtFpBISdkYG9hLm.ttf",
|
5499 |
+
"900": "http://fonts.gstatic.com/s/exo/v6/4UaDrEtFpBIa8FmG8A.ttf",
|
5500 |
+
"900italic": "http://fonts.gstatic.com/s/exo/v6/4UaBrEtFpBISdkYi9xLm.ttf"
|
5501 |
}
|
5502 |
},
|
5503 |
{
|
5526 |
],
|
5527 |
"subsets": [
|
5528 |
"latin",
|
5529 |
+
"cyrillic",
|
5530 |
+
"latin-ext"
|
5531 |
],
|
5532 |
"version": "v4",
|
5533 |
"lastModified": "2017-10-10",
|
5534 |
"files": {
|
5535 |
+
"100": "http://fonts.gstatic.com/s/exo2/v4/7cHov4okm5zmbt5LK-s.ttf",
|
5536 |
+
"100italic": "http://fonts.gstatic.com/s/exo2/v4/7cHqv4okm5zmbtYtE48c4A.ttf",
|
5537 |
+
"200": "http://fonts.gstatic.com/s/exo2/v4/7cHrv4okm5zmbt7nCss8.ttf",
|
5538 |
+
"200italic": "http://fonts.gstatic.com/s/exo2/v4/7cHtv4okm5zmbtYtEyM9wHo.ttf",
|
5539 |
+
"300": "http://fonts.gstatic.com/s/exo2/v4/7cHrv4okm5zmbt6DCcs8.ttf",
|
5540 |
+
"300italic": "http://fonts.gstatic.com/s/exo2/v4/7cHtv4okm5zmbtYtE0c-wHo.ttf",
|
5541 |
+
"regular": "http://fonts.gstatic.com/s/exo2/v4/7cHmv4okm5zmbuYv.ttf",
|
5542 |
+
"italic": "http://fonts.gstatic.com/s/exo2/v4/7cHov4okm5zmbtYtK-s.ttf",
|
5543 |
+
"500": "http://fonts.gstatic.com/s/exo2/v4/7cHrv4okm5zmbt7bCMs8.ttf",
|
5544 |
+
"500italic": "http://fonts.gstatic.com/s/exo2/v4/7cHtv4okm5zmbtYtEx8_wHo.ttf",
|
5545 |
+
"600": "http://fonts.gstatic.com/s/exo2/v4/7cHrv4okm5zmbt73D8s8.ttf",
|
5546 |
+
"600italic": "http://fonts.gstatic.com/s/exo2/v4/7cHtv4okm5zmbtYtEzM4wHo.ttf",
|
5547 |
+
"700": "http://fonts.gstatic.com/s/exo2/v4/7cHrv4okm5zmbt6TDss8.ttf",
|
5548 |
+
"700italic": "http://fonts.gstatic.com/s/exo2/v4/7cHtv4okm5zmbtYtE1c5wHo.ttf",
|
5549 |
+
"800": "http://fonts.gstatic.com/s/exo2/v4/7cHrv4okm5zmbt6PDcs8.ttf",
|
5550 |
+
"800italic": "http://fonts.gstatic.com/s/exo2/v4/7cHtv4okm5zmbtYtE0s6wHo.ttf",
|
5551 |
+
"900": "http://fonts.gstatic.com/s/exo2/v4/7cHrv4okm5zmbt6rDMs8.ttf",
|
5552 |
+
"900italic": "http://fonts.gstatic.com/s/exo2/v4/7cHtv4okm5zmbtYtE287wHo.ttf"
|
5553 |
}
|
5554 |
},
|
5555 |
{
|
5572 |
"version": "v10",
|
5573 |
"lastModified": "2017-10-10",
|
5574 |
"files": {
|
5575 |
+
"regular": "http://fonts.gstatic.com/s/expletussans/v10/RLp5K5v5_bqufTYdnhFzDj2dRfk.ttf",
|
5576 |
+
"italic": "http://fonts.gstatic.com/s/expletussans/v10/RLpnK5v5_bqufTYdnhFzDj2ddfsYvw.ttf",
|
5577 |
+
"500": "http://fonts.gstatic.com/s/expletussans/v10/RLpkK5v5_bqufTYdnhFzDj2dfQ07n6k.ttf",
|
5578 |
+
"500italic": "http://fonts.gstatic.com/s/expletussans/v10/RLpiK5v5_bqufTYdnhFzDj2ddfsgS6oPVA.ttf",
|
5579 |
+
"600": "http://fonts.gstatic.com/s/expletussans/v10/RLpkK5v5_bqufTYdnhFzDj2dfSE8n6k.ttf",
|
5580 |
+
"600italic": "http://fonts.gstatic.com/s/expletussans/v10/RLpiK5v5_bqufTYdnhFzDj2ddfsgZ60PVA.ttf",
|
5581 |
+
"700": "http://fonts.gstatic.com/s/expletussans/v10/RLpkK5v5_bqufTYdnhFzDj2dfUU9n6k.ttf",
|
5582 |
+
"700italic": "http://fonts.gstatic.com/s/expletussans/v10/RLpiK5v5_bqufTYdnhFzDj2ddfsgA6wPVA.ttf"
|
5583 |
}
|
5584 |
},
|
5585 |
{
|
5596 |
"version": "v7",
|
5597 |
"lastModified": "2017-10-10",
|
5598 |
"files": {
|
5599 |
+
"regular": "http://fonts.gstatic.com/s/fanwoodtext/v7/3XFtErwl05Ad_vSCF6Fq7xXGRQ.ttf",
|
5600 |
+
"italic": "http://fonts.gstatic.com/s/fanwoodtext/v7/3XFzErwl05Ad_vSCF6Fq7xX2R9zc.ttf"
|
5601 |
}
|
5602 |
},
|
5603 |
{
|
5608 |
"regular"
|
5609 |
],
|
5610 |
"subsets": [
|
|
|
5611 |
"vietnamese",
|
5612 |
+
"latin",
|
5613 |
"gujarati",
|
5614 |
"latin-ext"
|
5615 |
],
|
5616 |
"version": "v3",
|
5617 |
"lastModified": "2017-10-10",
|
5618 |
"files": {
|
5619 |
+
"regular": "http://fonts.gstatic.com/s/farsan/v3/VEMwRoJ0vY_zsyz62g.ttf"
|
5620 |
}
|
5621 |
},
|
5622 |
{
|
5632 |
"version": "v6",
|
5633 |
"lastModified": "2017-10-10",
|
5634 |
"files": {
|
5635 |
+
"regular": "http://fonts.gstatic.com/s/fascinate/v6/z7NWdRrufC8XJK0IIEli1A.ttf"
|
5636 |
}
|
5637 |
},
|
5638 |
{
|
5648 |
"version": "v7",
|
5649 |
"lastModified": "2017-10-10",
|
5650 |
"files": {
|
5651 |
+
"regular": "http://fonts.gstatic.com/s/fascinateinline/v7/jVyR7mzzB3zc-jp6QCAu60poNqIy1g0.ttf"
|
5652 |
}
|
5653 |
},
|
5654 |
{
|
5680 |
"version": "v8",
|
5681 |
"lastModified": "2017-10-09",
|
5682 |
"files": {
|
5683 |
+
"regular": "http://fonts.gstatic.com/s/fasthand/v8/0yb9GDohyKTYn_ZEESku.ttf"
|
5684 |
}
|
5685 |
},
|
5686 |
{
|
5697 |
"version": "v5",
|
5698 |
"lastModified": "2017-10-10",
|
5699 |
"files": {
|
5700 |
+
"regular": "http://fonts.gstatic.com/s/faunaone/v5/wlpzgwTPBVpjpCuwkuEx2Q.ttf"
|
5701 |
}
|
5702 |
},
|
5703 |
{
|
5715 |
"700italic"
|
5716 |
],
|
5717 |
"subsets": [
|
|
|
5718 |
"vietnamese",
|
5719 |
+
"latin",
|
5720 |
"latin-ext"
|
5721 |
],
|
5722 |
"version": "v2",
|
5723 |
"lastModified": "2017-11-21",
|
5724 |
"files": {
|
5725 |
+
"regular": "http://fonts.gstatic.com/s/faustina/v2/XLYlIZPxYpJfTbZAFW-4.ttf",
|
5726 |
+
"italic": "http://fonts.gstatic.com/s/faustina/v2/XLYjIZPxYpJfTbZAFV-6Hck.ttf",
|
5727 |
+
"500": "http://fonts.gstatic.com/s/faustina/v2/XLYiIZPxYpJfTbZAFVdMPulC.ttf",
|
5728 |
+
"500italic": "http://fonts.gstatic.com/s/faustina/v2/XLYgIZPxYpJfTbZAFV-6JT1Bhnc.ttf",
|
5729 |
+
"600": "http://fonts.gstatic.com/s/faustina/v2/XLYiIZPxYpJfTbZAFVdgOelC.ttf",
|
5730 |
+
"600italic": "http://fonts.gstatic.com/s/faustina/v2/XLYgIZPxYpJfTbZAFV-6JRFGhnc.ttf",
|
5731 |
+
"700": "http://fonts.gstatic.com/s/faustina/v2/XLYiIZPxYpJfTbZAFVcEOOlC.ttf",
|
5732 |
+
"700italic": "http://fonts.gstatic.com/s/faustina/v2/XLYgIZPxYpJfTbZAFV-6JXVHhnc.ttf"
|
5733 |
}
|
5734 |
},
|
5735 |
{
|
5745 |
"version": "v9",
|
5746 |
"lastModified": "2017-10-09",
|
5747 |
"files": {
|
5748 |
+
"regular": "http://fonts.gstatic.com/s/federant/v9/2sDdZGNfip_eirT0_U0j.ttf"
|
5749 |
}
|
5750 |
},
|
5751 |
{
|
5761 |
"version": "v9",
|
5762 |
"lastModified": "2017-10-10",
|
5763 |
"files": {
|
5764 |
+
"regular": "http://fonts.gstatic.com/s/federo/v9/iJWFBX-cbD_ETsbmjQ.ttf"
|
5765 |
}
|
5766 |
},
|
5767 |
{
|
5778 |
"version": "v5",
|
5779 |
"lastModified": "2017-10-09",
|
5780 |
"files": {
|
5781 |
+
"regular": "http://fonts.gstatic.com/s/felipa/v5/FwZa7-owz1Eu4F_wSA.ttf"
|
5782 |
}
|
5783 |
},
|
5784 |
{
|
5795 |
"version": "v5",
|
5796 |
"lastModified": "2017-10-10",
|
5797 |
"files": {
|
5798 |
+
"regular": "http://fonts.gstatic.com/s/fenix/v5/XoHo2YL_S7-g5ost.ttf"
|
5799 |
}
|
5800 |
},
|
5801 |
{
|
5811 |
"version": "v7",
|
5812 |
"lastModified": "2017-10-10",
|
5813 |
"files": {
|
5814 |
+
"regular": "http://fonts.gstatic.com/s/fingerpaint/v7/0QInMXVJ-o-oRn_7dron8YWO8w.ttf"
|
5815 |
}
|
5816 |
},
|
5817 |
{
|
5824 |
"700"
|
5825 |
],
|
5826 |
"subsets": [
|
|
|
|
|
5827 |
"greek-ext",
|
5828 |
+
"latin",
|
5829 |
"cyrillic",
|
5830 |
+
"greek",
|
5831 |
+
"latin-ext",
|
5832 |
"cyrillic-ext"
|
5833 |
],
|
5834 |
"version": "v6",
|
5835 |
"lastModified": "2017-10-10",
|
5836 |
"files": {
|
5837 |
+
"regular": "http://fonts.gstatic.com/s/firamono/v6/N0bX2SlFPv1weGeLZDtQIQ.ttf",
|
5838 |
+
"500": "http://fonts.gstatic.com/s/firamono/v6/N0bS2SlFPv1weGeLZDto1d33mQ.ttf",
|
5839 |
+
"700": "http://fonts.gstatic.com/s/firamono/v6/N0bS2SlFPv1weGeLZDtondv3mQ.ttf"
|
5840 |
}
|
5841 |
},
|
5842 |
{
|
5864 |
"900italic"
|
5865 |
],
|
5866 |
"subsets": [
|
|
|
|
|
|
|
5867 |
"greek-ext",
|
5868 |
+
"vietnamese",
|
5869 |
+
"latin",
|
5870 |
"cyrillic",
|
5871 |
+
"greek",
|
5872 |
+
"latin-ext",
|
5873 |
"cyrillic-ext"
|
5874 |
],
|
5875 |
"version": "v8",
|
5876 |
"lastModified": "2017-10-10",
|
5877 |
"files": {
|
5878 |
+
"100": "http://fonts.gstatic.com/s/firasans/v8/va9C4kDNxMZdWfMOD5Vn9IjO.ttf",
|
5879 |
+
"100italic": "http://fonts.gstatic.com/s/firasans/v8/va9A4kDNxMZdWfMOD5VvkrCqYTc.ttf",
|
5880 |
+
"200": "http://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnWKnuQQ.ttf",
|
5881 |
+
"200italic": "http://fonts.gstatic.com/s/firasans/v8/va9f4kDNxMZdWfMOD5VvkrAGQBf_.ttf",
|
5882 |
+
"300": "http://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnPKruQQ.ttf",
|
5883 |
+
"300italic": "http://fonts.gstatic.com/s/firasans/v8/va9f4kDNxMZdWfMOD5VvkrBiQxf_.ttf",
|
5884 |
+
"regular": "http://fonts.gstatic.com/s/firasans/v8/va9E4kDNxMZdWfMOD5VfkA.ttf",
|
5885 |
+
"italic": "http://fonts.gstatic.com/s/firasans/v8/va9C4kDNxMZdWfMOD5VvkojO.ttf",
|
5886 |
+
"500": "http://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnZKvuQQ.ttf",
|
5887 |
+
"500italic": "http://fonts.gstatic.com/s/firasans/v8/va9f4kDNxMZdWfMOD5VvkrA6Qhf_.ttf",
|
5888 |
+
"600": "http://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnSKzuQQ.ttf",
|
5889 |
+
"600italic": "http://fonts.gstatic.com/s/firasans/v8/va9f4kDNxMZdWfMOD5VvkrAWRRf_.ttf",
|
5890 |
+
"700": "http://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnLK3uQQ.ttf",
|
5891 |
+
"700italic": "http://fonts.gstatic.com/s/firasans/v8/va9f4kDNxMZdWfMOD5VvkrByRBf_.ttf",
|
5892 |
+
"800": "http://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnMK7uQQ.ttf",
|
5893 |
+
"800italic": "http://fonts.gstatic.com/s/firasans/v8/va9f4kDNxMZdWfMOD5VvkrBuRxf_.ttf",
|
5894 |
+
"900": "http://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnFK_uQQ.ttf",
|
5895 |
+
"900italic": "http://fonts.gstatic.com/s/firasans/v8/va9f4kDNxMZdWfMOD5VvkrBKRhf_.ttf"
|
5896 |
}
|
5897 |
},
|
5898 |
{
|
5920 |
"900italic"
|
5921 |
],
|
5922 |
"subsets": [
|
|
|
|
|
|
|
5923 |
"greek-ext",
|
5924 |
+
"vietnamese",
|
5925 |
+
"latin",
|
5926 |
"cyrillic",
|
5927 |
+
"greek",
|
5928 |
+
"latin-ext",
|
5929 |
"cyrillic-ext"
|
5930 |
],
|
5931 |
"version": "v2",
|
5932 |
"lastModified": "2017-10-10",
|
5933 |
"files": {
|
5934 |
+
"100": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqA.ttf",
|
5935 |
+
"100italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONU.ttf",
|
5936 |
+
"200": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMM.ttf",
|
5937 |
+
"200italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dw.ttf",
|
5938 |
+
"300": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMM.ttf",
|
5939 |
+
"300italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dw.ttf",
|
5940 |
+
"regular": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfE.ttf",
|
5941 |
+
"italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqA.ttf",
|
5942 |
+
"500": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMM.ttf",
|
5943 |
+
"500italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dw.ttf",
|
5944 |
+
"600": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMM.ttf",
|
5945 |
+
"600italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dw.ttf",
|
5946 |
+
"700": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMM.ttf",
|
5947 |
+
"700italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dw.ttf",
|
5948 |
+
"800": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMM.ttf",
|
5949 |
+
"800italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dw.ttf",
|
5950 |
+
"900": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMM.ttf",
|
5951 |
+
"900italic": "http://fonts.gstatic.com/s/firasanscondensed/v2/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dw.ttf"
|
5952 |
}
|
5953 |
},
|
5954 |
{
|
5976 |
"900italic"
|
5977 |
],
|
5978 |
"subsets": [
|
|
|
|
|
|
|
5979 |
"greek-ext",
|
5980 |
+
"vietnamese",
|
5981 |
+
"latin",
|
5982 |
"cyrillic",
|
5983 |
+
"greek",
|
5984 |
+
"latin-ext",
|
5985 |
"cyrillic-ext"
|
5986 |
],
|
5987 |
"version": "v2",
|
5988 |
"lastModified": "2017-10-10",
|
5989 |
"files": {
|
5990 |
+
"100": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuvw.ttf",
|
5991 |
+
"100italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-e.ttf",
|
5992 |
+
"200": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn38.ttf",
|
5993 |
+
"200italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pA.ttf",
|
5994 |
+
"300": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn38.ttf",
|
5995 |
+
"300italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pA.ttf",
|
5996 |
+
"regular": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fg.ttf",
|
5997 |
+
"italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquvw.ttf",
|
5998 |
+
"500": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn38.ttf",
|
5999 |
+
"500italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pA.ttf",
|
6000 |
+
"600": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn38.ttf",
|
6001 |
+
"600italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pA.ttf",
|
6002 |
+
"700": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn38.ttf",
|
6003 |
+
"700italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pA.ttf",
|
6004 |
+
"800": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn38.ttf",
|
6005 |
+
"800italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pA.ttf",
|
6006 |
+
"900": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn38.ttf",
|
6007 |
+
"900italic": "http://fonts.gstatic.com/s/firasansextracondensed/v2/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pA.ttf"
|
6008 |
}
|
6009 |
},
|
6010 |
{
|
6021 |
"version": "v5",
|
6022 |
"lastModified": "2017-10-10",
|
6023 |
"files": {
|
6024 |
+
"regular": "http://fonts.gstatic.com/s/fjallaone/v5/Yq6R-LCAWCX3-6Ky7FAFnOY.ttf"
|
6025 |
}
|
6026 |
},
|
6027 |
{
|
6037 |
"version": "v6",
|
6038 |
"lastModified": "2017-10-10",
|
6039 |
"files": {
|
6040 |
+
"regular": "http://fonts.gstatic.com/s/fjordone/v6/zOL-4pbEnKBY_9S1jNKr6Q.ttf"
|
6041 |
}
|
6042 |
},
|
6043 |
{
|
6054 |
"version": "v8",
|
6055 |
"lastModified": "2017-10-10",
|
6056 |
"files": {
|
6057 |
+
"300": "http://fonts.gstatic.com/s/flamenco/v8/neIPzCehqYguo67ssZ0qNIky.ttf",
|
6058 |
+
"regular": "http://fonts.gstatic.com/s/flamenco/v8/neIIzCehqYguo67ssaWG.ttf"
|
6059 |
}
|
6060 |
},
|
6061 |
{
|
6071 |
"version": "v6",
|
6072 |
"lastModified": "2017-10-09",
|
6073 |
"files": {
|
6074 |
+
"regular": "http://fonts.gstatic.com/s/flavors/v6/FBV2dDrhxqmveJTpbkw.ttf"
|
6075 |
}
|
6076 |
},
|
6077 |
{
|
6089 |
"version": "v7",
|
6090 |
"lastModified": "2017-10-10",
|
6091 |
"files": {
|
6092 |
+
"regular": "http://fonts.gstatic.com/s/fondamento/v7/4UaHrEJGsxNmFTPDnkaJx60.ttf",
|
6093 |
+
"italic": "http://fonts.gstatic.com/s/fondamento/v7/4UaFrEJGsxNmFTPDnkaJ96_p4g.ttf"
|
6094 |
}
|
6095 |
},
|
6096 |
{
|
6106 |
"version": "v8",
|
6107 |
"lastModified": "2017-10-10",
|
6108 |
"files": {
|
6109 |
+
"regular": "http://fonts.gstatic.com/s/fontdinerswanky/v8/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uE.ttf"
|
6110 |
}
|
6111 |
},
|
6112 |
{
|
6118 |
],
|
6119 |
"subsets": [
|
6120 |
"latin",
|
|
|
6121 |
"cyrillic",
|
6122 |
+
"latin-ext",
|
6123 |
"cyrillic-ext"
|
6124 |
],
|
6125 |
"version": "v8",
|
6126 |
"lastModified": "2017-10-10",
|
6127 |
"files": {
|
6128 |
+
"regular": "http://fonts.gstatic.com/s/forum/v8/6aey4Ky-Vb8Ew_IW.ttf"
|
6129 |
}
|
6130 |
},
|
6131 |
{
|
6136 |
"regular"
|
6137 |
],
|
6138 |
"subsets": [
|
|
|
6139 |
"vietnamese",
|
6140 |
+
"latin",
|
6141 |
"latin-ext"
|
6142 |
],
|
6143 |
"version": "v11",
|
6144 |
"lastModified": "2017-10-10",
|
6145 |
"files": {
|
6146 |
+
"regular": "http://fonts.gstatic.com/s/francoisone/v11/_Xmr-H4zszafZw3A-KPSZutNxg.ttf"
|
6147 |
}
|
6148 |
},
|
6149 |
{
|
6158 |
"900"
|
6159 |
],
|
6160 |
"subsets": [
|
6161 |
+
"hebrew",
|
6162 |
"latin",
|
6163 |
+
"latin-ext"
|
|
|
6164 |
],
|
6165 |
"version": "v3",
|
6166 |
"lastModified": "2017-11-21",
|
6167 |
"files": {
|
6168 |
+
"300": "http://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvHxJA.ttf",
|
6169 |
+
"regular": "http://fonts.gstatic.com/s/frankruhllibre/v3/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7c.ttf",
|
6170 |
+
"500": "http://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PGxJA.ttf",
|
6171 |
+
"700": "http://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvAxJA.ttf",
|
6172 |
+
"900": "http://fonts.gstatic.com/s/frankruhllibre/v3/j8_36_fAw7jrcalD7oKYNX0QfAnPUzPCxJA.ttf"
|
6173 |
}
|
6174 |
},
|
6175 |
{
|
6186 |
"version": "v5",
|
6187 |
"lastModified": "2017-10-10",
|
6188 |
"files": {
|
6189 |
+
"regular": "http://fonts.gstatic.com/s/freckleface/v5/AMOWz4SXrmKHCvXTohxY-YI0Uw.ttf"
|
6190 |
}
|
6191 |
},
|
6192 |
{
|
6202 |
"version": "v6",
|
6203 |
"lastModified": "2017-10-10",
|
6204 |
"files": {
|
6205 |
+
"regular": "http://fonts.gstatic.com/s/frederickathegreat/v6/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Sk.ttf"
|
6206 |
}
|
6207 |
},
|
6208 |
{
|
6218 |
"version": "v5",
|
6219 |
"lastModified": "2017-10-10",
|
6220 |
"files": {
|
6221 |
+
"regular": "http://fonts.gstatic.com/s/fredokaone/v5/k3kUo8kEI-tA1RRcTZGmTmHB.ttf"
|
6222 |
}
|
6223 |
},
|
6224 |
{
|
6234 |
"version": "v9",
|
6235 |
"lastModified": "2017-10-09",
|
6236 |
"files": {
|
6237 |
+
"regular": "http://fonts.gstatic.com/s/freehand/v9/cIf-Ma5eqk01VjKTgAmB.ttf"
|
6238 |
}
|
6239 |
},
|
6240 |
{
|
6251 |
"version": "v6",
|
6252 |
"lastModified": "2017-10-10",
|
6253 |
"files": {
|
6254 |
+
"regular": "http://fonts.gstatic.com/s/fresca/v6/6ae94K--SKgCzbM2Gg.ttf"
|
6255 |
}
|
6256 |
},
|
6257 |
{
|
6267 |
"version": "v6",
|
6268 |
"lastModified": "2017-10-10",
|
6269 |
"files": {
|
6270 |
+
"regular": "http://fonts.gstatic.com/s/frijole/v6/uU9PCBUR8oakM2BQ7xM.ttf"
|
6271 |
}
|
6272 |
},
|
6273 |
{
|
6284 |
"version": "v10",
|
6285 |
"lastModified": "2017-10-09",
|
6286 |
"files": {
|
6287 |
+
"regular": "http://fonts.gstatic.com/s/fruktur/v10/SZc53FHsOru5QYsMfz0.ttf"
|
6288 |
}
|
6289 |
},
|
6290 |
{
|
6300 |
"version": "v7",
|
6301 |
"lastModified": "2017-10-10",
|
6302 |
"files": {
|
6303 |
+
"regular": "http://fonts.gstatic.com/s/fugazone/v7/rax_HiWKp9EAITukFslMBA.ttf"
|
6304 |
}
|
6305 |
},
|
6306 |
{
|
6316 |
"version": "v7",
|
6317 |
"lastModified": "2017-10-10",
|
6318 |
"files": {
|
6319 |
+
"regular": "http://fonts.gstatic.com/s/gfsdidot/v7/Jqzh5TybZ9vZMWFssvwiFw.ttf"
|
6320 |
}
|
6321 |
},
|
6322 |
{
|
6335 |
"version": "v8",
|
6336 |
"lastModified": "2017-10-09",
|
6337 |
"files": {
|
6338 |
+
"regular": "http://fonts.gstatic.com/s/gfsneohellenic/v8/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLQ.ttf",
|
6339 |
+
"italic": "http://fonts.gstatic.com/s/gfsneohellenic/v8/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JL.ttf",
|
6340 |
+
"700": "http://fonts.gstatic.com/s/gfsneohellenic/v8/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr6w.ttf",
|
6341 |
+
"700italic": "http://fonts.gstatic.com/s/gfsneohellenic/v8/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQb.ttf"
|
6342 |
}
|
6343 |
},
|
6344 |
{
|
6356 |
"version": "v6",
|
6357 |
"lastModified": "2017-10-10",
|
6358 |
"files": {
|
6359 |
+
"regular": "http://fonts.gstatic.com/s/gabriela/v6/qkBWXvsO6sreR8E-b_m-.ttf"
|
6360 |
+
}
|
6361 |
+
},
|
6362 |
+
{
|
6363 |
+
"kind": "webfonts#webfont",
|
6364 |
+
"family": "Gaegu",
|
6365 |
+
"category": "handwriting",
|
6366 |
+
"variants": [
|
6367 |
+
"300",
|
6368 |
+
"regular",
|
6369 |
+
"700"
|
6370 |
+
],
|
6371 |
+
"subsets": [
|
6372 |
+
"latin",
|
6373 |
+
"korean"
|
6374 |
+
],
|
6375 |
+
"version": "v2",
|
6376 |
+
"lastModified": "2018-04-04",
|
6377 |
+
"files": {
|
6378 |
+
"300": "http://fonts.gstatic.com/s/gaegu/v2/TuGSUVB6Up9NU57nifw7.ttf",
|
6379 |
+
"regular": "http://fonts.gstatic.com/s/gaegu/v2/TuGfUVB6Up9NU6ZL.ttf",
|
6380 |
+
"700": "http://fonts.gstatic.com/s/gaegu/v2/TuGSUVB6Up9NU573jvw7.ttf"
|
6381 |
}
|
6382 |
},
|
6383 |
{
|
6394 |
"version": "v6",
|
6395 |
"lastModified": "2017-10-10",
|
6396 |
"files": {
|
6397 |
+
"regular": "http://fonts.gstatic.com/s/gafata/v6/XRXV3I6Cn0VJKon4Mg.ttf"
|
6398 |
}
|
6399 |
},
|
6400 |
{
|
6405 |
"regular"
|
6406 |
],
|
6407 |
"subsets": [
|
6408 |
+
"bengali",
|
6409 |
+
"latin"
|
6410 |
],
|
6411 |
"version": "v3",
|
6412 |
"lastModified": "2017-10-09",
|
6413 |
"files": {
|
6414 |
+
"regular": "http://fonts.gstatic.com/s/galada/v3/H4cmBXyGmcjXlUX-8g.ttf"
|
6415 |
}
|
6416 |
},
|
6417 |
{
|
6427 |
"version": "v7",
|
6428 |
"lastModified": "2017-10-10",
|
6429 |
"files": {
|
6430 |
+
"regular": "http://fonts.gstatic.com/s/galdeano/v7/uU9MCBoQ4YOqOW1boDPx.ttf"
|
6431 |
}
|
6432 |
},
|
6433 |
{
|
6444 |
"version": "v5",
|
6445 |
"lastModified": "2017-10-10",
|
6446 |
"files": {
|
6447 |
+
"regular": "http://fonts.gstatic.com/s/galindo/v5/HI_KiYMeLqVKqwyuQ5E.ttf"
|
6448 |
+
}
|
6449 |
+
},
|
6450 |
+
{
|
6451 |
+
"kind": "webfonts#webfont",
|
6452 |
+
"family": "Gamja Flower",
|
6453 |
+
"category": "handwriting",
|
6454 |
+
"variants": [
|
6455 |
+
"regular"
|
6456 |
+
],
|
6457 |
+
"subsets": [
|
6458 |
+
"latin",
|
6459 |
+
"korean"
|
6460 |
+
],
|
6461 |
+
"version": "v2",
|
6462 |
+
"lastModified": "2018-04-04",
|
6463 |
+
"files": {
|
6464 |
+
"regular": "http://fonts.gstatic.com/s/gamjaflower/v2/6NUR8FiKJg-Pa0rM6uN40Z4kyQ.ttf"
|
6465 |
}
|
6466 |
},
|
6467 |
{
|
6481 |
"version": "v9",
|
6482 |
"lastModified": "2017-10-10",
|
6483 |
"files": {
|
6484 |
+
"regular": "http://fonts.gstatic.com/s/gentiumbasic/v9/Wnz9HAw9aB_JD2VGQVR80We3HAo.ttf",
|
6485 |
+
"italic": "http://fonts.gstatic.com/s/gentiumbasic/v9/WnzjHAw9aB_JD2VGQVR80We3LAiJjQ.ttf",
|
6486 |
+
"700": "http://fonts.gstatic.com/s/gentiumbasic/v9/WnzgHAw9aB_JD2VGQVR80We3JLasrTo.ttf",
|
6487 |
+
"700italic": "http://fonts.gstatic.com/s/gentiumbasic/v9/WnzmHAw9aB_JD2VGQVR80We3LAixMT8eaA.ttf"
|
6488 |
}
|
6489 |
},
|
6490 |
{
|
6504 |
"version": "v8",
|
6505 |
"lastModified": "2017-10-10",
|
6506 |
"files": {
|
6507 |
+
"regular": "http://fonts.gstatic.com/s/gentiumbookbasic/v8/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIVw.ttf",
|
6508 |
+
"italic": "http://fonts.gstatic.com/s/gentiumbookbasic/v8/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VbF_.ttf",
|
6509 |
+
"700": "http://fonts.gstatic.com/s/gentiumbookbasic/v8/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65Rfyw.ttf",
|
6510 |
+
"700italic": "http://fonts.gstatic.com/s/gentiumbookbasic/v8/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzofc.ttf"
|
6511 |
}
|
6512 |
},
|
6513 |
{
|
6524 |
"version": "v9",
|
6525 |
"lastModified": "2017-10-10",
|
6526 |
"files": {
|
6527 |
+
"regular": "http://fonts.gstatic.com/s/geo/v9/CSRz4zRZlufVLw.ttf",
|
6528 |
+
"italic": "http://fonts.gstatic.com/s/geo/v9/CSRx4zRZluflLXpi.ttf"
|
6529 |
}
|
6530 |
},
|
6531 |
{
|
6541 |
"version": "v7",
|
6542 |
"lastModified": "2017-10-09",
|
6543 |
"files": {
|
6544 |
+
"regular": "http://fonts.gstatic.com/s/geostar/v7/sykz-yx4n701VLOftSo.ttf"
|
6545 |
}
|
6546 |
},
|
6547 |
{
|
6557 |
"version": "v7",
|
6558 |
"lastModified": "2017-10-09",
|
6559 |
"files": {
|
6560 |
+
"regular": "http://fonts.gstatic.com/s/geostarfill/v7/AMOWz4SWuWiXFfjEohxQ9os0Uw.ttf"
|
6561 |
}
|
6562 |
},
|
6563 |
{
|
6573 |
"version": "v5",
|
6574 |
"lastModified": "2017-10-10",
|
6575 |
"files": {
|
6576 |
+
"regular": "http://fonts.gstatic.com/s/germaniaone/v5/Fh4yPjrqIyv2ucM2qzBjeS3ezA.ttf"
|
6577 |
}
|
6578 |
},
|
6579 |
{
|
6590 |
"version": "v4",
|
6591 |
"lastModified": "2017-10-09",
|
6592 |
"files": {
|
6593 |
+
"regular": "http://fonts.gstatic.com/s/gidugu/v4/L0x8DFMkk1Uf6w3RvA.ttf"
|
6594 |
}
|
6595 |
},
|
6596 |
{
|
6607 |
"version": "v5",
|
6608 |
"lastModified": "2017-10-10",
|
6609 |
"files": {
|
6610 |
+
"regular": "http://fonts.gstatic.com/s/gildadisplay/v5/t5tmIRoYMoaYG0WEOh7HwMeR7Tk.ttf"
|
6611 |
}
|
6612 |
},
|
6613 |
{
|
6623 |
"version": "v7",
|
6624 |
"lastModified": "2017-10-10",
|
6625 |
"files": {
|
6626 |
+
"regular": "http://fonts.gstatic.com/s/giveyouglory/v7/8QIQdiHOgt3vv4LR7ahjw9-XYc1z.ttf"
|
6627 |
}
|
6628 |
},
|
6629 |
{
|
6640 |
"version": "v5",
|
6641 |
"lastModified": "2017-10-10",
|
6642 |
"files": {
|
6643 |
+
"regular": "http://fonts.gstatic.com/s/glassantiqua/v5/xfu30Wr0Wn3NOQM2piC0uXOjnL8.ttf"
|
6644 |
}
|
6645 |
},
|
6646 |
{
|
6659 |
"version": "v6",
|
6660 |
"lastModified": "2017-10-10",
|
6661 |
"files": {
|
6662 |
+
"regular": "http://fonts.gstatic.com/s/glegoo/v6/_Xmt-HQyrTKWaw2Jiw.ttf",
|
6663 |
+
"700": "http://fonts.gstatic.com/s/glegoo/v6/_Xmu-HQyrTKWaw2xN4a9CA.ttf"
|
6664 |
}
|
6665 |
},
|
6666 |
{
|
6676 |
"version": "v9",
|
6677 |
"lastModified": "2017-10-10",
|
6678 |
"files": {
|
6679 |
+
"regular": "http://fonts.gstatic.com/s/gloriahallelujah/v9/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy.ttf"
|
6680 |
}
|
6681 |
},
|
6682 |
{
|
6692 |
"version": "v7",
|
6693 |
"lastModified": "2017-10-10",
|
6694 |
"files": {
|
6695 |
+
"regular": "http://fonts.gstatic.com/s/goblinone/v7/CSR64z1ZnOqZRjRCBVY_TOc.ttf"
|
6696 |
}
|
6697 |
},
|
6698 |
{
|
6708 |
"version": "v8",
|
6709 |
"lastModified": "2017-10-10",
|
6710 |
"files": {
|
6711 |
+
"regular": "http://fonts.gstatic.com/s/gochihand/v8/hES06XlsOjtJsgCkx1PkTo4.ttf"
|
6712 |
}
|
6713 |
},
|
6714 |
{
|
6725 |
"version": "v5",
|
6726 |
"lastModified": "2017-10-10",
|
6727 |
"files": {
|
6728 |
+
"regular": "http://fonts.gstatic.com/s/gorditas/v5/ll8_K2aTVD26DsPEtQDo.ttf",
|
6729 |
+
"700": "http://fonts.gstatic.com/s/gorditas/v5/ll84K2aTVD26DsPEtThUIooI.ttf"
|
6730 |
+
}
|
6731 |
+
},
|
6732 |
+
{
|
6733 |
+
"kind": "webfonts#webfont",
|
6734 |
+
"family": "Gothic A1",
|
6735 |
+
"category": "sans-serif",
|
6736 |
+
"variants": [
|
6737 |
+
"100",
|
6738 |
+
"200",
|
6739 |
+
"300",
|
6740 |
+
"regular",
|
6741 |
+
"500",
|
6742 |
+
"600",
|
6743 |
+
"700",
|
6744 |
+
"800",
|
6745 |
+
"900"
|
6746 |
+
],
|
6747 |
+
"subsets": [
|
6748 |
+
"latin",
|
6749 |
+
"korean"
|
6750 |
+
],
|
6751 |
+
"version": "v2",
|
6752 |
+
"lastModified": "2018-04-04",
|
6753 |
+
"files": {
|
6754 |
+
"100": "http://fonts.gstatic.com/s/gothica1/v2/CSR74z5ZnPydRjlCCwlCCMcq.ttf",
|
6755 |
+
"200": "http://fonts.gstatic.com/s/gothica1/v2/CSR44z5ZnPydRjlCCwlCpOYKSA.ttf",
|
6756 |
+
"300": "http://fonts.gstatic.com/s/gothica1/v2/CSR44z5ZnPydRjlCCwlCwOUKSA.ttf",
|
6757 |
+
"regular": "http://fonts.gstatic.com/s/gothica1/v2/CSR94z5ZnPydRjlCCwl6bA.ttf",
|
6758 |
+
"500": "http://fonts.gstatic.com/s/gothica1/v2/CSR44z5ZnPydRjlCCwlCmOQKSA.ttf",
|
6759 |
+
"600": "http://fonts.gstatic.com/s/gothica1/v2/CSR44z5ZnPydRjlCCwlCtOMKSA.ttf",
|
6760 |
+
"700": "http://fonts.gstatic.com/s/gothica1/v2/CSR44z5ZnPydRjlCCwlC0OIKSA.ttf",
|
6761 |
+
"800": "http://fonts.gstatic.com/s/gothica1/v2/CSR44z5ZnPydRjlCCwlCzOEKSA.ttf",
|
6762 |
+
"900": "http://fonts.gstatic.com/s/gothica1/v2/CSR44z5ZnPydRjlCCwlC6OAKSA.ttf"
|
6763 |
}
|
6764 |
},
|
6765 |
{
|
6775 |
"version": "v7",
|
6776 |
"lastModified": "2017-10-10",
|
6777 |
"files": {
|
6778 |
+
"regular": "http://fonts.gstatic.com/s/goudybookletter1911/v7/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tQ.ttf"
|
6779 |
}
|
6780 |
},
|
6781 |
{
|
6791 |
"version": "v5",
|
6792 |
"lastModified": "2017-10-10",
|
6793 |
"files": {
|
6794 |
+
"regular": "http://fonts.gstatic.com/s/graduate/v5/C8cg4cs3o2n15t_2YxgR.ttf"
|
6795 |
}
|
6796 |
},
|
6797 |
{
|
6808 |
"version": "v5",
|
6809 |
"lastModified": "2017-10-10",
|
6810 |
"files": {
|
6811 |
+
"regular": "http://fonts.gstatic.com/s/grandhotel/v5/7Au7p_IgjDKdCRWuR1azpmQN.ttf"
|
6812 |
}
|
6813 |
},
|
6814 |
{
|
6824 |
"version": "v7",
|
6825 |
"lastModified": "2017-10-10",
|
6826 |
"files": {
|
6827 |
+
"regular": "http://fonts.gstatic.com/s/gravitasone/v7/5h1diZ4hJ3cblKy3LWakKQmaDQ.ttf"
|
6828 |
}
|
6829 |
},
|
6830 |
{
|
6841 |
"version": "v5",
|
6842 |
"lastModified": "2017-10-10",
|
6843 |
"files": {
|
6844 |
+
"regular": "http://fonts.gstatic.com/s/greatvibes/v5/RWmMoKWR9v4ksMfaWd_JN-XC.ttf"
|
6845 |
}
|
6846 |
},
|
6847 |
{
|
6858 |
"version": "v5",
|
6859 |
"lastModified": "2017-10-10",
|
6860 |
"files": {
|
6861 |
+
"regular": "http://fonts.gstatic.com/s/griffy/v5/FwZa7-ox2FQh9kfwSA.ttf"
|
6862 |
}
|
6863 |
},
|
6864 |
{
|
6875 |
"version": "v8",
|
6876 |
"lastModified": "2017-10-10",
|
6877 |
"files": {
|
6878 |
+
"regular": "http://fonts.gstatic.com/s/gruppo/v8/WwkfxPmzE06v_ZWFWQ.ttf"
|
6879 |
}
|
6880 |
},
|
6881 |
{
|
6894 |
"version": "v5",
|
6895 |
"lastModified": "2017-10-10",
|
6896 |
"files": {
|
6897 |
+
"regular": "http://fonts.gstatic.com/s/gudea/v5/neIFzCqgsI0mp-CP.ttf",
|
6898 |
+
"italic": "http://fonts.gstatic.com/s/gudea/v5/neILzCqgsI0mp9CN_oU.ttf",
|
6899 |
+
"700": "http://fonts.gstatic.com/s/gudea/v5/neIIzCqgsI0mp9gz26WG.ttf"
|
6900 |
+
}
|
6901 |
+
},
|
6902 |
+
{
|
6903 |
+
"kind": "webfonts#webfont",
|
6904 |
+
"family": "Gugi",
|
6905 |
+
"category": "display",
|
6906 |
+
"variants": [
|
6907 |
+
"regular"
|
6908 |
+
],
|
6909 |
+
"subsets": [
|
6910 |
+
"latin",
|
6911 |
+
"korean"
|
6912 |
+
],
|
6913 |
+
"version": "v2",
|
6914 |
+
"lastModified": "2018-04-04",
|
6915 |
+
"files": {
|
6916 |
+
"regular": "http://fonts.gstatic.com/s/gugi/v2/A2BVn5dXywshVA4.ttf"
|
6917 |
}
|
6918 |
},
|
6919 |
{
|
6930 |
"version": "v5",
|
6931 |
"lastModified": "2017-10-10",
|
6932 |
"files": {
|
6933 |
+
"regular": "http://fonts.gstatic.com/s/gurajada/v5/FwZY7-Qx308m-l-0Kd6A.ttf"
|
6934 |
}
|
6935 |
},
|
6936 |
{
|
6947 |
"version": "v6",
|
6948 |
"lastModified": "2017-10-10",
|
6949 |
"files": {
|
6950 |
+
"regular": "http://fonts.gstatic.com/s/habibi/v6/CSR-4zFWkuqcTTNCSg.ttf"
|
6951 |
}
|
6952 |
},
|
6953 |
{
|
6969 |
"version": "v4",
|
6970 |
"lastModified": "2017-10-10",
|
6971 |
"files": {
|
6972 |
+
"300": "http://fonts.gstatic.com/s/halant/v4/u-490qaujRI2Pbsvc_pCmw.ttf",
|
6973 |
+
"regular": "http://fonts.gstatic.com/s/halant/v4/u-4-0qaujRI2PbsX3w.ttf",
|
6974 |
+
"500": "http://fonts.gstatic.com/s/halant/v4/u-490qaujRI2PbsvK_tCmw.ttf",
|
6975 |
+
"600": "http://fonts.gstatic.com/s/halant/v4/u-490qaujRI2PbsvB_xCmw.ttf",
|
6976 |
+
"700": "http://fonts.gstatic.com/s/halant/v4/u-490qaujRI2PbsvY_1Cmw.ttf"
|
6977 |
}
|
6978 |
},
|
6979 |
{
|
6990 |
"version": "v8",
|
6991 |
"lastModified": "2017-10-10",
|
6992 |
"files": {
|
6993 |
+
"regular": "http://fonts.gstatic.com/s/hammersmithone/v8/qWcyB624q4L_C4jGQ9IK0O_dFlnbsg.ttf"
|
6994 |
}
|
6995 |
},
|
6996 |
{
|
7007 |
"version": "v7",
|
7008 |
"lastModified": "2017-10-09",
|
7009 |
"files": {
|
7010 |
+
"regular": "http://fonts.gstatic.com/s/hanalei/v7/E21n_dD8iufIjBRHXzg.ttf"
|
7011 |
}
|
7012 |
},
|
7013 |
{
|
7024 |
"version": "v6",
|
7025 |
"lastModified": "2017-10-09",
|
7026 |
"files": {
|
7027 |
+
"regular": "http://fonts.gstatic.com/s/hanaleifill/v6/fC1mPYtObGbfyQznIaQzPQiMVw.ttf"
|
7028 |
}
|
7029 |
},
|
7030 |
{
|
7040 |
"version": "v6",
|
7041 |
"lastModified": "2017-10-10",
|
7042 |
"files": {
|
7043 |
+
"regular": "http://fonts.gstatic.com/s/handlee/v6/-F6xfjBsISg9aMakDmo.ttf"
|
7044 |
}
|
7045 |
},
|
7046 |
{
|
7057 |
"version": "v11",
|
7058 |
"lastModified": "2017-10-10",
|
7059 |
"files": {
|
7060 |
+
"regular": "http://fonts.gstatic.com/s/hanuman/v11/VuJxdNvD15HhpJJBeKY.ttf",
|
7061 |
+
"700": "http://fonts.gstatic.com/s/hanuman/v11/VuJ0dNvD15HhpJJBQBr4HIk.ttf"
|
7062 |
}
|
7063 |
},
|
7064 |
{
|
7075 |
"version": "v6",
|
7076 |
"lastModified": "2017-10-10",
|
7077 |
"files": {
|
7078 |
+
"regular": "http://fonts.gstatic.com/s/happymonkey/v6/K2F2fZZcl-9SXwl5F_C4R_OABw.ttf"
|
7079 |
}
|
7080 |
},
|
7081 |
{
|
7089 |
"arabic",
|
7090 |
"latin"
|
7091 |
],
|
7092 |
+
"version": "v3",
|
7093 |
+
"lastModified": "2018-02-20",
|
7094 |
"files": {
|
7095 |
+
"regular": "http://fonts.gstatic.com/s/harmattan/v3/goksH6L2DkFvVvRp9XpTSw.ttf"
|
7096 |
}
|
7097 |
},
|
7098 |
{
|
7109 |
"version": "v5",
|
7110 |
"lastModified": "2017-10-10",
|
7111 |
"files": {
|
7112 |
+
"regular": "http://fonts.gstatic.com/s/headlandone/v5/yYLu0hHR2vKnp89Tk1TCq3Tx0A.ttf"
|
7113 |
}
|
7114 |
},
|
7115 |
{
|
7126 |
"900"
|
7127 |
],
|
7128 |
"subsets": [
|
7129 |
+
"hebrew",
|
7130 |
+
"latin"
|
7131 |
],
|
7132 |
"version": "v3",
|
7133 |
"lastModified": "2017-10-10",
|
7134 |
"files": {
|
7135 |
+
"100": "http://fonts.gstatic.com/s/heebo/v3/NGS0v5_NC0k9P9mVTbQ.ttf",
|
7136 |
+
"300": "http://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9ldb5RL.ttf",
|
7137 |
+
"regular": "http://fonts.gstatic.com/s/heebo/v3/NGS6v5_NC0k9P-Hx.ttf",
|
7138 |
+
"500": "http://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9kFbpRL.ttf",
|
7139 |
+
"700": "http://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9lNaJRL.ttf",
|
7140 |
+
"800": "http://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9lRa5RL.ttf",
|
7141 |
+
"900": "http://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9l1apRL.ttf"
|
7142 |
}
|
7143 |
},
|
7144 |
{
|
7154 |
"version": "v5",
|
7155 |
"lastModified": "2017-10-10",
|
7156 |
"files": {
|
7157 |
+
"regular": "http://fonts.gstatic.com/s/hennypenny/v5/wXKvE3UZookzsxz_kjGSfMQq.ttf"
|
7158 |
}
|
7159 |
},
|
7160 |
{
|
7171 |
"version": "v7",
|
7172 |
"lastModified": "2017-10-10",
|
7173 |
"files": {
|
7174 |
+
"regular": "http://fonts.gstatic.com/s/herrvonmuellerhoff/v7/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6.ttf"
|
7175 |
+
}
|
7176 |
+
},
|
7177 |
+
{
|
7178 |
+
"kind": "webfonts#webfont",
|
7179 |
+
"family": "Hi Melody",
|
7180 |
+
"category": "handwriting",
|
7181 |
+
"variants": [
|
7182 |
+
"regular"
|
7183 |
+
],
|
7184 |
+
"subsets": [
|
7185 |
+
"latin",
|
7186 |
+
"korean"
|
7187 |
+
],
|
7188 |
+
"version": "v2",
|
7189 |
+
"lastModified": "2018-04-04",
|
7190 |
+
"files": {
|
7191 |
+
"regular": "http://fonts.gstatic.com/s/himelody/v2/46ktlbP8Vnz0pJcqCTbEfw.ttf"
|
7192 |
}
|
7193 |
},
|
7194 |
{
|
7210 |
"version": "v8",
|
7211 |
"lastModified": "2017-10-10",
|
7212 |
"files": {
|
7213 |
+
"300": "http://fonts.gstatic.com/s/hind/v8/5aU19_a8oxmIfMJaIRs.ttf",
|
7214 |
+
"regular": "http://fonts.gstatic.com/s/hind/v8/5aU69_a8oxmIRG4.ttf",
|
7215 |
+
"500": "http://fonts.gstatic.com/s/hind/v8/5aU19_a8oxmIfJpbIRs.ttf",
|
7216 |
+
"600": "http://fonts.gstatic.com/s/hind/v8/5aU19_a8oxmIfLZcIRs.ttf",
|
7217 |
+
"700": "http://fonts.gstatic.com/s/hind/v8/5aU19_a8oxmIfNJdIRs.ttf"
|
7218 |
}
|
7219 |
},
|
7220 |
{
|
7236 |
"version": "v3",
|
7237 |
"lastModified": "2017-10-10",
|
7238 |
"files": {
|
7239 |
+
"300": "http://fonts.gstatic.com/s/hindguntur/v3/wXKyE3UZrok56nvamSuJd_yGn1cz.ttf",
|
7240 |
+
"regular": "http://fonts.gstatic.com/s/hindguntur/v3/wXKvE3UZrok56nvamSuJd8Qq.ttf",
|
7241 |
+
"500": "http://fonts.gstatic.com/s/hindguntur/v3/wXKyE3UZrok56nvamSuJd_zenlcz.ttf",
|
7242 |
+
"600": "http://fonts.gstatic.com/s/hindguntur/v3/wXKyE3UZrok56nvamSuJd_zymVcz.ttf",
|
7243 |
+
"700": "http://fonts.gstatic.com/s/hindguntur/v3/wXKyE3UZrok56nvamSuJd_yWmFcz.ttf"
|
7244 |
}
|
7245 |
},
|
7246 |
{
|
7255 |
"700"
|
7256 |
],
|
7257 |
"subsets": [
|
|
|
7258 |
"latin",
|
7259 |
+
"latin-ext",
|
7260 |
+
"tamil"
|
7261 |
],
|
7262 |
"version": "v3",
|
7263 |
"lastModified": "2017-10-10",
|
7264 |
"files": {
|
7265 |
+
"300": "http://fonts.gstatic.com/s/hindmadurai/v3/f0Xu0e2p98ZvDXdZQIOcpqjfXaUneQ.ttf",
|
7266 |
+
"regular": "http://fonts.gstatic.com/s/hindmadurai/v3/f0Xx0e2p98ZvDXdZQIOcpqjn8Q.ttf",
|
7267 |
+
"500": "http://fonts.gstatic.com/s/hindmadurai/v3/f0Xu0e2p98ZvDXdZQIOcpqjfBaQneQ.ttf",
|
7268 |
+
"600": "http://fonts.gstatic.com/s/hindmadurai/v3/f0Xu0e2p98ZvDXdZQIOcpqjfKaMneQ.ttf",
|
7269 |
+
"700": "http://fonts.gstatic.com/s/hindmadurai/v3/f0Xu0e2p98ZvDXdZQIOcpqjfTaIneQ.ttf"
|
7270 |
}
|
7271 |
},
|
7272 |
{
|
7281 |
"700"
|
7282 |
],
|
7283 |
"subsets": [
|
7284 |
+
"bengali",
|
7285 |
"latin",
|
7286 |
+
"latin-ext"
|
|
|
7287 |
],
|
7288 |
"version": "v4",
|
7289 |
"lastModified": "2017-10-10",
|
7290 |
"files": {
|
7291 |
+
"300": "http://fonts.gstatic.com/s/hindsiliguri/v4/ijwOs5juQtsyLLR5jN4cxBEoRDf44uE.ttf",
|
7292 |
+
"regular": "http://fonts.gstatic.com/s/hindsiliguri/v4/ijwTs5juQtsyLLR5jN4cxBEofJs.ttf",
|
7293 |
+
"500": "http://fonts.gstatic.com/s/hindsiliguri/v4/ijwOs5juQtsyLLR5jN4cxBEoRG_54uE.ttf",
|
7294 |
+
"600": "http://fonts.gstatic.com/s/hindsiliguri/v4/ijwOs5juQtsyLLR5jN4cxBEoREP-4uE.ttf",
|
7295 |
+
"700": "http://fonts.gstatic.com/s/hindsiliguri/v4/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uE.ttf"
|
7296 |
}
|
7297 |
},
|
7298 |
{
|
7314 |
"version": "v4",
|
7315 |
"lastModified": "2017-10-10",
|
7316 |
"files": {
|
7317 |
+
"300": "http://fonts.gstatic.com/s/hindvadodara/v4/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM.ttf",
|
7318 |
+
"regular": "http://fonts.gstatic.com/s/hindvadodara/v4/neINzCKvrIcn5pbuuuriV9tTcJU.ttf",
|
7319 |
+
"500": "http://fonts.gstatic.com/s/hindvadodara/v4/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM.ttf",
|
7320 |
+
"600": "http://fonts.gstatic.com/s/hindvadodara/v4/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM.ttf",
|
7321 |
+
"700": "http://fonts.gstatic.com/s/hindvadodara/v4/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM.ttf"
|
7322 |
}
|
7323 |
},
|
7324 |
{
|
7334 |
"version": "v8",
|
7335 |
"lastModified": "2017-10-10",
|
7336 |
"files": {
|
7337 |
+
"regular": "http://fonts.gstatic.com/s/holtwoodonesc/v8/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cQ.ttf"
|
7338 |
}
|
7339 |
},
|
7340 |
{
|
7350 |
"version": "v8",
|
7351 |
"lastModified": "2017-10-10",
|
7352 |
"files": {
|
7353 |
+
"regular": "http://fonts.gstatic.com/s/homemadeapple/v8/Qw3EZQFXECDrI2q789EKQZJob3x9.ttf"
|
7354 |
}
|
7355 |
},
|
7356 |
{
|
7366 |
"version": "v7",
|
7367 |
"lastModified": "2017-10-10",
|
7368 |
"files": {
|
7369 |
+
"regular": "http://fonts.gstatic.com/s/homenaje/v7/FwZY7-Q-xVAi_l-6Ld6A.ttf"
|
7370 |
+
}
|
7371 |
+
},
|
7372 |
+
{
|
7373 |
+
"kind": "webfonts#webfont",
|
7374 |
+
"family": "IBM Plex Mono",
|
7375 |
+
"category": "monospace",
|
7376 |
+
"variants": [
|
7377 |
+
"100",
|
7378 |
+
"100italic",
|
7379 |
+
"200",
|
7380 |
+
"200italic",
|
7381 |
+
"300",
|
7382 |
+
"300italic",
|
7383 |
+
"regular",
|
7384 |
+
"italic",
|
7385 |
+
"500",
|
7386 |
+
"500italic",
|
7387 |
+
"600",
|
7388 |
+
"600italic",
|
7389 |
+
"700",
|
7390 |
+
"700italic"
|
7391 |
+
],
|
7392 |
+
"subsets": [
|
7393 |
+
"vietnamese",
|
7394 |
+
"latin",
|
7395 |
+
"cyrillic",
|
7396 |
+
"latin-ext",
|
7397 |
+
"cyrillic-ext"
|
7398 |
+
],
|
7399 |
+
"version": "v2",
|
7400 |
+
"lastModified": "2018-03-16",
|
7401 |
+
"files": {
|
7402 |
+
"100": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6pfjptAgt5VM-kVkqdyU8n3kwq0g.ttf",
|
7403 |
+
"100italic": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6rfjptAgt5VM-kVkqdyU8n1ioStndl.ttf",
|
7404 |
+
"200": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6qfjptAgt5VM-kVkqdyU8n3uAL8lc.ttf",
|
7405 |
+
"200italic": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFhw.ttf",
|
7406 |
+
"300": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6qfjptAgt5VM-kVkqdyU8n3oQI8lc.ttf",
|
7407 |
+
"300italic": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFhw.ttf",
|
7408 |
+
"regular": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F63fjptAgt5VM-kVkqdyU8n5ig.ttf",
|
7409 |
+
"italic": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6pfjptAgt5VM-kVkqdyU8n1ioq0g.ttf",
|
7410 |
+
"500": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6qfjptAgt5VM-kVkqdyU8n3twJ8lc.ttf",
|
7411 |
+
"500italic": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFhw.ttf",
|
7412 |
+
"600": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6qfjptAgt5VM-kVkqdyU8n3vAO8lc.ttf",
|
7413 |
+
"600italic": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFhw.ttf",
|
7414 |
+
"700": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6qfjptAgt5VM-kVkqdyU8n3pQP8lc.ttf",
|
7415 |
+
"700italic": "http://fonts.gstatic.com/s/ibmplexmono/v2/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFhw.ttf"
|
7416 |
+
}
|
7417 |
+
},
|
7418 |
+
{
|
7419 |
+
"kind": "webfonts#webfont",
|
7420 |
+
"family": "IBM Plex Sans",
|
7421 |
+
"category": "sans-serif",
|
7422 |
+
"variants": [
|
7423 |
+
"100",
|
7424 |
+
"100italic",
|
7425 |
+
"200",
|
7426 |
+
"200italic",
|
7427 |
+
"300",
|
7428 |
+
"300italic",
|
7429 |
+
"regular",
|
7430 |
+
"italic",
|
7431 |
+
"500",
|
7432 |
+
"500italic",
|
7433 |
+
"600",
|
7434 |
+
"600italic",
|
7435 |
+
"700",
|
7436 |
+
"700italic"
|
7437 |
+
],
|
7438 |
+
"subsets": [
|
7439 |
+
"vietnamese",
|
7440 |
+
"latin",
|
7441 |
+
"cyrillic",
|
7442 |
+
"latin-ext",
|
7443 |
+
"cyrillic-ext"
|
7444 |
+
],
|
7445 |
+
"version": "v2",
|
7446 |
+
"lastModified": "2018-03-16",
|
7447 |
+
"files": {
|
7448 |
+
"100": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX-KVElMYYaJe8bpLHnCwDKjbLeEA.ttf",
|
7449 |
+
"100italic": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZM.ttf",
|
7450 |
+
"200": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIY.ttf",
|
7451 |
+
"200italic": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdscQ.ttf",
|
7452 |
+
"300": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.ttf",
|
7453 |
+
"300italic": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscQ.ttf",
|
7454 |
+
"regular": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYXgKVElMYYaJe8bpLHnCwDKtdY.ttf",
|
7455 |
+
"italic": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX-KVElMYYaJe8bpLHnCwDKhdTeEA.ttf",
|
7456 |
+
"500": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIY.ttf",
|
7457 |
+
"500italic": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscQ.ttf",
|
7458 |
+
"600": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIY.ttf",
|
7459 |
+
"600italic": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscQ.ttf",
|
7460 |
+
"700": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.ttf",
|
7461 |
+
"700italic": "http://fonts.gstatic.com/s/ibmplexsans/v2/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscQ.ttf"
|
7462 |
+
}
|
7463 |
+
},
|
7464 |
+
{
|
7465 |
+
"kind": "webfonts#webfont",
|
7466 |
+
"family": "IBM Plex Sans Condensed",
|
7467 |
+
"category": "sans-serif",
|
7468 |
+
"variants": [
|
7469 |
+
"100",
|
7470 |
+
"100italic",
|
7471 |
+
"200",
|
7472 |
+
"200italic",
|
7473 |
+
"300",
|
7474 |
+
"300italic",
|
7475 |
+
"regular",
|
7476 |
+
"italic",
|
7477 |
+
"500",
|
7478 |
+
"500italic",
|
7479 |
+
"600",
|
7480 |
+
"600italic",
|
7481 |
+
"700",
|
7482 |
+
"700italic"
|
7483 |
+
],
|
7484 |
+
"subsets": [
|
7485 |
+
"vietnamese",
|
7486 |
+
"latin",
|
7487 |
+
"latin-ext"
|
7488 |
+
],
|
7489 |
+
"version": "v2",
|
7490 |
+
"lastModified": "2018-03-16",
|
7491 |
+
"files": {
|
7492 |
+
"100": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKs.ttf",
|
7493 |
+
"100italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhQ.ttf",
|
7494 |
+
"200": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvr.ttf",
|
7495 |
+
"200italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYM.ttf",
|
7496 |
+
"300": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovr.ttf",
|
7497 |
+
"300italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYM.ttf",
|
7498 |
+
"regular": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbau.ttf",
|
7499 |
+
"italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKs.ttf",
|
7500 |
+
"500": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vr.ttf",
|
7501 |
+
"500italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYM.ttf",
|
7502 |
+
"600": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivr.ttf",
|
7503 |
+
"600italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYM.ttf",
|
7504 |
+
"700": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvr.ttf",
|
7505 |
+
"700italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v2/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYM.ttf"
|
7506 |
+
}
|
7507 |
+
},
|
7508 |
+
{
|
7509 |
+
"kind": "webfonts#webfont",
|
7510 |
+
"family": "IBM Plex Serif",
|
7511 |
+
"category": "serif",
|
7512 |
+
"variants": [
|
7513 |
+
"100",
|
7514 |
+
"100italic",
|
7515 |
+
"200",
|
7516 |
+
"200italic",
|
7517 |
+
"300",
|
7518 |
+
"300italic",
|
7519 |
+
"regular",
|
7520 |
+
"italic",
|
7521 |
+
"500",
|
7522 |
+
"500italic",
|
7523 |
+
"600",
|
7524 |
+
"600italic",
|
7525 |
+
"700",
|
7526 |
+
"700italic"
|
7527 |
+
],
|
7528 |
+
"subsets": [
|
7529 |
+
"vietnamese",
|
7530 |
+
"latin",
|
7531 |
+
"cyrillic",
|
7532 |
+
"latin-ext",
|
7533 |
+
"cyrillic-ext"
|
7534 |
+
],
|
7535 |
+
"version": "v3",
|
7536 |
+
"lastModified": "2018-04-04",
|
7537 |
+
"files": {
|
7538 |
+
"100": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizBREVNn1dOx-zrZ2X3pZvkTi182zI.ttf",
|
7539 |
+
"100italic": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTiw.ttf",
|
7540 |
+
"200": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIz.ttf",
|
7541 |
+
"200italic": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq14.ttf",
|
7542 |
+
"300": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIz.ttf",
|
7543 |
+
"300italic": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq14.ttf",
|
7544 |
+
"regular": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizDREVNn1dOx-zrZ2X3pZvkThUY.ttf",
|
7545 |
+
"italic": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zI.ttf",
|
7546 |
+
"500": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIz.ttf",
|
7547 |
+
"500italic": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq14.ttf",
|
7548 |
+
"600": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIz.ttf",
|
7549 |
+
"600italic": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q14.ttf",
|
7550 |
+
"700": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIz.ttf",
|
7551 |
+
"700italic": "http://fonts.gstatic.com/s/ibmplexserif/v3/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q14.ttf"
|
7552 |
}
|
7553 |
},
|
7554 |
{
|
7565 |
"version": "v7",
|
7566 |
"lastModified": "2017-10-10",
|
7567 |
"files": {
|
7568 |
+
"regular": "http://fonts.gstatic.com/s/imfelldwpica/v7/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZA.ttf",
|
7569 |
+
"italic": "http://fonts.gstatic.com/s/imfelldwpica/v7/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQ.ttf"
|
7570 |
}
|
7571 |
},
|
7572 |
{
|
7582 |
"version": "v7",
|
7583 |
"lastModified": "2017-10-10",
|
7584 |
"files": {
|
7585 |
+
"regular": "http://fonts.gstatic.com/s/imfelldwpicasc/v7/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-A.ttf"
|
7586 |
}
|
7587 |
},
|
7588 |
{
|
7599 |
"version": "v7",
|
7600 |
"lastModified": "2017-10-10",
|
7601 |
"files": {
|
7602 |
+
"regular": "http://fonts.gstatic.com/s/imfelldoublepica/v7/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0Q.ttf",
|
7603 |
+
"italic": "http://fonts.gstatic.com/s/imfelldoublepica/v7/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VA.ttf"
|
7604 |
}
|
7605 |
},
|
7606 |
{
|
7616 |
"version": "v7",
|
7617 |
"lastModified": "2017-10-10",
|
7618 |
"files": {
|
7619 |
+
"regular": "http://fonts.gstatic.com/s/imfelldoublepicasc/v7/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0.ttf"
|
7620 |
}
|
7621 |
},
|
7622 |
{
|
7633 |
"version": "v7",
|
7634 |
"lastModified": "2017-10-10",
|
7635 |
"files": {
|
7636 |
+
"regular": "http://fonts.gstatic.com/s/imfellenglish/v7/Ktk1ALSLW8zDe0rthJysWrnLsAz3Fw.ttf",
|
7637 |
+
"italic": "http://fonts.gstatic.com/s/imfellenglish/v7/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOd.ttf"
|
7638 |
}
|
7639 |
},
|
7640 |
{
|
7650 |
"version": "v7",
|
7651 |
"lastModified": "2017-10-10",
|
7652 |
"files": {
|
7653 |
+
"regular": "http://fonts.gstatic.com/s/imfellenglishsc/v7/a8IENpD3CDX-4zrWfr1VY879qFF05pZLOw.ttf"
|
7654 |
}
|
7655 |
},
|
7656 |
{
|
7667 |
"version": "v7",
|
7668 |
"lastModified": "2017-10-10",
|
7669 |
"files": {
|
7670 |
+
"regular": "http://fonts.gstatic.com/s/imfellfrenchcanon/v7/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coV.ttf",
|
7671 |
+
"italic": "http://fonts.gstatic.com/s/imfellfrenchcanon/v7/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNk.ttf"
|
7672 |
}
|
7673 |
},
|
7674 |
{
|
7684 |
"version": "v7",
|
7685 |
"lastModified": "2017-10-10",
|
7686 |
"files": {
|
7687 |
+
"regular": "http://fonts.gstatic.com/s/imfellfrenchcanonsc/v7/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0.ttf"
|
7688 |
}
|
7689 |
},
|
7690 |
{
|
7701 |
"version": "v7",
|
7702 |
"lastModified": "2017-10-10",
|
7703 |
"files": {
|
7704 |
+
"regular": "http://fonts.gstatic.com/s/imfellgreatprimer/v7/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorX.ttf",
|
7705 |
+
"italic": "http://fonts.gstatic.com/s/imfellgreatprimer/v7/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4.ttf"
|
7706 |
}
|
7707 |
},
|
7708 |
{
|
7718 |
"version": "v7",
|
7719 |
"lastModified": "2017-10-10",
|
7720 |
"files": {
|
7721 |
+
"regular": "http://fonts.gstatic.com/s/imfellgreatprimersc/v7/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9.ttf"
|
7722 |
}
|
7723 |
},
|
7724 |
{
|
7734 |
"version": "v5",
|
7735 |
"lastModified": "2017-10-10",
|
7736 |
"files": {
|
7737 |
+
"regular": "http://fonts.gstatic.com/s/iceberg/v5/8QIJdijAiM7o-qnZuIg.ttf"
|
7738 |
}
|
7739 |
},
|
7740 |
{
|
7750 |
"version": "v6",
|
7751 |
"lastModified": "2017-10-10",
|
7752 |
"files": {
|
7753 |
+
"regular": "http://fonts.gstatic.com/s/iceland/v6/rax9HiuFsdMNOnWPWKw.ttf"
|
7754 |
}
|
7755 |
},
|
7756 |
{
|
7767 |
"version": "v5",
|
7768 |
"lastModified": "2017-10-10",
|
7769 |
"files": {
|
7770 |
+
"regular": "http://fonts.gstatic.com/s/imprima/v5/VEMxRoN7sY3yuy-7-oU.ttf"
|
7771 |
}
|
7772 |
},
|
7773 |
{
|
7779 |
"700"
|
7780 |
],
|
7781 |
"subsets": [
|
|
|
7782 |
"vietnamese",
|
7783 |
+
"latin",
|
7784 |
"latin-ext"
|
7785 |
],
|
7786 |
"version": "v16",
|
7787 |
"lastModified": "2017-10-10",
|
7788 |
"files": {
|
7789 |
+
"regular": "http://fonts.gstatic.com/s/inconsolata/v16/QldKNThLqRwH-OJ1UHjlKFle.ttf",
|
7790 |
+
"700": "http://fonts.gstatic.com/s/inconsolata/v16/QldXNThLqRwH-OJ1UHjlKGHiw41u.ttf"
|
7791 |
}
|
7792 |
},
|
7793 |
{
|
7804 |
"version": "v6",
|
7805 |
"lastModified": "2017-10-10",
|
7806 |
"files": {
|
7807 |
+
"regular": "http://fonts.gstatic.com/s/inder/v6/w8gUH2YoQe8_4vq6.ttf"
|
7808 |
}
|
7809 |
},
|
7810 |
{
|
7820 |
"version": "v9",
|
7821 |
"lastModified": "2017-10-11",
|
7822 |
"files": {
|
7823 |
+
"regular": "http://fonts.gstatic.com/s/indieflower/v9/m8JVjfNVeKWVnh3QMuKkFcZlbg.ttf"
|
7824 |
}
|
7825 |
},
|
7826 |
{
|
7838 |
"version": "v5",
|
7839 |
"lastModified": "2017-10-10",
|
7840 |
"files": {
|
7841 |
+
"regular": "http://fonts.gstatic.com/s/inika/v5/rnCm-x5X3QP-phTH.ttf",
|
7842 |
+
"700": "http://fonts.gstatic.com/s/inika/v5/rnCr-x5X3QP-pix7auM-.ttf"
|
7843 |
}
|
7844 |
},
|
7845 |
{
|
7863 |
"version": "v3",
|
7864 |
"lastModified": "2017-10-09",
|
7865 |
"files": {
|
7866 |
+
"300": "http://fonts.gstatic.com/s/inknutantiqua/v3/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5.ttf",
|
7867 |
+
"regular": "http://fonts.gstatic.com/s/inknutantiqua/v3/Y4GSYax7VC4ot_qNB4nYpBdaKXUD.ttf",
|
7868 |
+
"500": "http://fonts.gstatic.com/s/inknutantiqua/v3/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5.ttf",
|
7869 |
+
"600": "http://fonts.gstatic.com/s/inknutantiqua/v3/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5.ttf",
|
7870 |
+
"700": "http://fonts.gstatic.com/s/inknutantiqua/v3/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5.ttf",
|
7871 |
+
"800": "http://fonts.gstatic.com/s/inknutantiqua/v3/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5.ttf",
|
7872 |
+
"900": "http://fonts.gstatic.com/s/inknutantiqua/v3/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5.ttf"
|
7873 |
}
|
7874 |
},
|
7875 |
{
|
7885 |
"version": "v8",
|
7886 |
"lastModified": "2017-10-10",
|
7887 |
"files": {
|
7888 |
+
"regular": "http://fonts.gstatic.com/s/irishgrover/v8/buExpoi6YtLz2QW7LA4flVgf-A.ttf"
|
7889 |
}
|
7890 |
},
|
7891 |
{
|
7900 |
],
|
7901 |
"subsets": [
|
7902 |
"latin",
|
|
|
7903 |
"cyrillic",
|
7904 |
+
"latin-ext",
|
7905 |
"cyrillic-ext"
|
7906 |
],
|
7907 |
"version": "v11",
|
7908 |
"lastModified": "2017-10-10",
|
7909 |
"files": {
|
7910 |
+
"regular": "http://fonts.gstatic.com/s/istokweb/v11/3qTvojGmgSyUukBzKslZAQ.ttf",
|
7911 |
+
"italic": "http://fonts.gstatic.com/s/istokweb/v11/3qTpojGmgSyUukBzKslpA2t6.ttf",
|
7912 |
+
"700": "http://fonts.gstatic.com/s/istokweb/v11/3qTqojGmgSyUukBzKslhvU5a_g.ttf",
|
7913 |
+
"700italic": "http://fonts.gstatic.com/s/istokweb/v11/3qT0ojGmgSyUukBzKslpA1PG-2MQ.ttf"
|
7914 |
}
|
7915 |
},
|
7916 |
{
|
7926 |
"version": "v6",
|
7927 |
"lastModified": "2017-10-10",
|
7928 |
"files": {
|
7929 |
+
"regular": "http://fonts.gstatic.com/s/italiana/v6/QldNNTtLsx4E__B0XTmR.ttf"
|
7930 |
}
|
7931 |
},
|
7932 |
{
|
7943 |
"version": "v7",
|
7944 |
"lastModified": "2017-10-10",
|
7945 |
"files": {
|
7946 |
+
"regular": "http://fonts.gstatic.com/s/italianno/v7/dg4n_p3sv6gCJkwzT6Rnjw.ttf"
|
7947 |
}
|
7948 |
},
|
7949 |
{
|
7954 |
"regular"
|
7955 |
],
|
7956 |
"subsets": [
|
|
|
7957 |
"vietnamese",
|
7958 |
+
"latin",
|
7959 |
"latin-ext",
|
7960 |
"thai"
|
7961 |
],
|
7962 |
"version": "v2",
|
7963 |
"lastModified": "2017-10-10",
|
7964 |
"files": {
|
7965 |
+
"regular": "http://fonts.gstatic.com/s/itim/v2/0nknC9ziJOYewAQ.ttf"
|
7966 |
}
|
7967 |
},
|
7968 |
{
|
7978 |
"version": "v5",
|
7979 |
"lastModified": "2017-10-10",
|
7980 |
"files": {
|
7981 |
+
"regular": "http://fonts.gstatic.com/s/jacquesfrancois/v5/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcM.ttf"
|
7982 |
}
|
7983 |
},
|
7984 |
{
|
7994 |
"version": "v5",
|
7995 |
"lastModified": "2017-10-10",
|
7996 |
"files": {
|
7997 |
+
"regular": "http://fonts.gstatic.com/s/jacquesfrancoisshadow/v5/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8V.ttf"
|
7998 |
}
|
7999 |
},
|
8000 |
{
|
8013 |
"version": "v3",
|
8014 |
"lastModified": "2017-10-10",
|
8015 |
"files": {
|
8016 |
+
"regular": "http://fonts.gstatic.com/s/jaldi/v3/or3sQ67z0_CI30NU.ttf",
|
8017 |
+
"700": "http://fonts.gstatic.com/s/jaldi/v3/or3hQ67z0_CI33voSbT3.ttf"
|
8018 |
}
|
8019 |
},
|
8020 |
{
|
8031 |
"version": "v5",
|
8032 |
"lastModified": "2017-10-10",
|
8033 |
"files": {
|
8034 |
+
"regular": "http://fonts.gstatic.com/s/jimnightshade/v5/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4.ttf"
|
8035 |
}
|
8036 |
},
|
8037 |
{
|
8048 |
"version": "v7",
|
8049 |
"lastModified": "2017-10-10",
|
8050 |
"files": {
|
8051 |
+
"regular": "http://fonts.gstatic.com/s/jockeyone/v7/HTxpL2g2KjCFj4x8WI6ArIY.ttf"
|
8052 |
}
|
8053 |
},
|
8054 |
{
|
8065 |
"version": "v5",
|
8066 |
"lastModified": "2017-10-10",
|
8067 |
"files": {
|
8068 |
+
"regular": "http://fonts.gstatic.com/s/jollylodger/v5/BXRsvFTAh_bGkA1uQ48dlB3VWQ.ttf"
|
8069 |
}
|
8070 |
},
|
8071 |
{
|
8080 |
"latin",
|
8081 |
"latin-ext"
|
8082 |
],
|
8083 |
+
"version": "v4",
|
8084 |
+
"lastModified": "2018-02-20",
|
8085 |
"files": {
|
8086 |
+
"regular": "http://fonts.gstatic.com/s/jomhuria/v4/Dxxp8j-TMXf-llKur2b1.ttf"
|
8087 |
}
|
8088 |
},
|
8089 |
{
|
8103 |
"700italic"
|
8104 |
],
|
8105 |
"subsets": [
|
|
|
8106 |
"vietnamese",
|
8107 |
+
"latin",
|
8108 |
"latin-ext"
|
8109 |
],
|
8110 |
"version": "v12",
|
8111 |
"lastModified": "2017-10-10",
|
8112 |
"files": {
|
8113 |
+
"100": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3EZQNVED7rKGKxtqIqX5Ecbnx9.ttf",
|
8114 |
+
"100italic": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3GZQNVED7rKGKxtqIqX5EUCEQZXH0.ttf",
|
8115 |
+
"300": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3FZQNVED7rKGKxtqIqX5Ecpl5dfA.ttf",
|
8116 |
+
"300italic": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3HZQNVED7rKGKxtqIqX5EUCETRfl0k.ttf",
|
8117 |
+
"regular": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3aZQNVED7rKGKxtqIqX5EkCg.ttf",
|
8118 |
+
"italic": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3EZQNVED7rKGKxtqIqX5EUCHx9.ttf",
|
8119 |
+
"600": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3FZQNVED7rKGKxtqIqX5Ec0lhdfA.ttf",
|
8120 |
+
"600italic": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3HZQNVED7rKGKxtqIqX5EUCESleF0k.ttf",
|
8121 |
+
"700": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3FZQNVED7rKGKxtqIqX5EctlldfA.ttf",
|
8122 |
+
"700italic": "http://fonts.gstatic.com/s/josefinsans/v12/Qw3HZQNVED7rKGKxtqIqX5EUCETBeV0k.ttf"
|
8123 |
}
|
8124 |
},
|
8125 |
{
|
8144 |
"version": "v8",
|
8145 |
"lastModified": "2017-10-10",
|
8146 |
"files": {
|
8147 |
+
"100": "http://fonts.gstatic.com/s/josefinslab/v8/lW-nwjwOK3Ps5GSJlNNkMalvyQ6q.ttf",
|
8148 |
+
"100italic": "http://fonts.gstatic.com/s/josefinslab/v8/lW-lwjwOK3Ps5GSJlNNkMalnrzbODso.ttf",
|
8149 |
+
"300": "http://fonts.gstatic.com/s/josefinslab/v8/lW-mwjwOK3Ps5GSJlNNkMalvASyKLg.ttf",
|
8150 |
+
"300italic": "http://fonts.gstatic.com/s/josefinslab/v8/lW-kwjwOK3Ps5GSJlNNkMalnrzYGLOrg.ttf",
|
8151 |
+
"regular": "http://fonts.gstatic.com/s/josefinslab/v8/lW-5wjwOK3Ps5GSJlNNkMalXrQ.ttf",
|
8152 |
+
"italic": "http://fonts.gstatic.com/s/josefinslab/v8/lW-nwjwOK3Ps5GSJlNNkMalnrw6q.ttf",
|
8153 |
+
"600": "http://fonts.gstatic.com/s/josefinslab/v8/lW-mwjwOK3Ps5GSJlNNkMalvdSqKLg.ttf",
|
8154 |
+
"600italic": "http://fonts.gstatic.com/s/josefinslab/v8/lW-kwjwOK3Ps5GSJlNNkMalnrzZyKurg.ttf",
|
8155 |
+
"700": "http://fonts.gstatic.com/s/josefinslab/v8/lW-mwjwOK3Ps5GSJlNNkMalvESuKLg.ttf",
|
8156 |
+
"700italic": "http://fonts.gstatic.com/s/josefinslab/v8/lW-kwjwOK3Ps5GSJlNNkMalnrzYWK-rg.ttf"
|
8157 |
}
|
8158 |
},
|
8159 |
{
|
8170 |
"version": "v5",
|
8171 |
"lastModified": "2017-10-10",
|
8172 |
"files": {
|
8173 |
+
"regular": "http://fonts.gstatic.com/s/jotione/v5/Z9XVDmdJQAmWm9TwaYTe.ttf"
|
8174 |
+
}
|
8175 |
+
},
|
8176 |
+
{
|
8177 |
+
"kind": "webfonts#webfont",
|
8178 |
+
"family": "Jua",
|
8179 |
+
"category": "sans-serif",
|
8180 |
+
"variants": [
|
8181 |
+
"regular"
|
8182 |
+
],
|
8183 |
+
"subsets": [
|
8184 |
+
"latin",
|
8185 |
+
"korean"
|
8186 |
+
],
|
8187 |
+
"version": "v2",
|
8188 |
+
"lastModified": "2018-04-04",
|
8189 |
+
"files": {
|
8190 |
+
"regular": "http://fonts.gstatic.com/s/jua/v2/co3KmW9ljjAjcw.ttf"
|
8191 |
}
|
8192 |
},
|
8193 |
{
|
8200 |
"700"
|
8201 |
],
|
8202 |
"subsets": [
|
|
|
8203 |
"vietnamese",
|
8204 |
+
"latin",
|
8205 |
"latin-ext"
|
8206 |
],
|
8207 |
"version": "v10",
|
8208 |
"lastModified": "2017-10-10",
|
8209 |
"files": {
|
8210 |
+
"regular": "http://fonts.gstatic.com/s/judson/v10/FeVRS0Fbvbc14VxRDw.ttf",
|
8211 |
+
"italic": "http://fonts.gstatic.com/s/judson/v10/FeVTS0Fbvbc14VxhDblw.ttf",
|
8212 |
+
"700": "http://fonts.gstatic.com/s/judson/v10/FeVSS0Fbvbc14Vxps5xQ3Q.ttf"
|
8213 |
}
|
8214 |
},
|
8215 |
{
|
8225 |
"version": "v7",
|
8226 |
"lastModified": "2017-10-10",
|
8227 |
"files": {
|
8228 |
+
"regular": "http://fonts.gstatic.com/s/julee/v7/TuGfUVB3RpZPQ6ZL.ttf"
|
8229 |
}
|
8230 |
},
|
8231 |
{
|
8242 |
"version": "v6",
|
8243 |
"lastModified": "2017-10-10",
|
8244 |
"files": {
|
8245 |
+
"regular": "http://fonts.gstatic.com/s/juliussansone/v6/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xQ.ttf"
|
8246 |
}
|
8247 |
},
|
8248 |
{
|
8258 |
"version": "v5",
|
8259 |
"lastModified": "2017-10-10",
|
8260 |
"files": {
|
8261 |
+
"regular": "http://fonts.gstatic.com/s/junge/v5/gokgH670Gl1lUqAd.ttf"
|
8262 |
}
|
8263 |
},
|
8264 |
{
|
8273 |
"700"
|
8274 |
],
|
8275 |
"subsets": [
|
|
|
|
|
|
|
8276 |
"greek-ext",
|
8277 |
+
"vietnamese",
|
8278 |
+
"latin",
|
8279 |
"cyrillic",
|
8280 |
+
"greek",
|
8281 |
+
"latin-ext",
|
8282 |
"cyrillic-ext"
|
8283 |
],
|
8284 |
"version": "v9",
|
8285 |
"lastModified": "2017-10-10",
|
8286 |
"files": {
|
8287 |
+
"300": "http://fonts.gstatic.com/s/jura/v9/z7NUdRfiaC4VVW9rdCw.ttf",
|
8288 |
+
"regular": "http://fonts.gstatic.com/s/jura/v9/z7NbdRfiaC4VbcM.ttf",
|
8289 |
+
"500": "http://fonts.gstatic.com/s/jura/v9/z7NUdRfiaC4VVTdqdCw.ttf",
|
8290 |
+
"600": "http://fonts.gstatic.com/s/jura/v9/z7NUdRfiaC4VVRttdCw.ttf",
|
8291 |
+
"700": "http://fonts.gstatic.com/s/jura/v9/z7NUdRfiaC4VVX9sdCw.ttf"
|
8292 |
}
|
8293 |
},
|
8294 |
{
|
8304 |
"version": "v9",
|
8305 |
"lastModified": "2017-10-10",
|
8306 |
"files": {
|
8307 |
+
"regular": "http://fonts.gstatic.com/s/justanotherhand/v9/845CNN4-AJyIGvIou-6yJKyptyOpOcr_.ttf"
|
8308 |
}
|
8309 |
},
|
8310 |
{
|
8321 |
"version": "v9",
|
8322 |
"lastModified": "2017-10-10",
|
8323 |
"files": {
|
8324 |
+
"regular": "http://fonts.gstatic.com/s/justmeagaindownhere/v9/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwH.ttf"
|
8325 |
}
|
8326 |
},
|
8327 |
{
|
8339 |
"version": "v2",
|
8340 |
"lastModified": "2017-10-10",
|
8341 |
"files": {
|
8342 |
+
"regular": "http://fonts.gstatic.com/s/kadwa/v2/rnCm-x5V0g7iphTH.ttf",
|
8343 |
+
"700": "http://fonts.gstatic.com/s/kadwa/v2/rnCr-x5V0g7ipix7auM-.ttf"
|
8344 |
}
|
8345 |
},
|
8346 |
{
|
8360 |
"version": "v8",
|
8361 |
"lastModified": "2017-10-10",
|
8362 |
"files": {
|
8363 |
+
"300": "http://fonts.gstatic.com/s/kalam/v8/YA9Qr0Wd4kDdMtD6GgLL.ttf",
|
8364 |
+
"regular": "http://fonts.gstatic.com/s/kalam/v8/YA9dr0Wd4kDdMuhW.ttf",
|
8365 |
+
"700": "http://fonts.gstatic.com/s/kalam/v8/YA9Qr0Wd4kDdMtDqHQLL.ttf"
|
8366 |
}
|
8367 |
},
|
8368 |
{
|
8379 |
"version": "v8",
|
8380 |
"lastModified": "2017-10-10",
|
8381 |
"files": {
|
8382 |
+
"regular": "http://fonts.gstatic.com/s/kameron/v8/vm82dR7vXErQxuznsL4.ttf",
|
8383 |
+
"700": "http://fonts.gstatic.com/s/kameron/v8/vm8zdR7vXErQxuzniAIfC-0.ttf"
|
8384 |
}
|
8385 |
},
|
8386 |
{
|
8408 |
"900italic"
|
8409 |
],
|
8410 |
"subsets": [
|
|
|
8411 |
"vietnamese",
|
8412 |
+
"latin",
|
8413 |
"latin-ext",
|
8414 |
"thai"
|
8415 |
],
|
8416 |
"version": "v3",
|
8417 |
"lastModified": "2017-10-10",
|
8418 |
"files": {
|
8419 |
+
"100": "http://fonts.gstatic.com/s/kanit/v3/nKKX-Go6G5tXcr72GwU.ttf",
|
8420 |
+
"100italic": "http://fonts.gstatic.com/s/kanit/v3/nKKV-Go6G5tXcraQI2GAdQ.ttf",
|
8421 |
+
"200": "http://fonts.gstatic.com/s/kanit/v3/nKKU-Go6G5tXcr5aOiWg.ttf",
|
8422 |
+
"200italic": "http://fonts.gstatic.com/s/kanit/v3/nKKS-Go6G5tXcraQI82hVaQ.ttf",
|
8423 |
+
"300": "http://fonts.gstatic.com/s/kanit/v3/nKKU-Go6G5tXcr4-OSWg.ttf",
|
8424 |
+
"300italic": "http://fonts.gstatic.com/s/kanit/v3/nKKS-Go6G5tXcraQI6miVaQ.ttf",
|
8425 |
+
"regular": "http://fonts.gstatic.com/s/kanit/v3/nKKZ-Go6G5tXcoaS.ttf",
|
8426 |
+
"italic": "http://fonts.gstatic.com/s/kanit/v3/nKKX-Go6G5tXcraQGwU.ttf",
|
8427 |
+
"500": "http://fonts.gstatic.com/s/kanit/v3/nKKU-Go6G5tXcr5mOCWg.ttf",
|
8428 |
+
"500italic": "http://fonts.gstatic.com/s/kanit/v3/nKKS-Go6G5tXcraQI_GjVaQ.ttf",
|
8429 |
+
"600": "http://fonts.gstatic.com/s/kanit/v3/nKKU-Go6G5tXcr5KPyWg.ttf",
|
8430 |
+
"600italic": "http://fonts.gstatic.com/s/kanit/v3/nKKS-Go6G5tXcraQI92kVaQ.ttf",
|
8431 |
+
"700": "http://fonts.gstatic.com/s/kanit/v3/nKKU-Go6G5tXcr4uPiWg.ttf",
|
8432 |
+
"700italic": "http://fonts.gstatic.com/s/kanit/v3/nKKS-Go6G5tXcraQI7mlVaQ.ttf",
|
8433 |
+
"800": "http://fonts.gstatic.com/s/kanit/v3/nKKU-Go6G5tXcr4yPSWg.ttf",
|
8434 |
+
"800italic": "http://fonts.gstatic.com/s/kanit/v3/nKKS-Go6G5tXcraQI6WmVaQ.ttf",
|
8435 |
+
"900": "http://fonts.gstatic.com/s/kanit/v3/nKKU-Go6G5tXcr4WPCWg.ttf",
|
8436 |
+
"900italic": "http://fonts.gstatic.com/s/kanit/v3/nKKS-Go6G5tXcraQI4GnVaQ.ttf"
|
8437 |
}
|
8438 |
},
|
8439 |
{
|
8451 |
"version": "v4",
|
8452 |
"lastModified": "2017-10-09",
|
8453 |
"files": {
|
8454 |
+
"300": "http://fonts.gstatic.com/s/kantumruy/v4/syk0-yJ0m7wyVb-f4FOPUtDlpg.ttf",
|
8455 |
+
"regular": "http://fonts.gstatic.com/s/kantumruy/v4/sykx-yJ0m7wyVb-f4FO3_g.ttf",
|
8456 |
+
"700": "http://fonts.gstatic.com/s/kantumruy/v4/syk0-yJ0m7wyVb-f4FOPQtflpg.ttf"
|
8457 |
}
|
8458 |
},
|
8459 |
{
|
8473 |
"version": "v6",
|
8474 |
"lastModified": "2017-10-10",
|
8475 |
"files": {
|
8476 |
+
"regular": "http://fonts.gstatic.com/s/karla/v6/qkBbXvYC6trAT4RS.ttf",
|
8477 |
+
"italic": "http://fonts.gstatic.com/s/karla/v6/qkBVXvYC6trAT7RQLtk.ttf",
|
8478 |
+
"700": "http://fonts.gstatic.com/s/karla/v6/qkBWXvYC6trAT7zuC_m-.ttf",
|
8479 |
+
"700italic": "http://fonts.gstatic.com/s/karla/v6/qkBQXvYC6trAT7RQFmW7xL4.ttf"
|
8480 |
}
|
8481 |
},
|
8482 |
{
|
8498 |
"version": "v7",
|
8499 |
"lastModified": "2017-10-10",
|
8500 |
"files": {
|
8501 |
+
"300": "http://fonts.gstatic.com/s/karma/v7/va9F4kzAzMZRGLjDY8Z_.ttf",
|
8502 |
+
"regular": "http://fonts.gstatic.com/s/karma/v7/va9I4kzAzMZRGIBv.ttf",
|
8503 |
+
"500": "http://fonts.gstatic.com/s/karma/v7/va9F4kzAzMZRGLibYsZ_.ttf",
|
8504 |
+
"600": "http://fonts.gstatic.com/s/karma/v7/va9F4kzAzMZRGLi3ZcZ_.ttf",
|
8505 |
+
"700": "http://fonts.gstatic.com/s/karma/v7/va9F4kzAzMZRGLjTZMZ_.ttf"
|
8506 |
}
|
8507 |
},
|
8508 |
{
|
8517 |
"latin",
|
8518 |
"latin-ext"
|
8519 |
],
|
8520 |
+
"version": "v4",
|
8521 |
+
"lastModified": "2018-02-20",
|
8522 |
"files": {
|
8523 |
+
"regular": "http://fonts.gstatic.com/s/katibeh/v4/ZGjXol5MQJog4bxDaC0.ttf"
|
8524 |
}
|
8525 |
},
|
8526 |
{
|
8537 |
"version": "v6",
|
8538 |
"lastModified": "2017-10-10",
|
8539 |
"files": {
|
8540 |
+
"regular": "http://fonts.gstatic.com/s/kaushanscript/v6/vm8vdRfvXFLG3OLnsO15WYS5DF7_.ttf"
|
8541 |
}
|
8542 |
},
|
8543 |
{
|
8548 |
"regular"
|
8549 |
],
|
8550 |
"subsets": [
|
|
|
8551 |
"latin",
|
8552 |
+
"latin-ext",
|
8553 |
+
"tamil"
|
8554 |
],
|
8555 |
"version": "v3",
|
8556 |
"lastModified": "2017-10-09",
|
8557 |
"files": {
|
8558 |
+
"regular": "http://fonts.gstatic.com/s/kavivanar/v3/o-0IIpQgyXYSwhxP7_Jb4g.ttf"
|
8559 |
}
|
8560 |
},
|
8561 |
{
|
8572 |
"version": "v6",
|
8573 |
"lastModified": "2017-10-10",
|
8574 |
"files": {
|
8575 |
+
"regular": "http://fonts.gstatic.com/s/kavoon/v6/pxiFyp4_scRYhlU4NA.ttf"
|
8576 |
}
|
8577 |
},
|
8578 |
{
|
8588 |
"version": "v4",
|
8589 |
"lastModified": "2017-10-09",
|
8590 |
"files": {
|
8591 |
+
"regular": "http://fonts.gstatic.com/s/kdamthmor/v4/MwQzbhjs3veF6QwJVf0JkGM.ttf"
|
8592 |
}
|
8593 |
},
|
8594 |
{
|
8605 |
"version": "v5",
|
8606 |
"lastModified": "2017-10-10",
|
8607 |
"files": {
|
8608 |
+
"regular": "http://fonts.gstatic.com/s/keaniaone/v5/zOL54pXJk65E8pXardnuycQ.ttf"
|
8609 |
}
|
8610 |
},
|
8611 |
{
|
8617 |
],
|
8618 |
"subsets": [
|
8619 |
"latin",
|
8620 |
+
"cyrillic",
|
8621 |
+
"latin-ext"
|
8622 |
],
|
8623 |
"version": "v7",
|
8624 |
"lastModified": "2017-10-10",
|
8625 |
"files": {
|
8626 |
+
"regular": "http://fonts.gstatic.com/s/kellyslab/v7/-W_7XJX0Rz3cxUnJC5t6TkM.ttf"
|
8627 |
}
|
8628 |
},
|
8629 |
{
|
8639 |
"version": "v9",
|
8640 |
"lastModified": "2017-10-10",
|
8641 |
"files": {
|
8642 |
+
"regular": "http://fonts.gstatic.com/s/kenia/v9/jizURE5PuHQH9qCO.ttf"
|
8643 |
}
|
8644 |
},
|
8645 |
{
|
8661 |
"version": "v6",
|
8662 |
"lastModified": "2017-10-10",
|
8663 |
"files": {
|
8664 |
+
"300": "http://fonts.gstatic.com/s/khand/v6/TwMN-IINQlQQ0bL5cFE3.ttf",
|
8665 |
+
"regular": "http://fonts.gstatic.com/s/khand/v6/TwMA-IINQlQQ0YpV.ttf",
|
8666 |
+
"500": "http://fonts.gstatic.com/s/khand/v6/TwMN-IINQlQQ0bKhcVE3.ttf",
|
8667 |
+
"600": "http://fonts.gstatic.com/s/khand/v6/TwMN-IINQlQQ0bKNdlE3.ttf",
|
8668 |
+
"700": "http://fonts.gstatic.com/s/khand/v6/TwMN-IINQlQQ0bLpd1E3.ttf"
|
8669 |
}
|
8670 |
},
|
8671 |
{
|
8681 |
"version": "v10",
|
8682 |
"lastModified": "2017-10-10",
|
8683 |
"files": {
|
8684 |
+
"regular": "http://fonts.gstatic.com/s/khmer/v10/MjQImit_vPPwpF-B.ttf"
|
8685 |
}
|
8686 |
},
|
8687 |
{
|
8703 |
"version": "v3",
|
8704 |
"lastModified": "2017-10-10",
|
8705 |
"files": {
|
8706 |
+
"300": "http://fonts.gstatic.com/s/khula/v3/OpNPnoEOns3V7G-ljCvU.ttf",
|
8707 |
+
"regular": "http://fonts.gstatic.com/s/khula/v3/OpNCnoEOns3V7FcJ.ttf",
|
8708 |
+
"600": "http://fonts.gstatic.com/s/khula/v3/OpNPnoEOns3V7G_RiivU.ttf",
|
8709 |
+
"700": "http://fonts.gstatic.com/s/khula/v3/OpNPnoEOns3V7G-1iyvU.ttf",
|
8710 |
+
"800": "http://fonts.gstatic.com/s/khula/v3/OpNPnoEOns3V7G-piCvU.ttf"
|
8711 |
+
}
|
8712 |
+
},
|
8713 |
+
{
|
8714 |
+
"kind": "webfonts#webfont",
|
8715 |
+
"family": "Kirang Haerang",
|
8716 |
+
"category": "display",
|
8717 |
+
"variants": [
|
8718 |
+
"regular"
|
8719 |
+
],
|
8720 |
+
"subsets": [
|
8721 |
+
"latin",
|
8722 |
+
"korean"
|
8723 |
+
],
|
8724 |
+
"version": "v2",
|
8725 |
+
"lastModified": "2018-04-04",
|
8726 |
+
"files": {
|
8727 |
+
"regular": "http://fonts.gstatic.com/s/kiranghaerang/v2/E21-_dn_gvvIjhYON1lpIU4-bcqv.ttf"
|
8728 |
}
|
8729 |
},
|
8730 |
{
|
8740 |
"version": "v5",
|
8741 |
"lastModified": "2017-10-10",
|
8742 |
"files": {
|
8743 |
+
"regular": "http://fonts.gstatic.com/s/kiteone/v5/70lQu7shLnA_E02vyq1b.ttf"
|
8744 |
}
|
8745 |
},
|
8746 |
{
|
8757 |
"version": "v6",
|
8758 |
"lastModified": "2017-10-10",
|
8759 |
"files": {
|
8760 |
+
"regular": "http://fonts.gstatic.com/s/knewave/v6/sykz-yx0lLcxQaSItSo.ttf"
|
8761 |
}
|
8762 |
},
|
8763 |
{
|
8774 |
"version": "v5",
|
8775 |
"lastModified": "2017-10-10",
|
8776 |
"files": {
|
8777 |
+
"regular": "http://fonts.gstatic.com/s/kottaone/v5/S6u_w41LXzPc_jlfNWqPHA.ttf"
|
8778 |
}
|
8779 |
},
|
8780 |
{
|
8790 |
"version": "v11",
|
8791 |
"lastModified": "2017-10-10",
|
8792 |
"files": {
|
8793 |
+
"regular": "http://fonts.gstatic.com/s/koulen/v11/AMOQz46as3KIBPeWgg.ttf"
|
8794 |
}
|
8795 |
},
|
8796 |
{
|
8806 |
"version": "v8",
|
8807 |
"lastModified": "2017-10-10",
|
8808 |
"files": {
|
8809 |
+
"regular": "http://fonts.gstatic.com/s/kranky/v8/hESw6XVgJzlPsFnMpg.ttf"
|
8810 |
}
|
8811 |
},
|
8812 |
{
|
8824 |
"version": "v11",
|
8825 |
"lastModified": "2017-10-10",
|
8826 |
"files": {
|
8827 |
+
"300": "http://fonts.gstatic.com/s/kreon/v11/t5tjIRIUKY-TFH1sUU23.ttf",
|
8828 |
+
"regular": "http://fonts.gstatic.com/s/kreon/v11/t5tuIRIUKY-TFEXA.ttf",
|
8829 |
+
"700": "http://fonts.gstatic.com/s/kreon/v11/t5tjIRIUKY-TFH18Vk23.ttf"
|
8830 |
}
|
8831 |
},
|
8832 |
{
|
8842 |
"version": "v9",
|
8843 |
"lastModified": "2017-10-10",
|
8844 |
"files": {
|
8845 |
+
"regular": "http://fonts.gstatic.com/s/kristi/v9/uK_y4ricdeU6zwdRCg.ttf"
|
8846 |
}
|
8847 |
},
|
8848 |
{
|
8859 |
"version": "v5",
|
8860 |
"lastModified": "2017-10-10",
|
8861 |
"files": {
|
8862 |
+
"regular": "http://fonts.gstatic.com/s/kronaone/v5/jAnEgHdjHcjgfIb1ZcUCMQ.ttf"
|
8863 |
}
|
8864 |
},
|
8865 |
{
|
8877 |
"version": "v2",
|
8878 |
"lastModified": "2017-10-09",
|
8879 |
"files": {
|
8880 |
+
"regular": "http://fonts.gstatic.com/s/kumarone/v2/bMr1mS-P958wYi6YaGeGNA.ttf"
|
8881 |
}
|
8882 |
},
|
8883 |
{
|
8895 |
"version": "v2",
|
8896 |
"lastModified": "2017-10-09",
|
8897 |
"files": {
|
8898 |
+
"regular": "http://fonts.gstatic.com/s/kumaroneoutline/v2/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDw.ttf"
|
8899 |
}
|
8900 |
},
|
8901 |
{
|
8908 |
"subsets": [
|
8909 |
"latin",
|
8910 |
"devanagari",
|
|
|
8911 |
"cyrillic",
|
8912 |
+
"latin-ext",
|
8913 |
"cyrillic-ext"
|
8914 |
],
|
8915 |
"version": "v3",
|
8916 |
"lastModified": "2017-10-10",
|
8917 |
"files": {
|
8918 |
+
"regular": "http://fonts.gstatic.com/s/kurale/v3/4iCs6KV9e9dXjho6eA.ttf"
|
8919 |
}
|
8920 |
},
|
8921 |
{
|
8931 |
"version": "v8",
|
8932 |
"lastModified": "2017-10-10",
|
8933 |
"files": {
|
8934 |
+
"regular": "http://fonts.gstatic.com/s/labelleaurore/v8/RrQIbot8-mNYKnGNDkWlocovHeIIGw.ttf"
|
8935 |
}
|
8936 |
},
|
8937 |
{
|
8953 |
"version": "v4",
|
8954 |
"lastModified": "2017-10-10",
|
8955 |
"files": {
|
8956 |
+
"300": "http://fonts.gstatic.com/s/laila/v4/LYjBdG_8nE8jDLzxogNA.ttf",
|
8957 |
+
"regular": "http://fonts.gstatic.com/s/laila/v4/LYjMdG_8nE8jDIRd.ttf",
|
8958 |
+
"500": "http://fonts.gstatic.com/s/laila/v4/LYjBdG_8nE8jDLypowNA.ttf",
|
8959 |
+
"600": "http://fonts.gstatic.com/s/laila/v4/LYjBdG_8nE8jDLyFpANA.ttf",
|
8960 |
+
"700": "http://fonts.gstatic.com/s/laila/v4/LYjBdG_8nE8jDLzhpQNA.ttf"
|
8961 |
}
|
8962 |
},
|
8963 |
{
|
8974 |
"version": "v4",
|
8975 |
"lastModified": "2017-10-10",
|
8976 |
"files": {
|
8977 |
+
"regular": "http://fonts.gstatic.com/s/lakkireddy/v4/S6u5w49MUSzD9jlCPmvLZQfo.ttf"
|
8978 |
}
|
8979 |
},
|
8980 |
{
|
8985 |
"regular"
|
8986 |
],
|
8987 |
"subsets": [
|
8988 |
+
"vietnamese",
|
8989 |
"arabic",
|
8990 |
"latin",
|
|
|
8991 |
"latin-ext"
|
8992 |
],
|
8993 |
+
"version": "v3",
|
8994 |
+
"lastModified": "2018-02-20",
|
8995 |
"files": {
|
8996 |
+
"regular": "http://fonts.gstatic.com/s/lalezar/v3/zrfl0HLVx-HwTP82UaA.ttf"
|
8997 |
}
|
8998 |
},
|
8999 |
{
|
9010 |
"version": "v7",
|
9011 |
"lastModified": "2017-10-10",
|
9012 |
"files": {
|
9013 |
+
"regular": "http://fonts.gstatic.com/s/lancelot/v7/J7acnppxBGtQEulG4JY4.ttf"
|
9014 |
}
|
9015 |
},
|
9016 |
{
|
9024 |
"arabic",
|
9025 |
"latin"
|
9026 |
],
|
9027 |
+
"version": "v12",
|
9028 |
+
"lastModified": "2018-02-20",
|
9029 |
"files": {
|
9030 |
+
"regular": "http://fonts.gstatic.com/s/lateef/v12/hESw6XVnNCxEvkbMpg.ttf"
|
9031 |
}
|
9032 |
},
|
9033 |
{
|
9053 |
"version": "v14",
|
9054 |
"lastModified": "2017-10-11",
|
9055 |
"files": {
|
9056 |
+
"100": "http://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHh30wWw.ttf",
|
9057 |
+
"100italic": "http://fonts.gstatic.com/s/lato/v14/S6u-w4BMUTPHjxsIPy-v.ttf",
|
9058 |
+
"300": "http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USew8.ttf",
|
9059 |
+
"300italic": "http://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI9w2PHA.ttf",
|
9060 |
+
"regular": "http://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHvxk.ttf",
|
9061 |
+
"italic": "http://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxswWw.ttf",
|
9062 |
+
"700": "http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVew8.ttf",
|
9063 |
+
"700italic": "http://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI5wqPHA.ttf",
|
9064 |
+
"900": "http://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50Xew8.ttf",
|
9065 |
+
"900italic": "http://fonts.gstatic.com/s/lato/v14/S6u_w4BMUTPHjxsI3wiPHA.ttf"
|
9066 |
}
|
9067 |
},
|
9068 |
{
|
9078 |
"version": "v8",
|
9079 |
"lastModified": "2017-10-10",
|
9080 |
"files": {
|
9081 |
+
"regular": "http://fonts.gstatic.com/s/leaguescript/v8/CSR54zpSlumSWj9CGVsoBZdeaNM.ttf"
|
9082 |
}
|
9083 |
},
|
9084 |
{
|
9094 |
"version": "v8",
|
9095 |
"lastModified": "2017-10-10",
|
9096 |
"files": {
|
9097 |
+
"regular": "http://fonts.gstatic.com/s/leckerlione/v8/V8mCoQH8VCsNttEnxnGQ-1itLQ.ttf"
|
9098 |
}
|
9099 |
},
|
9100 |
{
|
9106 |
],
|
9107 |
"subsets": [
|
9108 |
"latin",
|
9109 |
+
"cyrillic",
|
9110 |
+
"latin-ext"
|
9111 |
],
|
9112 |
"version": "v5",
|
9113 |
"lastModified": "2017-10-10",
|
9114 |
"files": {
|
9115 |
+
"regular": "http://fonts.gstatic.com/s/ledger/v5/j8_q6-HK1L3if_sxmw.ttf"
|
9116 |
}
|
9117 |
},
|
9118 |
{
|
9131 |
"version": "v8",
|
9132 |
"lastModified": "2017-10-10",
|
9133 |
"files": {
|
9134 |
+
"regular": "http://fonts.gstatic.com/s/lekton/v8/SZc43FDmLaWmWpBeXw.ttf",
|
9135 |
+
"italic": "http://fonts.gstatic.com/s/lekton/v8/SZc63FDmLaWmWpBuXR3s.ttf",
|
9136 |
+
"700": "http://fonts.gstatic.com/s/lekton/v8/SZc73FDmLaWmWpBm4zjMlQ.ttf"
|
9137 |
}
|
9138 |
},
|
9139 |
{
|
9149 |
"version": "v6",
|
9150 |
"lastModified": "2017-10-10",
|
9151 |
"files": {
|
9152 |
+
"regular": "http://fonts.gstatic.com/s/lemon/v6/HI_EiYEVKqRMq0jB.ttf"
|
9153 |
}
|
9154 |
},
|
9155 |
{
|
9163 |
"700"
|
9164 |
],
|
9165 |
"subsets": [
|
9166 |
+
"vietnamese",
|
9167 |
"arabic",
|
9168 |
"latin",
|
|
|
9169 |
"latin-ext"
|
9170 |
],
|
9171 |
+
"version": "v4",
|
9172 |
+
"lastModified": "2018-02-20",
|
9173 |
"files": {
|
9174 |
+
"300": "http://fonts.gstatic.com/s/lemonada/v4/0QIkMXFD9oygTWy_R8PindGu.ttf",
|
9175 |
+
"regular": "http://fonts.gstatic.com/s/lemonada/v4/0QIjMXFD9oygTWy_R_tO.ttf",
|
9176 |
+
"600": "http://fonts.gstatic.com/s/lemonada/v4/0QIkMXFD9oygTWy_R8OWm9Gu.ttf",
|
9177 |
+
"700": "http://fonts.gstatic.com/s/lemonada/v4/0QIkMXFD9oygTWy_R8PymtGu.ttf"
|
9178 |
}
|
9179 |
},
|
9180 |
{
|
9190 |
"version": "v5",
|
9191 |
"lastModified": "2017-10-23",
|
9192 |
"files": {
|
9193 |
+
"regular": "http://fonts.gstatic.com/s/librebarcode128/v5/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A.ttf"
|
9194 |
}
|
9195 |
},
|
9196 |
{
|
9206 |
"version": "v5",
|
9207 |
"lastModified": "2017-10-23",
|
9208 |
"files": {
|
9209 |
+
"regular": "http://fonts.gstatic.com/s/librebarcode128text/v5/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV0.ttf"
|
9210 |
}
|
9211 |
},
|
9212 |
{
|
9222 |
"version": "v5",
|
9223 |
"lastModified": "2017-10-23",
|
9224 |
"files": {
|
9225 |
+
"regular": "http://fonts.gstatic.com/s/librebarcode39/v5/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_c.ttf"
|
9226 |
}
|
9227 |
},
|
9228 |
{
|
9238 |
"version": "v4",
|
9239 |
"lastModified": "2017-10-23",
|
9240 |
"files": {
|
9241 |
+
"regular": "http://fonts.gstatic.com/s/librebarcode39extended/v4/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNQ.ttf"
|
9242 |
}
|
9243 |
},
|
9244 |
{
|
9254 |
"version": "v4",
|
9255 |
"lastModified": "2017-10-23",
|
9256 |
"files": {
|
9257 |
+
"regular": "http://fonts.gstatic.com/s/librebarcode39extendedtext/v4/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fA.ttf"
|
9258 |
}
|
9259 |
},
|
9260 |
{
|
9270 |
"version": "v5",
|
9271 |
"lastModified": "2017-10-23",
|
9272 |
"files": {
|
9273 |
+
"regular": "http://fonts.gstatic.com/s/librebarcode39text/v5/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031Q.ttf"
|
9274 |
}
|
9275 |
},
|
9276 |
{
|
9289 |
"version": "v5",
|
9290 |
"lastModified": "2017-10-10",
|
9291 |
"files": {
|
9292 |
+
"regular": "http://fonts.gstatic.com/s/librebaskerville/v5/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNe.ttf",
|
9293 |
+
"italic": "http://fonts.gstatic.com/s/librebaskerville/v5/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxY.ttf",
|
9294 |
+
"700": "http://fonts.gstatic.com/s/librebaskerville/v5/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYw.ttf"
|
9295 |
}
|
9296 |
},
|
9297 |
{
|
9325 |
"version": "v2",
|
9326 |
"lastModified": "2017-10-10",
|
9327 |
"files": {
|
9328 |
+
"100": "http://fonts.gstatic.com/s/librefranklin/v2/jizBREVItHgc8qDIbSTKq4XkRi182zI.ttf",
|
9329 |
+
"100italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizHREVItHgc8qDIbSTKq4XkRiUa41YTiw.ttf",
|
9330 |
+
"200": "http://fonts.gstatic.com/s/librefranklin/v2/jizAREVItHgc8qDIbSTKq4XkRi3Q-hIz.ttf",
|
9331 |
+
"200italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizGREVItHgc8qDIbSTKq4XkRiUa4_oyq14.ttf",
|
9332 |
+
"300": "http://fonts.gstatic.com/s/librefranklin/v2/jizAREVItHgc8qDIbSTKq4XkRi20-RIz.ttf",
|
9333 |
+
"300italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizGREVItHgc8qDIbSTKq4XkRiUa454xq14.ttf",
|
9334 |
+
"regular": "http://fonts.gstatic.com/s/librefranklin/v2/jizDREVItHgc8qDIbSTKq4XkRhUY.ttf",
|
9335 |
+
"italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizBREVItHgc8qDIbSTKq4XkRiUa2zI.ttf",
|
9336 |
+
"500": "http://fonts.gstatic.com/s/librefranklin/v2/jizAREVItHgc8qDIbSTKq4XkRi3s-BIz.ttf",
|
9337 |
+
"500italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizGREVItHgc8qDIbSTKq4XkRiUa48Ywq14.ttf",
|
9338 |
+
"600": "http://fonts.gstatic.com/s/librefranklin/v2/jizAREVItHgc8qDIbSTKq4XkRi3A_xIz.ttf",
|
9339 |
+
"600italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizGREVItHgc8qDIbSTKq4XkRiUa4-o3q14.ttf",
|
9340 |
+
"700": "http://fonts.gstatic.com/s/librefranklin/v2/jizAREVItHgc8qDIbSTKq4XkRi2k_hIz.ttf",
|
9341 |
+
"700italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizGREVItHgc8qDIbSTKq4XkRiUa4442q14.ttf",
|
9342 |
+
"800": "http://fonts.gstatic.com/s/librefranklin/v2/jizAREVItHgc8qDIbSTKq4XkRi24_RIz.ttf",
|
9343 |
+
"800italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizGREVItHgc8qDIbSTKq4XkRiUa45I1q14.ttf",
|
9344 |
+
"900": "http://fonts.gstatic.com/s/librefranklin/v2/jizAREVItHgc8qDIbSTKq4XkRi2c_BIz.ttf",
|
9345 |
+
"900italic": "http://fonts.gstatic.com/s/librefranklin/v2/jizGREVItHgc8qDIbSTKq4XkRiUa47Y0q14.ttf"
|
9346 |
}
|
9347 |
},
|
9348 |
{
|
9360 |
"version": "v7",
|
9361 |
"lastModified": "2017-10-10",
|
9362 |
"files": {
|
9363 |
+
"regular": "http://fonts.gstatic.com/s/lifesavers/v7/ZXuie1UftKKabUQMgxAal_lr.ttf",
|
9364 |
+
"700": "http://fonts.gstatic.com/s/lifesavers/v7/ZXu_e1UftKKabUQMgxAal8HXOS5T.ttf"
|
9365 |
}
|
9366 |
},
|
9367 |
{
|
9378 |
"version": "v5",
|
9379 |
"lastModified": "2017-10-10",
|
9380 |
"files": {
|
9381 |
+
"regular": "http://fonts.gstatic.com/s/lilitaone/v5/i7dPIFZ9Zz-WBtRtedDbUEY.ttf"
|
9382 |
}
|
9383 |
},
|
9384 |
{
|
9395 |
"version": "v5",
|
9396 |
"lastModified": "2017-10-10",
|
9397 |
"files": {
|
9398 |
+
"regular": "http://fonts.gstatic.com/s/lilyscriptone/v5/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gg.ttf"
|
9399 |
}
|
9400 |
},
|
9401 |
{
|
9412 |
"version": "v8",
|
9413 |
"lastModified": "2017-10-10",
|
9414 |
"files": {
|
9415 |
+
"regular": "http://fonts.gstatic.com/s/limelight/v8/XLYkIZL7aopJVbZJHDuYPQ.ttf"
|
9416 |
}
|
9417 |
},
|
9418 |
{
|
9429 |
"version": "v7",
|
9430 |
"lastModified": "2017-10-10",
|
9431 |
"files": {
|
9432 |
+
"regular": "http://fonts.gstatic.com/s/lindenhill/v7/-F61fjxoKSg9Yc3hZgO8ygFI.ttf",
|
9433 |
+
"italic": "http://fonts.gstatic.com/s/lindenhill/v7/-F63fjxoKSg9Yc3hZgO8yjFK5ig.ttf"
|
9434 |
}
|
9435 |
},
|
9436 |
{
|
9441 |
"regular"
|
9442 |
],
|
9443 |
"subsets": [
|
|
|
9444 |
"vietnamese",
|
9445 |
+
"latin",
|
9446 |
"cyrillic",
|
9447 |
+
"latin-ext",
|
9448 |
"cyrillic-ext"
|
9449 |
],
|
9450 |
"version": "v20",
|
9451 |
"lastModified": "2017-11-07",
|
9452 |
"files": {
|
9453 |
+
"regular": "http://fonts.gstatic.com/s/lobster/v20/neILzCirqoswsqX9_oU.ttf"
|
9454 |
}
|
9455 |
},
|
9456 |
{
|
9469 |
"version": "v10",
|
9470 |
"lastModified": "2017-10-10",
|
9471 |
"files": {
|
9472 |
+
"regular": "http://fonts.gstatic.com/s/lobstertwo/v10/BngMUXZGTXPUvIoyV6yN59fK.ttf",
|
9473 |
+
"italic": "http://fonts.gstatic.com/s/lobstertwo/v10/BngOUXZGTXPUvIoyV6yN5-fI5qA.ttf",
|
9474 |
+
"700": "http://fonts.gstatic.com/s/lobstertwo/v10/BngRUXZGTXPUvIoyV6yN5-92w4CB.ttf",
|
9475 |
+
"700italic": "http://fonts.gstatic.com/s/lobstertwo/v10/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRg.ttf"
|
9476 |
}
|
9477 |
},
|
9478 |
{
|
9488 |
"version": "v8",
|
9489 |
"lastModified": "2017-10-10",
|
9490 |
"files": {
|
9491 |
+
"regular": "http://fonts.gstatic.com/s/londrinaoutline/v8/C8c44dM8vmb14dfsZxhetg3pDH-Sfuo.ttf"
|
9492 |
}
|
9493 |
},
|
9494 |
{
|
9504 |
"version": "v6",
|
9505 |
"lastModified": "2017-10-10",
|
9506 |
"files": {
|
9507 |
+
"regular": "http://fonts.gstatic.com/s/londrinashadow/v6/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRg.ttf"
|
9508 |
}
|
9509 |
},
|
9510 |
{
|
9520 |
"version": "v6",
|
9521 |
"lastModified": "2017-10-09",
|
9522 |
"files": {
|
9523 |
+
"regular": "http://fonts.gstatic.com/s/londrinasketch/v6/c4m41npxGMTnomOHtRU68eIJn8qfWQ.ttf"
|
9524 |
}
|
9525 |
},
|
9526 |
{
|
9539 |
"version": "v6",
|
9540 |
"lastModified": "2017-10-10",
|
9541 |
"files": {
|
9542 |
+
"100": "http://fonts.gstatic.com/s/londrinasolid/v6/flUjRq6sw40kQEJxWNgkLuudGfs9KBY.ttf",
|
9543 |
+
"300": "http://fonts.gstatic.com/s/londrinasolid/v6/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0.ttf",
|
9544 |
+
"regular": "http://fonts.gstatic.com/s/londrinasolid/v6/flUhRq6sw40kQEJxWNgkLuudGcNZ.ttf",
|
9545 |
+
"900": "http://fonts.gstatic.com/s/londrinasolid/v6/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0.ttf"
|
9546 |
}
|
9547 |
},
|
9548 |
{
|
9556 |
"700italic"
|
9557 |
],
|
9558 |
"subsets": [
|
|
|
9559 |
"vietnamese",
|
9560 |
+
"latin",
|
9561 |
"cyrillic",
|
9562 |
+
"latin-ext",
|
9563 |
"cyrillic-ext"
|
9564 |
],
|
9565 |
"version": "v12",
|
9566 |
"lastModified": "2017-11-07",
|
9567 |
"files": {
|
9568 |
+
"regular": "http://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuAw0.ttf",
|
9569 |
+
"italic": "http://fonts.gstatic.com/s/lora/v12/0QIhMX1D_JOuMw_7Jg.ttf",
|
9570 |
+
"700": "http://fonts.gstatic.com/s/lora/v12/0QIgMX1D_JOuO7HeBts.ttf",
|
9571 |
+
"700italic": "http://fonts.gstatic.com/s/lora/v12/0QIiMX1D_JOuMw_Dmt5unw.ttf"
|
9572 |
}
|
9573 |
},
|
9574 |
{
|
9584 |
"version": "v8",
|
9585 |
"lastModified": "2017-10-10",
|
9586 |
"files": {
|
9587 |
+
"regular": "http://fonts.gstatic.com/s/loveyalikeasister/v8/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78g.ttf"
|
9588 |
}
|
9589 |
},
|
9590 |
{
|
9600 |
"version": "v7",
|
9601 |
"lastModified": "2017-10-10",
|
9602 |
"files": {
|
9603 |
+
"regular": "http://fonts.gstatic.com/s/lovedbytheking/v7/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiN.ttf"
|
9604 |
}
|
9605 |
},
|
9606 |
{
|
9617 |
"version": "v5",
|
9618 |
"lastModified": "2017-10-10",
|
9619 |
"files": {
|
9620 |
+
"regular": "http://fonts.gstatic.com/s/loversquarrel/v5/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAs.ttf"
|
9621 |
}
|
9622 |
},
|
9623 |
{
|
9633 |
"version": "v8",
|
9634 |
"lastModified": "2017-10-10",
|
9635 |
"files": {
|
9636 |
+
"regular": "http://fonts.gstatic.com/s/luckiestguy/v8/_gP_1RrxsjcxVyin9l9n_j2RSg.ttf"
|
9637 |
}
|
9638 |
},
|
9639 |
{
|
9650 |
"version": "v5",
|
9651 |
"lastModified": "2017-10-10",
|
9652 |
"files": {
|
9653 |
+
"regular": "http://fonts.gstatic.com/s/lusitana/v5/CSR84z9ShvucWzsMKxha.ttf",
|
9654 |
+
"700": "http://fonts.gstatic.com/s/lusitana/v5/CSR74z9ShvucWzsMKyDmaccq.ttf"
|
9655 |
}
|
9656 |
},
|
9657 |
{
|
9667 |
"version": "v5",
|
9668 |
"lastModified": "2017-10-10",
|
9669 |
"files": {
|
9670 |
+
"regular": "http://fonts.gstatic.com/s/lustria/v5/9oRONYodvDEyjuhOrCg.ttf"
|
9671 |
}
|
9672 |
},
|
9673 |
{
|
9683 |
"version": "v6",
|
9684 |
"lastModified": "2017-10-10",
|
9685 |
"files": {
|
9686 |
+
"regular": "http://fonts.gstatic.com/s/macondo/v6/RrQQboN9-iB1IXmOS2U.ttf"
|
9687 |
}
|
9688 |
},
|
9689 |
{
|
9699 |
"version": "v5",
|
9700 |
"lastModified": "2017-10-09",
|
9701 |
"files": {
|
9702 |
+
"regular": "http://fonts.gstatic.com/s/macondoswashcaps/v5/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oeg.ttf"
|
9703 |
}
|
9704 |
},
|
9705 |
{
|
9719 |
"arabic",
|
9720 |
"latin"
|
9721 |
],
|
9722 |
+
"version": "v5",
|
9723 |
+
"lastModified": "2018-02-20",
|
9724 |
"files": {
|
9725 |
+
"200": "http://fonts.gstatic.com/s/mada/v5/7Au_p_0qnzeSdf3nCCI.ttf",
|
9726 |
+
"300": "http://fonts.gstatic.com/s/mada/v5/7Au_p_0qnzeSdZnkCCI.ttf",
|
9727 |
+
"regular": "http://fonts.gstatic.com/s/mada/v5/7Auwp_0qnzeSTTU.ttf",
|
9728 |
+
"500": "http://fonts.gstatic.com/s/mada/v5/7Au_p_0qnzeSdcHlCCI.ttf",
|
9729 |
+
"600": "http://fonts.gstatic.com/s/mada/v5/7Au_p_0qnzeSde3iCCI.ttf",
|
9730 |
+
"700": "http://fonts.gstatic.com/s/mada/v5/7Au_p_0qnzeSdYnjCCI.ttf",
|
9731 |
+
"900": "http://fonts.gstatic.com/s/mada/v5/7Au_p_0qnzeSdbHhCCI.ttf"
|
9732 |
}
|
9733 |
},
|
9734 |
{
|
9746 |
"version": "v5",
|
9747 |
"lastModified": "2017-10-10",
|
9748 |
"files": {
|
9749 |
+
"regular": "http://fonts.gstatic.com/s/magra/v5/uK_94ruaZus72k5x.ttf",
|
9750 |
+
"700": "http://fonts.gstatic.com/s/magra/v5/uK_w4ruaZus72nbNDxcX.ttf"
|
9751 |
}
|
9752 |
},
|
9753 |
{
|
9763 |
"version": "v8",
|
9764 |
"lastModified": "2017-10-10",
|
9765 |
"files": {
|
9766 |
+
"regular": "http://fonts.gstatic.com/s/maidenorange/v8/kJE1BuIX7AUmhi2V4m08kb1XjOY.ttf"
|
9767 |
}
|
9768 |
},
|
9769 |
{
|
9779 |
"700"
|
9780 |
],
|
9781 |
"subsets": [
|
|
|
9782 |
"vietnamese",
|
9783 |
+
"latin",
|
9784 |
"latin-ext",
|
9785 |
"thai"
|
9786 |
],
|
9787 |
"version": "v2",
|
9788 |
"lastModified": "2017-10-10",
|
9789 |
"files": {
|
9790 |
+
"200": "http://fonts.gstatic.com/s/maitree/v2/MjQDmil5tffhpBrklhGNWJE.ttf",
|
9791 |
+
"300": "http://fonts.gstatic.com/s/maitree/v2/MjQDmil5tffhpBrklnWOWJE.ttf",
|
9792 |
+
"regular": "http://fonts.gstatic.com/s/maitree/v2/MjQGmil5tffhpBrkrtk.ttf",
|
9793 |
+
"500": "http://fonts.gstatic.com/s/maitree/v2/MjQDmil5tffhpBrkli2PWJE.ttf",
|
9794 |
+
"600": "http://fonts.gstatic.com/s/maitree/v2/MjQDmil5tffhpBrklgGIWJE.ttf",
|
9795 |
+
"700": "http://fonts.gstatic.com/s/maitree/v2/MjQDmil5tffhpBrklmWJWJE.ttf"
|
9796 |
}
|
9797 |
},
|
9798 |
{
|
9808 |
"version": "v8",
|
9809 |
"lastModified": "2017-10-10",
|
9810 |
"files": {
|
9811 |
+
"regular": "http://fonts.gstatic.com/s/mako/v8/H4coBX6Mmc_Z0SQ.ttf"
|
9812 |
}
|
9813 |
},
|
9814 |
{
|
9825 |
"version": "v5",
|
9826 |
"lastModified": "2017-10-10",
|
9827 |
"files": {
|
9828 |
+
"regular": "http://fonts.gstatic.com/s/mallanna/v5/hv-Vlzx-KEQb84YaDGwz.ttf"
|
9829 |
}
|
9830 |
},
|
9831 |
{
|
9842 |
"version": "v5",
|
9843 |
"lastModified": "2017-10-10",
|
9844 |
"files": {
|
9845 |
+
"regular": "http://fonts.gstatic.com/s/mandali/v5/LhWlMVbYOfASNfNUVFk.ttf"
|
9846 |
}
|
9847 |
},
|
9848 |
{
|
9860 |
"700italic"
|
9861 |
],
|
9862 |
"subsets": [
|
|
|
9863 |
"vietnamese",
|
9864 |
+
"latin",
|
9865 |
"latin-ext"
|
9866 |
],
|
9867 |
"version": "v2",
|
9868 |
"lastModified": "2017-11-21",
|
9869 |
"files": {
|
9870 |
+
"regular": "http://fonts.gstatic.com/s/manuale/v2/f0X20eas_8Z-TFZdBPY.ttf",
|
9871 |
+
"italic": "http://fonts.gstatic.com/s/manuale/v2/f0X00eas_8Z-TFZdNPTOxw.ttf",
|
9872 |
+
"500": "http://fonts.gstatic.com/s/manuale/v2/f0Xz0eas_8Z-TFZdPALt58E.ttf",
|
9873 |
+
"500italic": "http://fonts.gstatic.com/s/manuale/v2/f0Xx0eas_8Z-TFZdNPT2M8Ln8Q.ttf",
|
9874 |
+
"600": "http://fonts.gstatic.com/s/manuale/v2/f0Xz0eas_8Z-TFZdPC7q58E.ttf",
|
9875 |
+
"600italic": "http://fonts.gstatic.com/s/manuale/v2/f0Xx0eas_8Z-TFZdNPT2H8Xn8Q.ttf",
|
9876 |
+
"700": "http://fonts.gstatic.com/s/manuale/v2/f0Xz0eas_8Z-TFZdPErr58E.ttf",
|
9877 |
+
"700italic": "http://fonts.gstatic.com/s/manuale/v2/f0Xx0eas_8Z-TFZdNPT2e8Tn8Q.ttf"
|
9878 |
}
|
9879 |
},
|
9880 |
{
|
9891 |
"version": "v5",
|
9892 |
"lastModified": "2017-10-10",
|
9893 |
"files": {
|
9894 |
+
"regular": "http://fonts.gstatic.com/s/marcellus/v5/wEO_EBrOk8hQLDvIAF8FUQ.ttf"
|
9895 |
}
|
9896 |
},
|
9897 |
{
|
9908 |
"version": "v5",
|
9909 |
"lastModified": "2017-10-10",
|
9910 |
"files": {
|
9911 |
+
"regular": "http://fonts.gstatic.com/s/marcellussc/v5/ke8iOgUHP1dg-Rmi6RWjbLEPgQ.ttf"
|
9912 |
}
|
9913 |
},
|
9914 |
{
|
9920 |
],
|
9921 |
"subsets": [
|
9922 |
"latin",
|
9923 |
+
"cyrillic",
|
9924 |
+
"latin-ext"
|
9925 |
],
|
9926 |
"version": "v8",
|
9927 |
"lastModified": "2017-10-10",
|
9928 |
"files": {
|
9929 |
+
"regular": "http://fonts.gstatic.com/s/marckscript/v8/nwpTtK2oNgBA3Or78gapdwuCzw.ttf"
|
9930 |
}
|
9931 |
},
|
9932 |
{
|
9943 |
"version": "v6",
|
9944 |
"lastModified": "2017-10-10",
|
9945 |
"files": {
|
9946 |
+
"regular": "http://fonts.gstatic.com/s/margarine/v6/qkBXXvoE6trLT9Y7YLye5A.ttf"
|
9947 |
}
|
9948 |
},
|
9949 |
{
|
9959 |
"version": "v7",
|
9960 |
"lastModified": "2017-10-10",
|
9961 |
"files": {
|
9962 |
+
"regular": "http://fonts.gstatic.com/s/markoone/v7/9Btq3DFG0cnVM5lw1haaKg.ttf"
|
9963 |
}
|
9964 |
},
|
9965 |
{
|
9971 |
],
|
9972 |
"subsets": [
|
9973 |
"latin",
|
9974 |
+
"cyrillic",
|
9975 |
+
"latin-ext"
|
9976 |
],
|
9977 |
"version": "v7",
|
9978 |
"lastModified": "2017-10-10",
|
9979 |
"files": {
|
9980 |
+
"regular": "http://fonts.gstatic.com/s/marmelad/v7/Qw3eZQdSHj_jK2e-8tFL.ttf"
|
9981 |
}
|
9982 |
},
|
9983 |
{
|
10001 |
"version": "v2",
|
10002 |
"lastModified": "2017-10-10",
|
10003 |
"files": {
|
10004 |
+
"200": "http://fonts.gstatic.com/s/martel/v2/PN_yRfK9oXHga0XVqekahQ.ttf",
|
10005 |
+
"300": "http://fonts.gstatic.com/s/martel/v2/PN_yRfK9oXHga0XVzeoahQ.ttf",
|
10006 |
+
"regular": "http://fonts.gstatic.com/s/martel/v2/PN_xRfK9oXHga0XtYQ.ttf",
|
10007 |
+
"600": "http://fonts.gstatic.com/s/martel/v2/PN_yRfK9oXHga0XVuewahQ.ttf",
|
10008 |
+
"700": "http://fonts.gstatic.com/s/martel/v2/PN_yRfK9oXHga0XV3e0ahQ.ttf",
|
10009 |
+
"800": "http://fonts.gstatic.com/s/martel/v2/PN_yRfK9oXHga0XVwe4ahQ.ttf",
|
10010 |
+
"900": "http://fonts.gstatic.com/s/martel/v2/PN_yRfK9oXHga0XV5e8ahQ.ttf"
|
10011 |
}
|
10012 |
},
|
10013 |
{
|
10031 |
"version": "v4",
|
10032 |
"lastModified": "2017-10-10",
|
10033 |
"files": {
|
10034 |
+
"200": "http://fonts.gstatic.com/s/martelsans/v4/h0GxssGi7VdzDgKjM-4d8hAX5suH.ttf",
|
10035 |
+
"300": "http://fonts.gstatic.com/s/martelsans/v4/h0GxssGi7VdzDgKjM-4d8hBz5cuH.ttf",
|
10036 |
+
"regular": "http://fonts.gstatic.com/s/martelsans/v4/h0GsssGi7VdzDgKjM-4d8ijf.ttf",
|
10037 |
+
"600": "http://fonts.gstatic.com/s/martelsans/v4/h0GxssGi7VdzDgKjM-4d8hAH48uH.ttf",
|
10038 |
+
"700": "http://fonts.gstatic.com/s/martelsans/v4/h0GxssGi7VdzDgKjM-4d8hBj4suH.ttf",
|
10039 |
+
"800": "http://fonts.gstatic.com/s/martelsans/v4/h0GxssGi7VdzDgKjM-4d8hB_4cuH.ttf",
|
10040 |
+
"900": "http://fonts.gstatic.com/s/martelsans/v4/h0GxssGi7VdzDgKjM-4d8hBb4MuH.ttf"
|
10041 |
}
|
10042 |
},
|
10043 |
{
|
10056 |
"version": "v7",
|
10057 |
"lastModified": "2017-10-10",
|
10058 |
"files": {
|
10059 |
+
"regular": "http://fonts.gstatic.com/s/marvel/v7/nwpVtKeoNgBV0qaIkQ.ttf",
|
10060 |
+
"italic": "http://fonts.gstatic.com/s/marvel/v7/nwpXtKeoNgBV0qa4k1TA.ttf",
|
10061 |
+
"700": "http://fonts.gstatic.com/s/marvel/v7/nwpWtKeoNgBV0qawLXHgBw.ttf",
|
10062 |
+
"700italic": "http://fonts.gstatic.com/s/marvel/v7/nwpQtKeoNgBV0qa4k2x8Al-i.ttf"
|
10063 |
}
|
10064 |
},
|
10065 |
{
|
10076 |
"version": "v6",
|
10077 |
"lastModified": "2017-10-10",
|
10078 |
"files": {
|
10079 |
+
"regular": "http://fonts.gstatic.com/s/mate/v6/m8JdjftRd7WZ2z0.ttf",
|
10080 |
+
"italic": "http://fonts.gstatic.com/s/mate/v6/m8JTjftRd7WZ6z-2Xg.ttf"
|
10081 |
}
|
10082 |
},
|
10083 |
{
|
10093 |
"version": "v6",
|
10094 |
"lastModified": "2017-10-10",
|
10095 |
"files": {
|
10096 |
+
"regular": "http://fonts.gstatic.com/s/matesc/v6/-nF8OGQ1-uoVr2wKyiU.ttf"
|
10097 |
}
|
10098 |
},
|
10099 |
{
|
10107 |
"900"
|
10108 |
],
|
10109 |
"subsets": [
|
|
|
10110 |
"vietnamese",
|
10111 |
+
"latin",
|
10112 |
"latin-ext"
|
10113 |
],
|
10114 |
"version": "v11",
|
10115 |
"lastModified": "2017-11-21",
|
10116 |
"files": {
|
10117 |
+
"regular": "http://fonts.gstatic.com/s/mavenpro/v11/7Au9p_AqnyWWAxW2Wk32yg.ttf",
|
10118 |
+
"500": "http://fonts.gstatic.com/s/mavenpro/v11/7Au4p_AqnyWWAxW2Wk3OPkctOA.ttf",
|
10119 |
+
"700": "http://fonts.gstatic.com/s/mavenpro/v11/7Au4p_AqnyWWAxW2Wk3OdkEtOA.ttf",
|
10120 |
+
"900": "http://fonts.gstatic.com/s/mavenpro/v11/7Au4p_AqnyWWAxW2Wk3OTkMtOA.ttf"
|
10121 |
}
|
10122 |
},
|
10123 |
{
|
10134 |
"version": "v5",
|
10135 |
"lastModified": "2017-10-10",
|
10136 |
"files": {
|
10137 |
+
"regular": "http://fonts.gstatic.com/s/mclaren/v5/2EbnL-ZuAXFqZFXISYY.ttf"
|
10138 |
}
|
10139 |
},
|
10140 |
{
|
10150 |
"version": "v10",
|
10151 |
"lastModified": "2017-10-10",
|
10152 |
"files": {
|
10153 |
+
"regular": "http://fonts.gstatic.com/s/meddon/v10/kmK8ZqA2EgDNeHTZhA.ttf"
|
10154 |
}
|
10155 |
},
|
10156 |
{
|
10167 |
"version": "v9",
|
10168 |
"lastModified": "2017-10-10",
|
10169 |
"files": {
|
10170 |
+
"regular": "http://fonts.gstatic.com/s/medievalsharp/v9/EvOJzAlL3oU5AQl2mP5KdgptAq8.ttf"
|
10171 |
}
|
10172 |
},
|
10173 |
{
|
10183 |
"version": "v7",
|
10184 |
"lastModified": "2017-10-10",
|
10185 |
"files": {
|
10186 |
+
"regular": "http://fonts.gstatic.com/s/medulaone/v7/YA9Wr0qb5kjJM6l2V0yukiE.ttf"
|
10187 |
}
|
10188 |
},
|
10189 |
{
|
10194 |
"regular"
|
10195 |
],
|
10196 |
"subsets": [
|
10197 |
+
"latin",
|
10198 |
+
"tamil"
|
10199 |
],
|
10200 |
"version": "v2",
|
10201 |
"lastModified": "2017-10-09",
|
10202 |
"files": {
|
10203 |
+
"regular": "http://fonts.gstatic.com/s/meerainimai/v2/845fNMM5EIqOW5MPuvO3ILep_w.ttf"
|
10204 |
}
|
10205 |
},
|
10206 |
{
|
10216 |
"version": "v8",
|
10217 |
"lastModified": "2017-10-10",
|
10218 |
"files": {
|
10219 |
+
"regular": "http://fonts.gstatic.com/s/megrim/v8/46kulbz5WjvLqJZlbQ.ttf"
|
10220 |
}
|
10221 |
},
|
10222 |
{
|
10233 |
"version": "v5",
|
10234 |
"lastModified": "2017-10-10",
|
10235 |
"files": {
|
10236 |
+
"regular": "http://fonts.gstatic.com/s/meiescript/v5/_LOImzDK7erRjhunIspaMjxn.ttf"
|
10237 |
}
|
10238 |
},
|
10239 |
{
|
10251 |
"version": "v5",
|
10252 |
"lastModified": "2017-10-10",
|
10253 |
"files": {
|
10254 |
+
"regular": "http://fonts.gstatic.com/s/merienda/v5/gNMHW3x8Qoy5_mf8uVMC.ttf",
|
10255 |
+
"700": "http://fonts.gstatic.com/s/merienda/v5/gNMAW3x8Qoy5_mf8uWu-Fa-y.ttf"
|
10256 |
}
|
10257 |
},
|
10258 |
{
|
10268 |
"version": "v8",
|
10269 |
"lastModified": "2017-10-10",
|
10270 |
"files": {
|
10271 |
+
"regular": "http://fonts.gstatic.com/s/meriendaone/v8/H4cgBXaMndbflEq6kyZ1ht6Ygg.ttf"
|
10272 |
}
|
10273 |
},
|
10274 |
{
|
10286 |
"900italic"
|
10287 |
],
|
10288 |
"subsets": [
|
|
|
10289 |
"vietnamese",
|
10290 |
+
"latin",
|
10291 |
"cyrillic",
|
10292 |
+
"latin-ext",
|
10293 |
"cyrillic-ext"
|
10294 |
],
|
10295 |
"version": "v19",
|
10296 |
"lastModified": "2017-11-07",
|
10297 |
"files": {
|
10298 |
+
"300": "http://fonts.gstatic.com/s/merriweather/v19/u-4n0qyriQwlOrhSvowK_l521wRpXw.ttf",
|
10299 |
+
"300italic": "http://fonts.gstatic.com/s/merriweather/v19/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_.ttf",
|
10300 |
+
"regular": "http://fonts.gstatic.com/s/merriweather/v19/u-440qyriQwlOrhSvowK_l5Oew.ttf",
|
10301 |
+
"italic": "http://fonts.gstatic.com/s/merriweather/v19/u-4m0qyriQwlOrhSvowK_l5-eSZJ.ttf",
|
10302 |
+
"700": "http://fonts.gstatic.com/s/merriweather/v19/u-4n0qyriQwlOrhSvowK_l52xwNpXw.ttf",
|
10303 |
+
"700italic": "http://fonts.gstatic.com/s/merriweather/v19/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_.ttf",
|
10304 |
+
"900": "http://fonts.gstatic.com/s/merriweather/v19/u-4n0qyriQwlOrhSvowK_l52_wFpXw.ttf",
|
10305 |
+
"900italic": "http://fonts.gstatic.com/s/merriweather/v19/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_.ttf"
|
10306 |
}
|
10307 |
},
|
10308 |
{
|
10326 |
"version": "v9",
|
10327 |
"lastModified": "2017-10-10",
|
10328 |
"files": {
|
10329 |
+
"300": "http://fonts.gstatic.com/s/merriweathersans/v9/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1eYBDD.ttf",
|
10330 |
+
"300italic": "http://fonts.gstatic.com/s/merriweathersans/v9/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepzB0hM.ttf",
|
10331 |
+
"regular": "http://fonts.gstatic.com/s/merriweathersans/v9/2-c99IRs1JiJN1FRAMjTN5zd9vgsFEXy.ttf",
|
10332 |
+
"italic": "http://fonts.gstatic.com/s/merriweathersans/v9/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwQjA.ttf",
|
10333 |
+
"700": "http://fonts.gstatic.com/s/merriweathersans/v9/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1OZxDD.ttf",
|
10334 |
+
"700italic": "http://fonts.gstatic.com/s/merriweathersans/v9/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXweozG0hM.ttf",
|
10335 |
+
"800": "http://fonts.gstatic.com/s/merriweathersans/v9/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1SZBDD.ttf",
|
10336 |
+
"800italic": "http://fonts.gstatic.com/s/merriweathersans/v9/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepDF0hM.ttf"
|
10337 |
}
|
10338 |
},
|
10339 |
{
|
10349 |
"version": "v10",
|
10350 |
"lastModified": "2017-10-09",
|
10351 |
"files": {
|
10352 |
+
"regular": "http://fonts.gstatic.com/s/metal/v10/lW-wwjUJIXTo7i3n.ttf"
|
10353 |
}
|
10354 |
},
|
10355 |
{
|
10366 |
"version": "v7",
|
10367 |
"lastModified": "2017-10-09",
|
10368 |
"files": {
|
10369 |
+
"regular": "http://fonts.gstatic.com/s/metalmania/v7/RWmMoKWb4e8kqMfBUdPFJeXC.ttf"
|
10370 |
}
|
10371 |
},
|
10372 |
{
|
10383 |
"version": "v7",
|
10384 |
"lastModified": "2017-10-10",
|
10385 |
"files": {
|
10386 |
+
"regular": "http://fonts.gstatic.com/s/metamorphous/v7/Wnz8HA03aAXcC39ZEX5y1330PA.ttf"
|
10387 |
}
|
10388 |
},
|
10389 |
{
|
10399 |
"version": "v10",
|
10400 |
"lastModified": "2017-10-10",
|
10401 |
"files": {
|
10402 |
+
"regular": "http://fonts.gstatic.com/s/metrophobic/v10/sJoA3LZUhMSAPV_u0qwiAT-J.ttf"
|
10403 |
}
|
10404 |
},
|
10405 |
{
|
10415 |
"version": "v8",
|
10416 |
"lastModified": "2017-10-10",
|
10417 |
"files": {
|
10418 |
+
"regular": "http://fonts.gstatic.com/s/michroma/v8/PN_zRfy9qWD8fEagAMg6.ttf"
|
10419 |
}
|
10420 |
},
|
10421 |
{
|
10432 |
"version": "v5",
|
10433 |
"lastModified": "2017-10-10",
|
10434 |
"files": {
|
10435 |
+
"regular": "http://fonts.gstatic.com/s/milonga/v5/SZc53FHnIaK9W5kffz0.ttf"
|
10436 |
}
|
10437 |
},
|
10438 |
{
|
10448 |
"version": "v11",
|
10449 |
"lastModified": "2017-10-10",
|
10450 |
"files": {
|
10451 |
+
"regular": "http://fonts.gstatic.com/s/miltonian/v11/zOL-4pbPn6Ne9JqTg9mr6Q.ttf"
|
10452 |
}
|
10453 |
},
|
10454 |
{
|
10464 |
"version": "v12",
|
10465 |
"lastModified": "2017-10-10",
|
10466 |
"files": {
|
10467 |
+
"regular": "http://fonts.gstatic.com/s/miltoniantattoo/v12/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwM.ttf"
|
10468 |
+
}
|
10469 |
+
},
|
10470 |
+
{
|
10471 |
+
"kind": "webfonts#webfont",
|
10472 |
+
"family": "Mina",
|
10473 |
+
"category": "sans-serif",
|
10474 |
+
"variants": [
|
10475 |
+
"regular",
|
10476 |
+
"700"
|
10477 |
+
],
|
10478 |
+
"subsets": [
|
10479 |
+
"bengali",
|
10480 |
+
"latin",
|
10481 |
+
"latin-ext"
|
10482 |
+
],
|
10483 |
+
"version": "v1",
|
10484 |
+
"lastModified": "2018-03-02",
|
10485 |
+
"files": {
|
10486 |
+
"regular": "http://fonts.gstatic.com/s/mina/v1/-nFzOGc18vARrz8.ttf",
|
10487 |
+
"700": "http://fonts.gstatic.com/s/mina/v1/-nF8OGc18vARl4NMyiU.ttf"
|
10488 |
}
|
10489 |
},
|
10490 |
{
|
10500 |
"version": "v6",
|
10501 |
"lastModified": "2017-10-10",
|
10502 |
"files": {
|
10503 |
+
"regular": "http://fonts.gstatic.com/s/miniver/v6/eLGcP-PxIg-5H0vC770.ttf"
|
10504 |
}
|
10505 |
},
|
10506 |
{
|
10512 |
"700"
|
10513 |
],
|
10514 |
"subsets": [
|
10515 |
+
"hebrew",
|
10516 |
"latin",
|
10517 |
+
"latin-ext"
|
|
|
10518 |
],
|
10519 |
"version": "v3",
|
10520 |
"lastModified": "2017-10-10",
|
10521 |
"files": {
|
10522 |
+
"regular": "http://fonts.gstatic.com/s/miriamlibre/v3/DdTh798HsHwubBAqfkcBTL_vYA.ttf",
|
10523 |
+
"700": "http://fonts.gstatic.com/s/miriamlibre/v3/DdT-798HsHwubBAqfkcBTL_X3LbbRQ.ttf"
|
10524 |
}
|
10525 |
},
|
10526 |
{
|
10538 |
"latin",
|
10539 |
"latin-ext"
|
10540 |
],
|
10541 |
+
"version": "v4",
|
10542 |
+
"lastModified": "2018-02-20",
|
10543 |
"files": {
|
10544 |
+
"regular": "http://fonts.gstatic.com/s/mirza/v4/co3ImWlikiN5Eurd.ttf",
|
10545 |
+
"500": "http://fonts.gstatic.com/s/mirza/v4/co3FmWlikiN5EtIpAeO4.ttf",
|
10546 |
+
"600": "http://fonts.gstatic.com/s/mirza/v4/co3FmWlikiN5EtIFBuO4.ttf",
|
10547 |
+
"700": "http://fonts.gstatic.com/s/mirza/v4/co3FmWlikiN5EtJhB-O4.ttf"
|
10548 |
}
|
10549 |
},
|
10550 |
{
|
10561 |
"version": "v7",
|
10562 |
"lastModified": "2017-10-09",
|
10563 |
"files": {
|
10564 |
+
"regular": "http://fonts.gstatic.com/s/missfajardose/v7/E21-_dn5gvrawDdPFVl-N0Ajb8qv.ttf"
|
10565 |
}
|
10566 |
},
|
10567 |
{
|
10577 |
"700"
|
10578 |
],
|
10579 |
"subsets": [
|
|
|
10580 |
"vietnamese",
|
10581 |
+
"latin",
|
10582 |
"latin-ext",
|
10583 |
"thai"
|
10584 |
],
|
10585 |
"version": "v3",
|
10586 |
"lastModified": "2017-10-10",
|
10587 |
"files": {
|
10588 |
+
"200": "http://fonts.gstatic.com/s/mitr/v3/pxiEypw5ucZF8fMZFJA.ttf",
|
10589 |
+
"300": "http://fonts.gstatic.com/s/mitr/v3/pxiEypw5ucZF8ZcaFJA.ttf",
|
10590 |
+
"regular": "http://fonts.gstatic.com/s/mitr/v3/pxiLypw5ucZFyTs.ttf",
|
10591 |
+
"500": "http://fonts.gstatic.com/s/mitr/v3/pxiEypw5ucZF8c8bFJA.ttf",
|
10592 |
+
"600": "http://fonts.gstatic.com/s/mitr/v3/pxiEypw5ucZF8eMcFJA.ttf",
|
10593 |
+
"700": "http://fonts.gstatic.com/s/mitr/v3/pxiEypw5ucZF8YcdFJA.ttf"
|
10594 |
}
|
10595 |
},
|
10596 |
{
|
10608 |
"version": "v3",
|
10609 |
"lastModified": "2017-10-10",
|
10610 |
"files": {
|
10611 |
+
"regular": "http://fonts.gstatic.com/s/modak/v3/EJRYQgs1XtIEsnMH.ttf"
|
10612 |
}
|
10613 |
},
|
10614 |
{
|
10625 |
"version": "v7",
|
10626 |
"lastModified": "2017-10-10",
|
10627 |
"files": {
|
10628 |
+
"regular": "http://fonts.gstatic.com/s/modernantiqua/v7/NGStv5TIAUg6Iq_RLNo_2dp1sI1E.ttf"
|
10629 |
}
|
10630 |
},
|
10631 |
{
|
10643 |
"version": "v4",
|
10644 |
"lastModified": "2017-10-10",
|
10645 |
"files": {
|
10646 |
+
"regular": "http://fonts.gstatic.com/s/mogra/v4/f0X40eSs8c95TBo4.ttf"
|
10647 |
}
|
10648 |
},
|
10649 |
{
|
10660 |
"version": "v8",
|
10661 |
"lastModified": "2017-10-10",
|
10662 |
"files": {
|
10663 |
+
"regular": "http://fonts.gstatic.com/s/molengo/v8/I_uuMpWeuBzZNBtQbbQ.ttf"
|
10664 |
}
|
10665 |
},
|
10666 |
{
|
10677 |
"version": "v6",
|
10678 |
"lastModified": "2017-11-21",
|
10679 |
"files": {
|
10680 |
+
"italic": "http://fonts.gstatic.com/s/molle/v6/E21n_dL5hOXFhWEsXzg.ttf"
|
10681 |
}
|
10682 |
},
|
10683 |
{
|
10695 |
"version": "v7",
|
10696 |
"lastModified": "2017-10-10",
|
10697 |
"files": {
|
10698 |
+
"regular": "http://fonts.gstatic.com/s/monda/v7/TK3tWkYFABsmjvpm.ttf",
|
10699 |
+
"700": "http://fonts.gstatic.com/s/monda/v7/TK3gWkYFABsmjsLaGz8D.ttf"
|
10700 |
}
|
10701 |
},
|
10702 |
{
|
10712 |
"version": "v7",
|
10713 |
"lastModified": "2017-10-10",
|
10714 |
"files": {
|
10715 |
+
"regular": "http://fonts.gstatic.com/s/monofett/v7/mFTyWbofw6zc9NtnW43S.ttf"
|
10716 |
}
|
10717 |
},
|
10718 |
{
|
10728 |
"version": "v7",
|
10729 |
"lastModified": "2017-10-10",
|
10730 |
"files": {
|
10731 |
+
"regular": "http://fonts.gstatic.com/s/monoton/v7/5h1aiZUrOngCibe4fkY.ttf"
|
10732 |
}
|
10733 |
},
|
10734 |
{
|
10745 |
"version": "v6",
|
10746 |
"lastModified": "2017-10-10",
|
10747 |
"files": {
|
10748 |
+
"regular": "http://fonts.gstatic.com/s/monsieurladoulaise/v6/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5e.ttf"
|
10749 |
}
|
10750 |
},
|
10751 |
{
|
10761 |
"version": "v5",
|
10762 |
"lastModified": "2017-10-10",
|
10763 |
"files": {
|
10764 |
+
"regular": "http://fonts.gstatic.com/s/montaga/v5/H4cnBX2Ml8rCkEO_0gY.ttf"
|
10765 |
}
|
10766 |
},
|
10767 |
{
|
10777 |
"version": "v8",
|
10778 |
"lastModified": "2017-10-10",
|
10779 |
"files": {
|
10780 |
+
"regular": "http://fonts.gstatic.com/s/montez/v8/845ZNMk5GoGIX8lm1A.ttf"
|
10781 |
}
|
10782 |
},
|
10783 |
{
|
10805 |
"900italic"
|
10806 |
],
|
10807 |
"subsets": [
|
|
|
10808 |
"vietnamese",
|
10809 |
+
"latin",
|
10810 |
"cyrillic",
|
10811 |
+
"latin-ext",
|
10812 |
"cyrillic-ext"
|
10813 |
],
|
10814 |
"version": "v12",
|
10815 |
"lastModified": "2017-11-07",
|
10816 |
"files": {
|
10817 |
+
"100": "http://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf",
|
10818 |
+
"100italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUOjIg1_i6t8kCHKm459WxZqi7j.ttf",
|
10819 |
+
"200": "http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf",
|
10820 |
+
"200italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZBg_D-w.ttf",
|
10821 |
+
"300": "http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf",
|
10822 |
+
"300italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZYgzD-w.ttf",
|
10823 |
+
"regular": "http://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm45xW4.ttf",
|
10824 |
+
"italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf",
|
10825 |
+
"500": "http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf",
|
10826 |
+
"500italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3D-w.ttf",
|
10827 |
+
"600": "http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf",
|
10828 |
+
"600italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrD-w.ttf",
|
10829 |
+
"700": "http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf",
|
10830 |
+
"700italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf",
|
10831 |
+
"800": "http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf",
|
10832 |
+
"800italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZbgjD-w.ttf",
|
10833 |
+
"900": "http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG7g4.ttf",
|
10834 |
+
"900italic": "http://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZSgnD-w.ttf"
|
10835 |
}
|
10836 |
},
|
10837 |
{
|
10859 |
"900italic"
|
10860 |
],
|
10861 |
"subsets": [
|
|
|
10862 |
"vietnamese",
|
10863 |
+
"latin",
|
10864 |
"cyrillic",
|
10865 |
+
"latin-ext",
|
10866 |
"cyrillic-ext"
|
10867 |
],
|
10868 |
"version": "v9",
|
10869 |
"lastModified": "2017-11-07",
|
10870 |
"files": {
|
10871 |
+
"100": "http://fonts.gstatic.com/s/montserratalternates/v9/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfV.ttf",
|
10872 |
+
"100italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJw.ttf",
|
10873 |
+
"200": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1AA.ttf",
|
10874 |
+
"200italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD.ttf",
|
10875 |
+
"300": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1AA.ttf",
|
10876 |
+
"300italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD.ttf",
|
10877 |
+
"regular": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7A.ttf",
|
10878 |
+
"italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfV.ttf",
|
10879 |
+
"500": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1AA.ttf",
|
10880 |
+
"500italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD.ttf",
|
10881 |
+
"600": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1AA.ttf",
|
10882 |
+
"600italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD.ttf",
|
10883 |
+
"700": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1AA.ttf",
|
10884 |
+
"700italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD.ttf",
|
10885 |
+
"800": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1AA.ttf",
|
10886 |
+
"800italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD.ttf",
|
10887 |
+
"900": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1AA.ttf",
|
10888 |
+
"900italic": "http://fonts.gstatic.com/s/montserratalternates/v9/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD.ttf"
|
10889 |
}
|
10890 |
},
|
10891 |
{
|
10902 |
"version": "v5",
|
10903 |
"lastModified": "2017-11-21",
|
10904 |
"files": {
|
10905 |
+
"regular": "http://fonts.gstatic.com/s/montserratsubrayada/v5/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8L.ttf",
|
10906 |
+
"700": "http://fonts.gstatic.com/s/montserratsubrayada/v5/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMW.ttf"
|
10907 |
}
|
10908 |
},
|
10909 |
{
|
10919 |
"version": "v9",
|
10920 |
"lastModified": "2017-10-09",
|
10921 |
"files": {
|
10922 |
+
"regular": "http://fonts.gstatic.com/s/moul/v9/nuF2D__FSo_3E-Q.ttf"
|
10923 |
}
|
10924 |
},
|
10925 |
{
|
10935 |
"version": "v10",
|
10936 |
"lastModified": "2017-10-09",
|
10937 |
"files": {
|
10938 |
+
"regular": "http://fonts.gstatic.com/s/moulpali/v10/H4ckBXKMl9HagUWymyY6.ttf"
|
10939 |
}
|
10940 |
},
|
10941 |
{
|
10952 |
"version": "v10",
|
10953 |
"lastModified": "2017-10-10",
|
10954 |
"files": {
|
10955 |
+
"regular": "http://fonts.gstatic.com/s/mountainsofchristmas/v10/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNY.ttf",
|
10956 |
+
"700": "http://fonts.gstatic.com/s/mountainsofchristmas/v10/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPs.ttf"
|
10957 |
}
|
10958 |
},
|
10959 |
{
|
10970 |
"version": "v5",
|
10971 |
"lastModified": "2017-10-10",
|
10972 |
"files": {
|
10973 |
+
"regular": "http://fonts.gstatic.com/s/mousememoirs/v5/t5tmIRoSNJ-PH0WNNgDYxdSb7Tk.ttf"
|
10974 |
}
|
10975 |
},
|
10976 |
{
|
10987 |
"version": "v6",
|
10988 |
"lastModified": "2017-10-09",
|
10989 |
"files": {
|
10990 |
+
"regular": "http://fonts.gstatic.com/s/mrbedfort/v6/MQpR-WCtNZSWAdTMwBiclio.ttf"
|
10991 |
}
|
10992 |
},
|
10993 |
{
|
11004 |
"version": "v6",
|
11005 |
"lastModified": "2017-10-10",
|
11006 |
"files": {
|
11007 |
+
"regular": "http://fonts.gstatic.com/s/mrdafoe/v6/lJwE-pIzkS5NXuMMrGiq.ttf"
|
11008 |
}
|
11009 |
},
|
11010 |
{
|
11021 |
"version": "v6",
|
11022 |
"lastModified": "2017-10-10",
|
11023 |
"files": {
|
11024 |
+
"regular": "http://fonts.gstatic.com/s/mrdehaviland/v6/OpNVnooIhJj96FdB73296ksbOj3C.ttf"
|
11025 |
}
|
11026 |
},
|
11027 |
{
|
11038 |
"version": "v5",
|
11039 |
"lastModified": "2017-10-10",
|
11040 |
"files": {
|
11041 |
+
"regular": "http://fonts.gstatic.com/s/mrssaintdelafield/v5/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4.ttf"
|
11042 |
}
|
11043 |
},
|
11044 |
{
|
11055 |
"version": "v6",
|
11056 |
"lastModified": "2017-10-10",
|
11057 |
"files": {
|
11058 |
+
"regular": "http://fonts.gstatic.com/s/mrssheppards/v6/PN_2Rfm9snC0XUGoEZhb91ig3vg.ttf"
|
11059 |
}
|
11060 |
},
|
11061 |
{
|
11079 |
"version": "v5",
|
11080 |
"lastModified": "2017-11-21",
|
11081 |
"files": {
|
11082 |
+
"200": "http://fonts.gstatic.com/s/mukta/v5/iJWHBXyXfDDVXbEOjFma.ttf",
|
11083 |
+
"300": "http://fonts.gstatic.com/s/mukta/v5/iJWHBXyXfDDVXbFqj1ma.ttf",
|
11084 |
+
"regular": "http://fonts.gstatic.com/s/mukta/v5/iJWKBXyXfDDVXYnG.ttf",
|
11085 |
+
"500": "http://fonts.gstatic.com/s/mukta/v5/iJWHBXyXfDDVXbEyjlma.ttf",
|
11086 |
+
"600": "http://fonts.gstatic.com/s/mukta/v5/iJWHBXyXfDDVXbEeiVma.ttf",
|
11087 |
+
"700": "http://fonts.gstatic.com/s/mukta/v5/iJWHBXyXfDDVXbF6iFma.ttf",
|
11088 |
+
"800": "http://fonts.gstatic.com/s/mukta/v5/iJWHBXyXfDDVXbFmi1ma.ttf"
|
11089 |
}
|
11090 |
},
|
11091 |
{
|
11103 |
],
|
11104 |
"subsets": [
|
11105 |
"latin",
|
11106 |
+
"gurmukhi",
|
11107 |
+
"latin-ext"
|
11108 |
],
|
11109 |
"version": "v2",
|
11110 |
"lastModified": "2017-10-09",
|
11111 |
"files": {
|
11112 |
+
"200": "http://fonts.gstatic.com/s/muktamahee/v2/XRXN3IOIi0hcP8iVU67hA9MFcBoH.ttf",
|
11113 |
+
"300": "http://fonts.gstatic.com/s/muktamahee/v2/XRXN3IOIi0hcP8iVU67hA9NhcxoH.ttf",
|
11114 |
+
"regular": "http://fonts.gstatic.com/s/muktamahee/v2/XRXQ3IOIi0hcP8iVU67hA-vN.ttf",
|
11115 |
+
"500": "http://fonts.gstatic.com/s/muktamahee/v2/XRXN3IOIi0hcP8iVU67hA9M5choH.ttf",
|
11116 |
+
"600": "http://fonts.gstatic.com/s/muktamahee/v2/XRXN3IOIi0hcP8iVU67hA9MVdRoH.ttf",
|
11117 |
+
"700": "http://fonts.gstatic.com/s/muktamahee/v2/XRXN3IOIi0hcP8iVU67hA9NxdBoH.ttf",
|
11118 |
+
"800": "http://fonts.gstatic.com/s/muktamahee/v2/XRXN3IOIi0hcP8iVU67hA9NtdxoH.ttf"
|
11119 |
}
|
11120 |
},
|
11121 |
{
|
11132 |
"800"
|
11133 |
],
|
11134 |
"subsets": [
|
|
|
11135 |
"latin",
|
11136 |
+
"latin-ext",
|
11137 |
+
"tamil"
|
11138 |
],
|
11139 |
"version": "v3",
|
11140 |
"lastModified": "2017-11-21",
|
11141 |
"files": {
|
11142 |
+
"200": "http://fonts.gstatic.com/s/muktamalar/v3/MCoKzAXyz8LOE2FpJMxZqIMwBtAB.ttf",
|
11143 |
+
"300": "http://fonts.gstatic.com/s/muktamalar/v3/MCoKzAXyz8LOE2FpJMxZqINUBdAB.ttf",
|
11144 |
+
"regular": "http://fonts.gstatic.com/s/muktamalar/v3/MCoXzAXyz8LOE2FpJMxZqLv4.ttf",
|
11145 |
+
"500": "http://fonts.gstatic.com/s/muktamalar/v3/MCoKzAXyz8LOE2FpJMxZqIMMBNAB.ttf",
|
11146 |
+
"600": "http://fonts.gstatic.com/s/muktamalar/v3/MCoKzAXyz8LOE2FpJMxZqIMgA9AB.ttf",
|
11147 |
+
"700": "http://fonts.gstatic.com/s/muktamalar/v3/MCoKzAXyz8LOE2FpJMxZqINEAtAB.ttf",
|
11148 |
+
"800": "http://fonts.gstatic.com/s/muktamalar/v3/MCoKzAXyz8LOE2FpJMxZqINYAdAB.ttf"
|
11149 |
}
|
11150 |
},
|
11151 |
{
|
11169 |
"version": "v4",
|
11170 |
"lastModified": "2017-11-21",
|
11171 |
"files": {
|
11172 |
+
"200": "http://fonts.gstatic.com/s/muktavaani/v4/3JnkSD_-ynaxmxnEfVHPIGXNV8BD.ttf",
|
11173 |
+
"300": "http://fonts.gstatic.com/s/muktavaani/v4/3JnkSD_-ynaxmxnEfVHPIGWpVMBD.ttf",
|
11174 |
+
"regular": "http://fonts.gstatic.com/s/muktavaani/v4/3Jn5SD_-ynaxmxnEfVHPIF0F.ttf",
|
11175 |
+
"500": "http://fonts.gstatic.com/s/muktavaani/v4/3JnkSD_-ynaxmxnEfVHPIGXxVcBD.ttf",
|
11176 |
+
"600": "http://fonts.gstatic.com/s/muktavaani/v4/3JnkSD_-ynaxmxnEfVHPIGXdUsBD.ttf",
|
11177 |
+
"700": "http://fonts.gstatic.com/s/muktavaani/v4/3JnkSD_-ynaxmxnEfVHPIGW5U8BD.ttf",
|
11178 |
+
"800": "http://fonts.gstatic.com/s/muktavaani/v4/3JnkSD_-ynaxmxnEfVHPIGWlUMBD.ttf"
|
11179 |
}
|
11180 |
},
|
11181 |
{
|
11199 |
"900italic"
|
11200 |
],
|
11201 |
"subsets": [
|
|
|
11202 |
"vietnamese",
|
11203 |
+
"latin",
|
11204 |
"latin-ext"
|
11205 |
],
|
11206 |
"version": "v11",
|
11207 |
"lastModified": "2017-10-11",
|
11208 |
"files": {
|
11209 |
+
"200": "http://fonts.gstatic.com/s/muli/v11/7Au_p_0qiz-adf3nCCI.ttf",
|
11210 |
+
"200italic": "http://fonts.gstatic.com/s/muli/v11/7Au9p_0qiz-afTf-4CP2yg.ttf",
|
11211 |
+
"300": "http://fonts.gstatic.com/s/muli/v11/7Au_p_0qiz-adZnkCCI.ttf",
|
11212 |
+
"300italic": "http://fonts.gstatic.com/s/muli/v11/7Au9p_0qiz-afTf-hCD2yg.ttf",
|
11213 |
+
"regular": "http://fonts.gstatic.com/s/muli/v11/7Auwp_0qiz-aTTU.ttf",
|
11214 |
+
"italic": "http://fonts.gstatic.com/s/muli/v11/7Au-p_0qiz-afTfGKA.ttf",
|
11215 |
+
"600": "http://fonts.gstatic.com/s/muli/v11/7Au_p_0qiz-ade3iCCI.ttf",
|
11216 |
+
"600italic": "http://fonts.gstatic.com/s/muli/v11/7Au9p_0qiz-afTf-8Cb2yg.ttf",
|
11217 |
+
"700": "http://fonts.gstatic.com/s/muli/v11/7Au_p_0qiz-adYnjCCI.ttf",
|
11218 |
+
"700italic": "http://fonts.gstatic.com/s/muli/v11/7Au9p_0qiz-afTf-lCf2yg.ttf",
|
11219 |
+
"800": "http://fonts.gstatic.com/s/muli/v11/7Au_p_0qiz-adZXgCCI.ttf",
|
11220 |
+
"800italic": "http://fonts.gstatic.com/s/muli/v11/7Au9p_0qiz-afTf-iCT2yg.ttf",
|
11221 |
+
"900": "http://fonts.gstatic.com/s/muli/v11/7Au_p_0qiz-adbHhCCI.ttf",
|
11222 |
+
"900italic": "http://fonts.gstatic.com/s/muli/v11/7Au9p_0qiz-afTf-rCX2yg.ttf"
|
11223 |
}
|
11224 |
},
|
11225 |
{
|
11236 |
"version": "v5",
|
11237 |
"lastModified": "2017-10-10",
|
11238 |
"files": {
|
11239 |
+
"regular": "http://fonts.gstatic.com/s/mysteryquest/v5/-nF6OG414u0E6k0wynSGlujRHwE.ttf"
|
11240 |
}
|
11241 |
},
|
11242 |
{
|
11253 |
"version": "v5",
|
11254 |
"lastModified": "2017-10-10",
|
11255 |
"files": {
|
11256 |
+
"regular": "http://fonts.gstatic.com/s/ntr/v5/RLpzK5Xy0ZjiGA.ttf"
|
11257 |
+
}
|
11258 |
+
},
|
11259 |
+
{
|
11260 |
+
"kind": "webfonts#webfont",
|
11261 |
+
"family": "Nanum Brush Script",
|
11262 |
+
"category": "handwriting",
|
11263 |
+
"variants": [
|
11264 |
+
"regular"
|
11265 |
+
],
|
11266 |
+
"subsets": [
|
11267 |
+
"latin",
|
11268 |
+
"korean"
|
11269 |
+
],
|
11270 |
+
"version": "v8",
|
11271 |
+
"lastModified": "2018-02-05",
|
11272 |
+
"files": {
|
11273 |
+
"regular": "http://fonts.gstatic.com/s/nanumbrushscript/v8/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjg.ttf"
|
11274 |
+
}
|
11275 |
+
},
|
11276 |
+
{
|
11277 |
+
"kind": "webfonts#webfont",
|
11278 |
+
"family": "Nanum Gothic",
|
11279 |
+
"category": "sans-serif",
|
11280 |
+
"variants": [
|
11281 |
+
"regular",
|
11282 |
+
"700",
|
11283 |
+
"800"
|
11284 |
+
],
|
11285 |
+
"subsets": [
|
11286 |
+
"latin",
|
11287 |
+
"korean"
|
11288 |
+
],
|
11289 |
+
"version": "v7",
|
11290 |
+
"lastModified": "2018-02-05",
|
11291 |
+
"files": {
|
11292 |
+
"regular": "http://fonts.gstatic.com/s/nanumgothic/v7/PN_3Rfi-oW3hYwmKDpxS7F_z_g.ttf",
|
11293 |
+
"700": "http://fonts.gstatic.com/s/nanumgothic/v7/PN_oRfi-oW3hYwmKDpxS7F_LQv37zg.ttf",
|
11294 |
+
"800": "http://fonts.gstatic.com/s/nanumgothic/v7/PN_oRfi-oW3hYwmKDpxS7F_LXv77zg.ttf"
|
11295 |
+
}
|
11296 |
+
},
|
11297 |
+
{
|
11298 |
+
"kind": "webfonts#webfont",
|
11299 |
+
"family": "Nanum Gothic Coding",
|
11300 |
+
"category": "monospace",
|
11301 |
+
"variants": [
|
11302 |
+
"regular",
|
11303 |
+
"700"
|
11304 |
+
],
|
11305 |
+
"subsets": [
|
11306 |
+
"latin",
|
11307 |
+
"korean"
|
11308 |
+
],
|
11309 |
+
"version": "v6",
|
11310 |
+
"lastModified": "2018-02-05",
|
11311 |
+
"files": {
|
11312 |
+
"regular": "http://fonts.gstatic.com/s/nanumgothiccoding/v6/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6Q.ttf",
|
11313 |
+
"700": "http://fonts.gstatic.com/s/nanumgothiccoding/v6/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsU.ttf"
|
11314 |
+
}
|
11315 |
+
},
|
11316 |
+
{
|
11317 |
+
"kind": "webfonts#webfont",
|
11318 |
+
"family": "Nanum Myeongjo",
|
11319 |
+
"category": "serif",
|
11320 |
+
"variants": [
|
11321 |
+
"regular",
|
11322 |
+
"700",
|
11323 |
+
"800"
|
11324 |
+
],
|
11325 |
+
"subsets": [
|
11326 |
+
"latin",
|
11327 |
+
"korean"
|
11328 |
+
],
|
11329 |
+
"version": "v6",
|
11330 |
+
"lastModified": "2018-02-05",
|
11331 |
+
"files": {
|
11332 |
+
"regular": "http://fonts.gstatic.com/s/nanummyeongjo/v6/9Btx3DZF0dXLMZlywRbVRNhxy1Lr.ttf",
|
11333 |
+
"700": "http://fonts.gstatic.com/s/nanummyeongjo/v6/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0.ttf",
|
11334 |
+
"800": "http://fonts.gstatic.com/s/nanummyeongjo/v6/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0.ttf"
|
11335 |
+
}
|
11336 |
+
},
|
11337 |
+
{
|
11338 |
+
"kind": "webfonts#webfont",
|
11339 |
+
"family": "Nanum Pen Script",
|
11340 |
+
"category": "handwriting",
|
11341 |
+
"variants": [
|
11342 |
+
"regular"
|
11343 |
+
],
|
11344 |
+
"subsets": [
|
11345 |
+
"latin",
|
11346 |
+
"korean"
|
11347 |
+
],
|
11348 |
+
"version": "v6",
|
11349 |
+
"lastModified": "2018-02-05",
|
11350 |
+
"files": {
|
11351 |
+
"regular": "http://fonts.gstatic.com/s/nanumpenscript/v6/daaDSSYiLGqEal3MvdA_FOL_3FkN2z4.ttf"
|
11352 |
}
|
11353 |
},
|
11354 |
{
|
11365 |
"version": "v9",
|
11366 |
"lastModified": "2017-10-10",
|
11367 |
"files": {
|
11368 |
+
"regular": "http://fonts.gstatic.com/s/neucha/v9/q5uGsou0JOdh94bvug.ttf"
|
11369 |
}
|
11370 |
},
|
11371 |
{
|
11387 |
"version": "v10",
|
11388 |
"lastModified": "2017-10-10",
|
11389 |
"files": {
|
11390 |
+
"200": "http://fonts.gstatic.com/s/neuton/v10/UMBQrPtMoH62xUZKAKkfeg.ttf",
|
11391 |
+
"300": "http://fonts.gstatic.com/s/neuton/v10/UMBQrPtMoH62xUZKZKofeg.ttf",
|
11392 |
+
"regular": "http://fonts.gstatic.com/s/neuton/v10/UMBTrPtMoH62xUZyyA.ttf",
|
11393 |
+
"italic": "http://fonts.gstatic.com/s/neuton/v10/UMBRrPtMoH62xUZCyog_.ttf",
|
11394 |
+
"700": "http://fonts.gstatic.com/s/neuton/v10/UMBQrPtMoH62xUZKdK0feg.ttf",
|
11395 |
+
"800": "http://fonts.gstatic.com/s/neuton/v10/UMBQrPtMoH62xUZKaK4feg.ttf"
|
11396 |
}
|
11397 |
},
|
11398 |
{
|
11409 |
"version": "v6",
|
11410 |
"lastModified": "2017-10-10",
|
11411 |
"files": {
|
11412 |
+
"regular": "http://fonts.gstatic.com/s/newrocker/v6/MwQzbhjp3-HImzcCU_cJkGM.ttf"
|
11413 |
}
|
11414 |
},
|
11415 |
{
|
11427 |
"version": "v14",
|
11428 |
"lastModified": "2017-10-10",
|
11429 |
"files": {
|
11430 |
+
"regular": "http://fonts.gstatic.com/s/newscycle/v14/CSR64z1Qlv-GDxkbKVQ_TOc.ttf",
|
11431 |
+
"700": "http://fonts.gstatic.com/s/newscycle/v14/CSR54z1Qlv-GDxkbKVQ_dFsvaNM.ttf"
|
11432 |
}
|
11433 |
},
|
11434 |
{
|
11445 |
"version": "v7",
|
11446 |
"lastModified": "2017-10-10",
|
11447 |
"files": {
|
11448 |
+
"regular": "http://fonts.gstatic.com/s/niconne/v7/w8gaH2QvRug1_rTfrQs.ttf"
|
11449 |
}
|
11450 |
},
|
11451 |
{
|
11461 |
"version": "v8",
|
11462 |
"lastModified": "2017-10-10",
|
11463 |
"files": {
|
11464 |
+
"regular": "http://fonts.gstatic.com/s/nixieone/v8/lW-8wjkKLXjg5y2o2uUoUA.ttf"
|
11465 |
}
|
11466 |
},
|
11467 |
{
|
11483 |
"version": "v9",
|
11484 |
"lastModified": "2017-10-10",
|
11485 |
"files": {
|
11486 |
+
"regular": "http://fonts.gstatic.com/s/nobile/v9/m8JTjflSeaOVl1i2Xg.ttf",
|
11487 |
+
"italic": "http://fonts.gstatic.com/s/nobile/v9/m8JRjflSeaOVl1iGXK3T.ttf",
|
11488 |
+
"500": "http://fonts.gstatic.com/s/nobile/v9/m8JQjflSeaOVl1iOqo7zcA.ttf",
|
11489 |
+
"500italic": "http://fonts.gstatic.com/s/nobile/v9/m8JWjflSeaOVl1iGXJUnc5RF.ttf",
|
11490 |
+
"700": "http://fonts.gstatic.com/s/nobile/v9/m8JQjflSeaOVl1iO4ojzcA.ttf",
|
11491 |
+
"700italic": "http://fonts.gstatic.com/s/nobile/v9/m8JWjflSeaOVl1iGXJVvdZRF.ttf"
|
11492 |
}
|
11493 |
},
|
11494 |
{
|
11505 |
"version": "v11",
|
11506 |
"lastModified": "2017-10-10",
|
11507 |
"files": {
|
11508 |
+
"regular": "http://fonts.gstatic.com/s/nokora/v11/hYkIPuwgTubzaWxQOw.ttf",
|
11509 |
+
"700": "http://fonts.gstatic.com/s/nokora/v11/hYkLPuwgTubzaWxohxUrqg.ttf"
|
11510 |
}
|
11511 |
},
|
11512 |
{
|
11523 |
"version": "v5",
|
11524 |
"lastModified": "2017-10-10",
|
11525 |
"files": {
|
11526 |
+
"regular": "http://fonts.gstatic.com/s/norican/v5/MwQ2bhXp1eSBqjkPGJI.ttf"
|
11527 |
}
|
11528 |
},
|
11529 |
{
|
11540 |
"version": "v6",
|
11541 |
"lastModified": "2017-10-10",
|
11542 |
"files": {
|
11543 |
+
"regular": "http://fonts.gstatic.com/s/nosifer/v6/ZGjXol5JTp0g5bxZaC0.ttf"
|
11544 |
}
|
11545 |
},
|
11546 |
{
|
11556 |
"version": "v7",
|
11557 |
"lastModified": "2017-10-10",
|
11558 |
"files": {
|
11559 |
+
"regular": "http://fonts.gstatic.com/s/nothingyoucoulddo/v7/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJ.ttf"
|
11560 |
}
|
11561 |
},
|
11562 |
{
|
11570 |
"700italic"
|
11571 |
],
|
11572 |
"subsets": [
|
|
|
11573 |
"vietnamese",
|
11574 |
+
"latin",
|
11575 |
"latin-ext"
|
11576 |
],
|
11577 |
"version": "v7",
|
11578 |
"lastModified": "2017-10-10",
|
11579 |
"files": {
|
11580 |
+
"regular": "http://fonts.gstatic.com/s/noticiatext/v7/VuJ2dNDF2Yv9qppOePKYRP1GYQ.ttf",
|
11581 |
+
"italic": "http://fonts.gstatic.com/s/noticiatext/v7/VuJodNDF2Yv9qppOePKYRP12Yztd.ttf",
|
11582 |
+
"700": "http://fonts.gstatic.com/s/noticiatext/v7/VuJpdNDF2Yv9qppOePKYRP1-3R59vw.ttf",
|
11583 |
+
"700italic": "http://fonts.gstatic.com/s/noticiatext/v7/VuJrdNDF2Yv9qppOePKYRP12YwPhumvV.ttf"
|
11584 |
}
|
11585 |
},
|
11586 |
{
|
11594 |
"700italic"
|
11595 |
],
|
11596 |
"subsets": [
|
11597 |
+
"greek-ext",
|
11598 |
+
"vietnamese",
|
11599 |
"latin",
|
11600 |
"devanagari",
|
|
|
|
|
|
|
11601 |
"cyrillic",
|
11602 |
+
"greek",
|
11603 |
+
"latin-ext",
|
11604 |
"cyrillic-ext"
|
11605 |
],
|
11606 |
"version": "v7",
|
11607 |
"lastModified": "2017-10-11",
|
11608 |
"files": {
|
11609 |
+
"regular": "http://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNb4g.ttf",
|
11610 |
+
"italic": "http://fonts.gstatic.com/s/notosans/v7/o-0OIpQlx3QUlC5A4PNr4DRF.ttf",
|
11611 |
+
"700": "http://fonts.gstatic.com/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFlYw.ttf",
|
11612 |
+
"700italic": "http://fonts.gstatic.com/s/notosans/v7/o-0TIpQlx3QUlC5A4PNr4Az5ZtyE.ttf"
|
11613 |
}
|
11614 |
},
|
11615 |
{
|
11623 |
"700italic"
|
11624 |
],
|
11625 |
"subsets": [
|
|
|
|
|
|
|
11626 |
"greek-ext",
|
11627 |
+
"vietnamese",
|
11628 |
+
"latin",
|
11629 |
"cyrillic",
|
11630 |
+
"greek",
|
11631 |
+
"latin-ext",
|
11632 |
"cyrillic-ext"
|
11633 |
],
|
11634 |
"version": "v6",
|
11635 |
"lastModified": "2017-11-21",
|
11636 |
"files": {
|
11637 |
+
"regular": "http://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNTFA.ttf",
|
11638 |
+
"italic": "http://fonts.gstatic.com/s/notoserif/v6/ga6Kaw1J5X9T9RW6j9bNfFIWbQ.ttf",
|
11639 |
+
"700": "http://fonts.gstatic.com/s/notoserif/v6/ga6Law1J5X9T9RW6j9bNdOwzTRA.ttf",
|
11640 |
+
"700italic": "http://fonts.gstatic.com/s/notoserif/v6/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedA.ttf"
|
11641 |
}
|
11642 |
},
|
11643 |
{
|
11653 |
"version": "v9",
|
11654 |
"lastModified": "2017-10-09",
|
11655 |
"files": {
|
11656 |
+
"regular": "http://fonts.gstatic.com/s/novacut/v9/KFOkCnSYu8mL-39LkWxP.ttf"
|
11657 |
}
|
11658 |
},
|
11659 |
{
|
11669 |
"version": "v9",
|
11670 |
"lastModified": "2017-10-10",
|
11671 |
"files": {
|
11672 |
+
"regular": "http://fonts.gstatic.com/s/novaflat/v9/QdVUSTc-JgqpytEbVebEuQ.ttf"
|
11673 |
}
|
11674 |
},
|
11675 |
{
|
11680 |
"regular"
|
11681 |
],
|
11682 |
"subsets": [
|
11683 |
+
"latin",
|
11684 |
+
"greek"
|
11685 |
],
|
11686 |
"version": "v8",
|
11687 |
"lastModified": "2017-10-10",
|
11688 |
"files": {
|
11689 |
+
"regular": "http://fonts.gstatic.com/s/novamono/v8/Cn-0JtiGWQ5Ajb--MRKfYA.ttf"
|
11690 |
}
|
11691 |
},
|
11692 |
{
|
11702 |
"version": "v9",
|
11703 |
"lastModified": "2017-10-10",
|
11704 |
"files": {
|
11705 |
+
"regular": "http://fonts.gstatic.com/s/novaoval/v9/jAnEgHdmANHvPenMaswCMQ.ttf"
|
11706 |
}
|
11707 |
},
|
11708 |
{
|
11718 |
"version": "v9",
|
11719 |
"lastModified": "2017-10-10",
|
11720 |
"files": {
|
11721 |
+
"regular": "http://fonts.gstatic.com/s/novaround/v9/flU9Rqquw5UhEnlwTJYTYYc.ttf"
|
11722 |
}
|
11723 |
},
|
11724 |
{
|
11734 |
"version": "v10",
|
11735 |
"lastModified": "2017-10-09",
|
11736 |
"files": {
|
11737 |
+
"regular": "http://fonts.gstatic.com/s/novascript/v10/7Au7p_IpkSWSTWaFWkumvmQN.ttf"
|
11738 |
}
|
11739 |
},
|
11740 |
{
|
11750 |
"version": "v9",
|
11751 |
"lastModified": "2017-10-10",
|
11752 |
"files": {
|
11753 |
+
"regular": "http://fonts.gstatic.com/s/novaslim/v9/Z9XUDmZNQAuem8jyZcn-yA.ttf"
|
11754 |
}
|
11755 |
},
|
11756 |
{
|
11766 |
"version": "v9",
|
11767 |
"lastModified": "2017-10-10",
|
11768 |
"files": {
|
11769 |
+
"regular": "http://fonts.gstatic.com/s/novasquare/v9/RrQUbo9-9DV7b06QHgSWsZhA.ttf"
|
11770 |
}
|
11771 |
},
|
11772 |
{
|
11782 |
"version": "v7",
|
11783 |
"lastModified": "2017-10-10",
|
11784 |
"files": {
|
11785 |
+
"regular": "http://fonts.gstatic.com/s/numans/v7/SlGRmQmGupYAfH8IYQ.ttf"
|
11786 |
}
|
11787 |
},
|
11788 |
{
|
11806 |
"900italic"
|
11807 |
],
|
11808 |
"subsets": [
|
|
|
11809 |
"vietnamese",
|
11810 |
+
"latin",
|
11811 |
"latin-ext"
|
11812 |
],
|
11813 |
"version": "v9",
|
11814 |
"lastModified": "2017-10-10",
|
11815 |
"files": {
|
11816 |
+
"200": "http://fonts.gstatic.com/s/nunito/v9/XRXW3I6Li01BKofA-sekZg.ttf",
|
11817 |
+
"200italic": "http://fonts.gstatic.com/s/nunito/v9/XRXQ3I6Li01BKofIMN5MZ-vN.ttf",
|
11818 |
+
"300": "http://fonts.gstatic.com/s/nunito/v9/XRXW3I6Li01BKofAnsSkZg.ttf",
|
11819 |
+
"300italic": "http://fonts.gstatic.com/s/nunito/v9/XRXQ3I6Li01BKofIMN4oZOvN.ttf",
|
11820 |
+
"regular": "http://fonts.gstatic.com/s/nunito/v9/XRXV3I6Li01BKof4Mg.ttf",
|
11821 |
+
"italic": "http://fonts.gstatic.com/s/nunito/v9/XRXX3I6Li01BKofIMOaE.ttf",
|
11822 |
+
"600": "http://fonts.gstatic.com/s/nunito/v9/XRXW3I6Li01BKofA6sKkZg.ttf",
|
11823 |
+
"600italic": "http://fonts.gstatic.com/s/nunito/v9/XRXQ3I6Li01BKofIMN5cYuvN.ttf",
|
11824 |
+
"700": "http://fonts.gstatic.com/s/nunito/v9/XRXW3I6Li01BKofAjsOkZg.ttf",
|
11825 |
+
"700italic": "http://fonts.gstatic.com/s/nunito/v9/XRXQ3I6Li01BKofIMN44Y-vN.ttf",
|
11826 |
+
"800": "http://fonts.gstatic.com/s/nunito/v9/XRXW3I6Li01BKofAksCkZg.ttf",
|
11827 |
+
"800italic": "http://fonts.gstatic.com/s/nunito/v9/XRXQ3I6Li01BKofIMN4kYOvN.ttf",
|
11828 |
+
"900": "http://fonts.gstatic.com/s/nunito/v9/XRXW3I6Li01BKofAtsGkZg.ttf",
|
11829 |
+
"900italic": "http://fonts.gstatic.com/s/nunito/v9/XRXQ3I6Li01BKofIMN4AYevN.ttf"
|
11830 |
}
|
11831 |
},
|
11832 |
{
|
11850 |
"900italic"
|
11851 |
],
|
11852 |
"subsets": [
|
|
|
11853 |
"vietnamese",
|
11854 |
+
"latin",
|
11855 |
"latin-ext"
|
11856 |
],
|
11857 |
"version": "v3",
|
11858 |
"lastModified": "2017-10-10",
|
11859 |
"files": {
|
11860 |
+
"200": "http://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9yAv5q.ttf",
|
11861 |
+
"200italic": "http://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4GxZrU1Q.ttf",
|
11862 |
+
"300": "http://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc8WAf5q.ttf",
|
11863 |
+
"300italic": "http://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4G3JoU1Q.ttf",
|
11864 |
+
"regular": "http://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cfe6.ttf",
|
11865 |
+
"italic": "http://fonts.gstatic.com/s/nunitosans/v3/pe0oMImSLYBIv1o4X1M8cce4I94.ttf",
|
11866 |
+
"600": "http://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9iB_5q.ttf",
|
11867 |
+
"600italic": "http://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4GwZuU1Q.ttf",
|
11868 |
+
"700": "http://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc8GBv5q.ttf",
|
11869 |
+
"700italic": "http://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4G2JvU1Q.ttf",
|
11870 |
+
"800": "http://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc8aBf5q.ttf",
|
11871 |
+
"800italic": "http://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4G35sU1Q.ttf",
|
11872 |
+
"900": "http://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc8-BP5q.ttf",
|
11873 |
+
"900italic": "http://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4G1ptU1Q.ttf"
|
11874 |
}
|
11875 |
},
|
11876 |
{
|
11886 |
"version": "v9",
|
11887 |
"lastModified": "2017-10-10",
|
11888 |
"files": {
|
11889 |
+
"regular": "http://fonts.gstatic.com/s/odormeanchey/v9/raxkHiKDttkTe1aOGcJMR1A_4mrY.ttf"
|
11890 |
}
|
11891 |
},
|
11892 |
{
|
11902 |
"version": "v5",
|
11903 |
"lastModified": "2017-10-10",
|
11904 |
"files": {
|
11905 |
+
"regular": "http://fonts.gstatic.com/s/offside/v5/HI_KiYMWKa9QrAykQ5E.ttf"
|
11906 |
}
|
11907 |
},
|
11908 |
{
|
11915 |
"700"
|
11916 |
],
|
11917 |
"subsets": [
|
|
|
11918 |
"vietnamese",
|
11919 |
+
"latin",
|
11920 |
"cyrillic",
|
11921 |
+
"latin-ext",
|
11922 |
"cyrillic-ext"
|
11923 |
],
|
11924 |
"version": "v9",
|
11925 |
"lastModified": "2017-10-10",
|
11926 |
"files": {
|
11927 |
+
"regular": "http://fonts.gstatic.com/s/oldstandardtt/v9/MwQubh3o1vLImiwAVvYawgcf2eVurQ.ttf",
|
11928 |
+
"italic": "http://fonts.gstatic.com/s/oldstandardtt/v9/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9.ttf",
|
11929 |
+
"700": "http://fonts.gstatic.com/s/oldstandardtt/v9/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTA.ttf"
|
11930 |
}
|
11931 |
},
|
11932 |
{
|
11943 |
"version": "v5",
|
11944 |
"lastModified": "2017-10-10",
|
11945 |
"files": {
|
11946 |
+
"regular": "http://fonts.gstatic.com/s/oldenburg/v5/fC1jPY5JYWzbywv7c4V6UQ.ttf"
|
11947 |
}
|
11948 |
},
|
11949 |
{
|
11961 |
"version": "v6",
|
11962 |
"lastModified": "2017-10-10",
|
11963 |
"files": {
|
11964 |
+
"regular": "http://fonts.gstatic.com/s/oleoscript/v6/rax5HieDvtMOe0iICsUccBha.ttf",
|
11965 |
+
"700": "http://fonts.gstatic.com/s/oleoscript/v6/raxkHieDvtMOe0iICsUccCDmnmrY.ttf"
|
11966 |
}
|
11967 |
},
|
11968 |
{
|
11980 |
"version": "v5",
|
11981 |
"lastModified": "2017-10-10",
|
11982 |
"files": {
|
11983 |
+
"regular": "http://fonts.gstatic.com/s/oleoscriptswashcaps/v5/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXo.ttf",
|
11984 |
+
"700": "http://fonts.gstatic.com/s/oleoscriptswashcaps/v5/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYU.ttf"
|
11985 |
}
|
11986 |
},
|
11987 |
{
|
12001 |
"800italic"
|
12002 |
],
|
12003 |
"subsets": [
|
|
|
|
|
|
|
12004 |
"greek-ext",
|
12005 |
+
"vietnamese",
|
12006 |
+
"latin",
|
12007 |
"cyrillic",
|
12008 |
+
"greek",
|
12009 |
+
"latin-ext",
|
12010 |
"cyrillic-ext"
|
12011 |
],
|
12012 |
"version": "v15",
|
12013 |
"lastModified": "2017-10-11",
|
12014 |
"files": {
|
12015 |
+
"300": "http://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8-VQ.ttf",
|
12016 |
+
"300italic": "http://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV-hs.ttf",
|
12017 |
+
"regular": "http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-U1Ug.ttf",
|
12018 |
+
"italic": "http://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUJ0e.ttf",
|
12019 |
+
"600": "http://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirk-VQ.ttf",
|
12020 |
+
"600italic": "http://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUehs.ttf",
|
12021 |
+
"700": "http://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rg-VQ.ttf",
|
12022 |
+
"700italic": "http://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUOhs.ttf",
|
12023 |
+
"800": "http://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rs-VQ.ttf",
|
12024 |
+
"800italic": "http://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U-hs.ttf"
|
12025 |
}
|
12026 |
},
|
12027 |
{
|
12034 |
"700"
|
12035 |
],
|
12036 |
"subsets": [
|
|
|
|
|
|
|
12037 |
"greek-ext",
|
12038 |
+
"vietnamese",
|
12039 |
+
"latin",
|
12040 |
"cyrillic",
|
12041 |
+
"greek",
|
12042 |
+
"latin-ext",
|
12043 |
"cyrillic-ext"
|
12044 |
],
|
12045 |
"version": "v12",
|
12046 |
"lastModified": "2017-10-11",
|
12047 |
"files": {
|
12048 |
+
"300": "http://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuI.ttf",
|
12049 |
+
"300italic": "http://fonts.gstatic.com/s/opensanscondensed/v12/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suDMQg.ttf",
|
12050 |
+
"700": "http://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmPuI.ttf"
|
12051 |
}
|
12052 |
},
|
12053 |
{
|
12059 |
],
|
12060 |
"subsets": [
|
12061 |
"latin",
|
|
|
12062 |
"cyrillic",
|
12063 |
+
"latin-ext",
|
12064 |
"cyrillic-ext"
|
12065 |
],
|
12066 |
"version": "v6",
|
12067 |
"lastModified": "2017-10-10",
|
12068 |
"files": {
|
12069 |
+
"regular": "http://fonts.gstatic.com/s/oranienbaum/v6/OZpHg_txtzZKMuXLIVrx-3zn.ttf"
|
12070 |
}
|
12071 |
},
|
12072 |
{
|
12085 |
"version": "v9",
|
12086 |
"lastModified": "2017-10-10",
|
12087 |
"files": {
|
12088 |
+
"regular": "http://fonts.gstatic.com/s/orbitron/v9/yMJRMIlzdpvBhQQL_Tq8.ttf",
|
12089 |
+
"500": "http://fonts.gstatic.com/s/orbitron/v9/yMJWMIlzdpvBhQQL_QJIVAhx.ttf",
|
12090 |
+
"700": "http://fonts.gstatic.com/s/orbitron/v9/yMJWMIlzdpvBhQQL_QIAUghx.ttf",
|
12091 |
+
"900": "http://fonts.gstatic.com/s/orbitron/v9/yMJWMIlzdpvBhQQL_QI4UAhx.ttf"
|
12092 |
}
|
12093 |
},
|
12094 |
{
|
12106 |
"version": "v5",
|
12107 |
"lastModified": "2017-10-10",
|
12108 |
"files": {
|
12109 |
+
"regular": "http://fonts.gstatic.com/s/oregano/v5/If2IXTPxciS3H4S2kZc.ttf",
|
12110 |
+
"italic": "http://fonts.gstatic.com/s/oregano/v5/If2KXTPxciS3H4S2oZXVOw.ttf"
|
12111 |
}
|
12112 |
},
|
12113 |
{
|
12124 |
"version": "v5",
|
12125 |
"lastModified": "2017-10-10",
|
12126 |
"files": {
|
12127 |
+
"regular": "http://fonts.gstatic.com/s/orienta/v5/PlI9FlK4Jrl5Y9zNeyc.ttf"
|
12128 |
}
|
12129 |
},
|
12130 |
{
|
12140 |
"version": "v6",
|
12141 |
"lastModified": "2017-10-10",
|
12142 |
"files": {
|
12143 |
+
"regular": "http://fonts.gstatic.com/s/originalsurfer/v6/RWmQoKGZ9vIirYntXJ3_MbekzNMiDA.ttf"
|
12144 |
}
|
12145 |
},
|
12146 |
{
|
12156 |
"700"
|
12157 |
],
|
12158 |
"subsets": [
|
|
|
12159 |
"vietnamese",
|
12160 |
+
"latin",
|
12161 |
+
"cyrillic",
|
12162 |
+
"latin-ext"
|
12163 |
],
|
12164 |
"version": "v16",
|
12165 |
"lastModified": "2017-11-21",
|
12166 |
"files": {
|
12167 |
+
"200": "http://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-1h4jvQ.ttf",
|
12168 |
+
"300": "http://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0jvQ.ttf",
|
12169 |
+
"regular": "http://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg75GHg.ttf",
|
12170 |
+
"500": "http://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwjvQ.ttf",
|
12171 |
+
"600": "http://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsjvQ.ttf",
|
12172 |
+
"700": "http://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohojvQ.ttf"
|
12173 |
}
|
12174 |
},
|
12175 |
{
|
12185 |
"version": "v8",
|
12186 |
"lastModified": "2017-10-10",
|
12187 |
"files": {
|
12188 |
+
"regular": "http://fonts.gstatic.com/s/overtherainbow/v8/11haGoXG1k_HKhMLUWz7Mc7vvW5upvM.ttf"
|
12189 |
}
|
12190 |
},
|
12191 |
{
|
12207 |
"version": "v7",
|
12208 |
"lastModified": "2017-10-10",
|
12209 |
"files": {
|
12210 |
+
"regular": "http://fonts.gstatic.com/s/overlock/v7/Z9XVDmdMWRiN1_T9Z4Te.ttf",
|
12211 |
+
"italic": "http://fonts.gstatic.com/s/overlock/v7/Z9XTDmdMWRiN1_T9Z7Tc6Ok.ttf",
|
12212 |
+
"700": "http://fonts.gstatic.com/s/overlock/v7/Z9XSDmdMWRiN1_T9Z7xizcmM.ttf",
|
12213 |
+
"700italic": "http://fonts.gstatic.com/s/overlock/v7/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrk.ttf",
|
12214 |
+
"900": "http://fonts.gstatic.com/s/overlock/v7/Z9XSDmdMWRiN1_T9Z7xaz8mM.ttf",
|
12215 |
+
"900italic": "http://fonts.gstatic.com/s/overlock/v7/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrk.ttf"
|
12216 |
}
|
12217 |
},
|
12218 |
{
|
12229 |
"version": "v6",
|
12230 |
"lastModified": "2017-10-10",
|
12231 |
"files": {
|
12232 |
+
"regular": "http://fonts.gstatic.com/s/overlocksc/v6/1cX3aUHKGZrstGAY8nwVzHGA.ttf"
|
12233 |
}
|
12234 |
},
|
12235 |
{
|
12261 |
"version": "v2",
|
12262 |
"lastModified": "2017-10-10",
|
12263 |
"files": {
|
12264 |
+
"100": "http://fonts.gstatic.com/s/overpass/v2/qFdB35WCmI96Ajtm81nGU94.ttf",
|
12265 |
+
"100italic": "http://fonts.gstatic.com/s/overpass/v2/qFdD35WCmI96Ajtm81Gga7rqwg.ttf",
|
12266 |
+
"200": "http://fonts.gstatic.com/s/overpass/v2/qFdA35WCmI96Ajtm81lqcv7K.ttf",
|
12267 |
+
"200italic": "http://fonts.gstatic.com/s/overpass/v2/qFdC35WCmI96Ajtm81GgaxbL4h8.ttf",
|
12268 |
+
"300": "http://fonts.gstatic.com/s/overpass/v2/qFdA35WCmI96Ajtm81kOcf7K.ttf",
|
12269 |
+
"300italic": "http://fonts.gstatic.com/s/overpass/v2/qFdC35WCmI96Ajtm81Gga3LI4h8.ttf",
|
12270 |
+
"regular": "http://fonts.gstatic.com/s/overpass/v2/qFdH35WCmI96Ajtm82Gi.ttf",
|
12271 |
+
"italic": "http://fonts.gstatic.com/s/overpass/v2/qFdB35WCmI96Ajtm81GgU94.ttf",
|
12272 |
+
"600": "http://fonts.gstatic.com/s/overpass/v2/qFdA35WCmI96Ajtm81l6d_7K.ttf",
|
12273 |
+
"600italic": "http://fonts.gstatic.com/s/overpass/v2/qFdC35WCmI96Ajtm81GgawbO4h8.ttf",
|
12274 |
+
"700": "http://fonts.gstatic.com/s/overpass/v2/qFdA35WCmI96Ajtm81kedv7K.ttf",
|
12275 |
+
"700italic": "http://fonts.gstatic.com/s/overpass/v2/qFdC35WCmI96Ajtm81Gga2LP4h8.ttf",
|
12276 |
+
"800": "http://fonts.gstatic.com/s/overpass/v2/qFdA35WCmI96Ajtm81kCdf7K.ttf",
|
12277 |
+
"800italic": "http://fonts.gstatic.com/s/overpass/v2/qFdC35WCmI96Ajtm81Gga37M4h8.ttf",
|
12278 |
+
"900": "http://fonts.gstatic.com/s/overpass/v2/qFdA35WCmI96Ajtm81kmdP7K.ttf",
|
12279 |
+
"900italic": "http://fonts.gstatic.com/s/overpass/v2/qFdC35WCmI96Ajtm81Gga1rN4h8.ttf"
|
12280 |
}
|
12281 |
},
|
12282 |
{
|
12296 |
"version": "v3",
|
12297 |
"lastModified": "2017-10-09",
|
12298 |
"files": {
|
12299 |
+
"300": "http://fonts.gstatic.com/s/overpassmono/v3/_Xm3-H86tzKDdAPa-KPQZ-AC3oSWk_c.ttf",
|
12300 |
+
"regular": "http://fonts.gstatic.com/s/overpassmono/v3/_Xmq-H86tzKDdAPa-KPQZ-AC5ig.ttf",
|
12301 |
+
"600": "http://fonts.gstatic.com/s/overpassmono/v3/_Xm3-H86tzKDdAPa-KPQZ-AC3vCQk_c.ttf",
|
12302 |
+
"700": "http://fonts.gstatic.com/s/overpassmono/v3/_Xm3-H86tzKDdAPa-KPQZ-AC3pSRk_c.ttf"
|
12303 |
}
|
12304 |
},
|
12305 |
{
|
12315 |
"version": "v8",
|
12316 |
"lastModified": "2017-10-10",
|
12317 |
"files": {
|
12318 |
+
"regular": "http://fonts.gstatic.com/s/ovo/v8/yYLl0h7Wyfzjyw.ttf"
|
12319 |
}
|
12320 |
},
|
12321 |
{
|
12334 |
"version": "v7",
|
12335 |
"lastModified": "2017-10-10",
|
12336 |
"files": {
|
12337 |
+
"300": "http://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCJW8Dbw.ttf",
|
12338 |
+
"regular": "http://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4Lcnbu6iQ.ttf",
|
12339 |
+
"700": "http://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCNWgDbw.ttf"
|
12340 |
}
|
12341 |
},
|
12342 |
{
|
12353 |
"version": "v5",
|
12354 |
"lastModified": "2017-10-10",
|
12355 |
"files": {
|
12356 |
+
"regular": "http://fonts.gstatic.com/s/oxygenmono/v5/h0GsssGg9FxgDgCjLeAd7ijf.ttf"
|
12357 |
}
|
12358 |
},
|
12359 |
{
|
12365 |
],
|
12366 |
"subsets": [
|
12367 |
"latin",
|
|
|
12368 |
"cyrillic",
|
12369 |
+
"latin-ext",
|
12370 |
"cyrillic-ext"
|
12371 |
],
|
12372 |
"version": "v5",
|
12373 |
"lastModified": "2017-10-10",
|
12374 |
"files": {
|
12375 |
+
"regular": "http://fonts.gstatic.com/s/ptmono/v5/9oRONYoBnWILk-9ArCg.ttf"
|
12376 |
}
|
12377 |
},
|
12378 |
{
|
12387 |
],
|
12388 |
"subsets": [
|
12389 |
"latin",
|
|
|
12390 |
"cyrillic",
|
12391 |
+
"latin-ext",
|
12392 |
"cyrillic-ext"
|
12393 |
],
|
12394 |
"version": "v9",
|
12395 |
"lastModified": "2017-10-11",
|
12396 |
"files": {
|
12397 |
+
"regular": "http://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79P0U.ttf",
|
12398 |
+
"italic": "http://fonts.gstatic.com/s/ptsans/v9/jizYRExUiTo99u79D0eEwA.ttf",
|
12399 |
+
"700": "http://fonts.gstatic.com/s/ptsans/v9/jizfRExUiTo99u79B_mh4Ok.ttf",
|
12400 |
+
"700italic": "http://fonts.gstatic.com/s/ptsans/v9/jizdRExUiTo99u79D0e8fOytKA.ttf"
|
12401 |
}
|
12402 |
},
|
12403 |
{
|
12410 |
],
|
12411 |
"subsets": [
|
12412 |
"latin",
|
|
|
12413 |
"cyrillic",
|
12414 |
+
"latin-ext",
|
12415 |
"cyrillic-ext"
|
12416 |
],
|
12417 |
"version": "v10",
|
12418 |
"lastModified": "2017-10-10",
|
12419 |
"files": {
|
12420 |
+
"regular": "http://fonts.gstatic.com/s/ptsanscaption/v10/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQ.ttf",
|
12421 |
+
"700": "http://fonts.gstatic.com/s/ptsanscaption/v10/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSw.ttf"
|
12422 |
}
|
12423 |
},
|
12424 |
{
|
12431 |
],
|
12432 |
"subsets": [
|
12433 |
"latin",
|
|
|
12434 |
"cyrillic",
|
12435 |
+
"latin-ext",
|
12436 |
"cyrillic-ext"
|
12437 |
],
|
12438 |
"version": "v8",
|
12439 |
"lastModified": "2017-10-11",
|
12440 |
"files": {
|
12441 |
+
"regular": "http://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsYCB.ttf",
|
12442 |
+
"700": "http://fonts.gstatic.com/s/ptsansnarrow/v8/BngSUXNadjH0qYEzV7ab-oWlsbg95DiC.ttf"
|
12443 |
}
|
12444 |
},
|
12445 |
{
|
12454 |
],
|
12455 |
"subsets": [
|
12456 |
"latin",
|
|
|
12457 |
"cyrillic",
|
12458 |
+
"latin-ext",
|
12459 |
"cyrillic-ext"
|
12460 |
],
|
12461 |
"version": "v9",
|
12462 |
"lastModified": "2017-10-11",
|
12463 |
"files": {
|
12464 |
+
"regular": "http://fonts.gstatic.com/s/ptserif/v9/EJRVQgYoZZY2vCFuvDFR.ttf",
|
12465 |
+
"italic": "http://fonts.gstatic.com/s/ptserif/v9/EJRTQgYoZZY2vCFuvAFTzro.ttf",
|
12466 |
+
"700": "http://fonts.gstatic.com/s/ptserif/v9/EJRSQgYoZZY2vCFuvAnt65qV.ttf",
|
12467 |
+
"700italic": "http://fonts.gstatic.com/s/ptserif/v9/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf"
|
12468 |
}
|
12469 |
},
|
12470 |
{
|
12477 |
],
|
12478 |
"subsets": [
|
12479 |
"latin",
|
|
|
12480 |
"cyrillic",
|
12481 |
+
"latin-ext",
|
12482 |
"cyrillic-ext"
|
12483 |
],
|
12484 |
"version": "v9",
|
12485 |
"lastModified": "2017-10-10",
|
12486 |
"files": {
|
12487 |
+
"regular": "http://fonts.gstatic.com/s/ptserifcaption/v9/ieVl2ZhbGCW-JoW6S34pSDpqYKU059U.ttf",
|
12488 |
+
"italic": "http://fonts.gstatic.com/s/ptserifcaption/v9/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CA.ttf"
|
12489 |
}
|
12490 |
},
|
12491 |
{
|
12496 |
"regular"
|
12497 |
],
|
12498 |
"subsets": [
|
|
|
12499 |
"vietnamese",
|
12500 |
+
"latin",
|
12501 |
+
"cyrillic",
|
12502 |
+
"latin-ext"
|
12503 |
],
|
12504 |
"version": "v12",
|
12505 |
"lastModified": "2017-11-07",
|
12506 |
"files": {
|
12507 |
+
"regular": "http://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ96A.ttf"
|
12508 |
}
|
12509 |
},
|
12510 |
{
|
12522 |
"version": "v4",
|
12523 |
"lastModified": "2017-10-09",
|
12524 |
"files": {
|
12525 |
+
"regular": "http://fonts.gstatic.com/s/padauk/v4/RrQRboJg-id7OnbBaw.ttf",
|
12526 |
+
"700": "http://fonts.gstatic.com/s/padauk/v4/RrQSboJg-id7Onb512DE1A.ttf"
|
12527 |
}
|
12528 |
},
|
12529 |
{
|
12547 |
"version": "v3",
|
12548 |
"lastModified": "2017-10-10",
|
12549 |
"files": {
|
12550 |
+
"100": "http://fonts.gstatic.com/s/palanquin/v3/9XUhlJ90n1fBFg7ceXwUEltI.ttf",
|
12551 |
+
"200": "http://fonts.gstatic.com/s/palanquin/v3/9XUilJ90n1fBFg7ceXwUvnpoxA.ttf",
|
12552 |
+
"300": "http://fonts.gstatic.com/s/palanquin/v3/9XUilJ90n1fBFg7ceXwU2nloxA.ttf",
|
12553 |
+
"regular": "http://fonts.gstatic.com/s/palanquin/v3/9XUnlJ90n1fBFg7ceXwsdg.ttf",
|
12554 |
+
"500": "http://fonts.gstatic.com/s/palanquin/v3/9XUilJ90n1fBFg7ceXwUgnhoxA.ttf",
|
12555 |
+
"600": "http://fonts.gstatic.com/s/palanquin/v3/9XUilJ90n1fBFg7ceXwUrn9oxA.ttf",
|
12556 |
+
"700": "http://fonts.gstatic.com/s/palanquin/v3/9XUilJ90n1fBFg7ceXwUyn5oxA.ttf"
|
12557 |
}
|
12558 |
},
|
12559 |
{
|
12574 |
"version": "v3",
|
12575 |
"lastModified": "2017-10-10",
|
12576 |
"files": {
|
12577 |
+
"regular": "http://fonts.gstatic.com/s/palanquindark/v3/xn75YHgl1nqmANMB-26xC7yuF_6O.ttf",
|
12578 |
+
"500": "http://fonts.gstatic.com/s/palanquindark/v3/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41.ttf",
|
12579 |
+
"600": "http://fonts.gstatic.com/s/palanquindark/v3/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41.ttf",
|
12580 |
+
"700": "http://fonts.gstatic.com/s/palanquindark/v3/xn76YHgl1nqmANMB-26xC7yuF8YyY241.ttf"
|
12581 |
}
|
12582 |
},
|
12583 |
{
|
12588 |
"regular"
|
12589 |
],
|
12590 |
"subsets": [
|
|
|
12591 |
"vietnamese",
|
12592 |
+
"latin",
|
12593 |
"cyrillic",
|
12594 |
+
"latin-ext",
|
12595 |
"cyrillic-ext"
|
12596 |
],
|
12597 |
"version": "v3",
|
12598 |
"lastModified": "2017-10-10",
|
12599 |
"files": {
|
12600 |
+
"regular": "http://fonts.gstatic.com/s/pangolin/v3/cY9GfjGcW0FPpi-tWPfK.ttf"
|
12601 |
}
|
12602 |
},
|
12603 |
{
|
12613 |
"version": "v5",
|
12614 |
"lastModified": "2017-10-10",
|
12615 |
"files": {
|
12616 |
+
"regular": "http://fonts.gstatic.com/s/paprika/v5/8QIJdijZitv49rDfuIg.ttf"
|
12617 |
}
|
12618 |
},
|
12619 |
{
|
12630 |
"version": "v5",
|
12631 |
"lastModified": "2017-10-10",
|
12632 |
"files": {
|
12633 |
+
"regular": "http://fonts.gstatic.com/s/parisienne/v5/E21i_d3kivvAkxhLEVZpcy8.ttf"
|
12634 |
}
|
12635 |
},
|
12636 |
{
|
12647 |
"version": "v9",
|
12648 |
"lastModified": "2017-10-10",
|
12649 |
"files": {
|
12650 |
+
"regular": "http://fonts.gstatic.com/s/passeroone/v9/JTUTjIko8DOq5FeaeEAjgE5B.ttf"
|
12651 |
}
|
12652 |
},
|
12653 |
{
|
12666 |
"version": "v8",
|
12667 |
"lastModified": "2017-10-10",
|
12668 |
"files": {
|
12669 |
+
"regular": "http://fonts.gstatic.com/s/passionone/v8/PbynFmL8HhTPqbjUzux3JHuW.ttf",
|
12670 |
+
"700": "http://fonts.gstatic.com/s/passionone/v8/Pby6FmL8HhTPqbjUzux3JEMq037o.ttf",
|
12671 |
+
"900": "http://fonts.gstatic.com/s/passionone/v8/Pby6FmL8HhTPqbjUzux3JEMS0X7o.ttf"
|
12672 |
}
|
12673 |
},
|
12674 |
{
|
12685 |
"version": "v6",
|
12686 |
"lastModified": "2017-10-10",
|
12687 |
"files": {
|
12688 |
+
"regular": "http://fonts.gstatic.com/s/pathwaygothicone/v6/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTA.ttf"
|
12689 |
}
|
12690 |
},
|
12691 |
{
|
12696 |
"regular"
|
12697 |
],
|
12698 |
"subsets": [
|
|
|
12699 |
"vietnamese",
|
12700 |
+
"latin",
|
12701 |
"latin-ext"
|
12702 |
],
|
12703 |
"version": "v11",
|
12704 |
"lastModified": "2017-10-10",
|
12705 |
"files": {
|
12706 |
+
"regular": "http://fonts.gstatic.com/s/patrickhand/v11/LDI1apSQOAYtSuYWp8ZhfYeMWQ.ttf"
|
12707 |
}
|
12708 |
},
|
12709 |
{
|
12714 |
"regular"
|
12715 |
],
|
12716 |
"subsets": [
|
|
|
12717 |
"vietnamese",
|
12718 |
+
"latin",
|
12719 |
"latin-ext"
|
12720 |
],
|
12721 |
"version": "v5",
|
12722 |
"lastModified": "2017-10-10",
|
12723 |
"files": {
|
12724 |
+
"regular": "http://fonts.gstatic.com/s/patrickhandsc/v5/0nkwC9f7MfsBiWcLtY65AWDK873ViQ.ttf"
|
12725 |
}
|
12726 |
},
|
12727 |
{
|
12732 |
"regular"
|
12733 |
],
|
12734 |
"subsets": [
|
|
|
12735 |
"vietnamese",
|
12736 |
+
"latin",
|
12737 |
"cyrillic",
|
12738 |
+
"latin-ext",
|
12739 |
"thai"
|
12740 |
],
|
12741 |
"version": "v2",
|
12742 |
"lastModified": "2017-10-10",
|
12743 |
"files": {
|
12744 |
+
"regular": "http://fonts.gstatic.com/s/pattaya/v2/ea8ZadcqV_zkHY-XNdA.ttf"
|
12745 |
}
|
12746 |
},
|
12747 |
{
|
12757 |
"version": "v7",
|
12758 |
"lastModified": "2017-10-10",
|
12759 |
"files": {
|
12760 |
+
"regular": "http://fonts.gstatic.com/s/patuaone/v7/ZXuke1cDvLCKLDcimxBI5A.ttf"
|
12761 |
}
|
12762 |
},
|
12763 |
{
|
12768 |
"regular"
|
12769 |
],
|
12770 |
"subsets": [
|
|
|
12771 |
"latin",
|
12772 |
+
"latin-ext",
|
12773 |
+
"tamil"
|
12774 |
],
|
12775 |
"version": "v2",
|
12776 |
"lastModified": "2017-10-10",
|
12777 |
"files": {
|
12778 |
+
"regular": "http://fonts.gstatic.com/s/pavanam/v2/BXRrvF_aiezLh0xPDOs.ttf"
|
12779 |
}
|
12780 |
},
|
12781 |
{
|
12786 |
"regular"
|
12787 |
],
|
12788 |
"subsets": [
|
|
|
12789 |
"vietnamese",
|
12790 |
+
"latin",
|
12791 |
"latin-ext"
|
12792 |
],
|
12793 |
"version": "v10",
|
12794 |
"lastModified": "2017-10-10",
|
12795 |
"files": {
|
12796 |
+
"regular": "http://fonts.gstatic.com/s/paytoneone/v10/0nksC9P7MfYHj2oFtYm2CiTq.ttf"
|
12797 |
}
|
12798 |
},
|
12799 |
{
|
12810 |
"version": "v5",
|
12811 |
"lastModified": "2017-10-09",
|
12812 |
"files": {
|
12813 |
+
"regular": "http://fonts.gstatic.com/s/peddana/v5/aFTU7PBhaX89UcKWhh0.ttf"
|
12814 |
}
|
12815 |
},
|
12816 |
{
|
12827 |
"version": "v5",
|
12828 |
"lastModified": "2017-10-10",
|
12829 |
"files": {
|
12830 |
+
"regular": "http://fonts.gstatic.com/s/peralta/v5/hYkJPu0-RP_9d3kRGxA.ttf"
|
12831 |
}
|
12832 |
},
|
12833 |
{
|
12843 |
"version": "v7",
|
12844 |
"lastModified": "2017-10-10",
|
12845 |
"files": {
|
12846 |
+
"regular": "http://fonts.gstatic.com/s/permanentmarker/v7/Fh4uPib9Iyv2ucM6pGQMWimMp004Hao.ttf"
|
12847 |
}
|
12848 |
},
|
12849 |
{
|
12860 |
"version": "v5",
|
12861 |
"lastModified": "2017-10-10",
|
12862 |
"files": {
|
12863 |
+
"regular": "http://fonts.gstatic.com/s/petitformalscript/v5/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHk.ttf"
|
12864 |
}
|
12865 |
},
|
12866 |
{
|
12876 |
"version": "v6",
|
12877 |
"lastModified": "2017-10-10",
|
12878 |
"files": {
|
12879 |
+
"regular": "http://fonts.gstatic.com/s/petrona/v6/mtG64_NXL7bZo9XXsXU.ttf"
|
12880 |
}
|
12881 |
},
|
12882 |
{
|
12890 |
"700italic"
|
12891 |
],
|
12892 |
"subsets": [
|
|
|
12893 |
"vietnamese",
|
12894 |
+
"latin",
|
12895 |
"cyrillic",
|
12896 |
"cyrillic-ext"
|
12897 |
],
|
12898 |
"version": "v9",
|
12899 |
"lastModified": "2017-10-10",
|
12900 |
"files": {
|
12901 |
+
"regular": "http://fonts.gstatic.com/s/philosopher/v9/vEFV2_5QCwIS4_Dhez5jcVBp.ttf",
|
12902 |
+
"italic": "http://fonts.gstatic.com/s/philosopher/v9/vEFX2_5QCwIS4_Dhez5jcWBrT0g.ttf",
|
12903 |
+
"700": "http://fonts.gstatic.com/s/philosopher/v9/vEFI2_5QCwIS4_Dhez5jcWjVamgc.ttf",
|
12904 |
+
"700italic": "http://fonts.gstatic.com/s/philosopher/v9/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tI.ttf"
|
12905 |
}
|
12906 |
},
|
12907 |
{
|
12918 |
"version": "v6",
|
12919 |
"lastModified": "2017-10-10",
|
12920 |
"files": {
|
12921 |
+
"regular": "http://fonts.gstatic.com/s/piedra/v6/ke8kOg8aN0Bn7hTunA.ttf"
|
12922 |
}
|
12923 |
},
|
12924 |
{
|
12934 |
"version": "v7",
|
12935 |
"lastModified": "2017-10-10",
|
12936 |
"files": {
|
12937 |
+
"regular": "http://fonts.gstatic.com/s/pinyonscript/v7/6xKpdSJbL9-e9LuoeQiDRQR8aOI.ttf"
|
12938 |
}
|
12939 |
},
|
12940 |
{
|
12951 |
"version": "v5",
|
12952 |
"lastModified": "2017-10-10",
|
12953 |
"files": {
|
12954 |
+
"regular": "http://fonts.gstatic.com/s/pirataone/v5/I_urMpiDvgLdLh0fAtoftig.ttf"
|
12955 |
}
|
12956 |
},
|
12957 |
{
|
12968 |
"version": "v9",
|
12969 |
"lastModified": "2017-10-10",
|
12970 |
"files": {
|
12971 |
+
"regular": "http://fonts.gstatic.com/s/plaster/v9/DdTm79QatW80eRh4Ei4.ttf"
|
12972 |
}
|
12973 |
},
|
12974 |
{
|
12980 |
"700"
|
12981 |
],
|
12982 |
"subsets": [
|
|
|
|
|
12983 |
"vietnamese",
|
12984 |
+
"latin",
|
12985 |
"cyrillic",
|
12986 |
+
"greek",
|
12987 |
+
"latin-ext",
|
12988 |
"cyrillic-ext"
|
12989 |
],
|
12990 |
"version": "v9",
|
12991 |
"lastModified": "2017-10-10",
|
12992 |
"files": {
|
12993 |
+
"regular": "http://fonts.gstatic.com/s/play/v9/6aez4K2oVqwIjtI.ttf",
|
12994 |
+
"700": "http://fonts.gstatic.com/s/play/v9/6ae84K2oVqwItm4TOpc.ttf"
|
12995 |
}
|
12996 |
},
|
12997 |
{
|
13008 |
"version": "v7",
|
13009 |
"lastModified": "2017-10-10",
|
13010 |
"files": {
|
13011 |
+
"regular": "http://fonts.gstatic.com/s/playball/v7/TK3gWksYAxQ7jbsKcj8D.ttf"
|
13012 |
}
|
13013 |
},
|
13014 |
{
|
13024 |
"900italic"
|
13025 |
],
|
13026 |
"subsets": [
|
|
|
13027 |
"vietnamese",
|
13028 |
+
"latin",
|
13029 |
+
"cyrillic",
|
13030 |
+
"latin-ext"
|
13031 |
],
|
13032 |
"version": "v13",
|
13033 |
"lastModified": "2017-11-07",
|
13034 |
"files": {
|
13035 |
+
"regular": "http://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXPTs.ttf",
|
13036 |
+
"italic": "http://fonts.gstatic.com/s/playfairdisplay/v13/nuFkD-vYSZviVYUb_rj3ij__anPXDTnYhQ.ttf",
|
13037 |
+
"700": "http://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9pWk.ttf",
|
13038 |
+
"700italic": "http://fonts.gstatic.com/s/playfairdisplay/v13/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwe4w.ttf",
|
13039 |
+
"900": "http://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBb__pWk.ttf",
|
13040 |
+
"900italic": "http://fonts.gstatic.com/s/playfairdisplay/v13/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4e4w.ttf"
|
13041 |
}
|
13042 |
},
|
13043 |
{
|
13053 |
"900italic"
|
13054 |
],
|
13055 |
"subsets": [
|
|
|
13056 |
"vietnamese",
|
13057 |
+
"latin",
|
13058 |
+
"cyrillic",
|
13059 |
+
"latin-ext"
|
13060 |
],
|
13061 |
"version": "v7",
|
13062 |
"lastModified": "2017-11-07",
|
13063 |
"files": {
|
13064 |
+
"regular": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4.ttf",
|
13065 |
+
"italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFQ.ttf",
|
13066 |
+
"700": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcs.ttf",
|
13067 |
+
"700italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XKw.ttf",
|
13068 |
+
"900": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcs.ttf",
|
13069 |
+
"900italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v7/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXKw.ttf"
|
13070 |
}
|
13071 |
},
|
13072 |
{
|
13081 |
"800"
|
13082 |
],
|
13083 |
"subsets": [
|
|
|
13084 |
"vietnamese",
|
13085 |
+
"latin",
|
13086 |
"cyrillic",
|
13087 |
+
"latin-ext",
|
13088 |
"cyrillic-ext"
|
13089 |
],
|
13090 |
"version": "v11",
|
13091 |
"lastModified": "2017-10-10",
|
13092 |
"files": {
|
13093 |
+
"regular": "http://fonts.gstatic.com/s/podkova/v11/K2FxfZ1EmftJSV9VWJ4.ttf",
|
13094 |
+
"500": "http://fonts.gstatic.com/s/podkova/v11/K2F0fZ1EmftJSV9VYGrQAoo.ttf",
|
13095 |
+
"600": "http://fonts.gstatic.com/s/podkova/v11/K2F0fZ1EmftJSV9VYEbXAoo.ttf",
|
13096 |
+
"700": "http://fonts.gstatic.com/s/podkova/v11/K2F0fZ1EmftJSV9VYCLWAoo.ttf",
|
13097 |
+
"800": "http://fonts.gstatic.com/s/podkova/v11/K2F0fZ1EmftJSV9VYD7VAoo.ttf"
|
13098 |
}
|
13099 |
},
|
13100 |
{
|
13106 |
],
|
13107 |
"subsets": [
|
13108 |
"latin",
|
13109 |
+
"cyrillic",
|
13110 |
+
"latin-ext"
|
13111 |
],
|
13112 |
"version": "v5",
|
13113 |
"lastModified": "2017-10-10",
|
13114 |
"files": {
|
13115 |
+
"regular": "http://fonts.gstatic.com/s/poiretone/v5/UqyVK80NJXN4zfRgbdfbk5k.ttf"
|
13116 |
}
|
13117 |
},
|
13118 |
{
|
13128 |
"version": "v7",
|
13129 |
"lastModified": "2017-10-10",
|
13130 |
"files": {
|
13131 |
+
"regular": "http://fonts.gstatic.com/s/pollerone/v7/ahccv82n0TN3gia5E4Bud-k.ttf"
|
13132 |
}
|
13133 |
},
|
13134 |
{
|
13145 |
"version": "v8",
|
13146 |
"lastModified": "2017-10-10",
|
13147 |
"files": {
|
13148 |
+
"regular": "http://fonts.gstatic.com/s/poly/v8/MQpb-W6wKNitRLA.ttf",
|
13149 |
+
"italic": "http://fonts.gstatic.com/s/poly/v8/MQpV-W6wKNitdLKKrw.ttf"
|
13150 |
}
|
13151 |
},
|
13152 |
{
|
13162 |
"version": "v7",
|
13163 |
"lastModified": "2017-10-10",
|
13164 |
"files": {
|
13165 |
+
"regular": "http://fonts.gstatic.com/s/pompiere/v7/VEMyRoxis5Dwuyeov6Wt.ttf"
|
13166 |
}
|
13167 |
},
|
13168 |
{
|
13179 |
"version": "v5",
|
13180 |
"lastModified": "2017-10-10",
|
13181 |
"files": {
|
13182 |
+
"regular": "http://fonts.gstatic.com/s/pontanosans/v5/qFdD35GdgYR8EzR6oBLDHa3qwg.ttf"
|
13183 |
+
}
|
13184 |
+
},
|
13185 |
+
{
|
13186 |
+
"kind": "webfonts#webfont",
|
13187 |
+
"family": "Poor Story",
|
13188 |
+
"category": "display",
|
13189 |
+
"variants": [
|
13190 |
+
"regular"
|
13191 |
+
],
|
13192 |
+
"subsets": [
|
13193 |
+
"latin",
|
13194 |
+
"korean"
|
13195 |
+
],
|
13196 |
+
"version": "v2",
|
13197 |
+
"lastModified": "2018-04-04",
|
13198 |
+
"files": {
|
13199 |
+
"regular": "http://fonts.gstatic.com/s/poorstory/v2/jizfREFUsnUct9P6cDfd4Ok.ttf"
|
13200 |
}
|
13201 |
},
|
13202 |
{
|
13231 |
"version": "v5",
|
13232 |
"lastModified": "2017-11-21",
|
13233 |
"files": {
|
13234 |
+
"100": "http://fonts.gstatic.com/s/poppins/v5/pxiGyp8kv8JHgFVrLPTedw.ttf",
|
13235 |
+
"100italic": "http://fonts.gstatic.com/s/poppins/v5/pxiAyp8kv8JHgFVrJJLmE3tF.ttf",
|
13236 |
+
"200": "http://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLFj_V1s.ttf",
|
13237 |
+
"200italic": "http://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf",
|
13238 |
+
"300": "http://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8V1s.ttf",
|
13239 |
+
"300italic": "http://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLm21llEA.ttf",
|
13240 |
+
"regular": "http://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrFJA.ttf",
|
13241 |
+
"italic": "http://fonts.gstatic.com/s/poppins/v5/pxiGyp8kv8JHgFVrJJLedw.ttf",
|
13242 |
+
"500": "http://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9V1s.ttf",
|
13243 |
+
"500italic": "http://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf",
|
13244 |
+
"600": "http://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6V1s.ttf",
|
13245 |
+
"600italic": "http://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf",
|
13246 |
+
"700": "http://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7V1s.ttf",
|
13247 |
+
"700italic": "http://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf",
|
13248 |
+
"800": "http://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDD4V1s.ttf",
|
13249 |
+
"800italic": "http://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLm111lEA.ttf",
|
13250 |
+
"900": "http://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLBT5V1s.ttf",
|
13251 |
+
"900italic": "http://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf"
|
13252 |
}
|
13253 |
},
|
13254 |
{
|
13264 |
"version": "v6",
|
13265 |
"lastModified": "2017-10-10",
|
13266 |
"files": {
|
13267 |
+
"regular": "http://fonts.gstatic.com/s/portlligatsans/v6/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7M.ttf"
|
13268 |
}
|
13269 |
},
|
13270 |
{
|
13280 |
"version": "v6",
|
13281 |
"lastModified": "2017-10-10",
|
13282 |
"files": {
|
13283 |
+
"regular": "http://fonts.gstatic.com/s/portlligatslab/v6/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7o.ttf"
|
13284 |
}
|
13285 |
},
|
13286 |
{
|
13299 |
"version": "v3",
|
13300 |
"lastModified": "2017-10-10",
|
13301 |
"files": {
|
13302 |
+
"regular": "http://fonts.gstatic.com/s/pragatinarrow/v3/vm8vdRf0T0bS1ffgsPB7WZ-mD17_.ttf",
|
13303 |
+
"700": "http://fonts.gstatic.com/s/pragatinarrow/v3/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_.ttf"
|
13304 |
}
|
13305 |
},
|
13306 |
{
|
13311 |
"regular"
|
13312 |
],
|
13313 |
"subsets": [
|
|
|
13314 |
"vietnamese",
|
13315 |
+
"latin",
|
13316 |
"cyrillic",
|
13317 |
"cyrillic-ext"
|
13318 |
],
|
13319 |
"version": "v8",
|
13320 |
"lastModified": "2017-10-10",
|
13321 |
"files": {
|
13322 |
+
"regular": "http://fonts.gstatic.com/s/prata/v8/6xKhdSpbNNCT-vWI.ttf"
|
13323 |
}
|
13324 |
},
|
13325 |
{
|
13335 |
"version": "v9",
|
13336 |
"lastModified": "2017-10-09",
|
13337 |
"files": {
|
13338 |
+
"regular": "http://fonts.gstatic.com/s/preahvihear/v9/6NUS8F-dNQeEYhzj7uluxswE.ttf"
|
13339 |
}
|
13340 |
},
|
13341 |
{
|
13346 |
"regular"
|
13347 |
],
|
13348 |
"subsets": [
|
|
|
13349 |
"latin",
|
|
|
13350 |
"cyrillic",
|
13351 |
+
"greek",
|
13352 |
+
"latin-ext",
|
13353 |
"cyrillic-ext"
|
13354 |
],
|
13355 |
"version": "v6",
|
13356 |
"lastModified": "2017-10-10",
|
13357 |
"files": {
|
13358 |
+
"regular": "http://fonts.gstatic.com/s/pressstart2p/v6/e3t4euO8T-267oIAQAu6jDQyK0nS.ttf"
|
13359 |
}
|
13360 |
},
|
13361 |
{
|
13371 |
"700"
|
13372 |
],
|
13373 |
"subsets": [
|
|
|
13374 |
"vietnamese",
|
13375 |
+
"latin",
|
13376 |
"latin-ext",
|
13377 |
"thai"
|
13378 |
],
|
13379 |
"version": "v3",
|
13380 |
"lastModified": "2017-10-10",
|
13381 |
"files": {
|
13382 |
+
"200": "http://fonts.gstatic.com/s/pridi/v3/2sDdZG5JnZLfkc1SiE0j.ttf",
|
13383 |
+
"300": "http://fonts.gstatic.com/s/pridi/v3/2sDdZG5JnZLfkc02i00j.ttf",
|
13384 |
+
"regular": "http://fonts.gstatic.com/s/pridi/v3/2sDQZG5JnZLfkfWa.ttf",
|
13385 |
+
"500": "http://fonts.gstatic.com/s/pridi/v3/2sDdZG5JnZLfkc1uik0j.ttf",
|
13386 |
+
"600": "http://fonts.gstatic.com/s/pridi/v3/2sDdZG5JnZLfkc1CjU0j.ttf",
|
13387 |
+
"700": "http://fonts.gstatic.com/s/pridi/v3/2sDdZG5JnZLfkc0mjE0j.ttf"
|
13388 |
}
|
13389 |
},
|
13390 |
{
|
13401 |
"version": "v5",
|
13402 |
"lastModified": "2017-10-10",
|
13403 |
"files": {
|
13404 |
+
"regular": "http://fonts.gstatic.com/s/princesssofia/v5/qWczB6yguIb8DZ_GXZst16n7GRz7.ttf"
|
13405 |
}
|
13406 |
},
|
13407 |
{
|
13417 |
"version": "v7",
|
13418 |
"lastModified": "2017-10-10",
|
13419 |
"files": {
|
13420 |
+
"regular": "http://fonts.gstatic.com/s/prociono/v7/r05YGLlR-KxAf9GGO8up.ttf"
|
13421 |
}
|
13422 |
},
|
13423 |
{
|
13445 |
"900italic"
|
13446 |
],
|
13447 |
"subsets": [
|
|
|
13448 |
"vietnamese",
|
13449 |
+
"latin",
|
13450 |
"latin-ext",
|
13451 |
"thai"
|
13452 |
],
|
13453 |
"version": "v2",
|
13454 |
"lastModified": "2017-10-10",
|
13455 |
"files": {
|
13456 |
+
"100": "http://fonts.gstatic.com/s/prompt/v2/-W_9XJnvUD7dzB2CA9oY.ttf",
|
13457 |
+
"100italic": "http://fonts.gstatic.com/s/prompt/v2/-W_7XJnvUD7dzB2KZeJ8TkM.ttf",
|
13458 |
+
"200": "http://fonts.gstatic.com/s/prompt/v2/-W_8XJnvUD7dzB2Cr_s4bg.ttf",
|
13459 |
+
"200italic": "http://fonts.gstatic.com/s/prompt/v2/-W_6XJnvUD7dzB2KZeLQb2Mr.ttf",
|
13460 |
+
"300": "http://fonts.gstatic.com/s/prompt/v2/-W_8XJnvUD7dzB2Cy_g4bg.ttf",
|
13461 |
+
"300italic": "http://fonts.gstatic.com/s/prompt/v2/-W_6XJnvUD7dzB2KZeK0bGMr.ttf",
|
13462 |
+
"regular": "http://fonts.gstatic.com/s/prompt/v2/-W__XJnvUD7dzB26Zw.ttf",
|
13463 |
+
"italic": "http://fonts.gstatic.com/s/prompt/v2/-W_9XJnvUD7dzB2KZdoY.ttf",
|
13464 |
+
"500": "http://fonts.gstatic.com/s/prompt/v2/-W_8XJnvUD7dzB2Ck_k4bg.ttf",
|
13465 |
+
"500italic": "http://fonts.gstatic.com/s/prompt/v2/-W_6XJnvUD7dzB2KZeLsbWMr.ttf",
|
13466 |
+
"600": "http://fonts.gstatic.com/s/prompt/v2/-W_8XJnvUD7dzB2Cv_44bg.ttf",
|
13467 |
+
"600italic": "http://fonts.gstatic.com/s/prompt/v2/-W_6XJnvUD7dzB2KZeLAamMr.ttf",
|
13468 |
+
"700": "http://fonts.gstatic.com/s/prompt/v2/-W_8XJnvUD7dzB2C2_84bg.ttf",
|
13469 |
+
"700italic": "http://fonts.gstatic.com/s/prompt/v2/-W_6XJnvUD7dzB2KZeKka2Mr.ttf",
|
13470 |
+
"800": "http://fonts.gstatic.com/s/prompt/v2/-W_8XJnvUD7dzB2Cx_w4bg.ttf",
|
13471 |
+
"800italic": "http://fonts.gstatic.com/s/prompt/v2/-W_6XJnvUD7dzB2KZeK4aGMr.ttf",
|
13472 |
+
"900": "http://fonts.gstatic.com/s/prompt/v2/-W_8XJnvUD7dzB2C4_04bg.ttf",
|
13473 |
+
"900italic": "http://fonts.gstatic.com/s/prompt/v2/-W_6XJnvUD7dzB2KZeKcaWMr.ttf"
|
13474 |
}
|
13475 |
},
|
13476 |
{
|
13482 |
],
|
13483 |
"subsets": [
|
13484 |
"latin",
|
13485 |
+
"cyrillic",
|
13486 |
+
"latin-ext"
|
13487 |
],
|
13488 |
"version": "v6",
|
13489 |
"lastModified": "2017-10-10",
|
13490 |
"files": {
|
13491 |
+
"regular": "http://fonts.gstatic.com/s/prostoone/v6/OpNJno4VhNfK-RgpwWWxpio.ttf"
|
13492 |
}
|
13493 |
},
|
13494 |
{
|
13514 |
"version": "v2",
|
13515 |
"lastModified": "2017-10-10",
|
13516 |
"files": {
|
13517 |
+
"regular": "http://fonts.gstatic.com/s/prozalibre/v2/LYjGdGHgj0k1DIQRyUEyyHov.ttf",
|
13518 |
+
"italic": "http://fonts.gstatic.com/s/prozalibre/v2/LYjEdGHgj0k1DIQRyUEyyEotdN8.ttf",
|
13519 |
+
"500": "http://fonts.gstatic.com/s/prozalibre/v2/LYjbdGHgj0k1DIQRyUEyyELbV__f.ttf",
|
13520 |
+
"500italic": "http://fonts.gstatic.com/s/prozalibre/v2/LYjZdGHgj0k1DIQRyUEyyEotTCvceJQ.ttf",
|
13521 |
+
"600": "http://fonts.gstatic.com/s/prozalibre/v2/LYjbdGHgj0k1DIQRyUEyyEL3UP_f.ttf",
|
13522 |
+
"600italic": "http://fonts.gstatic.com/s/prozalibre/v2/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJQ.ttf",
|
13523 |
+
"700": "http://fonts.gstatic.com/s/prozalibre/v2/LYjbdGHgj0k1DIQRyUEyyEKTUf_f.ttf",
|
13524 |
+
"700italic": "http://fonts.gstatic.com/s/prozalibre/v2/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJQ.ttf",
|
13525 |
+
"800": "http://fonts.gstatic.com/s/prozalibre/v2/LYjbdGHgj0k1DIQRyUEyyEKPUv_f.ttf",
|
13526 |
+
"800italic": "http://fonts.gstatic.com/s/prozalibre/v2/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJQ.ttf"
|
13527 |
}
|
13528 |
},
|
13529 |
{
|
13542 |
"version": "v9",
|
13543 |
"lastModified": "2017-10-10",
|
13544 |
"files": {
|
13545 |
+
"regular": "http://fonts.gstatic.com/s/puritan/v9/845YNMgkAJ2VTtIo9Jo.ttf",
|
13546 |
+
"italic": "http://fonts.gstatic.com/s/puritan/v9/845aNMgkAJ2VTtIoxJj6QQ.ttf",
|
13547 |
+
"700": "http://fonts.gstatic.com/s/puritan/v9/845dNMgkAJ2VTtIozCbfYd4.ttf",
|
13548 |
+
"700italic": "http://fonts.gstatic.com/s/puritan/v9/845fNMgkAJ2VTtIoxJjC_dup_w.ttf"
|
13549 |
}
|
13550 |
},
|
13551 |
{
|
13562 |
"version": "v6",
|
13563 |
"lastModified": "2017-10-10",
|
13564 |
"files": {
|
13565 |
+
"regular": "http://fonts.gstatic.com/s/purplepurse/v6/qWctB66gv53iAp-Vfs4My6qyeA.ttf"
|
13566 |
}
|
13567 |
},
|
13568 |
{
|
13579 |
"version": "v6",
|
13580 |
"lastModified": "2017-10-10",
|
13581 |
"files": {
|
13582 |
+
"regular": "http://fonts.gstatic.com/s/quando/v6/xMQVuFNaVa6YuW0pCw.ttf"
|
13583 |
}
|
13584 |
},
|
13585 |
{
|
13598 |
"version": "v6",
|
13599 |
"lastModified": "2017-10-10",
|
13600 |
"files": {
|
13601 |
+
"regular": "http://fonts.gstatic.com/s/quantico/v6/rax-HiSdp9cPL3KIF4xs.ttf",
|
13602 |
+
"italic": "http://fonts.gstatic.com/s/quantico/v6/rax4HiSdp9cPL3KIF7xuJDg.ttf",
|
13603 |
+
"700": "http://fonts.gstatic.com/s/quantico/v6/rax5HiSdp9cPL3KIF7TQARha.ttf",
|
13604 |
+
"700italic": "http://fonts.gstatic.com/s/quantico/v6/rax7HiSdp9cPL3KIF7xuHIRfu0o.ttf"
|
13605 |
}
|
13606 |
},
|
13607 |
{
|
13619 |
"version": "v9",
|
13620 |
"lastModified": "2017-10-10",
|
13621 |
"files": {
|
13622 |
+
"regular": "http://fonts.gstatic.com/s/quattrocento/v9/OZpEg_xvsDZQL_LKIF7q4jPHxA.ttf",
|
13623 |
+
"700": "http://fonts.gstatic.com/s/quattrocento/v9/OZpbg_xvsDZQL_LKIF7q4jP_eE3fdw.ttf"
|
13624 |
}
|
13625 |
},
|
13626 |
{
|
13640 |
"version": "v10",
|
13641 |
"lastModified": "2017-10-10",
|
13642 |
"files": {
|
13643 |
+
"regular": "http://fonts.gstatic.com/s/quattrocentosans/v10/va9c4lja2NVIDdIAAoMR5MfuElaRB3zO.ttf",
|
13644 |
+
"italic": "http://fonts.gstatic.com/s/quattrocentosans/v10/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0o.ttf",
|
13645 |
+
"700": "http://fonts.gstatic.com/s/quattrocentosans/v10/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrW.ttf",
|
13646 |
+
"700italic": "http://fonts.gstatic.com/s/quattrocentosans/v10/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXk.ttf"
|
13647 |
}
|
13648 |
},
|
13649 |
{
|
13659 |
"version": "v7",
|
13660 |
"lastModified": "2017-10-10",
|
13661 |
"files": {
|
13662 |
+
"regular": "http://fonts.gstatic.com/s/questrial/v7/QdVUSTchPBm7nuUeVf7EuQ.ttf"
|
13663 |
}
|
13664 |
},
|
13665 |
{
|
13673 |
"700"
|
13674 |
],
|
13675 |
"subsets": [
|
|
|
13676 |
"vietnamese",
|
13677 |
+
"latin",
|
13678 |
"latin-ext"
|
13679 |
],
|
13680 |
"version": "v7",
|
13681 |
"lastModified": "2017-10-10",
|
13682 |
"files": {
|
13683 |
+
"300": "http://fonts.gstatic.com/s/quicksand/v7/6xKodSZaM9iE8KbpRA_pgHYoSA.ttf",
|
13684 |
+
"regular": "http://fonts.gstatic.com/s/quicksand/v7/6xKtdSZaM9iE8KbpRA_RLA.ttf",
|
13685 |
+
"500": "http://fonts.gstatic.com/s/quicksand/v7/6xKodSZaM9iE8KbpRA_p2HcoSA.ttf",
|
13686 |
+
"700": "http://fonts.gstatic.com/s/quicksand/v7/6xKodSZaM9iE8KbpRA_pkHEoSA.ttf"
|
13687 |
}
|
13688 |
},
|
13689 |
{
|
13700 |
"version": "v5",
|
13701 |
"lastModified": "2017-10-10",
|
13702 |
"files": {
|
13703 |
+
"regular": "http://fonts.gstatic.com/s/quintessential/v5/fdNn9sOGq31Yjnh3qWU14DdtjY5w.ttf"
|
13704 |
}
|
13705 |
},
|
13706 |
{
|
13717 |
"version": "v7",
|
13718 |
"lastModified": "2017-10-10",
|
13719 |
"files": {
|
13720 |
+
"regular": "http://fonts.gstatic.com/s/qwigley/v7/1cXzaU3UGJb5tGoCuVw.ttf"
|
13721 |
}
|
13722 |
},
|
13723 |
{
|
13734 |
"version": "v5",
|
13735 |
"lastModified": "2017-10-10",
|
13736 |
"files": {
|
13737 |
+
"regular": "http://fonts.gstatic.com/s/racingsansone/v5/sykr-yRtm7EvTrXNxkv5jfKKyDCwLw.ttf"
|
13738 |
}
|
13739 |
},
|
13740 |
{
|
13752 |
"version": "v12",
|
13753 |
"lastModified": "2017-10-10",
|
13754 |
"files": {
|
13755 |
+
"regular": "http://fonts.gstatic.com/s/radley/v12/LYjDdGzinEIjCN19oA.ttf",
|
13756 |
+
"italic": "http://fonts.gstatic.com/s/radley/v12/LYjBdGzinEIjCN1NogNA.ttf"
|
13757 |
}
|
13758 |
},
|
13759 |
{
|
13775 |
"version": "v7",
|
13776 |
"lastModified": "2017-10-10",
|
13777 |
"files": {
|
13778 |
+
"300": "http://fonts.gstatic.com/s/rajdhani/v7/LDI2apCSOBg7S-QT7pasEcOs.ttf",
|
13779 |
+
"regular": "http://fonts.gstatic.com/s/rajdhani/v7/LDIxapCSOBg7S-QT7q4A.ttf",
|
13780 |
+
"500": "http://fonts.gstatic.com/s/rajdhani/v7/LDI2apCSOBg7S-QT7pb0EMOs.ttf",
|
13781 |
+
"600": "http://fonts.gstatic.com/s/rajdhani/v7/LDI2apCSOBg7S-QT7pbYF8Os.ttf",
|
13782 |
+
"700": "http://fonts.gstatic.com/s/rajdhani/v7/LDI2apCSOBg7S-QT7pa8FsOs.ttf"
|
13783 |
}
|
13784 |
},
|
13785 |
{
|
13794 |
"latin",
|
13795 |
"latin-ext"
|
13796 |
],
|
13797 |
+
"version": "v4",
|
13798 |
+
"lastModified": "2018-02-20",
|
13799 |
"files": {
|
13800 |
+
"regular": "http://fonts.gstatic.com/s/rakkas/v4/Qw3cZQlNHiblL3j_lg.ttf"
|
13801 |
}
|
13802 |
},
|
13803 |
{
|
13831 |
"version": "v12",
|
13832 |
"lastModified": "2017-10-11",
|
13833 |
"files": {
|
13834 |
+
"100": "http://fonts.gstatic.com/s/raleway/v12/1Ptsg8zYS_SKggPNwE4ISg.ttf",
|
13835 |
+
"100italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptqg8zYS_SKggPNyCgwLoFv.ttf",
|
13836 |
+
"200": "http://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwOIpaqE.ttf",
|
13837 |
+
"200italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgwgqBPBQ.ttf",
|
13838 |
+
"300": "http://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIYqaqE.ttf",
|
13839 |
+
"300italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgw5qNPBQ.ttf",
|
13840 |
+
"regular": "http://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPN-Co.ttf",
|
13841 |
+
"italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptsg8zYS_SKggPNyCgISg.ttf",
|
13842 |
+
"500": "http://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwN4raqE.ttf",
|
13843 |
+
"500italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgwvqJPBQ.ttf",
|
13844 |
+
"600": "http://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwPIsaqE.ttf",
|
13845 |
+
"600italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgwkqVPBQ.ttf",
|
13846 |
+
"700": "http://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtaqE.ttf",
|
13847 |
+
"700italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgw9qRPBQ.ttf",
|
13848 |
+
"800": "http://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIouaqE.ttf",
|
13849 |
+
"800italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgw6qdPBQ.ttf",
|
13850 |
+
"900": "http://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwK4vaqE.ttf",
|
13851 |
+
"900italic": "http://fonts.gstatic.com/s/raleway/v12/1Ptpg8zYS_SKggPNyCgwzqZPBQ.ttf"
|
13852 |
}
|
13853 |
},
|
13854 |
{
|
13865 |
"version": "v5",
|
13866 |
"lastModified": "2017-10-10",
|
13867 |
"files": {
|
13868 |
+
"regular": "http://fonts.gstatic.com/s/ralewaydots/v5/6NUR8FifJg6AfQvzpshgwJ8kyQ.ttf"
|
13869 |
}
|
13870 |
},
|
13871 |
{
|
13882 |
"version": "v6",
|
13883 |
"lastModified": "2017-10-10",
|
13884 |
"files": {
|
13885 |
+
"regular": "http://fonts.gstatic.com/s/ramabhadra/v6/EYq2maBOwqRW9P1SQ83LehM.ttf"
|
13886 |
}
|
13887 |
},
|
13888 |
{
|
13899 |
"version": "v2",
|
13900 |
"lastModified": "2017-10-10",
|
13901 |
"files": {
|
13902 |
+
"regular": "http://fonts.gstatic.com/s/ramaraja/v2/SlGTmQearpYAYG1CABIk.ttf"
|
13903 |
}
|
13904 |
},
|
13905 |
{
|
13919 |
"version": "v5",
|
13920 |
"lastModified": "2017-10-10",
|
13921 |
"files": {
|
13922 |
+
"regular": "http://fonts.gstatic.com/s/rambla/v5/snfrs0ip98hx6mr0Iw.ttf",
|
13923 |
+
"italic": "http://fonts.gstatic.com/s/rambla/v5/snfps0ip98hx6mrEIbgK.ttf",
|
13924 |
+
"700": "http://fonts.gstatic.com/s/rambla/v5/snfos0ip98hx6mrMn50qPg.ttf",
|
13925 |
+
"700italic": "http://fonts.gstatic.com/s/rambla/v5/snfus0ip98hx6mrEIYC2O_l8.ttf"
|
13926 |
}
|
13927 |
},
|
13928 |
{
|
13939 |
"version": "v6",
|
13940 |
"lastModified": "2017-10-10",
|
13941 |
"files": {
|
13942 |
+
"regular": "http://fonts.gstatic.com/s/rammettoone/v6/LhWiMV3HOfMbMetJG3lQDpp9Mg.ttf"
|
13943 |
}
|
13944 |
},
|
13945 |
{
|
13956 |
"version": "v5",
|
13957 |
"lastModified": "2017-10-10",
|
13958 |
"files": {
|
13959 |
+
"regular": "http://fonts.gstatic.com/s/ranchers/v5/zrfm0H3Lx-P2Xvs2AoDY.ttf"
|
13960 |
}
|
13961 |
},
|
13962 |
{
|
13972 |
"version": "v8",
|
13973 |
"lastModified": "2017-10-10",
|
13974 |
"files": {
|
13975 |
+
"regular": "http://fonts.gstatic.com/s/rancho/v8/46kulbzmXjLaqZRlbQ.ttf"
|
13976 |
}
|
13977 |
},
|
13978 |
{
|
13991 |
"version": "v3",
|
13992 |
"lastModified": "2017-10-10",
|
13993 |
"files": {
|
13994 |
+
"regular": "http://fonts.gstatic.com/s/ranga/v3/C8ct4cYisGb28p6C.ttf",
|
13995 |
+
"700": "http://fonts.gstatic.com/s/ranga/v3/C8cg4cYisGb28qY-AxgR.ttf"
|
13996 |
}
|
13997 |
},
|
13998 |
{
|
14014 |
"version": "v3",
|
14015 |
"lastModified": "2017-10-10",
|
14016 |
"files": {
|
14017 |
+
"300": "http://fonts.gstatic.com/s/rasa/v3/xn7gYHIn1mWmdg52sgA.ttf",
|
14018 |
+
"regular": "http://fonts.gstatic.com/s/rasa/v3/xn7vYHIn1mWmTqI.ttf",
|
14019 |
+
"500": "http://fonts.gstatic.com/s/rasa/v3/xn7gYHIn1mWmdlZ3sgA.ttf",
|
14020 |
+
"600": "http://fonts.gstatic.com/s/rasa/v3/xn7gYHIn1mWmdnpwsgA.ttf",
|
14021 |
+
"700": "http://fonts.gstatic.com/s/rasa/v3/xn7gYHIn1mWmdh5xsgA.ttf"
|
14022 |
}
|
14023 |
},
|
14024 |
{
|
14034 |
"version": "v8",
|
14035 |
"lastModified": "2017-10-10",
|
14036 |
"files": {
|
14037 |
+
"regular": "http://fonts.gstatic.com/s/rationale/v8/9XUnlJ92n0_JFxHIfHcsdg.ttf"
|
14038 |
}
|
14039 |
},
|
14040 |
{
|
14051 |
"version": "v4",
|
14052 |
"lastModified": "2017-10-10",
|
14053 |
"files": {
|
14054 |
+
"regular": "http://fonts.gstatic.com/s/raviprakash/v4/gokpH6fsDkVrF9Bv9X8SOAKHmA.ttf"
|
14055 |
}
|
14056 |
},
|
14057 |
{
|
14067 |
"version": "v8",
|
14068 |
"lastModified": "2017-10-10",
|
14069 |
"files": {
|
14070 |
+
"regular": "http://fonts.gstatic.com/s/redressed/v8/x3dickHUbrmJ7wMy9MsBfA.ttf"
|
14071 |
}
|
14072 |
},
|
14073 |
{
|
14081 |
"arabic",
|
14082 |
"latin"
|
14083 |
],
|
14084 |
+
"version": "v4",
|
14085 |
+
"lastModified": "2018-02-20",
|
14086 |
"files": {
|
14087 |
+
"regular": "http://fonts.gstatic.com/s/reemkufi/v4/2sDcZGJLip7W2J7v7wQDbw.ttf"
|
14088 |
}
|
14089 |
},
|
14090 |
{
|
14100 |
"version": "v8",
|
14101 |
"lastModified": "2017-10-10",
|
14102 |
"files": {
|
14103 |
+
"regular": "http://fonts.gstatic.com/s/reeniebeanie/v8/z7NSdR76eDkaJKZJFkkjuvWxbP0.ttf"
|
14104 |
}
|
14105 |
},
|
14106 |
{
|
14117 |
"version": "v5",
|
14118 |
"lastModified": "2017-10-10",
|
14119 |
"files": {
|
14120 |
+
"regular": "http://fonts.gstatic.com/s/revalia/v5/WwkexPimBE2-4ZPEeVo.ttf"
|
14121 |
}
|
14122 |
},
|
14123 |
{
|
14135 |
"version": "v2",
|
14136 |
"lastModified": "2017-10-10",
|
14137 |
"files": {
|
14138 |
+
"regular": "http://fonts.gstatic.com/s/rhodiumlibre/v2/1q2AY5adA0tn_ukeHcQHqpx6pEQ.ttf"
|
14139 |
}
|
14140 |
},
|
14141 |
{
|
14152 |
"version": "v6",
|
14153 |
"lastModified": "2017-10-10",
|
14154 |
"files": {
|
14155 |
+
"regular": "http://fonts.gstatic.com/s/ribeye/v6/L0x8DFMxk1MP9R3RvA.ttf"
|
14156 |
}
|
14157 |
},
|
14158 |
{
|
14169 |
"version": "v7",
|
14170 |
"lastModified": "2017-10-10",
|
14171 |
"files": {
|
14172 |
+
"regular": "http://fonts.gstatic.com/s/ribeyemarrow/v7/GFDsWApshnqMRO2JdtRZ2d0vEAw.ttf"
|
14173 |
}
|
14174 |
},
|
14175 |
{
|
14186 |
"version": "v6",
|
14187 |
"lastModified": "2017-10-10",
|
14188 |
"files": {
|
14189 |
+
"regular": "http://fonts.gstatic.com/s/righteous/v6/1cXxaUPXBpj2rGoU7C9mjw.ttf"
|
14190 |
}
|
14191 |
},
|
14192 |
{
|
14203 |
"version": "v5",
|
14204 |
"lastModified": "2017-10-09",
|
14205 |
"files": {
|
14206 |
+
"regular": "http://fonts.gstatic.com/s/risque/v5/VdGfAZUfHosahXxoCQ.ttf"
|
14207 |
}
|
14208 |
},
|
14209 |
{
|
14225 |
"900italic"
|
14226 |
],
|
14227 |
"subsets": [
|
|
|
|
|
|
|
14228 |
"greek-ext",
|
14229 |
+
"vietnamese",
|
14230 |
+
"latin",
|
14231 |
"cyrillic",
|
14232 |
+
"greek",
|
14233 |
+
"latin-ext",
|
14234 |
"cyrillic-ext"
|
14235 |
],
|
14236 |
"version": "v18",
|
14237 |
"lastModified": "2017-10-16",
|
14238 |
"files": {
|
14239 |
+
"100": "http://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgWxP.ttf",
|
14240 |
+
"100italic": "http://fonts.gstatic.com/s/roboto/v18/KFOiCnqEu92Fr1Mu51QrIzc.ttf",
|
14241 |
+
"300": "http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5vAw.ttf",
|
14242 |
+
"300italic": "http://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TjARc9.ttf",
|
14243 |
+
"regular": "http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Me5Q.ttf",
|
14244 |
+
"italic": "http://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu52xP.ttf",
|
14245 |
+
"500": "http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9vAw.ttf",
|
14246 |
+
"500italic": "http://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ABc9.ttf",
|
14247 |
+
"700": "http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlvAw.ttf",
|
14248 |
+
"700italic": "http://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBhc9.ttf",
|
14249 |
+
"900": "http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtvAw.ttf",
|
14250 |
+
"900italic": "http://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TLBBc9.ttf"
|
14251 |
}
|
14252 |
},
|
14253 |
{
|
14263 |
"700italic"
|
14264 |
],
|
14265 |
"subsets": [
|
|
|
|
|
|
|
14266 |
"greek-ext",
|
14267 |
+
"vietnamese",
|
14268 |
+
"latin",
|
14269 |
"cyrillic",
|
14270 |
+
"greek",
|
14271 |
+
"latin-ext",
|
14272 |
"cyrillic-ext"
|
14273 |
],
|
14274 |
"version": "v16",
|
14275 |
"lastModified": "2017-10-11",
|
14276 |
"files": {
|
14277 |
+
"300": "http://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCM.ttf",
|
14278 |
+
"300italic": "http://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYag.ttf",
|
14279 |
+
"regular": "http://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf",
|
14280 |
+
"italic": "http://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CA.ttf",
|
14281 |
+
"700": "http://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf",
|
14282 |
+
"700italic": "http://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYag.ttf"
|
14283 |
}
|
14284 |
},
|
14285 |
{
|
14299 |
"700italic"
|
14300 |
],
|
14301 |
"subsets": [
|
|
|
|
|
|
|
14302 |
"greek-ext",
|
14303 |
+
"vietnamese",
|
14304 |
+
"latin",
|
14305 |
"cyrillic",
|
14306 |
+
"greek",
|
14307 |
+
"latin-ext",
|
14308 |
"cyrillic-ext"
|
14309 |
],
|
14310 |
"version": "v5",
|
14311 |
"lastModified": "2017-10-10",
|
14312 |
"files": {
|
14313 |
+
"100": "http://fonts.gstatic.com/s/robotomono/v5/L0x7DF4xlVMF-BfR8bXMIjAoq3o.ttf",
|
14314 |
+
"100italic": "http://fonts.gstatic.com/s/robotomono/v5/L0xlDF4xlVMF-BfR8bXMIjhOkx6WXw.ttf",
|
14315 |
+
"300": "http://fonts.gstatic.com/s/robotomono/v5/L0xkDF4xlVMF-BfR8bXMIjDgiVq2.ttf",
|
14316 |
+
"300italic": "http://fonts.gstatic.com/s/robotomono/v5/L0xmDF4xlVMF-BfR8bXMIjhOk9a0f7o.ttf",
|
14317 |
+
"regular": "http://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIghM.ttf",
|
14318 |
+
"italic": "http://fonts.gstatic.com/s/robotomono/v5/L0x7DF4xlVMF-BfR8bXMIjhOq3o.ttf",
|
14319 |
+
"500": "http://fonts.gstatic.com/s/robotomono/v5/L0xkDF4xlVMF-BfR8bXMIjC4iFq2.ttf",
|
14320 |
+
"500italic": "http://fonts.gstatic.com/s/robotomono/v5/L0xmDF4xlVMF-BfR8bXMIjhOk461f7o.ttf",
|
14321 |
+
"700": "http://fonts.gstatic.com/s/robotomono/v5/L0xkDF4xlVMF-BfR8bXMIjDwjlq2.ttf",
|
14322 |
+
"700italic": "http://fonts.gstatic.com/s/robotomono/v5/L0xmDF4xlVMF-BfR8bXMIjhOk8azf7o.ttf"
|
14323 |
}
|
14324 |
},
|
14325 |
{
|
14333 |
"700"
|
14334 |
],
|
14335 |
"subsets": [
|
|
|
|
|
|
|
14336 |
"greek-ext",
|
14337 |
+
"vietnamese",
|
14338 |
+
"latin",
|
14339 |
"cyrillic",
|
14340 |
+
"greek",
|
14341 |
+
"latin-ext",
|
14342 |
"cyrillic-ext"
|
14343 |
],
|
14344 |
"version": "v7",
|
14345 |
"lastModified": "2017-10-11",
|
14346 |
"files": {
|
14347 |
+
"100": "http://fonts.gstatic.com/s/robotoslab/v7/BngOUXZYTXPIvIBgJJSb6u-u5qA.ttf",
|
14348 |
+
"300": "http://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u9mxICB.ttf",
|
14349 |
+
"regular": "http://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6tfK.ttf",
|
14350 |
+
"700": "http://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w4CB.ttf"
|
14351 |
}
|
14352 |
},
|
14353 |
{
|
14363 |
"version": "v8",
|
14364 |
"lastModified": "2017-10-10",
|
14365 |
"files": {
|
14366 |
+
"regular": "http://fonts.gstatic.com/s/rochester/v8/6ae-4KCqVa4Zy6Fif-Uy3w.ttf"
|
14367 |
}
|
14368 |
},
|
14369 |
{
|
14379 |
"version": "v8",
|
14380 |
"lastModified": "2017-10-10",
|
14381 |
"files": {
|
14382 |
+
"regular": "http://fonts.gstatic.com/s/rocksalt/v8/MwQ0bhv11fWD6QsAVOZbsA.ttf"
|
14383 |
}
|
14384 |
},
|
14385 |
{
|
14398 |
"900"
|
14399 |
],
|
14400 |
"subsets": [
|
|
|
14401 |
"vietnamese",
|
14402 |
+
"latin",
|
14403 |
"latin-ext"
|
14404 |
],
|
14405 |
"version": "v12",
|
14406 |
"lastModified": "2017-10-10",
|
14407 |
"files": {
|
14408 |
+
"100": "http://fonts.gstatic.com/s/rokkitt/v12/qFdG35qfgYFjGy5hmCWCcw.ttf",
|
14409 |
+
"200": "http://fonts.gstatic.com/s/rokkitt/v12/qFdB35qfgYFjGy5hmImjU94.ttf",
|
14410 |
+
"300": "http://fonts.gstatic.com/s/rokkitt/v12/qFdB35qfgYFjGy5hmO2gU94.ttf",
|
14411 |
+
"regular": "http://fonts.gstatic.com/s/rokkitt/v12/qFdE35qfgYFjGy5hoEE.ttf",
|
14412 |
+
"500": "http://fonts.gstatic.com/s/rokkitt/v12/qFdB35qfgYFjGy5hmLWhU94.ttf",
|
14413 |
+
"600": "http://fonts.gstatic.com/s/rokkitt/v12/qFdB35qfgYFjGy5hmJmmU94.ttf",
|
14414 |
+
"700": "http://fonts.gstatic.com/s/rokkitt/v12/qFdB35qfgYFjGy5hmP2nU94.ttf",
|
14415 |
+
"800": "http://fonts.gstatic.com/s/rokkitt/v12/qFdB35qfgYFjGy5hmOGkU94.ttf",
|
14416 |
+
"900": "http://fonts.gstatic.com/s/rokkitt/v12/qFdB35qfgYFjGy5hmMWlU94.ttf"
|
14417 |
}
|
14418 |
},
|
14419 |
{
|
14430 |
"version": "v6",
|
14431 |
"lastModified": "2017-10-10",
|
14432 |
"files": {
|
14433 |
+
"regular": "http://fonts.gstatic.com/s/romanesco/v6/w8gYH2ozQOY7_r_J7mSn3A.ttf"
|
14434 |
}
|
14435 |
},
|
14436 |
{
|
14448 |
"version": "v7",
|
14449 |
"lastModified": "2017-10-10",
|
14450 |
"files": {
|
14451 |
+
"regular": "http://fonts.gstatic.com/s/ropasans/v7/EYqxmaNOzLlWtsZSScyKWg.ttf",
|
14452 |
+
"italic": "http://fonts.gstatic.com/s/ropasans/v7/EYq3maNOzLlWtsZSScy6WDNs.ttf"
|
14453 |
}
|
14454 |
},
|
14455 |
{
|
14468 |
"version": "v12",
|
14469 |
"lastModified": "2017-10-10",
|
14470 |
"files": {
|
14471 |
+
"regular": "http://fonts.gstatic.com/s/rosario/v12/xfux0WDhWW_fOEoY6FQ.ttf",
|
14472 |
+
"italic": "http://fonts.gstatic.com/s/rosario/v12/xfuz0WDhWW_fOEoY2Fb9yA.ttf",
|
14473 |
+
"700": "http://fonts.gstatic.com/s/rosario/v12/xfu00WDhWW_fOEoY0OjY6AY.ttf",
|
14474 |
+
"700italic": "http://fonts.gstatic.com/s/rosario/v12/xfu20WDhWW_fOEoY2FbFdAPivA.ttf"
|
14475 |
}
|
14476 |
},
|
14477 |
{
|
14489 |
"version": "v5",
|
14490 |
"lastModified": "2017-10-10",
|
14491 |
"files": {
|
14492 |
+
"regular": "http://fonts.gstatic.com/s/rosarivo/v5/PlI-Fl2lO6N9f8HaNAeC.ttf",
|
14493 |
+
"italic": "http://fonts.gstatic.com/s/rosarivo/v5/PlI4Fl2lO6N9f8HaNDeA0Hw.ttf"
|
14494 |
}
|
14495 |
},
|
14496 |
{
|
14506 |
"version": "v6",
|
14507 |
"lastModified": "2017-10-10",
|
14508 |
"files": {
|
14509 |
+
"regular": "http://fonts.gstatic.com/s/rougescript/v6/LYjFdGbiklMoCIQOw1Ep3S4PVA.ttf"
|
14510 |
}
|
14511 |
},
|
14512 |
{
|
14524 |
"version": "v4",
|
14525 |
"lastModified": "2017-10-10",
|
14526 |
"files": {
|
14527 |
+
"regular": "http://fonts.gstatic.com/s/rozhaone/v4/AlZy_zVFtYP12Zncg2khdQ.ttf"
|
14528 |
}
|
14529 |
},
|
14530 |
{
|
14544 |
"900italic"
|
14545 |
],
|
14546 |
"subsets": [
|
14547 |
+
"hebrew",
|
14548 |
"latin",
|
|
|
14549 |
"cyrillic",
|
14550 |
+
"latin-ext"
|
14551 |
],
|
14552 |
"version": "v7",
|
14553 |
"lastModified": "2017-11-21",
|
14554 |
"files": {
|
14555 |
+
"300": "http://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Fqj1ma.ttf",
|
14556 |
+
"300italic": "http://fonts.gstatic.com/s/rubik/v7/iJWBBXyIfDnIV7nEldWY8WU.ttf",
|
14557 |
+
"regular": "http://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV4nG.ttf",
|
14558 |
+
"italic": "http://fonts.gstatic.com/s/rubik/v7/iJWEBXyIfDnIV7nErXk.ttf",
|
14559 |
+
"500": "http://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Eyjlma.ttf",
|
14560 |
+
"500italic": "http://fonts.gstatic.com/s/rubik/v7/iJWBBXyIfDnIV7nElY2Z8WU.ttf",
|
14561 |
+
"700": "http://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7F6iFma.ttf",
|
14562 |
+
"700italic": "http://fonts.gstatic.com/s/rubik/v7/iJWBBXyIfDnIV7nElcWf8WU.ttf",
|
14563 |
+
"900": "http://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7FCilma.ttf",
|
14564 |
+
"900italic": "http://fonts.gstatic.com/s/rubik/v7/iJWBBXyIfDnIV7nElf2d8WU.ttf"
|
14565 |
}
|
14566 |
},
|
14567 |
{
|
14573 |
],
|
14574 |
"subsets": [
|
14575 |
"latin",
|
14576 |
+
"cyrillic",
|
14577 |
+
"latin-ext"
|
14578 |
],
|
14579 |
"version": "v6",
|
14580 |
"lastModified": "2017-10-10",
|
14581 |
"files": {
|
14582 |
+
"regular": "http://fonts.gstatic.com/s/rubikmonoone/v6/UqyJK8kPP3hjw6ANTdfRk9YSN-8w.ttf"
|
14583 |
}
|
14584 |
},
|
14585 |
{
|
14598 |
"version": "v9",
|
14599 |
"lastModified": "2017-10-10",
|
14600 |
"files": {
|
14601 |
+
"regular": "http://fonts.gstatic.com/s/ruda/v9/k3kfo8YQJOpFmn8.ttf",
|
14602 |
+
"700": "http://fonts.gstatic.com/s/ruda/v9/k3kQo8YQJOpFosM4Td4.ttf",
|
14603 |
+
"900": "http://fonts.gstatic.com/s/ruda/v9/k3kQo8YQJOpFovs6Td4.ttf"
|
14604 |
}
|
14605 |
},
|
14606 |
{
|
14618 |
"version": "v5",
|
14619 |
"lastModified": "2017-10-10",
|
14620 |
"files": {
|
14621 |
+
"regular": "http://fonts.gstatic.com/s/rufina/v5/Yq6V-LyURyLy-aKyow.ttf",
|
14622 |
+
"700": "http://fonts.gstatic.com/s/rufina/v5/Yq6W-LyURyLy-aKKHztAvA.ttf"
|
14623 |
}
|
14624 |
},
|
14625 |
{
|
14636 |
"version": "v8",
|
14637 |
"lastModified": "2017-10-09",
|
14638 |
"files": {
|
14639 |
+
"regular": "http://fonts.gstatic.com/s/rugeboogie/v8/JIA3UVFwbHRF_GIWSMhKNROi.ttf"
|
14640 |
}
|
14641 |
},
|
14642 |
{
|
14653 |
"version": "v5",
|
14654 |
"lastModified": "2017-10-10",
|
14655 |
"files": {
|
14656 |
+
"regular": "http://fonts.gstatic.com/s/ruluko/v5/xMQVuFNZVaODtm0pCw.ttf"
|
14657 |
}
|
14658 |
},
|
14659 |
{
|
14670 |
"version": "v5",
|
14671 |
"lastModified": "2017-10-10",
|
14672 |
"files": {
|
14673 |
+
"regular": "http://fonts.gstatic.com/s/rumraisin/v5/nwpRtKu3Ih8D5avB4h2uJ38.ttf"
|
14674 |
}
|
14675 |
},
|
14676 |
{
|
14682 |
],
|
14683 |
"subsets": [
|
14684 |
"latin",
|
14685 |
+
"cyrillic",
|
14686 |
+
"latin-ext"
|
14687 |
],
|
14688 |
"version": "v8",
|
14689 |
"lastModified": "2017-10-10",
|
14690 |
"files": {
|
14691 |
+
"regular": "http://fonts.gstatic.com/s/ruslandisplay/v8/Gw6jwczl81XcIZuckK_e3Upfdzxr.ttf"
|
14692 |
}
|
14693 |
},
|
14694 |
{
|
14700 |
],
|
14701 |
"subsets": [
|
14702 |
"latin",
|
14703 |
+
"cyrillic",
|
14704 |
+
"latin-ext"
|
14705 |
],
|
14706 |
"version": "v6",
|
14707 |
"lastModified": "2017-10-10",
|
14708 |
"files": {
|
14709 |
+
"regular": "http://fonts.gstatic.com/s/russoone/v6/Z9XUDmZRWg6M1LvRYsH-yA.ttf"
|
14710 |
}
|
14711 |
},
|
14712 |
{
|
14723 |
"version": "v7",
|
14724 |
"lastModified": "2017-10-10",
|
14725 |
"files": {
|
14726 |
+
"regular": "http://fonts.gstatic.com/s/ruthie/v7/gokvH63sGkdqXuU9lA.ttf"
|
14727 |
}
|
14728 |
},
|
14729 |
{
|
14740 |
"version": "v5",
|
14741 |
"lastModified": "2017-10-10",
|
14742 |
"files": {
|
14743 |
+
"regular": "http://fonts.gstatic.com/s/rye/v5/r05XGLJT86YDFg.ttf"
|
14744 |
}
|
14745 |
},
|
14746 |
{
|
14757 |
"version": "v5",
|
14758 |
"lastModified": "2017-10-10",
|
14759 |
"files": {
|
14760 |
+
"regular": "http://fonts.gstatic.com/s/sacramento/v5/buEzpo6gcdjy0EiZMBUG0Co.ttf"
|
14761 |
}
|
14762 |
},
|
14763 |
{
|
14775 |
"version": "v2",
|
14776 |
"lastModified": "2017-10-10",
|
14777 |
"files": {
|
14778 |
+
"regular": "http://fonts.gstatic.com/s/sahitya/v2/6qLAKZkOuhnuqlJAaSc.ttf",
|
14779 |
+
"700": "http://fonts.gstatic.com/s/sahitya/v2/6qLFKZkOuhnuqlJAUZsqGyQ.ttf"
|
14780 |
}
|
14781 |
},
|
14782 |
{
|
14793 |
"version": "v8",
|
14794 |
"lastModified": "2017-10-10",
|
14795 |
"files": {
|
14796 |
+
"regular": "http://fonts.gstatic.com/s/sail/v8/DPEjYwiBxwYJFBQ.ttf"
|
14797 |
}
|
14798 |
},
|
14799 |
{
|
14812 |
"900"
|
14813 |
],
|
14814 |
"subsets": [
|
|
|
14815 |
"vietnamese",
|
14816 |
+
"latin",
|
14817 |
"latin-ext"
|
14818 |
],
|
14819 |
"version": "v2",
|
14820 |
"lastModified": "2017-11-21",
|
14821 |
"files": {
|
14822 |
+
"100": "http://fonts.gstatic.com/s/saira/v2/mem-Ya2wxmKQyNFETZY.ttf",
|
14823 |
+
"200": "http://fonts.gstatic.com/s/saira/v2/mem9Ya2wxmKQyNHobLYV.ttf",
|
14824 |
+
"300": "http://fonts.gstatic.com/s/saira/v2/mem9Ya2wxmKQyNGMb7YV.ttf",
|
14825 |
+
"regular": "http://fonts.gstatic.com/s/saira/v2/memwYa2wxmKQyOkg.ttf",
|
14826 |
+
"500": "http://fonts.gstatic.com/s/saira/v2/mem9Ya2wxmKQyNHUbrYV.ttf",
|
14827 |
+
"600": "http://fonts.gstatic.com/s/saira/v2/mem9Ya2wxmKQyNH4abYV.ttf",
|
14828 |
+
"700": "http://fonts.gstatic.com/s/saira/v2/mem9Ya2wxmKQyNGcaLYV.ttf",
|
14829 |
+
"800": "http://fonts.gstatic.com/s/saira/v2/mem9Ya2wxmKQyNGAa7YV.ttf",
|
14830 |
+
"900": "http://fonts.gstatic.com/s/saira/v2/mem9Ya2wxmKQyNGkarYV.ttf"
|
14831 |
}
|
14832 |
},
|
14833 |
{
|
14846 |
"900"
|
14847 |
],
|
14848 |
"subsets": [
|
|
|
14849 |
"vietnamese",
|
14850 |
+
"latin",
|
14851 |
"latin-ext"
|
14852 |
],
|
14853 |
"version": "v3",
|
14854 |
"lastModified": "2017-11-21",
|
14855 |
"files": {
|
14856 |
+
"100": "http://fonts.gstatic.com/s/sairacondensed/v3/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA.ttf",
|
14857 |
+
"200": "http://fonts.gstatic.com/s/sairacondensed/v3/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8A.ttf",
|
14858 |
+
"300": "http://fonts.gstatic.com/s/sairacondensed/v3/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8A.ttf",
|
14859 |
+
"regular": "http://fonts.gstatic.com/s/sairacondensed/v3/EJROQgErUN8XuHNEtX81i9TmEkrfpQ.ttf",
|
14860 |
+
"500": "http://fonts.gstatic.com/s/sairacondensed/v3/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8A.ttf",
|
14861 |
+
"600": "http://fonts.gstatic.com/s/sairacondensed/v3/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8A.ttf",
|
14862 |
+
"700": "http://fonts.gstatic.com/s/sairacondensed/v3/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8A.ttf",
|
14863 |
+
"800": "http://fonts.gstatic.com/s/sairacondensed/v3/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8A.ttf",
|
14864 |
+
"900": "http://fonts.gstatic.com/s/sairacondensed/v3/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8A.ttf"
|
14865 |
}
|
14866 |
},
|
14867 |
{
|
14880 |
"900"
|
14881 |
],
|
14882 |
"subsets": [
|
|
|
14883 |
"vietnamese",
|
14884 |
+
"latin",
|
14885 |
"latin-ext"
|
14886 |
],
|
14887 |
"version": "v3",
|
14888 |
"lastModified": "2017-11-21",
|
14889 |
"files": {
|
14890 |
+
"100": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx.ttf",
|
14891 |
+
"200": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3A.ttf",
|
14892 |
+
"300": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3A.ttf",
|
14893 |
+
"regular": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT7w.ttf",
|
14894 |
+
"500": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3A.ttf",
|
14895 |
+
"600": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3A.ttf",
|
14896 |
+
"700": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3A.ttf",
|
14897 |
+
"800": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3A.ttf",
|
14898 |
+
"900": "http://fonts.gstatic.com/s/sairaextracondensed/v3/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3A.ttf"
|
14899 |
}
|
14900 |
},
|
14901 |
{
|
14914 |
"900"
|
14915 |
],
|
14916 |
"subsets": [
|
|
|
14917 |
"vietnamese",
|
14918 |
+
"latin",
|
14919 |
"latin-ext"
|
14920 |
],
|
14921 |
"version": "v3",
|
14922 |
"lastModified": "2017-11-21",
|
14923 |
"files": {
|
14924 |
+
"100": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM.ttf",
|
14925 |
+
"200": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMW.ttf",
|
14926 |
+
"300": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMW.ttf",
|
14927 |
+
"regular": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8L.ttf",
|
14928 |
+
"500": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MW.ttf",
|
14929 |
+
"600": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMW.ttf",
|
14930 |
+
"700": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMW.ttf",
|
14931 |
+
"800": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMW.ttf",
|
14932 |
+
"900": "http://fonts.gstatic.com/s/sairasemicondensed/v3/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MW.ttf"
|
14933 |
}
|
14934 |
},
|
14935 |
{
|
14945 |
"version": "v7",
|
14946 |
"lastModified": "2017-10-10",
|
14947 |
"files": {
|
14948 |
+
"regular": "http://fonts.gstatic.com/s/salsa/v7/gNMKW3FiRpKj-imY.ttf"
|
14949 |
}
|
14950 |
},
|
14951 |
{
|
14963 |
"version": "v5",
|
14964 |
"lastModified": "2017-10-10",
|
14965 |
"files": {
|
14966 |
+
"regular": "http://fonts.gstatic.com/s/sanchez/v5/Ycm2sZJORluHnXbITm4.ttf",
|
14967 |
+
"italic": "http://fonts.gstatic.com/s/sanchez/v5/Ycm0sZJORluHnXbIfmxR-A.ttf"
|
14968 |
}
|
14969 |
},
|
14970 |
{
|
14981 |
"version": "v8",
|
14982 |
"lastModified": "2017-10-10",
|
14983 |
"files": {
|
14984 |
+
"regular": "http://fonts.gstatic.com/s/sancreek/v8/pxiHypAnsdxUm159X7D-.ttf"
|
14985 |
}
|
14986 |
},
|
14987 |
{
|
15005 |
"version": "v2",
|
15006 |
"lastModified": "2017-10-10",
|
15007 |
"files": {
|
15008 |
+
"regular": "http://fonts.gstatic.com/s/sansita/v2/QldONTRRphEb_-V7HBk.ttf",
|
15009 |
+
"italic": "http://fonts.gstatic.com/s/sansita/v2/QldMNTRRphEb_-V7LBuxSQ.ttf",
|
15010 |
+
"700": "http://fonts.gstatic.com/s/sansita/v2/QldLNTRRphEb_-V7JKWUaXk.ttf",
|
15011 |
+
"700italic": "http://fonts.gstatic.com/s/sansita/v2/QldJNTRRphEb_-V7LBuJ9Xx-xg.ttf",
|
15012 |
+
"800": "http://fonts.gstatic.com/s/sansita/v2/QldLNTRRphEb_-V7JLmXaXk.ttf",
|
15013 |
+
"800italic": "http://fonts.gstatic.com/s/sansita/v2/QldJNTRRphEb_-V7LBuJ6X9-xg.ttf",
|
15014 |
+
"900": "http://fonts.gstatic.com/s/sansita/v2/QldLNTRRphEb_-V7JJ2WaXk.ttf",
|
15015 |
+
"900italic": "http://fonts.gstatic.com/s/sansita/v2/QldJNTRRphEb_-V7LBuJzX5-xg.ttf"
|
15016 |
}
|
15017 |
},
|
15018 |
{
|
15031 |
"version": "v2",
|
15032 |
"lastModified": "2017-10-10",
|
15033 |
"files": {
|
15034 |
+
"regular": "http://fonts.gstatic.com/s/sarala/v2/uK_y4riEZv4o1w9RCg.ttf",
|
15035 |
+
"700": "http://fonts.gstatic.com/s/sarala/v2/uK_x4riEZv4o1w9ptjI3Og.ttf"
|
15036 |
}
|
15037 |
},
|
15038 |
{
|
15049 |
"version": "v6",
|
15050 |
"lastModified": "2017-10-10",
|
15051 |
"files": {
|
15052 |
+
"regular": "http://fonts.gstatic.com/s/sarina/v6/-F6wfjF3ITQwasLhLg.ttf"
|
15053 |
}
|
15054 |
},
|
15055 |
{
|
15072 |
"version": "v3",
|
15073 |
"lastModified": "2017-10-10",
|
15074 |
"files": {
|
15075 |
+
"regular": "http://fonts.gstatic.com/s/sarpanch/v3/hESy6Xt4NCpRuk6Pzh2A.ttf",
|
15076 |
+
"500": "http://fonts.gstatic.com/s/sarpanch/v3/hES16Xt4NCpRuk6PziV0ba7f.ttf",
|
15077 |
+
"600": "http://fonts.gstatic.com/s/sarpanch/v3/hES16Xt4NCpRuk6PziVYaq7f.ttf",
|
15078 |
+
"700": "http://fonts.gstatic.com/s/sarpanch/v3/hES16Xt4NCpRuk6PziU8a67f.ttf",
|
15079 |
+
"800": "http://fonts.gstatic.com/s/sarpanch/v3/hES16Xt4NCpRuk6PziUgaK7f.ttf",
|
15080 |
+
"900": "http://fonts.gstatic.com/s/sarpanch/v3/hES16Xt4NCpRuk6PziUEaa7f.ttf"
|
15081 |
}
|
15082 |
},
|
15083 |
{
|
15093 |
"version": "v8",
|
15094 |
"lastModified": "2017-10-10",
|
15095 |
"files": {
|
15096 |
+
"regular": "http://fonts.gstatic.com/s/satisfy/v8/rP2Hp2yn6lkG50LoOZQ.ttf"
|
15097 |
}
|
15098 |
},
|
15099 |
{
|
15108 |
],
|
15109 |
"subsets": [
|
15110 |
"latin",
|
|
|
15111 |
"cyrillic",
|
15112 |
+
"latin-ext",
|
15113 |
"cyrillic-ext"
|
15114 |
],
|
15115 |
"version": "v6",
|
15116 |
"lastModified": "2017-10-10",
|
15117 |
"files": {
|
15118 |
+
"regular": "http://fonts.gstatic.com/s/scada/v6/RLpxK5Pv5qumeWJo.ttf",
|
15119 |
+
"italic": "http://fonts.gstatic.com/s/scada/v6/RLp_K5Pv5qumeVJqzTE.ttf",
|
15120 |
+
"700": "http://fonts.gstatic.com/s/scada/v6/RLp8K5Pv5qumeVrU6BEg.ttf",
|
15121 |
+
"700italic": "http://fonts.gstatic.com/s/scada/v6/RLp6K5Pv5qumeVJq9Y0lT1M.ttf"
|
15122 |
}
|
15123 |
},
|
15124 |
{
|
15133 |
"arabic",
|
15134 |
"latin"
|
15135 |
],
|
15136 |
+
"version": "v14",
|
15137 |
+
"lastModified": "2018-02-20",
|
15138 |
"files": {
|
15139 |
+
"regular": "http://fonts.gstatic.com/s/scheherazade/v14/YA9Ur0yF4ETZN60keViq1kQgtw.ttf",
|
15140 |
+
"700": "http://fonts.gstatic.com/s/scheherazade/v14/YA9Lr0yF4ETZN60keViq1kQYC7yMjg.ttf"
|
15141 |
}
|
15142 |
},
|
15143 |
{
|
15153 |
"version": "v8",
|
15154 |
"lastModified": "2017-10-10",
|
15155 |
"files": {
|
15156 |
+
"regular": "http://fonts.gstatic.com/s/schoolbell/v8/92zQtBZWOrcgoe-fgnJIVxI.ttf"
|
15157 |
}
|
15158 |
},
|
15159 |
{
|
15170 |
"version": "v3",
|
15171 |
"lastModified": "2017-10-10",
|
15172 |
"files": {
|
15173 |
+
"regular": "http://fonts.gstatic.com/s/scopeone/v3/WBLnrEXKYFlGHrOKmGD1Ww.ttf"
|
15174 |
}
|
15175 |
},
|
15176 |
{
|
15187 |
"version": "v5",
|
15188 |
"lastModified": "2017-10-10",
|
15189 |
"files": {
|
15190 |
+
"regular": "http://fonts.gstatic.com/s/seaweedscript/v5/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ.ttf"
|
15191 |
}
|
15192 |
},
|
15193 |
{
|
15198 |
"regular"
|
15199 |
],
|
15200 |
"subsets": [
|
15201 |
+
"hebrew",
|
15202 |
"latin",
|
15203 |
+
"latin-ext"
|
|
|
15204 |
],
|
15205 |
"version": "v2",
|
15206 |
"lastModified": "2017-10-10",
|
15207 |
"files": {
|
15208 |
+
"regular": "http://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKypDl.ttf"
|
15209 |
}
|
15210 |
},
|
15211 |
{
|
15216 |
"regular"
|
15217 |
],
|
15218 |
"subsets": [
|
|
|
15219 |
"vietnamese",
|
15220 |
+
"latin",
|
15221 |
"latin-ext"
|
15222 |
],
|
15223 |
"version": "v3",
|
15224 |
"lastModified": "2017-11-21",
|
15225 |
"files": {
|
15226 |
+
"regular": "http://fonts.gstatic.com/s/sedgwickave/v3/uK_04rKEYuguzAcSYRdWTJq8Xg.ttf"
|
15227 |
}
|
15228 |
},
|
15229 |
{
|
15234 |
"regular"
|
15235 |
],
|
15236 |
"subsets": [
|
|
|
15237 |
"vietnamese",
|
15238 |
+
"latin",
|
15239 |
"latin-ext"
|
15240 |
],
|
15241 |
"version": "v3",
|
15242 |
"lastModified": "2017-11-21",
|
15243 |
"files": {
|
15244 |
+
"regular": "http://fonts.gstatic.com/s/sedgwickavedisplay/v3/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2cz.ttf"
|
15245 |
}
|
15246 |
},
|
15247 |
{
|
15258 |
"version": "v5",
|
15259 |
"lastModified": "2017-10-09",
|
15260 |
"files": {
|
15261 |
+
"regular": "http://fonts.gstatic.com/s/sevillana/v5/KFOlCnWFscmDt1Bfiy1vAw.ttf"
|
15262 |
}
|
15263 |
},
|
15264 |
{
|
15270 |
],
|
15271 |
"subsets": [
|
15272 |
"latin",
|
15273 |
+
"cyrillic",
|
15274 |
+
"latin-ext"
|
15275 |
],
|
15276 |
"version": "v5",
|
15277 |
"lastModified": "2017-10-10",
|
15278 |
"files": {
|
15279 |
+
"regular": "http://fonts.gstatic.com/s/seymourone/v5/4iCp6Khla9xbjQpoWGGd0myI.ttf"
|
15280 |
}
|
15281 |
},
|
15282 |
{
|
15292 |
"version": "v7",
|
15293 |
"lastModified": "2017-10-10",
|
15294 |
"files": {
|
15295 |
+
"regular": "http://fonts.gstatic.com/s/shadowsintolight/v7/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcg.ttf"
|
15296 |
}
|
15297 |
},
|
15298 |
{
|
15309 |
"version": "v5",
|
15310 |
"lastModified": "2017-10-10",
|
15311 |
"files": {
|
15312 |
+
"regular": "http://fonts.gstatic.com/s/shadowsintolighttwo/v5/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAs.ttf"
|
15313 |
}
|
15314 |
},
|
15315 |
{
|
15325 |
"version": "v9",
|
15326 |
"lastModified": "2017-10-10",
|
15327 |
"files": {
|
15328 |
+
"regular": "http://fonts.gstatic.com/s/shanti/v9/t5thIREMM4uSDgzgUw.ttf"
|
15329 |
}
|
15330 |
},
|
15331 |
{
|
15345 |
"version": "v8",
|
15346 |
"lastModified": "2017-10-10",
|
15347 |
"files": {
|
15348 |
+
"regular": "http://fonts.gstatic.com/s/share/v8/i7dEIFliZjKNF5VN.ttf",
|
15349 |
+
"italic": "http://fonts.gstatic.com/s/share/v8/i7dKIFliZjKNF6VPFr4.ttf",
|
15350 |
+
"700": "http://fonts.gstatic.com/s/share/v8/i7dJIFliZjKNF63xM56-.ttf",
|
15351 |
+
"700italic": "http://fonts.gstatic.com/s/share/v8/i7dPIFliZjKNF6VPLgK7UEY.ttf"
|
15352 |
}
|
15353 |
},
|
15354 |
{
|
15364 |
"version": "v7",
|
15365 |
"lastModified": "2017-10-10",
|
15366 |
"files": {
|
15367 |
+
"regular": "http://fonts.gstatic.com/s/sharetech/v7/7cHtv4Uyi5K0OeZ7bohUwHo.ttf"
|
15368 |
}
|
15369 |
},
|
15370 |
{
|
15380 |
"version": "v7",
|
15381 |
"lastModified": "2017-10-10",
|
15382 |
"files": {
|
15383 |
+
"regular": "http://fonts.gstatic.com/s/sharetechmono/v7/J7aHnp1uDWRBEqV98dVQztYldFc7pA.ttf"
|
15384 |
}
|
15385 |
},
|
15386 |
{
|
15397 |
"version": "v5",
|
15398 |
"lastModified": "2017-10-10",
|
15399 |
"files": {
|
15400 |
+
"regular": "http://fonts.gstatic.com/s/shojumaru/v5/rax_HiWfutkLLnaKCtlMBA.ttf"
|
15401 |
}
|
15402 |
},
|
15403 |
{
|
15413 |
"version": "v7",
|
15414 |
"lastModified": "2017-10-10",
|
15415 |
"files": {
|
15416 |
+
"regular": "http://fonts.gstatic.com/s/shortstack/v7/bMrzmS2X6p0jZC6EcmPFX-SS.ttf"
|
15417 |
}
|
15418 |
},
|
15419 |
{
|
15431 |
"version": "v3",
|
15432 |
"lastModified": "2017-10-10",
|
15433 |
"files": {
|
15434 |
+
"regular": "http://fonts.gstatic.com/s/shrikhand/v3/a8IbNovtLWfR7T7bMJwbBA.ttf"
|
15435 |
}
|
15436 |
},
|
15437 |
{
|
15447 |
"version": "v10",
|
15448 |
"lastModified": "2017-10-09",
|
15449 |
"files": {
|
15450 |
+
"regular": "http://fonts.gstatic.com/s/siemreap/v10/Gg82N5oFbgLvHAfNl2Yb.ttf"
|
15451 |
}
|
15452 |
},
|
15453 |
{
|
15458 |
"regular"
|
15459 |
],
|
15460 |
"subsets": [
|
|
|
15461 |
"vietnamese",
|
15462 |
+
"latin",
|
15463 |
"latin-ext"
|
15464 |
],
|
15465 |
"version": "v8",
|
15466 |
"lastModified": "2017-10-10",
|
15467 |
"files": {
|
15468 |
+
"regular": "http://fonts.gstatic.com/s/sigmarone/v8/co3DmWZ8kjZuErj9Ta3dk6M.ttf"
|
15469 |
}
|
15470 |
},
|
15471 |
{
|
15485 |
"version": "v8",
|
15486 |
"lastModified": "2017-10-10",
|
15487 |
"files": {
|
15488 |
+
"300": "http://fonts.gstatic.com/s/signika/v8/vEFU2_JTCgwQ5ejvE_oEI3A.ttf",
|
15489 |
+
"regular": "http://fonts.gstatic.com/s/signika/v8/vEFR2_JTCgwQ5ejvK1Y.ttf",
|
15490 |
+
"600": "http://fonts.gstatic.com/s/signika/v8/vEFU2_JTCgwQ5ejvE44CI3A.ttf",
|
15491 |
+
"700": "http://fonts.gstatic.com/s/signika/v8/vEFU2_JTCgwQ5ejvE-oDI3A.ttf"
|
15492 |
}
|
15493 |
},
|
15494 |
{
|
15508 |
"version": "v7",
|
15509 |
"lastModified": "2017-10-10",
|
15510 |
"files": {
|
15511 |
+
"300": "http://fonts.gstatic.com/s/signikanegative/v7/E217_cfngu7HiRpPX3ZpNE4kY5zKal6DipE.ttf",
|
15512 |
+
"regular": "http://fonts.gstatic.com/s/signikanegative/v7/E218_cfngu7HiRpPX3ZpNE4kY5zKUvI.ttf",
|
15513 |
+
"600": "http://fonts.gstatic.com/s/signikanegative/v7/E217_cfngu7HiRpPX3ZpNE4kY5zKaiqFipE.ttf",
|
15514 |
+
"700": "http://fonts.gstatic.com/s/signikanegative/v7/E217_cfngu7HiRpPX3ZpNE4kY5zKak6EipE.ttf"
|
15515 |
}
|
15516 |
},
|
15517 |
{
|
15531 |
"version": "v7",
|
15532 |
"lastModified": "2017-10-10",
|
15533 |
"files": {
|
15534 |
+
"regular": "http://fonts.gstatic.com/s/simonetta/v7/x3dickHVYrCU5BU15c4BfA.ttf",
|
15535 |
+
"italic": "http://fonts.gstatic.com/s/simonetta/v7/x3dkckHVYrCU5BU15c4xfvoG.ttf",
|
15536 |
+
"900": "http://fonts.gstatic.com/s/simonetta/v7/x3dnckHVYrCU5BU15c45-N0mtw.ttf",
|
15537 |
+
"900italic": "http://fonts.gstatic.com/s/simonetta/v7/x3d5ckHVYrCU5BU15c4xfsKCsA7t.ttf"
|
15538 |
}
|
15539 |
},
|
15540 |
{
|
15552 |
"version": "v5",
|
15553 |
"lastModified": "2017-10-10",
|
15554 |
"files": {
|
15555 |
+
"regular": "http://fonts.gstatic.com/s/sintony/v5/XoHm2YDqR7-98cVUITQ.ttf",
|
15556 |
+
"700": "http://fonts.gstatic.com/s/sintony/v5/XoHj2YDqR7-98cVUGYgIn9c.ttf"
|
15557 |
}
|
15558 |
},
|
15559 |
{
|
15569 |
"version": "v6",
|
15570 |
"lastModified": "2017-10-09",
|
15571 |
"files": {
|
15572 |
+
"regular": "http://fonts.gstatic.com/s/sirinstencil/v6/mem4YaWwznmLx-lzGfN7MdRydcg.ttf"
|
15573 |
}
|
15574 |
},
|
15575 |
{
|
15585 |
"version": "v8",
|
15586 |
"lastModified": "2017-10-10",
|
15587 |
"files": {
|
15588 |
+
"regular": "http://fonts.gstatic.com/s/sixcaps/v8/6ae_4KGrU7VR7bNmabcS.ttf"
|
15589 |
}
|
15590 |
},
|
15591 |
{
|
15603 |
"version": "v5",
|
15604 |
"lastModified": "2017-10-10",
|
15605 |
"files": {
|
15606 |
+
"regular": "http://fonts.gstatic.com/s/skranji/v5/OZpDg_dtriVFNerMYzs.ttf",
|
15607 |
+
"700": "http://fonts.gstatic.com/s/skranji/v5/OZpGg_dtriVFNerMW4eBtlw.ttf"
|
15608 |
}
|
15609 |
},
|
15610 |
{
|
15621 |
"version": "v4",
|
15622 |
"lastModified": "2017-10-10",
|
15623 |
"files": {
|
15624 |
+
"regular": "http://fonts.gstatic.com/s/slabo13px/v4/11hEGp_azEvXZUdSBzzRcKc.ttf"
|
15625 |
}
|
15626 |
},
|
15627 |
{
|
15638 |
"version": "v4",
|
15639 |
"lastModified": "2017-10-11",
|
15640 |
"files": {
|
15641 |
+
"regular": "http://fonts.gstatic.com/s/slabo27px/v4/mFT0WbgBwKPR_Z4hGN2qsxg.ttf"
|
15642 |
}
|
15643 |
},
|
15644 |
{
|
15654 |
"version": "v8",
|
15655 |
"lastModified": "2017-10-10",
|
15656 |
"files": {
|
15657 |
+
"regular": "http://fonts.gstatic.com/s/slackey/v8/N0bV2SdQO-5yM0-dKlQ.ttf"
|
15658 |
}
|
15659 |
},
|
15660 |
{
|
15670 |
"version": "v8",
|
15671 |
"lastModified": "2017-10-09",
|
15672 |
"files": {
|
15673 |
+
"regular": "http://fonts.gstatic.com/s/smokum/v8/TK3iWkUbAhopmrdGHg.ttf"
|
15674 |
}
|
15675 |
},
|
15676 |
{
|
15686 |
"version": "v8",
|
15687 |
"lastModified": "2017-10-10",
|
15688 |
"files": {
|
15689 |
+
"regular": "http://fonts.gstatic.com/s/smythe/v8/MwQ3bhT01--coT1BOA.ttf"
|
15690 |
}
|
15691 |
},
|
15692 |
{
|
15704 |
"version": "v9",
|
15705 |
"lastModified": "2017-10-10",
|
15706 |
"files": {
|
15707 |
+
"regular": "http://fonts.gstatic.com/s/sniglet/v9/cIf9MaFLtkE3UjaJxCk.ttf",
|
15708 |
+
"800": "http://fonts.gstatic.com/s/sniglet/v9/cIf4MaFLtkE3UjaJ_ImHRGE.ttf"
|
15709 |
}
|
15710 |
},
|
15711 |
{
|
15721 |
"version": "v7",
|
15722 |
"lastModified": "2017-10-10",
|
15723 |
"files": {
|
15724 |
+
"regular": "http://fonts.gstatic.com/s/snippet/v7/bWt47f7XfQH9Gupu2v8.ttf"
|
15725 |
}
|
15726 |
},
|
15727 |
{
|
15738 |
"version": "v5",
|
15739 |
"lastModified": "2017-10-10",
|
15740 |
"files": {
|
15741 |
+
"regular": "http://fonts.gstatic.com/s/snowburstone/v5/MQpS-WezKdujBsXY3B7I-UT7eZ8.ttf"
|
15742 |
}
|
15743 |
},
|
15744 |
{
|
15754 |
"version": "v6",
|
15755 |
"lastModified": "2017-10-09",
|
15756 |
"files": {
|
15757 |
+
"regular": "http://fonts.gstatic.com/s/sofadione/v6/JIA2UVBxdnVBuElZaMFGcDM.ttf"
|
15758 |
}
|
15759 |
},
|
15760 |
{
|
15770 |
"version": "v6",
|
15771 |
"lastModified": "2017-10-10",
|
15772 |
"files": {
|
15773 |
+
"regular": "http://fonts.gstatic.com/s/sofia/v6/8QIHdirahM3j_vu-.ttf"
|
15774 |
+
}
|
15775 |
+
},
|
15776 |
+
{
|
15777 |
+
"kind": "webfonts#webfont",
|
15778 |
+
"family": "Song Myung",
|
15779 |
+
"category": "serif",
|
15780 |
+
"variants": [
|
15781 |
+
"regular"
|
15782 |
+
],
|
15783 |
+
"subsets": [
|
15784 |
+
"latin",
|
15785 |
+
"korean"
|
15786 |
+
],
|
15787 |
+
"version": "v2",
|
15788 |
+
"lastModified": "2018-04-04",
|
15789 |
+
"files": {
|
15790 |
+
"regular": "http://fonts.gstatic.com/s/songmyung/v2/1cX2aUDWAJH5-EIC7DIhr1E.ttf"
|
15791 |
}
|
15792 |
},
|
15793 |
{
|
15804 |
"version": "v6",
|
15805 |
"lastModified": "2017-10-10",
|
15806 |
"files": {
|
15807 |
+
"regular": "http://fonts.gstatic.com/s/sonsieone/v6/PbymFmP_EAnPqbKaoc18YVs.ttf"
|
15808 |
}
|
15809 |
},
|
15810 |
{
|
15822 |
"version": "v7",
|
15823 |
"lastModified": "2017-10-10",
|
15824 |
"files": {
|
15825 |
+
"regular": "http://fonts.gstatic.com/s/sortsmillgoudy/v7/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0.ttf",
|
15826 |
+
"italic": "http://fonts.gstatic.com/s/sortsmillgoudy/v7/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8Eig.ttf"
|
15827 |
}
|
15828 |
},
|
15829 |
{
|
15846 |
"version": "v7",
|
15847 |
"lastModified": "2017-10-10",
|
15848 |
"files": {
|
15849 |
+
"200": "http://fonts.gstatic.com/s/sourcecodepro/v7/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt8srztA.ttf",
|
15850 |
+
"300": "http://fonts.gstatic.com/s/sourcecodepro/v7/HI_XiYsKILxRpg3hIP6sJ7fM7PqtlsnztA.ttf",
|
15851 |
+
"regular": "http://fonts.gstatic.com/s/sourcecodepro/v7/HI_SiYsKILxRpg3hIP6sJ7fM7PqVOg.ttf",
|
15852 |
+
"500": "http://fonts.gstatic.com/s/sourcecodepro/v7/HI_XiYsKILxRpg3hIP6sJ7fM7PqtzsjztA.ttf",
|
15853 |
+
"600": "http://fonts.gstatic.com/s/sourcecodepro/v7/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt4s_ztA.ttf",
|
15854 |
+
"700": "http://fonts.gstatic.com/s/sourcecodepro/v7/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7ztA.ttf",
|
15855 |
+
"900": "http://fonts.gstatic.com/s/sourcecodepro/v7/HI_XiYsKILxRpg3hIP6sJ7fM7PqtvszztA.ttf"
|
15856 |
}
|
15857 |
},
|
15858 |
{
|
15874 |
"900italic"
|
15875 |
],
|
15876 |
"subsets": [
|
|
|
|
|
|
|
15877 |
"greek-ext",
|
15878 |
+
"vietnamese",
|
15879 |
+
"latin",
|
15880 |
"cyrillic",
|
15881 |
+
"greek",
|
15882 |
+
"latin-ext",
|
15883 |
"cyrillic-ext"
|
15884 |
],
|
15885 |
"version": "v11",
|
15886 |
"lastModified": "2017-10-11",
|
15887 |
"files": {
|
15888 |
+
"200": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkA.ttf",
|
15889 |
+
"200italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr.ttf",
|
15890 |
+
"300": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf",
|
15891 |
+
"300italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr.ttf",
|
15892 |
+
"regular": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf",
|
15893 |
+
"italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7g.ttf",
|
15894 |
+
"600": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf",
|
15895 |
+
"600italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr.ttf",
|
15896 |
+
"700": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf",
|
15897 |
+
"700italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr.ttf",
|
15898 |
+
"900": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkA.ttf",
|
15899 |
+
"900italic": "http://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr.ttf"
|
15900 |
}
|
15901 |
},
|
15902 |
{
|
15915 |
"version": "v5",
|
15916 |
"lastModified": "2017-10-10",
|
15917 |
"files": {
|
15918 |
+
"regular": "http://fonts.gstatic.com/s/sourceserifpro/v5/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM.ttf",
|
15919 |
+
"600": "http://fonts.gstatic.com/s/sourceserifpro/v5/neIXzD-0qpwxpaWvjeD0X88SAOeasasahSs.ttf",
|
15920 |
+
"700": "http://fonts.gstatic.com/s/sourceserifpro/v5/neIXzD-0qpwxpaWvjeD0X88SAOeasc8bhSs.ttf"
|
15921 |
}
|
15922 |
},
|
15923 |
{
|
15931 |
"700italic"
|
15932 |
],
|
15933 |
"subsets": [
|
|
|
15934 |
"vietnamese",
|
15935 |
+
"latin",
|
15936 |
"latin-ext"
|
15937 |
],
|
15938 |
"version": "v2",
|
15939 |
"lastModified": "2017-10-10",
|
15940 |
"files": {
|
15941 |
+
"regular": "http://fonts.gstatic.com/s/spacemono/v2/i7dPIFZifjKcF5UAWdDRUEY.ttf",
|
15942 |
+
"italic": "http://fonts.gstatic.com/s/spacemono/v2/i7dNIFZifjKcF5UAWdDRYER8QA.ttf",
|
15943 |
+
"700": "http://fonts.gstatic.com/s/spacemono/v2/i7dMIFZifjKcF5UAWdDRaPpZYFI.ttf",
|
15944 |
+
"700italic": "http://fonts.gstatic.com/s/spacemono/v2/i7dSIFZifjKcF5UAWdDRYERE_FeaGw.ttf"
|
15945 |
}
|
15946 |
},
|
15947 |
{
|
15957 |
"version": "v8",
|
15958 |
"lastModified": "2017-10-10",
|
15959 |
"files": {
|
15960 |
+
"regular": "http://fonts.gstatic.com/s/specialelite/v8/XLYgIZbkc4JPUL5CVArUVL0nhnc.ttf"
|
15961 |
}
|
15962 |
},
|
15963 |
{
|
15981 |
"800italic"
|
15982 |
],
|
15983 |
"subsets": [
|
|
|
15984 |
"vietnamese",
|
15985 |
+
"latin",
|
15986 |
+
"cyrillic",
|
15987 |
+
"latin-ext"
|
15988 |
],
|
15989 |
"version": "v4",
|
15990 |
"lastModified": "2017-11-21",
|
15991 |
"files": {
|
15992 |
+
"200": "http://fonts.gstatic.com/s/spectral/v4/rnCs-xNNww_2s0amA9v2s13G.ttf",
|
15993 |
+
"200italic": "http://fonts.gstatic.com/s/spectral/v4/rnCu-xNNww_2s0amA9M8qrXHafM.ttf",
|
15994 |
+
"300": "http://fonts.gstatic.com/s/spectral/v4/rnCs-xNNww_2s0amA9uSsF3G.ttf",
|
15995 |
+
"300italic": "http://fonts.gstatic.com/s/spectral/v4/rnCu-xNNww_2s0amA9M8qtHEafM.ttf",
|
15996 |
+
"regular": "http://fonts.gstatic.com/s/spectral/v4/rnCr-xNNww_2s0amA-M-.ttf",
|
15997 |
+
"italic": "http://fonts.gstatic.com/s/spectral/v4/rnCt-xNNww_2s0amA9M8kn0.ttf",
|
15998 |
+
"500": "http://fonts.gstatic.com/s/spectral/v4/rnCs-xNNww_2s0amA9vKsV3G.ttf",
|
15999 |
+
"500italic": "http://fonts.gstatic.com/s/spectral/v4/rnCu-xNNww_2s0amA9M8qonFafM.ttf",
|
16000 |
+
"600": "http://fonts.gstatic.com/s/spectral/v4/rnCs-xNNww_2s0amA9vmtl3G.ttf",
|
16001 |
+
"600italic": "http://fonts.gstatic.com/s/spectral/v4/rnCu-xNNww_2s0amA9M8qqXCafM.ttf",
|
16002 |
+
"700": "http://fonts.gstatic.com/s/spectral/v4/rnCs-xNNww_2s0amA9uCt13G.ttf",
|
16003 |
+
"700italic": "http://fonts.gstatic.com/s/spectral/v4/rnCu-xNNww_2s0amA9M8qsHDafM.ttf",
|
16004 |
+
"800": "http://fonts.gstatic.com/s/spectral/v4/rnCs-xNNww_2s0amA9uetF3G.ttf",
|
16005 |
+
"800italic": "http://fonts.gstatic.com/s/spectral/v4/rnCu-xNNww_2s0amA9M8qt3AafM.ttf"
|
16006 |
}
|
16007 |
},
|
16008 |
{
|
16026 |
"800italic"
|
16027 |
],
|
16028 |
"subsets": [
|
|
|
16029 |
"vietnamese",
|
16030 |
+
"latin",
|
16031 |
+
"cyrillic",
|
16032 |
+
"latin-ext"
|
16033 |
],
|
16034 |
"version": "v2",
|
16035 |
"lastModified": "2017-11-07",
|
16036 |
"files": {
|
16037 |
+
"200": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk0ALCRZonmalTgyPmRfs1qwkTX.ttf",
|
16038 |
+
"200italic": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk2ALCRZonmalTgyPmRfsWg26zWN4M.ttf",
|
16039 |
+
"300": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk0ALCRZonmalTgyPmRfs0OwUTX.ttf",
|
16040 |
+
"300italic": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk2ALCRZonmalTgyPmRfsWg28jVN4M.ttf",
|
16041 |
+
"regular": "http://fonts.gstatic.com/s/spectralsc/v2/KtkpALCRZonmalTgyPmRfvWi.ttf",
|
16042 |
+
"italic": "http://fonts.gstatic.com/s/spectralsc/v2/KtkrALCRZonmalTgyPmRfsWg42Q.ttf",
|
16043 |
+
"500": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk0ALCRZonmalTgyPmRfs1WwETX.ttf",
|
16044 |
+
"500italic": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk2ALCRZonmalTgyPmRfsWg25DUN4M.ttf",
|
16045 |
+
"600": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk0ALCRZonmalTgyPmRfs16x0TX.ttf",
|
16046 |
+
"600italic": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk2ALCRZonmalTgyPmRfsWg27zTN4M.ttf",
|
16047 |
+
"700": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk0ALCRZonmalTgyPmRfs0exkTX.ttf",
|
16048 |
+
"700italic": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk2ALCRZonmalTgyPmRfsWg29jSN4M.ttf",
|
16049 |
+
"800": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk0ALCRZonmalTgyPmRfs0CxUTX.ttf",
|
16050 |
+
"800italic": "http://fonts.gstatic.com/s/spectralsc/v2/Ktk2ALCRZonmalTgyPmRfsWg28TRN4M.ttf"
|
16051 |
}
|
16052 |
},
|
16053 |
{
|
16063 |
"version": "v6",
|
16064 |
"lastModified": "2017-10-10",
|
16065 |
"files": {
|
16066 |
+
"regular": "http://fonts.gstatic.com/s/spicyrice/v6/uK_24rSEd-Uqwk4jY1RyGv8.ttf"
|
16067 |
}
|
16068 |
},
|
16069 |
{
|
16080 |
"version": "v9",
|
16081 |
"lastModified": "2017-10-10",
|
16082 |
"files": {
|
16083 |
+
"regular": "http://fonts.gstatic.com/s/spinnaker/v9/w8gYH2oyX-I0_rvR6Hmn3A.ttf"
|
16084 |
}
|
16085 |
},
|
16086 |
{
|
16096 |
"version": "v6",
|
16097 |
"lastModified": "2017-10-10",
|
16098 |
"files": {
|
16099 |
+
"regular": "http://fonts.gstatic.com/s/spirax/v6/buE3poKgYNLy0F3cXg.ttf"
|
16100 |
}
|
16101 |
},
|
16102 |
{
|
16112 |
"version": "v6",
|
16113 |
"lastModified": "2017-10-10",
|
16114 |
"files": {
|
16115 |
+
"regular": "http://fonts.gstatic.com/s/squadaone/v6/BCasqZ8XsOrx4mcOk6MtWaA.ttf"
|
16116 |
}
|
16117 |
},
|
16118 |
{
|
16129 |
"version": "v5",
|
16130 |
"lastModified": "2017-10-09",
|
16131 |
"files": {
|
16132 |
+
"regular": "http://fonts.gstatic.com/s/sreekrushnadevaraya/v5/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb.ttf"
|
16133 |
}
|
16134 |
},
|
16135 |
{
|
16140 |
"regular"
|
16141 |
],
|
16142 |
"subsets": [
|
|
|
16143 |
"vietnamese",
|
16144 |
+
"latin",
|
16145 |
"latin-ext",
|
16146 |
"thai"
|
16147 |
],
|
16148 |
"version": "v2",
|
16149 |
"lastModified": "2017-10-10",
|
16150 |
"files": {
|
16151 |
+
"regular": "http://fonts.gstatic.com/s/sriracha/v2/0nkrC9D4IuYBgWcI9ObY.ttf"
|
16152 |
}
|
16153 |
},
|
16154 |
{
|
16165 |
"version": "v5",
|
16166 |
"lastModified": "2017-10-10",
|
16167 |
"files": {
|
16168 |
+
"regular": "http://fonts.gstatic.com/s/stalemate/v5/taiIGmZ_EJq97-UfkZRpug.ttf"
|
16169 |
}
|
16170 |
},
|
16171 |
{
|
16177 |
],
|
16178 |
"subsets": [
|
16179 |
"latin",
|
16180 |
+
"cyrillic",
|
16181 |
+
"latin-ext"
|
16182 |
],
|
16183 |
"version": "v10",
|
16184 |
"lastModified": "2017-11-21",
|
16200 |
"version": "v7",
|
16201 |
"lastModified": "2017-10-10",
|
16202 |
"files": {
|
16203 |
+
"regular": "http://fonts.gstatic.com/s/stardosstencil/v7/X7n94bcuGPC8hrvEOHXOgaKCc2TR7w.ttf",
|
16204 |
+
"700": "http://fonts.gstatic.com/s/stardosstencil/v7/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg.ttf"
|
16205 |
}
|
16206 |
},
|
16207 |
{
|
16218 |
"version": "v6",
|
16219 |
"lastModified": "2017-10-10",
|
16220 |
"files": {
|
16221 |
+
"regular": "http://fonts.gstatic.com/s/stintultracondensed/v6/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qg.ttf"
|
16222 |
}
|
16223 |
},
|
16224 |
{
|
16235 |
"version": "v5",
|
16236 |
"lastModified": "2017-10-10",
|
16237 |
"files": {
|
16238 |
+
"regular": "http://fonts.gstatic.com/s/stintultraexpanded/v5/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qo.ttf"
|
16239 |
}
|
16240 |
},
|
16241 |
{
|
16253 |
"version": "v7",
|
16254 |
"lastModified": "2017-10-10",
|
16255 |
"files": {
|
16256 |
+
"300": "http://fonts.gstatic.com/s/stoke/v7/z7NXdRb7aTMfKNvFVgxC.ttf",
|
16257 |
+
"regular": "http://fonts.gstatic.com/s/stoke/v7/z7NadRb7aTMfKONp.ttf"
|
16258 |
}
|
16259 |
},
|
16260 |
{
|
16270 |
"version": "v5",
|
16271 |
"lastModified": "2017-10-10",
|
16272 |
"files": {
|
16273 |
+
"regular": "http://fonts.gstatic.com/s/strait/v5/DtViJxy6WaEr1LZzeA.ttf"
|
16274 |
+
}
|
16275 |
+
},
|
16276 |
+
{
|
16277 |
+
"kind": "webfonts#webfont",
|
16278 |
+
"family": "Stylish",
|
16279 |
+
"category": "sans-serif",
|
16280 |
+
"variants": [
|
16281 |
+
"regular"
|
16282 |
+
],
|
16283 |
+
"subsets": [
|
16284 |
+
"latin",
|
16285 |
+
"korean"
|
16286 |
+
],
|
16287 |
+
"version": "v2",
|
16288 |
+
"lastModified": "2018-04-04",
|
16289 |
+
"files": {
|
16290 |
+
"regular": "http://fonts.gstatic.com/s/stylish/v2/m8JSjfhPYriQkk7-fo0.ttf"
|
16291 |
}
|
16292 |
},
|
16293 |
{
|
16303 |
"version": "v8",
|
16304 |
"lastModified": "2017-10-10",
|
16305 |
"files": {
|
16306 |
+
"regular": "http://fonts.gstatic.com/s/sueellenfrancisco/v8/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9roo.ttf"
|
16307 |
}
|
16308 |
},
|
16309 |
{
|
16314 |
"regular"
|
16315 |
],
|
16316 |
"subsets": [
|
16317 |
+
"hebrew",
|
16318 |
"latin",
|
16319 |
+
"latin-ext"
|
|
|
16320 |
],
|
16321 |
"version": "v2",
|
16322 |
"lastModified": "2017-10-10",
|
16323 |
"files": {
|
16324 |
+
"regular": "http://fonts.gstatic.com/s/suezone/v2/taiJGmd_EZ6rqscQgNFJ.ttf"
|
16325 |
}
|
16326 |
},
|
16327 |
{
|
16340 |
"version": "v2",
|
16341 |
"lastModified": "2017-10-10",
|
16342 |
"files": {
|
16343 |
+
"regular": "http://fonts.gstatic.com/s/sumana/v2/4UaDrE5TqRBjGj-G8A.ttf",
|
16344 |
+
"700": "http://fonts.gstatic.com/s/sumana/v2/4UaArE5TqRBjGj--TDfG5w.ttf"
|
16345 |
+
}
|
16346 |
+
},
|
16347 |
+
{
|
16348 |
+
"kind": "webfonts#webfont",
|
16349 |
+
"family": "Sunflower",
|
16350 |
+
"category": "sans-serif",
|
16351 |
+
"variants": [
|
16352 |
+
"300",
|
16353 |
+
"500",
|
16354 |
+
"700"
|
16355 |
+
],
|
16356 |
+
"subsets": [
|
16357 |
+
"latin",
|
16358 |
+
"korean"
|
16359 |
+
],
|
16360 |
+
"version": "v3",
|
16361 |
+
"lastModified": "2018-04-04",
|
16362 |
+
"files": {
|
16363 |
+
"300": "http://fonts.gstatic.com/s/sunflower/v3/RWmPoKeF8fUjqIj7Vc-06MfiqQ.ttf",
|
16364 |
+
"500": "http://fonts.gstatic.com/s/sunflower/v3/RWmPoKeF8fUjqIj7Vc-0sMbiqQ.ttf",
|
16365 |
+
"700": "http://fonts.gstatic.com/s/sunflower/v3/RWmPoKeF8fUjqIj7Vc-0-MDiqQ.ttf"
|
16366 |
}
|
16367 |
},
|
16368 |
{
|
16378 |
"version": "v8",
|
16379 |
"lastModified": "2017-10-10",
|
16380 |
"files": {
|
16381 |
+
"regular": "http://fonts.gstatic.com/s/sunshiney/v8/LDIwapGTLBwsS-wT4vcgEw.ttf"
|
16382 |
}
|
16383 |
},
|
16384 |
{
|
16394 |
"version": "v7",
|
16395 |
"lastModified": "2017-10-09",
|
16396 |
"files": {
|
16397 |
+
"regular": "http://fonts.gstatic.com/s/supermercadoone/v7/OpNXnpQWg8jc_xps_Gi14kVVEXOn60Y.ttf"
|
16398 |
}
|
16399 |
},
|
16400 |
{
|
16413 |
"version": "v2",
|
16414 |
"lastModified": "2017-10-10",
|
16415 |
"files": {
|
16416 |
+
"regular": "http://fonts.gstatic.com/s/sura/v2/SZc23FL5PbyzFf4.ttf",
|
16417 |
+
"700": "http://fonts.gstatic.com/s/sura/v2/SZc53FL5PbyzLUJ7fz0.ttf"
|
16418 |
}
|
16419 |
},
|
16420 |
{
|
16431 |
"version": "v5",
|
16432 |
"lastModified": "2017-10-10",
|
16433 |
"files": {
|
16434 |
+
"regular": "http://fonts.gstatic.com/s/suranna/v5/gokuH6ztGkFjWe58tBQ.ttf"
|
16435 |
}
|
16436 |
},
|
16437 |
{
|
16448 |
"version": "v4",
|
16449 |
"lastModified": "2017-10-09",
|
16450 |
"files": {
|
16451 |
+
"regular": "http://fonts.gstatic.com/s/suravaram/v4/_gP61R_usiY7SCym4xIAiw.ttf"
|
16452 |
}
|
16453 |
},
|
16454 |
{
|
16464 |
"version": "v11",
|
16465 |
"lastModified": "2017-10-09",
|
16466 |
"files": {
|
16467 |
+
"regular": "http://fonts.gstatic.com/s/suwannaphum/v11/jAnCgHV7GtDvc8jbe8hXXIWl.ttf"
|
16468 |
}
|
16469 |
},
|
16470 |
{
|
16480 |
"version": "v7",
|
16481 |
"lastModified": "2017-10-10",
|
16482 |
"files": {
|
16483 |
+
"regular": "http://fonts.gstatic.com/s/swankyandmoomoo/v7/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtQ.ttf"
|
16484 |
}
|
16485 |
},
|
16486 |
{
|
16497 |
"version": "v9",
|
16498 |
"lastModified": "2017-10-10",
|
16499 |
"files": {
|
16500 |
+
"regular": "http://fonts.gstatic.com/s/syncopate/v9/pe0sMIuPIYBCpEV5eFdyAg.ttf",
|
16501 |
+
"700": "http://fonts.gstatic.com/s/syncopate/v9/pe0pMIuPIYBCpEV5eFdKvtKaAw.ttf"
|
16502 |
+
}
|
16503 |
+
},
|
16504 |
+
{
|
16505 |
+
"kind": "webfonts#webfont",
|
16506 |
+
"family": "Tajawal",
|
16507 |
+
"category": "sans-serif",
|
16508 |
+
"variants": [
|
16509 |
+
"200",
|
16510 |
+
"300",
|
16511 |
+
"regular",
|
16512 |
+
"500",
|
16513 |
+
"700",
|
16514 |
+
"800",
|
16515 |
+
"900"
|
16516 |
+
],
|
16517 |
+
"subsets": [
|
16518 |
+
"arabic",
|
16519 |
+
"latin"
|
16520 |
+
],
|
16521 |
+
"version": "v1",
|
16522 |
+
"lastModified": "2018-04-04",
|
16523 |
+
"files": {
|
16524 |
+
"200": "http://fonts.gstatic.com/s/tajawal/v1/Iurf6YBj_oCad4k1l_6gLrY.ttf",
|
16525 |
+
"300": "http://fonts.gstatic.com/s/tajawal/v1/Iurf6YBj_oCad4k1l5qjLrY.ttf",
|
16526 |
+
"regular": "http://fonts.gstatic.com/s/tajawal/v1/Iura6YBj_oCad4k1rzY.ttf",
|
16527 |
+
"500": "http://fonts.gstatic.com/s/tajawal/v1/Iurf6YBj_oCad4k1l8KiLrY.ttf",
|
16528 |
+
"700": "http://fonts.gstatic.com/s/tajawal/v1/Iurf6YBj_oCad4k1l4qkLrY.ttf",
|
16529 |
+
"800": "http://fonts.gstatic.com/s/tajawal/v1/Iurf6YBj_oCad4k1l5anLrY.ttf",
|
16530 |
+
"900": "http://fonts.gstatic.com/s/tajawal/v1/Iurf6YBj_oCad4k1l7KmLrY.ttf"
|
16531 |
}
|
16532 |
},
|
16533 |
{
|
16544 |
"version": "v9",
|
16545 |
"lastModified": "2017-10-10",
|
16546 |
"files": {
|
16547 |
+
"regular": "http://fonts.gstatic.com/s/tangerine/v9/IurY6Y5j_oScZZow4VOBDg.ttf",
|
16548 |
+
"700": "http://fonts.gstatic.com/s/tangerine/v9/Iurd6Y5j_oScZZow4VO5srNpjA.ttf"
|
16549 |
}
|
16550 |
},
|
16551 |
{
|
16561 |
"version": "v9",
|
16562 |
"lastModified": "2017-10-09",
|
16563 |
"files": {
|
16564 |
+
"regular": "http://fonts.gstatic.com/s/taprom/v9/UcCn3F82JHycULbFQw.ttf"
|
16565 |
}
|
16566 |
},
|
16567 |
{
|
16578 |
"version": "v5",
|
16579 |
"lastModified": "2017-10-10",
|
16580 |
"files": {
|
16581 |
+
"regular": "http://fonts.gstatic.com/s/tauri/v5/TwMA-IISS0AM3IpV.ttf"
|
16582 |
}
|
16583 |
},
|
16584 |
{
|
16606 |
"900italic"
|
16607 |
],
|
16608 |
"subsets": [
|
|
|
16609 |
"vietnamese",
|
16610 |
+
"latin",
|
16611 |
"latin-ext",
|
16612 |
"thai"
|
16613 |
],
|
16614 |
"version": "v3",
|
16615 |
"lastModified": "2017-10-10",
|
16616 |
"files": {
|
16617 |
+
"100": "http://fonts.gstatic.com/s/taviraj/v3/ahcbv8Cj3ylylTXzRIorVw.ttf",
|
16618 |
+
"100italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcdv8Cj3ylylTXzTOwTM8lx.ttf",
|
16619 |
+
"200": "http://fonts.gstatic.com/s/taviraj/v3/ahccv8Cj3ylylTXzRCYKd-k.ttf",
|
16620 |
+
"200italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcev8Cj3ylylTXzTOwTn-hRhQ.ttf",
|
16621 |
+
"300": "http://fonts.gstatic.com/s/taviraj/v3/ahccv8Cj3ylylTXzREIJd-k.ttf",
|
16622 |
+
"300italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcev8Cj3ylylTXzTOwT--tRhQ.ttf",
|
16623 |
+
"regular": "http://fonts.gstatic.com/s/taviraj/v3/ahcZv8Cj3ylylTXzfO4.ttf",
|
16624 |
+
"italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcbv8Cj3ylylTXzTOwrVw.ttf",
|
16625 |
+
"500": "http://fonts.gstatic.com/s/taviraj/v3/ahccv8Cj3ylylTXzRBoId-k.ttf",
|
16626 |
+
"500italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcev8Cj3ylylTXzTOwTo-pRhQ.ttf",
|
16627 |
+
"600": "http://fonts.gstatic.com/s/taviraj/v3/ahccv8Cj3ylylTXzRDYPd-k.ttf",
|
16628 |
+
"600italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcev8Cj3ylylTXzTOwTj-1RhQ.ttf",
|
16629 |
+
"700": "http://fonts.gstatic.com/s/taviraj/v3/ahccv8Cj3ylylTXzRFIOd-k.ttf",
|
16630 |
+
"700italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcev8Cj3ylylTXzTOwT6-xRhQ.ttf",
|
16631 |
+
"800": "http://fonts.gstatic.com/s/taviraj/v3/ahccv8Cj3ylylTXzRE4Nd-k.ttf",
|
16632 |
+
"800italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcev8Cj3ylylTXzTOwT9-9RhQ.ttf",
|
16633 |
+
"900": "http://fonts.gstatic.com/s/taviraj/v3/ahccv8Cj3ylylTXzRGoMd-k.ttf",
|
16634 |
+
"900italic": "http://fonts.gstatic.com/s/taviraj/v3/ahcev8Cj3ylylTXzTOwT0-5RhQ.ttf"
|
16635 |
}
|
16636 |
},
|
16637 |
{
|
16653 |
"version": "v7",
|
16654 |
"lastModified": "2017-10-10",
|
16655 |
"files": {
|
16656 |
+
"300": "http://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdQhfgCM.ttf",
|
16657 |
+
"regular": "http://fonts.gstatic.com/s/teko/v7/LYjNdG7kmE0gTaQ.ttf",
|
16658 |
+
"500": "http://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdVBegCM.ttf",
|
16659 |
+
"600": "http://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdXxZgCM.ttf",
|
16660 |
+
"700": "http://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdRhYgCM.ttf"
|
16661 |
}
|
16662 |
},
|
16663 |
{
|
16674 |
"version": "v6",
|
16675 |
"lastModified": "2017-10-10",
|
16676 |
"files": {
|
16677 |
+
"regular": "http://fonts.gstatic.com/s/telex/v6/ieVw2Y1fKWmIO9fT.ttf"
|
16678 |
}
|
16679 |
},
|
16680 |
{
|
16691 |
"version": "v4",
|
16692 |
"lastModified": "2017-10-09",
|
16693 |
"files": {
|
16694 |
+
"regular": "http://fonts.gstatic.com/s/tenaliramakrishna/v4/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KA.ttf"
|
16695 |
}
|
16696 |
},
|
16697 |
{
|
16703 |
],
|
16704 |
"subsets": [
|
16705 |
"latin",
|
16706 |
+
"cyrillic",
|
16707 |
+
"latin-ext"
|
16708 |
],
|
16709 |
"version": "v8",
|
16710 |
"lastModified": "2017-10-10",
|
16711 |
"files": {
|
16712 |
+
"regular": "http://fonts.gstatic.com/s/tenorsans/v8/bx6ANxqUneKx06UkIXISr3I.ttf"
|
16713 |
}
|
16714 |
},
|
16715 |
{
|
16726 |
"version": "v5",
|
16727 |
"lastModified": "2017-10-10",
|
16728 |
"files": {
|
16729 |
+
"regular": "http://fonts.gstatic.com/s/textmeone/v5/i7dOIFdlayuLUvgoFvHQFWZc.ttf"
|
16730 |
}
|
16731 |
},
|
16732 |
{
|
16742 |
"version": "v8",
|
16743 |
"lastModified": "2017-10-10",
|
16744 |
"files": {
|
16745 |
+
"regular": "http://fonts.gstatic.com/s/thegirlnextdoor/v8/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIVw.ttf"
|
16746 |
}
|
16747 |
},
|
16748 |
{
|
16760 |
"version": "v10",
|
16761 |
"lastModified": "2017-10-10",
|
16762 |
"files": {
|
16763 |
+
"regular": "http://fonts.gstatic.com/s/tienne/v10/AYCKpX7pe9YCRP0LkA.ttf",
|
16764 |
+
"700": "http://fonts.gstatic.com/s/tienne/v10/AYCJpX7pe9YCRP0zLGzjQA.ttf",
|
16765 |
+
"900": "http://fonts.gstatic.com/s/tienne/v10/AYCJpX7pe9YCRP0zFG7jQA.ttf"
|
16766 |
}
|
16767 |
},
|
16768 |
{
|
16784 |
"version": "v3",
|
16785 |
"lastModified": "2017-10-10",
|
16786 |
"files": {
|
16787 |
+
"regular": "http://fonts.gstatic.com/s/tillana/v3/VuJxdNvf35P4qJ1OeKY.ttf",
|
16788 |
+
"500": "http://fonts.gstatic.com/s/tillana/v3/VuJ0dNvf35P4qJ1OQFL-HIk.ttf",
|
16789 |
+
"600": "http://fonts.gstatic.com/s/tillana/v3/VuJ0dNvf35P4qJ1OQH75HIk.ttf",
|
16790 |
+
"700": "http://fonts.gstatic.com/s/tillana/v3/VuJ0dNvf35P4qJ1OQBr4HIk.ttf",
|
16791 |
+
"800": "http://fonts.gstatic.com/s/tillana/v3/VuJ0dNvf35P4qJ1OQAb7HIk.ttf"
|
16792 |
}
|
16793 |
},
|
16794 |
{
|
16805 |
"version": "v2",
|
16806 |
"lastModified": "2017-10-09",
|
16807 |
"files": {
|
16808 |
+
"regular": "http://fonts.gstatic.com/s/timmana/v2/6xKvdShfL9yK-rvpCms.ttf"
|
16809 |
}
|
16810 |
},
|
16811 |
{
|
16819 |
"700italic"
|
16820 |
],
|
16821 |
"subsets": [
|
|
|
|
|
|
|
16822 |
"greek-ext",
|
16823 |
+
"hebrew",
|
16824 |
+
"vietnamese",
|
16825 |
+
"latin",
|
16826 |
"cyrillic",
|
16827 |
+
"greek",
|
16828 |
+
"latin-ext",
|
16829 |
+
"cyrillic-ext"
|
16830 |
],
|
16831 |
"version": "v11",
|
16832 |
"lastModified": "2017-10-10",
|
16833 |
"files": {
|
16834 |
+
"regular": "http://fonts.gstatic.com/s/tinos/v11/buE4poGnedXvwgX8.ttf",
|
16835 |
+
"italic": "http://fonts.gstatic.com/s/tinos/v11/buE2poGnedXvwjX-fmE.ttf",
|
16836 |
+
"700": "http://fonts.gstatic.com/s/tinos/v11/buE1poGnedXvwj1AW0Fp.ttf",
|
16837 |
+
"700italic": "http://fonts.gstatic.com/s/tinos/v11/buEzpoGnedXvwjX-Rt1s0Co.ttf"
|
16838 |
}
|
16839 |
},
|
16840 |
{
|
16851 |
"version": "v5",
|
16852 |
"lastModified": "2017-10-10",
|
16853 |
"files": {
|
16854 |
+
"regular": "http://fonts.gstatic.com/s/titanone/v5/mFTzWbsGxbbS_J5cQcjykw.ttf"
|
16855 |
}
|
16856 |
},
|
16857 |
{
|
16878 |
"version": "v6",
|
16879 |
"lastModified": "2017-10-11",
|
16880 |
"files": {
|
16881 |
+
"200": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIw.ttf",
|
16882 |
+
"200italic": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZg.ttf",
|
16883 |
+
"300": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIw.ttf",
|
16884 |
+
"300italic": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZg.ttf",
|
16885 |
+
"regular": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPecZTIAOhVxoMyOr9n_E7fRMQ.ttf",
|
16886 |
+
"italic": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCA.ttf",
|
16887 |
+
"600": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIw.ttf",
|
16888 |
+
"600italic": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZg.ttf",
|
16889 |
+
"700": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIw.ttf",
|
16890 |
+
"700italic": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZg.ttf",
|
16891 |
+
"900": "http://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIw.ttf"
|
16892 |
}
|
16893 |
},
|
16894 |
{
|
16904 |
"version": "v6",
|
16905 |
"lastModified": "2017-10-10",
|
16906 |
"files": {
|
16907 |
+
"regular": "http://fonts.gstatic.com/s/tradewinds/v6/AYCPpXPpYNIIT7h8-QenM3Jq.ttf"
|
16908 |
}
|
16909 |
},
|
16910 |
{
|
16932 |
"900italic"
|
16933 |
],
|
16934 |
"subsets": [
|
|
|
16935 |
"vietnamese",
|
16936 |
+
"latin",
|
16937 |
"latin-ext",
|
16938 |
"thai"
|
16939 |
],
|
16940 |
"version": "v3",
|
16941 |
"lastModified": "2017-10-10",
|
16942 |
"files": {
|
16943 |
+
"100": "http://fonts.gstatic.com/s/trirong/v3/7r3EqXNgp8wxdOdOl-go3Q.ttf",
|
16944 |
+
"100italic": "http://fonts.gstatic.com/s/trirong/v3/7r3CqXNgp8wxdOdOn44QuY5h.ttf",
|
16945 |
+
"200": "http://fonts.gstatic.com/s/trirong/v3/7r3DqXNgp8wxdOdOl0QJ_a4.ttf",
|
16946 |
+
"200italic": "http://fonts.gstatic.com/s/trirong/v3/7r3BqXNgp8wxdOdOn44QFa9B4g.ttf",
|
16947 |
+
"300": "http://fonts.gstatic.com/s/trirong/v3/7r3DqXNgp8wxdOdOlyAK_a4.ttf",
|
16948 |
+
"300italic": "http://fonts.gstatic.com/s/trirong/v3/7r3BqXNgp8wxdOdOn44QcaxB4g.ttf",
|
16949 |
+
"regular": "http://fonts.gstatic.com/s/trirong/v3/7r3GqXNgp8wxdOdOr4w.ttf",
|
16950 |
+
"italic": "http://fonts.gstatic.com/s/trirong/v3/7r3EqXNgp8wxdOdOn44o3Q.ttf",
|
16951 |
+
"500": "http://fonts.gstatic.com/s/trirong/v3/7r3DqXNgp8wxdOdOl3gL_a4.ttf",
|
16952 |
+
"500italic": "http://fonts.gstatic.com/s/trirong/v3/7r3BqXNgp8wxdOdOn44QKa1B4g.ttf",
|
16953 |
+
"600": "http://fonts.gstatic.com/s/trirong/v3/7r3DqXNgp8wxdOdOl1QM_a4.ttf",
|
16954 |
+
"600italic": "http://fonts.gstatic.com/s/trirong/v3/7r3BqXNgp8wxdOdOn44QBapB4g.ttf",
|
16955 |
+
"700": "http://fonts.gstatic.com/s/trirong/v3/7r3DqXNgp8wxdOdOlzAN_a4.ttf",
|
16956 |
+
"700italic": "http://fonts.gstatic.com/s/trirong/v3/7r3BqXNgp8wxdOdOn44QYatB4g.ttf",
|
16957 |
+
"800": "http://fonts.gstatic.com/s/trirong/v3/7r3DqXNgp8wxdOdOlywO_a4.ttf",
|
16958 |
+
"800italic": "http://fonts.gstatic.com/s/trirong/v3/7r3BqXNgp8wxdOdOn44QfahB4g.ttf",
|
16959 |
+
"900": "http://fonts.gstatic.com/s/trirong/v3/7r3DqXNgp8wxdOdOlwgP_a4.ttf",
|
16960 |
+
"900italic": "http://fonts.gstatic.com/s/trirong/v3/7r3BqXNgp8wxdOdOn44QWalB4g.ttf"
|
16961 |
}
|
16962 |
},
|
16963 |
{
|
16974 |
"version": "v6",
|
16975 |
"lastModified": "2017-10-10",
|
16976 |
"files": {
|
16977 |
+
"regular": "http://fonts.gstatic.com/s/trocchi/v6/qWcqB6WkuIDxDZLcDrs.ttf"
|
16978 |
}
|
16979 |
},
|
16980 |
{
|
16992 |
"version": "v5",
|
16993 |
"lastModified": "2017-10-09",
|
16994 |
"files": {
|
16995 |
+
"regular": "http://fonts.gstatic.com/s/trochut/v5/CHyjV-fDDlP9bDIw5nQ.ttf",
|
16996 |
+
"italic": "http://fonts.gstatic.com/s/trochut/v5/CHyhV-fDDlP9bDIw1naCeQ.ttf",
|
16997 |
+
"700": "http://fonts.gstatic.com/s/trochut/v5/CHymV-fDDlP9bDIw3sinWVo.ttf"
|
16998 |
}
|
16999 |
},
|
17000 |
{
|
17011 |
"version": "v6",
|
17012 |
"lastModified": "2017-10-10",
|
17013 |
"files": {
|
17014 |
+
"regular": "http://fonts.gstatic.com/s/trykker/v6/KtktALyWZJXudUPzhNk.ttf"
|
17015 |
}
|
17016 |
},
|
17017 |
{
|
17027 |
"version": "v7",
|
17028 |
"lastModified": "2017-10-10",
|
17029 |
"files": {
|
17030 |
+
"regular": "http://fonts.gstatic.com/s/tulpenone/v7/dFa6ZfeC474skLgesc0CWj0.ttf"
|
17031 |
}
|
17032 |
},
|
17033 |
{
|
17045 |
"700italic"
|
17046 |
],
|
17047 |
"subsets": [
|
|
|
|
|
17048 |
"greek-ext",
|
17049 |
+
"latin",
|
17050 |
"cyrillic",
|
17051 |
+
"greek",
|
17052 |
+
"latin-ext",
|
17053 |
"cyrillic-ext"
|
17054 |
],
|
17055 |
"version": "v11",
|
17073 |
"regular"
|
17074 |
],
|
17075 |
"subsets": [
|
|
|
|
|
17076 |
"greek-ext",
|
17077 |
+
"latin",
|
17078 |
"cyrillic",
|
17079 |
+
"greek",
|
17080 |
+
"latin-ext",
|
17081 |
"cyrillic-ext"
|
17082 |
],
|
17083 |
"version": "v8",
|
17084 |
"lastModified": "2017-10-10",
|
17085 |
"files": {
|
17086 |
+
"regular": "http://fonts.gstatic.com/s/ubuntucondensed/v8/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-c.ttf"
|
17087 |
}
|
17088 |
},
|
17089 |
{
|
17097 |
"700italic"
|
17098 |
],
|
17099 |
"subsets": [
|
|
|
|
|
17100 |
"greek-ext",
|
17101 |
+
"latin",
|
17102 |
"cyrillic",
|
17103 |
+
"greek",
|
17104 |
+
"latin-ext",
|
17105 |
"cyrillic-ext"
|
17106 |
],
|
17107 |
"version": "v7",
|
17108 |
"lastModified": "2017-10-10",
|
17109 |
"files": {
|
17110 |
+
"regular": "http://fonts.gstatic.com/s/ubuntumono/v7/KFOjCneDtsqEr0keqCMhbBc9.ttf",
|
17111 |
+
"italic": "http://fonts.gstatic.com/s/ubuntumono/v7/KFOhCneDtsqEr0keqCMhbCc_CsE.ttf",
|
17112 |
+
"700": "http://fonts.gstatic.com/s/ubuntumono/v7/KFO-CneDtsqEr0keqCMhbC-BL-Hy.ttf",
|
17113 |
+
"700italic": "http://fonts.gstatic.com/s/ubuntumono/v7/KFO8CneDtsqEr0keqCMhbCc_Mn33tYg.ttf"
|
17114 |
}
|
17115 |
},
|
17116 |
{
|
17126 |
"version": "v10",
|
17127 |
"lastModified": "2017-10-10",
|
17128 |
"files": {
|
17129 |
+
"regular": "http://fonts.gstatic.com/s/ultra/v10/zOLy4prXmrtY-tT6.ttf"
|
17130 |
}
|
17131 |
},
|
17132 |
{
|
17142 |
"version": "v5",
|
17143 |
"lastModified": "2017-10-10",
|
17144 |
"files": {
|
17145 |
+
"regular": "http://fonts.gstatic.com/s/uncialantiqua/v5/N0bM2S5WOex4OUbESzoESK-i-PfR.ttf"
|
17146 |
}
|
17147 |
},
|
17148 |
{
|
17154 |
],
|
17155 |
"subsets": [
|
17156 |
"latin",
|
17157 |
+
"cyrillic",
|
17158 |
+
"latin-ext"
|
17159 |
],
|
17160 |
"version": "v6",
|
17161 |
"lastModified": "2017-10-10",
|
17162 |
"files": {
|
17163 |
+
"regular": "http://fonts.gstatic.com/s/underdog/v6/CHygV-jCElj7diMroVSi.ttf"
|
17164 |
}
|
17165 |
},
|
17166 |
{
|
17177 |
"version": "v5",
|
17178 |
"lastModified": "2017-10-10",
|
17179 |
"files": {
|
17180 |
+
"regular": "http://fonts.gstatic.com/s/unicaone/v5/DPEuYwWHyAYGVTSmalshdg.ttf"
|
17181 |
}
|
17182 |
},
|
17183 |
{
|
17193 |
"version": "v9",
|
17194 |
"lastModified": "2017-10-10",
|
17195 |
"files": {
|
17196 |
+
"700": "http://fonts.gstatic.com/s/unifrakturcook/v9/IurA6Yli8YOdcoky-0PTTdkm56n05Uw1.ttf"
|
17197 |
}
|
17198 |
},
|
17199 |
{
|
17209 |
"version": "v8",
|
17210 |
"lastModified": "2017-10-10",
|
17211 |
"files": {
|
17212 |
+
"regular": "http://fonts.gstatic.com/s/unifrakturmaguntia/v8/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVunw.ttf"
|
17213 |
}
|
17214 |
},
|
17215 |
{
|
17226 |
"version": "v9",
|
17227 |
"lastModified": "2017-10-10",
|
17228 |
"files": {
|
17229 |
+
"regular": "http://fonts.gstatic.com/s/unkempt/v9/2EbnL-Z2DFZue0DSSYY.ttf",
|
17230 |
+
"700": "http://fonts.gstatic.com/s/unkempt/v9/2EbiL-Z2DFZue0DScTow1zU.ttf"
|
17231 |
}
|
17232 |
},
|
17233 |
{
|
17243 |
"version": "v7",
|
17244 |
"lastModified": "2017-10-09",
|
17245 |
"files": {
|
17246 |
+
"regular": "http://fonts.gstatic.com/s/unlock/v7/7Au-p_8ykD-cDl7GKA.ttf"
|
17247 |
}
|
17248 |
},
|
17249 |
{
|
17263 |
"version": "v10",
|
17264 |
"lastModified": "2017-10-10",
|
17265 |
"files": {
|
17266 |
+
"regular": "http://fonts.gstatic.com/s/unna/v10/AYCEpXzofN0NCpg.ttf",
|
17267 |
+
"italic": "http://fonts.gstatic.com/s/unna/v10/AYCKpXzofN0NOpoLkA.ttf",
|
17268 |
+
"700": "http://fonts.gstatic.com/s/unna/v10/AYCLpXzofN0NMiQusGk.ttf",
|
17269 |
+
"700italic": "http://fonts.gstatic.com/s/unna/v10/AYCJpXzofN0NOpozLGzjQA.ttf"
|
17270 |
}
|
17271 |
},
|
17272 |
{
|
17277 |
"regular"
|
17278 |
],
|
17279 |
"subsets": [
|
|
|
17280 |
"vietnamese",
|
17281 |
+
"latin",
|
17282 |
"latin-ext"
|
17283 |
],
|
17284 |
"version": "v9",
|
17285 |
"lastModified": "2017-10-10",
|
17286 |
"files": {
|
17287 |
+
"regular": "http://fonts.gstatic.com/s/vt323/v9/pxiKyp0ihIEF2hsY.ttf"
|
17288 |
}
|
17289 |
},
|
17290 |
{
|
17301 |
"version": "v8",
|
17302 |
"lastModified": "2017-10-10",
|
17303 |
"files": {
|
17304 |
+
"regular": "http://fonts.gstatic.com/s/vampiroone/v8/gokqH6DoDl5yXvJytFsdLkqn.ttf"
|
17305 |
}
|
17306 |
},
|
17307 |
{
|
17318 |
"version": "v8",
|
17319 |
"lastModified": "2017-10-10",
|
17320 |
"files": {
|
17321 |
+
"regular": "http://fonts.gstatic.com/s/varela/v8/DPEtYwqExx0AWHXJBA.ttf"
|
17322 |
}
|
17323 |
},
|
17324 |
{
|
17329 |
"regular"
|
17330 |
],
|
17331 |
"subsets": [
|
17332 |
+
"hebrew",
|
17333 |
"vietnamese",
|
17334 |
+
"latin",
|
17335 |
+
"latin-ext"
|
17336 |
],
|
17337 |
"version": "v9",
|
17338 |
"lastModified": "2017-10-10",
|
17339 |
"files": {
|
17340 |
+
"regular": "http://fonts.gstatic.com/s/varelaround/v9/w8gdH283Tvk__Lua32TysjIvoA.ttf"
|
17341 |
}
|
17342 |
},
|
17343 |
{
|
17353 |
"version": "v7",
|
17354 |
"lastModified": "2017-10-10",
|
17355 |
"files": {
|
17356 |
+
"regular": "http://fonts.gstatic.com/s/vastshadow/v7/pe0qMImKOZ1V62ZwbVY9dfe6.ttf"
|
17357 |
}
|
17358 |
},
|
17359 |
{
|
17374 |
"version": "v9",
|
17375 |
"lastModified": "2017-10-10",
|
17376 |
"files": {
|
17377 |
+
"regular": "http://fonts.gstatic.com/s/vesperlibre/v9/bx6CNxyWnf-uxPdXDHUD_Rd4Dw.ttf",
|
17378 |
+
"500": "http://fonts.gstatic.com/s/vesperlibre/v9/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0g.ttf",
|
17379 |
+
"700": "http://fonts.gstatic.com/s/vesperlibre/v9/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0g.ttf",
|
17380 |
+
"900": "http://fonts.gstatic.com/s/vesperlibre/v9/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0g.ttf"
|
17381 |
}
|
17382 |
},
|
17383 |
{
|
17393 |
"version": "v8",
|
17394 |
"lastModified": "2017-10-10",
|
17395 |
"files": {
|
17396 |
+
"regular": "http://fonts.gstatic.com/s/vibur/v8/DPEiYwmEzw0QRjTp.ttf"
|
17397 |
}
|
17398 |
},
|
17399 |
{
|
17409 |
"version": "v9",
|
17410 |
"lastModified": "2017-10-10",
|
17411 |
"files": {
|
17412 |
+
"regular": "http://fonts.gstatic.com/s/vidaloka/v9/7cHrv4c3ipenMKlEass8.ttf"
|
17413 |
}
|
17414 |
},
|
17415 |
{
|
17426 |
"version": "v6",
|
17427 |
"lastModified": "2017-10-10",
|
17428 |
"files": {
|
17429 |
+
"regular": "http://fonts.gstatic.com/s/viga/v6/xMQbuFFdSaiX_QI.ttf"
|
17430 |
}
|
17431 |
},
|
17432 |
{
|
17443 |
"version": "v7",
|
17444 |
"lastModified": "2017-10-10",
|
17445 |
"files": {
|
17446 |
+
"regular": "http://fonts.gstatic.com/s/voces/v7/-F6_fjJyLyU8d4PB.ttf"
|
17447 |
}
|
17448 |
},
|
17449 |
{
|
17462 |
"version": "v9",
|
17463 |
"lastModified": "2017-10-10",
|
17464 |
"files": {
|
17465 |
+
"regular": "http://fonts.gstatic.com/s/volkhov/v9/SlGQmQieoJcKemNeQTI.ttf",
|
17466 |
+
"italic": "http://fonts.gstatic.com/s/volkhov/v9/SlGSmQieoJcKemNecTAEgA.ttf",
|
17467 |
+
"700": "http://fonts.gstatic.com/s/volkhov/v9/SlGVmQieoJcKemNeeY4hoHQ.ttf",
|
17468 |
+
"700italic": "http://fonts.gstatic.com/s/volkhov/v9/SlGXmQieoJcKemNecTA8PHFSaA.ttf"
|
17469 |
}
|
17470 |
},
|
17471 |
{
|
17483 |
"900italic"
|
17484 |
],
|
17485 |
"subsets": [
|
|
|
|
|
17486 |
"vietnamese",
|
17487 |
+
"latin",
|
17488 |
"cyrillic",
|
17489 |
+
"greek",
|
17490 |
+
"latin-ext",
|
17491 |
"cyrillic-ext"
|
17492 |
],
|
17493 |
"version": "v8",
|
17494 |
"lastModified": "2017-11-21",
|
17495 |
"files": {
|
17496 |
+
"regular": "http://fonts.gstatic.com/s/vollkorn/v8/0yb9GDoxxrvAnPhYGyku.ttf",
|
17497 |
+
"italic": "http://fonts.gstatic.com/s/vollkorn/v8/0yb7GDoxxrvAnPhYGxksaEg.ttf",
|
17498 |
+
"600": "http://fonts.gstatic.com/s/vollkorn/v8/0yb6GDoxxrvAnPhYGxH2TGg-.ttf",
|
17499 |
+
"600italic": "http://fonts.gstatic.com/s/vollkorn/v8/0yb4GDoxxrvAnPhYGxksUJA6jBA.ttf",
|
17500 |
+
"700": "http://fonts.gstatic.com/s/vollkorn/v8/0yb6GDoxxrvAnPhYGxGSTWg-.ttf",
|
17501 |
+
"700italic": "http://fonts.gstatic.com/s/vollkorn/v8/0yb4GDoxxrvAnPhYGxksUPQ7jBA.ttf",
|
17502 |
+
"900": "http://fonts.gstatic.com/s/vollkorn/v8/0yb6GDoxxrvAnPhYGxGqT2g-.ttf",
|
17503 |
+
"900italic": "http://fonts.gstatic.com/s/vollkorn/v8/0yb4GDoxxrvAnPhYGxksUMw5jBA.ttf"
|
17504 |
}
|
17505 |
},
|
17506 |
{
|
17514 |
"900"
|
17515 |
],
|
17516 |
"subsets": [
|
|
|
17517 |
"vietnamese",
|
17518 |
+
"latin",
|
17519 |
"cyrillic",
|
17520 |
+
"latin-ext",
|
17521 |
"cyrillic-ext"
|
17522 |
],
|
17523 |
"version": "v1",
|
17524 |
"lastModified": "2017-11-07",
|
17525 |
"files": {
|
17526 |
+
"regular": "http://fonts.gstatic.com/s/vollkornsc/v1/j8_v6-zQ3rXpceZj9cqnVhF5.ttf",
|
17527 |
+
"600": "http://fonts.gstatic.com/s/vollkornsc/v1/j8_y6-zQ3rXpceZj9cqnVimhGluq.ttf",
|
17528 |
+
"700": "http://fonts.gstatic.com/s/vollkornsc/v1/j8_y6-zQ3rXpceZj9cqnVinFG1uq.ttf",
|
17529 |
+
"900": "http://fonts.gstatic.com/s/vollkornsc/v1/j8_y6-zQ3rXpceZj9cqnVin9GVuq.ttf"
|
17530 |
}
|
17531 |
},
|
17532 |
{
|
17542 |
"version": "v7",
|
17543 |
"lastModified": "2017-10-10",
|
17544 |
"files": {
|
17545 |
+
"regular": "http://fonts.gstatic.com/s/voltaire/v7/1Pttg8PcRfSblAvGvQoo.ttf"
|
17546 |
}
|
17547 |
},
|
17548 |
{
|
17558 |
"version": "v8",
|
17559 |
"lastModified": "2017-10-10",
|
17560 |
"files": {
|
17561 |
+
"regular": "http://fonts.gstatic.com/s/waitingforthesunrise/v8/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ.ttf"
|
17562 |
}
|
17563 |
},
|
17564 |
{
|
17574 |
"version": "v9",
|
17575 |
"lastModified": "2017-10-10",
|
17576 |
"files": {
|
17577 |
+
"regular": "http://fonts.gstatic.com/s/wallpoet/v9/f0X10em2_8RnXVVdUNbu.ttf"
|
17578 |
}
|
17579 |
},
|
17580 |
{
|
17590 |
"version": "v8",
|
17591 |
"lastModified": "2017-10-10",
|
17592 |
"files": {
|
17593 |
+
"regular": "http://fonts.gstatic.com/s/walterturncoat/v8/snfys0Gs98ln43n0d-14ULoToe67YA.ttf"
|
17594 |
}
|
17595 |
},
|
17596 |
{
|
17607 |
"version": "v7",
|
17608 |
"lastModified": "2017-10-09",
|
17609 |
"files": {
|
17610 |
+
"regular": "http://fonts.gstatic.com/s/warnes/v7/pONn1hc0GsW6sW5Opg.ttf"
|
17611 |
}
|
17612 |
},
|
17613 |
{
|
17624 |
"version": "v5",
|
17625 |
"lastModified": "2017-10-10",
|
17626 |
"files": {
|
17627 |
+
"regular": "http://fonts.gstatic.com/s/wellfleet/v5/nuF7D_LfQJb3VYgX6eyT4w.ttf"
|
17628 |
}
|
17629 |
},
|
17630 |
{
|
17641 |
"version": "v5",
|
17642 |
"lastModified": "2017-10-10",
|
17643 |
"files": {
|
17644 |
+
"regular": "http://fonts.gstatic.com/s/wendyone/v5/2sDcZGJOipXfgfXV5wgDbw.ttf"
|
17645 |
}
|
17646 |
},
|
17647 |
{
|
17657 |
"version": "v8",
|
17658 |
"lastModified": "2017-10-10",
|
17659 |
"files": {
|
17660 |
+
"regular": "http://fonts.gstatic.com/s/wireone/v8/qFdH35Wah5htUhV75WGi.ttf"
|
17661 |
}
|
17662 |
},
|
17663 |
{
|
17682 |
"version": "v3",
|
17683 |
"lastModified": "2017-10-10",
|
17684 |
"files": {
|
17685 |
+
"100": "http://fonts.gstatic.com/s/worksans/v3/QGYqz_wNahGAdqQ43Rh3H6Ds.ttf",
|
17686 |
+
"200": "http://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3s4HMnw.ttf",
|
17687 |
+
"300": "http://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh314LMnw.ttf",
|
17688 |
+
"regular": "http://fonts.gstatic.com/s/worksans/v3/QGYsz_wNahGAdqQ43RhPew.ttf",
|
17689 |
+
"500": "http://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3j4PMnw.ttf",
|
17690 |
+
"600": "http://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3o4TMnw.ttf",
|
17691 |
+
"700": "http://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3x4XMnw.ttf",
|
17692 |
+
"800": "http://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh324bMnw.ttf",
|
17693 |
+
"900": "http://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3_4fMnw.ttf"
|
17694 |
}
|
17695 |
},
|
17696 |
{
|
17704 |
"700"
|
17705 |
],
|
17706 |
"subsets": [
|
|
|
17707 |
"vietnamese",
|
17708 |
+
"latin",
|
17709 |
+
"cyrillic",
|
17710 |
+
"latin-ext"
|
17711 |
],
|
17712 |
"version": "v9",
|
17713 |
"lastModified": "2017-10-10",
|
17714 |
"files": {
|
17715 |
+
"200": "http://fonts.gstatic.com/s/yanonekaffeesatz/v9/3y9-6aknfjLm_3lMKjiMgmUUYBs04YfUPs-t.ttf",
|
17716 |
+
"300": "http://fonts.gstatic.com/s/yanonekaffeesatz/v9/3y9-6aknfjLm_3lMKjiMgmUUYBs04YewPc-t.ttf",
|
17717 |
+
"regular": "http://fonts.gstatic.com/s/yanonekaffeesatz/v9/3y976aknfjLm_3lMKjiMgmUUYBs04b8c.ttf",
|
17718 |
+
"700": "http://fonts.gstatic.com/s/yanonekaffeesatz/v9/3y9-6aknfjLm_3lMKjiMgmUUYBs04YegOs-t.ttf"
|
17719 |
}
|
17720 |
},
|
17721 |
{
|
17738 |
"version": "v3",
|
17739 |
"lastModified": "2017-10-10",
|
17740 |
"files": {
|
17741 |
+
"100": "http://fonts.gstatic.com/s/yantramanav/v3/flU-Rqu5zY00QEpyWJYWN5-QXeM.ttf",
|
17742 |
+
"300": "http://fonts.gstatic.com/s/yantramanav/v3/flUhRqu5zY00QEpyWJYWN59Yf8NZ.ttf",
|
17743 |
+
"regular": "http://fonts.gstatic.com/s/yantramanav/v3/flU8Rqu5zY00QEpyWJYWN6f0.ttf",
|
17744 |
+
"500": "http://fonts.gstatic.com/s/yantramanav/v3/flUhRqu5zY00QEpyWJYWN58AfsNZ.ttf",
|
17745 |
+
"700": "http://fonts.gstatic.com/s/yantramanav/v3/flUhRqu5zY00QEpyWJYWN59IeMNZ.ttf",
|
17746 |
+
"900": "http://fonts.gstatic.com/s/yantramanav/v3/flUhRqu5zY00QEpyWJYWN59wesNZ.ttf"
|
17747 |
}
|
17748 |
},
|
17749 |
{
|
17761 |
"version": "v4",
|
17762 |
"lastModified": "2017-11-21",
|
17763 |
"files": {
|
17764 |
+
"regular": "http://fonts.gstatic.com/s/yatraone/v4/C8ch4copsHzj8p7NaF0xww.ttf"
|
17765 |
}
|
17766 |
},
|
17767 |
{
|
17777 |
"version": "v8",
|
17778 |
"lastModified": "2017-10-10",
|
17779 |
"files": {
|
17780 |
+
"regular": "http://fonts.gstatic.com/s/yellowtail/v8/OZpGg_pnoDtINPfRIlLotlw.ttf"
|
17781 |
}
|
17782 |
},
|
17783 |
{
|
17784 |
"kind": "webfonts#webfont",
|
17785 |
+
"family": "Yeon Sung",
|
17786 |
"category": "display",
|
17787 |
"variants": [
|
17788 |
"regular"
|
17789 |
],
|
17790 |
"subsets": [
|
17791 |
"latin",
|
17792 |
+
"korean"
|
17793 |
+
],
|
17794 |
+
"version": "v2",
|
17795 |
+
"lastModified": "2018-04-04",
|
17796 |
+
"files": {
|
17797 |
+
"regular": "http://fonts.gstatic.com/s/yeonsung/v2/QldMNTpbohAGtsJvUn6xSQ.ttf"
|
17798 |
+
}
|
17799 |
+
},
|
17800 |
+
{
|
17801 |
+
"kind": "webfonts#webfont",
|
17802 |
+
"family": "Yeseva One",
|
17803 |
+
"category": "display",
|
17804 |
+
"variants": [
|
17805 |
+
"regular"
|
17806 |
+
],
|
17807 |
+
"subsets": [
|
17808 |
"vietnamese",
|
17809 |
+
"latin",
|
17810 |
"cyrillic",
|
17811 |
+
"latin-ext",
|
17812 |
"cyrillic-ext"
|
17813 |
],
|
17814 |
"version": "v12",
|
17815 |
"lastModified": "2017-10-10",
|
17816 |
"files": {
|
17817 |
+
"regular": "http://fonts.gstatic.com/s/yesevaone/v12/OpNJno4ck8vc-xYpwWWxpio.ttf"
|
17818 |
}
|
17819 |
},
|
17820 |
{
|
17830 |
"version": "v6",
|
17831 |
"lastModified": "2017-10-10",
|
17832 |
"files": {
|
17833 |
+
"regular": "http://fonts.gstatic.com/s/yesteryear/v6/dg4g_p78rroaKl8kRKo1r7w.ttf"
|
17834 |
}
|
17835 |
},
|
17836 |
{
|
17851 |
"version": "v3",
|
17852 |
"lastModified": "2017-10-10",
|
17853 |
"files": {
|
17854 |
+
"300": "http://fonts.gstatic.com/s/yrsa/v3/wlpxgwnQFlxs3af93IQ.ttf",
|
17855 |
+
"regular": "http://fonts.gstatic.com/s/yrsa/v3/wlp-gwnQFlxs5Qs.ttf",
|
17856 |
+
"500": "http://fonts.gstatic.com/s/yrsa/v3/wlpxgwnQFlxs3f_83IQ.ttf",
|
17857 |
+
"600": "http://fonts.gstatic.com/s/yrsa/v3/wlpxgwnQFlxs3dP73IQ.ttf",
|
17858 |
+
"700": "http://fonts.gstatic.com/s/yrsa/v3/wlpxgwnQFlxs3bf63IQ.ttf"
|
17859 |
}
|
17860 |
},
|
17861 |
{
|
17871 |
"version": "v7",
|
17872 |
"lastModified": "2017-10-10",
|
17873 |
"files": {
|
17874 |
+
"regular": "http://fonts.gstatic.com/s/zeyada/v7/11hAGpPTxVPUbgZDNA.ttf"
|
17875 |
}
|
17876 |
},
|
17877 |
{
|
17897 |
"version": "v3",
|
17898 |
"lastModified": "2017-11-21",
|
17899 |
"files": {
|
17900 |
+
"300": "http://fonts.gstatic.com/s/zillaslab/v3/dFa5ZfeM_74wlPZtksIFYpEY2HQ.ttf",
|
17901 |
+
"300italic": "http://fonts.gstatic.com/s/zillaslab/v3/dFanZfeM_74wlPZtksIFaj8CVHapXg.ttf",
|
17902 |
+
"regular": "http://fonts.gstatic.com/s/zillaslab/v3/dFa6ZfeM_74wlPZtksIFWj0.ttf",
|
17903 |
+
"italic": "http://fonts.gstatic.com/s/zillaslab/v3/dFa4ZfeM_74wlPZtksIFaj86-A.ttf",
|
17904 |
+
"500": "http://fonts.gstatic.com/s/zillaslab/v3/dFa5ZfeM_74wlPZtksIFYskZ2HQ.ttf",
|
17905 |
+
"500italic": "http://fonts.gstatic.com/s/zillaslab/v3/dFanZfeM_74wlPZtksIFaj8CDHepXg.ttf",
|
17906 |
+
"600": "http://fonts.gstatic.com/s/zillaslab/v3/dFa5ZfeM_74wlPZtksIFYuUe2HQ.ttf",
|
17907 |
+
"600italic": "http://fonts.gstatic.com/s/zillaslab/v3/dFanZfeM_74wlPZtksIFaj8CIHCpXg.ttf",
|
17908 |
+
"700": "http://fonts.gstatic.com/s/zillaslab/v3/dFa5ZfeM_74wlPZtksIFYoEf2HQ.ttf",
|
17909 |
+
"700italic": "http://fonts.gstatic.com/s/zillaslab/v3/dFanZfeM_74wlPZtksIFaj8CRHGpXg.ttf"
|
17910 |
}
|
17911 |
},
|
17912 |
{
|
17924 |
"version": "v3",
|
17925 |
"lastModified": "2017-10-09",
|
17926 |
"files": {
|
17927 |
+
"regular": "http://fonts.gstatic.com/s/zillaslabhighlight/v3/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtI.ttf",
|
17928 |
+
"700": "http://fonts.gstatic.com/s/zillaslabhighlight/v3/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4.ttf"
|
17929 |
}
|
17930 |
}
|
17931 |
]
|
includes/functions.php
CHANGED
@@ -11,8 +11,6 @@ if ( ! function_exists( 'ogf_fonts_array' ) ) :
|
|
11 |
/**
|
12 |
* Return an array of all available Google Fonts.
|
13 |
*
|
14 |
-
* @since 1.0.0.
|
15 |
-
*
|
16 |
* @return array All Google Fonts.
|
17 |
*/
|
18 |
function ogf_fonts_array() {
|
@@ -23,12 +21,53 @@ if ( ! function_exists( 'ogf_fonts_array' ) ) :
|
|
23 |
$fonts_array = json_decode( $fonts_json, true );
|
24 |
|
25 |
// Change the array key to the font's ID.
|
26 |
-
foreach ( $fonts_array['items'] as $font ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
-
|
29 |
|
|
|
|
|
|
|
30 |
$fonts[ $id ] = $font;
|
31 |
-
|
32 |
}
|
33 |
|
34 |
return $fonts;
|
11 |
/**
|
12 |
* Return an array of all available Google Fonts.
|
13 |
*
|
|
|
|
|
14 |
* @return array All Google Fonts.
|
15 |
*/
|
16 |
function ogf_fonts_array() {
|
21 |
$fonts_array = json_decode( $fonts_json, true );
|
22 |
|
23 |
// Change the array key to the font's ID.
|
24 |
+
foreach ( $fonts_array['items'] as $key => $font ) {
|
25 |
+
|
26 |
+
$variants_remove = array(
|
27 |
+
'italic',
|
28 |
+
'100italic',
|
29 |
+
'200italic',
|
30 |
+
'300italic',
|
31 |
+
'400italic',
|
32 |
+
'500italic',
|
33 |
+
'600italic',
|
34 |
+
'700italic',
|
35 |
+
'800italic',
|
36 |
+
'900italic',
|
37 |
+
);
|
38 |
+
|
39 |
+
$font['variants'] = array_diff( $font['variants'], $variants_remove );
|
40 |
+
|
41 |
+
$font['variants'] = str_replace( 'regular', '400', $font['variants'] );
|
42 |
+
|
43 |
+
$font['variants'] = array_flip( $font['variants'] );
|
44 |
+
|
45 |
+
$weights = array(
|
46 |
+
'100' => esc_html__( 'Thin', 'olympus-google-fonts' ),
|
47 |
+
'200' => esc_html__( 'Extra Light', 'olympus-google-fonts' ),
|
48 |
+
'300' => esc_html__( 'Light', 'olympus-google-fonts' ),
|
49 |
+
'400' => esc_html__( 'Normal', 'olympus-google-fonts' ),
|
50 |
+
'500' => esc_html__( 'Medium', 'olympus-google-fonts' ),
|
51 |
+
'600' => esc_html__( 'Semi Bold', 'olympus-google-fonts' ),
|
52 |
+
'700' => esc_html__( 'Bold', 'olympus-google-fonts' ),
|
53 |
+
'800' => esc_html__( 'Extra Bold', 'olympus-google-fonts' ),
|
54 |
+
'900' => esc_html__( 'Ultra Bold', 'olympus-google-fonts' ),
|
55 |
+
);
|
56 |
+
|
57 |
+
foreach ( $font['variants'] as $k => $v ) {
|
58 |
+
$font['variants'][ $k ] = $weights[ $k ];
|
59 |
+
}
|
60 |
+
|
61 |
+
$font['variants']['0'] = esc_html__( '- Default -', 'olympus-google-fonts' );
|
62 |
+
|
63 |
+
$fonts_array['items'][ $key ] = $font;
|
64 |
|
65 |
+
}
|
66 |
|
67 |
+
// Change the array key to the font's ID.
|
68 |
+
foreach ( $fonts_array['items'] as $font ) {
|
69 |
+
$id = trim( strtolower( str_replace( ' ', '-', $font['family'] ) ) );
|
70 |
$fonts[ $id ] = $font;
|
|
|
71 |
}
|
72 |
|
73 |
return $fonts;
|
olympus-google-fonts.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin Name: Google Fonts for WordPress
|
6 |
* Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
|
7 |
* Description: The simplest Google Fonts plugin for WordPress. Add Google Fonts functionality to your WordPress website in minutes without any coding.
|
8 |
-
* Version: 1.
|
9 |
* Author: Danny Cooper
|
10 |
* Author URI: https://olympusthemes.com/
|
11 |
* Text Domain: olympus-google-fonts
|
@@ -18,6 +18,9 @@
|
|
18 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
19 |
*/
|
20 |
|
21 |
-
|
|
|
|
|
|
|
22 |
|
23 |
$gfwp = new Olympus_Google_Fonts();
|
5 |
* Plugin Name: Google Fonts for WordPress
|
6 |
* Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
|
7 |
* Description: The simplest Google Fonts plugin for WordPress. Add Google Fonts functionality to your WordPress website in minutes without any coding.
|
8 |
+
* Version: 1.2.0
|
9 |
* Author: Danny Cooper
|
10 |
* Author URI: https://olympusthemes.com/
|
11 |
* Text Domain: olympus-google-fonts
|
18 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
19 |
*/
|
20 |
|
21 |
+
define( 'OGF_DIR_PATH', plugin_dir_path( __FILE__ ) );
|
22 |
+
define( 'OGF_DIR_URL', plugin_dir_url( __FILE__ ) );
|
23 |
+
|
24 |
+
require OGF_DIR_PATH . 'class-olympus-google-fonts.php';
|
25 |
|
26 |
$gfwp = new Olympus_Google_Fonts();
|
readme.txt
CHANGED
@@ -6,10 +6,10 @@ Tested up to: 4.9
|
|
6 |
License: GPLv2 or later
|
7 |
Stable tag: trunk
|
8 |
|
9 |
-
|
10 |
|
11 |
== Description ==
|
12 |
-
The Google Fonts library currently contains
|
13 |
|
14 |
You're not stuck with one font for the entire website, you can easily choose one font for headings and another for your content.
|
15 |
|
@@ -63,7 +63,7 @@ Navigate to wp-admin -> Appearance -> Customize and you will see a new tab named
|
|
63 |
|
64 |
= Will my theme work with Google Fonts for WordPress? =
|
65 |
|
66 |
-
We are 99.99% certain it will, if it doesn't
|
67 |
|
68 |
== Screenshots ==
|
69 |
|
@@ -71,6 +71,17 @@ We are 99.99% certain it will, if it doesn't and you have tried the 'Force Style
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
= 1.1.2 =
|
75 |
*Release Date - April 10 2018*
|
76 |
|
6 |
License: GPLv2 or later
|
7 |
Stable tag: trunk
|
8 |
|
9 |
+
The easiest to use Google Fonts plugin. No coding required. 770+ font choices.
|
10 |
|
11 |
== Description ==
|
12 |
+
The Google Fonts library currently contains 877 unique fonts. This plugin allows you to easily use any of them on your WordPress website.
|
13 |
|
14 |
You're not stuck with one font for the entire website, you can easily choose one font for headings and another for your content.
|
15 |
|
63 |
|
64 |
= Will my theme work with Google Fonts for WordPress? =
|
65 |
|
66 |
+
We are 99.99% certain it will, if it doesn't then please create a [support ticket](https://wordpress.org/support/plugin/olympus-google-fonts).
|
67 |
|
68 |
== Screenshots ==
|
69 |
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 1.2.0 =
|
75 |
+
*Release Date - April 17 2018*
|
76 |
+
|
77 |
+
* Add new fonts
|
78 |
+
* Add font-weight option
|
79 |
+
* Add font-style option
|
80 |
+
* Improve live preview
|
81 |
+
* Add settings link to plugins page
|
82 |
+
* Add searchable text field to font-family setting
|
83 |
+
* Remove 'force styles' setting
|
84 |
+
|
85 |
= 1.1.2 =
|
86 |
*Release Date - April 10 2018*
|
87 |
|