aiware-js 1.0.0-master.62 → 1.0.0-master.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.css +211 -211
- package/index.esm.js +1 -2488
- package/js-core.esm.js +960 -0
- package/js-core.esm10.js +1 -0
- package/js-core.esm11.js +1 -0
- package/js-core.esm12.js +1 -0
- package/js-core.esm13.js +1 -0
- package/js-core.esm14.js +1 -0
- package/js-core.esm15.js +1 -0
- package/js-core.esm16.js +22 -0
- package/js-core.esm17.js +1 -0
- package/js-core.esm18.js +595 -0
- package/js-core.esm19.js +1 -0
- package/js-core.esm2.js +1 -0
- package/js-core.esm20.js +1 -0
- package/js-core.esm21.js +1 -0
- package/js-core.esm22.js +1 -0
- package/js-core.esm23.js +1 -0
- package/js-core.esm24.js +1 -0
- package/js-core.esm25.js +1 -0
- package/js-core.esm26.js +1 -0
- package/js-core.esm27.js +230 -0
- package/js-core.esm28.js +60 -0
- package/js-core.esm29.js +1 -0
- package/js-core.esm3.js +1 -0
- package/js-core.esm30.js +1 -0
- package/js-core.esm31.js +1 -0
- package/js-core.esm32.js +1 -0
- package/js-core.esm33.js +14 -0
- package/js-core.esm34.js +12 -0
- package/js-core.esm35.js +54 -0
- package/js-core.esm36.js +1 -0
- package/js-core.esm37.js +88 -0
- package/js-core.esm38.js +226 -0
- package/js-core.esm39.js +35 -0
- package/js-core.esm4.js +1 -0
- package/js-core.esm40.js +1 -0
- package/js-core.esm41.js +1 -0
- package/js-core.esm42.js +1 -0
- package/js-core.esm43.js +1 -0
- package/js-core.esm44.js +31 -0
- package/js-core.esm45.js +1 -0
- package/js-core.esm46.js +1 -0
- package/js-core.esm47.js +1 -0
- package/js-core.esm5.js +1 -0
- package/js-core.esm6.js +20 -0
- package/js-core.esm7.js +136 -0
- package/js-core.esm8.js +1 -0
- package/js-core.esm9.js +1 -0
- package/js-core.umd.css +315 -377
- package/js-core.umd.js +350 -350
- package/lib/registry.d.ts +2 -8
- package/locales/en.json +1 -1
- package/locales/es.json +1 -1
- package/locales/fr.json +1 -1
- package/package.json +13 -13
- package/index.umd.css +0 -486
package/index.esm.css
CHANGED
|
@@ -1,169 +1,232 @@
|
|
|
1
|
-
/* nunito-cyrillic-ext-
|
|
1
|
+
/* nunito-cyrillic-ext-800-normal*/
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'Nunito';
|
|
4
4
|
font-style: normal;
|
|
5
5
|
font-display: swap;
|
|
6
|
-
font-weight:
|
|
7
|
-
src: url('./files/nunito-cyrillic-ext-
|
|
6
|
+
font-weight: 800;
|
|
7
|
+
src: url('./files/nunito-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
8
8
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
9
9
|
}
|
|
10
|
-
/* nunito-cyrillic-
|
|
10
|
+
/* nunito-cyrillic-800-normal*/
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'Nunito';
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-display: swap;
|
|
15
|
-
font-weight:
|
|
16
|
-
src: url('./files/nunito-cyrillic-
|
|
15
|
+
font-weight: 800;
|
|
16
|
+
src: url('./files/nunito-cyrillic-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
17
17
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
18
18
|
}
|
|
19
|
-
/* nunito-vietnamese-
|
|
19
|
+
/* nunito-vietnamese-800-normal*/
|
|
20
20
|
@font-face {
|
|
21
21
|
font-family: 'Nunito';
|
|
22
22
|
font-style: normal;
|
|
23
23
|
font-display: swap;
|
|
24
|
-
font-weight:
|
|
25
|
-
src: url('./files/nunito-vietnamese-
|
|
24
|
+
font-weight: 800;
|
|
25
|
+
src: url('./files/nunito-vietnamese-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
26
26
|
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
27
27
|
}
|
|
28
|
-
/* nunito-latin-ext-
|
|
28
|
+
/* nunito-latin-ext-800-normal*/
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'Nunito';
|
|
31
31
|
font-style: normal;
|
|
32
32
|
font-display: swap;
|
|
33
|
-
font-weight:
|
|
34
|
-
src: url('./files/nunito-latin-ext-
|
|
33
|
+
font-weight: 800;
|
|
34
|
+
src: url('./files/nunito-latin-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
35
35
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
36
36
|
}
|
|
37
|
-
/* nunito-latin-
|
|
37
|
+
/* nunito-latin-800-normal*/
|
|
38
38
|
@font-face {
|
|
39
39
|
font-family: 'Nunito';
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: swap;
|
|
42
|
-
font-weight:
|
|
43
|
-
src: url('./files/nunito-latin-
|
|
42
|
+
font-weight: 800;
|
|
43
|
+
src: url('./files/nunito-latin-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
44
44
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
/* nunito-
|
|
47
|
+
/* nunito-200normal - latin */
|
|
48
48
|
@font-face {
|
|
49
49
|
font-family: 'Nunito';
|
|
50
50
|
font-style: normal;
|
|
51
51
|
font-display: swap;
|
|
52
|
-
font-weight:
|
|
53
|
-
src:
|
|
54
|
-
|
|
52
|
+
font-weight: 200;
|
|
53
|
+
src:
|
|
54
|
+
local('Nunito Extra Light '),
|
|
55
|
+
local('Nunito-Extra Light'),
|
|
56
|
+
url('./files/nunito-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
57
|
+
url('./files/nunito-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
55
58
|
}
|
|
56
|
-
|
|
59
|
+
|
|
60
|
+
/* nunito-200italic - latin */
|
|
57
61
|
@font-face {
|
|
58
62
|
font-family: 'Nunito';
|
|
59
|
-
font-style:
|
|
63
|
+
font-style: italic;
|
|
60
64
|
font-display: swap;
|
|
61
|
-
font-weight:
|
|
62
|
-
src:
|
|
63
|
-
|
|
65
|
+
font-weight: 200;
|
|
66
|
+
src:
|
|
67
|
+
local('Nunito Extra Light italic'),
|
|
68
|
+
local('Nunito-Extra Lightitalic'),
|
|
69
|
+
url('./files/nunito-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
70
|
+
url('./files/nunito-latin-200italic.woff') format('woff'); /* Modern Browsers */
|
|
64
71
|
}
|
|
65
|
-
|
|
72
|
+
|
|
73
|
+
/* nunito-300normal - latin */
|
|
66
74
|
@font-face {
|
|
67
75
|
font-family: 'Nunito';
|
|
68
76
|
font-style: normal;
|
|
69
77
|
font-display: swap;
|
|
70
|
-
font-weight:
|
|
71
|
-
src:
|
|
72
|
-
|
|
78
|
+
font-weight: 300;
|
|
79
|
+
src:
|
|
80
|
+
local('Nunito Light '),
|
|
81
|
+
local('Nunito-Light'),
|
|
82
|
+
url('./files/nunito-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
83
|
+
url('./files/nunito-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
73
84
|
}
|
|
74
|
-
|
|
85
|
+
|
|
86
|
+
/* nunito-300italic - latin */
|
|
87
|
+
@font-face {
|
|
88
|
+
font-family: 'Nunito';
|
|
89
|
+
font-style: italic;
|
|
90
|
+
font-display: swap;
|
|
91
|
+
font-weight: 300;
|
|
92
|
+
src:
|
|
93
|
+
local('Nunito Light italic'),
|
|
94
|
+
local('Nunito-Lightitalic'),
|
|
95
|
+
url('./files/nunito-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
96
|
+
url('./files/nunito-latin-300italic.woff') format('woff'); /* Modern Browsers */
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/* nunito-400normal - latin */
|
|
75
100
|
@font-face {
|
|
76
101
|
font-family: 'Nunito';
|
|
77
102
|
font-style: normal;
|
|
78
103
|
font-display: swap;
|
|
79
104
|
font-weight: 400;
|
|
80
|
-
src:
|
|
81
|
-
|
|
105
|
+
src:
|
|
106
|
+
local('Nunito Regular '),
|
|
107
|
+
local('Nunito-Regular'),
|
|
108
|
+
url('./files/nunito-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
109
|
+
url('./files/nunito-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
82
110
|
}
|
|
83
|
-
|
|
111
|
+
|
|
112
|
+
/* nunito-400italic - latin */
|
|
84
113
|
@font-face {
|
|
85
114
|
font-family: 'Nunito';
|
|
86
|
-
font-style:
|
|
115
|
+
font-style: italic;
|
|
87
116
|
font-display: swap;
|
|
88
117
|
font-weight: 400;
|
|
89
|
-
src:
|
|
90
|
-
|
|
118
|
+
src:
|
|
119
|
+
local('Nunito Regular italic'),
|
|
120
|
+
local('Nunito-Regularitalic'),
|
|
121
|
+
url('./files/nunito-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
122
|
+
url('./files/nunito-latin-400italic.woff') format('woff'); /* Modern Browsers */
|
|
91
123
|
}
|
|
92
124
|
|
|
93
|
-
/* nunito-
|
|
125
|
+
/* nunito-600normal - latin */
|
|
94
126
|
@font-face {
|
|
95
127
|
font-family: 'Nunito';
|
|
96
128
|
font-style: normal;
|
|
97
129
|
font-display: swap;
|
|
98
130
|
font-weight: 600;
|
|
99
|
-
src:
|
|
100
|
-
|
|
131
|
+
src:
|
|
132
|
+
local('Nunito SemiBold '),
|
|
133
|
+
local('Nunito-SemiBold'),
|
|
134
|
+
url('./files/nunito-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
135
|
+
url('./files/nunito-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
101
136
|
}
|
|
102
|
-
|
|
137
|
+
|
|
138
|
+
/* nunito-600italic - latin */
|
|
103
139
|
@font-face {
|
|
104
140
|
font-family: 'Nunito';
|
|
105
|
-
font-style:
|
|
141
|
+
font-style: italic;
|
|
106
142
|
font-display: swap;
|
|
107
143
|
font-weight: 600;
|
|
108
|
-
src:
|
|
109
|
-
|
|
144
|
+
src:
|
|
145
|
+
local('Nunito SemiBold italic'),
|
|
146
|
+
local('Nunito-SemiBolditalic'),
|
|
147
|
+
url('./files/nunito-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
148
|
+
url('./files/nunito-latin-600italic.woff') format('woff'); /* Modern Browsers */
|
|
110
149
|
}
|
|
111
|
-
|
|
150
|
+
|
|
151
|
+
/* nunito-700normal - latin */
|
|
112
152
|
@font-face {
|
|
113
153
|
font-family: 'Nunito';
|
|
114
154
|
font-style: normal;
|
|
115
155
|
font-display: swap;
|
|
116
|
-
font-weight:
|
|
117
|
-
src:
|
|
118
|
-
|
|
156
|
+
font-weight: 700;
|
|
157
|
+
src:
|
|
158
|
+
local('Nunito Bold '),
|
|
159
|
+
local('Nunito-Bold'),
|
|
160
|
+
url('./files/nunito-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
161
|
+
url('./files/nunito-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
119
162
|
}
|
|
120
|
-
|
|
163
|
+
|
|
164
|
+
/* nunito-700italic - latin */
|
|
121
165
|
@font-face {
|
|
122
166
|
font-family: 'Nunito';
|
|
123
|
-
font-style:
|
|
167
|
+
font-style: italic;
|
|
124
168
|
font-display: swap;
|
|
125
|
-
font-weight:
|
|
126
|
-
src:
|
|
127
|
-
|
|
169
|
+
font-weight: 700;
|
|
170
|
+
src:
|
|
171
|
+
local('Nunito Bold italic'),
|
|
172
|
+
local('Nunito-Bolditalic'),
|
|
173
|
+
url('./files/nunito-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
174
|
+
url('./files/nunito-latin-700italic.woff') format('woff'); /* Modern Browsers */
|
|
128
175
|
}
|
|
129
|
-
|
|
176
|
+
|
|
177
|
+
/* nunito-800normal - latin */
|
|
130
178
|
@font-face {
|
|
131
179
|
font-family: 'Nunito';
|
|
132
180
|
font-style: normal;
|
|
133
181
|
font-display: swap;
|
|
134
|
-
font-weight:
|
|
135
|
-
src:
|
|
136
|
-
|
|
182
|
+
font-weight: 800;
|
|
183
|
+
src:
|
|
184
|
+
local('Nunito ExtraBold '),
|
|
185
|
+
local('Nunito-ExtraBold'),
|
|
186
|
+
url('./files/nunito-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
187
|
+
url('./files/nunito-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
137
188
|
}
|
|
138
189
|
|
|
139
|
-
/*
|
|
190
|
+
/* nunito-800italic - latin */
|
|
140
191
|
@font-face {
|
|
141
|
-
font-family: '
|
|
142
|
-
font-style:
|
|
192
|
+
font-family: 'Nunito';
|
|
193
|
+
font-style: italic;
|
|
143
194
|
font-display: swap;
|
|
144
|
-
font-weight:
|
|
145
|
-
src:
|
|
146
|
-
|
|
195
|
+
font-weight: 800;
|
|
196
|
+
src:
|
|
197
|
+
local('Nunito ExtraBold italic'),
|
|
198
|
+
local('Nunito-ExtraBolditalic'),
|
|
199
|
+
url('./files/nunito-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
200
|
+
url('./files/nunito-latin-800italic.woff') format('woff'); /* Modern Browsers */
|
|
147
201
|
}
|
|
148
|
-
|
|
202
|
+
|
|
203
|
+
/* nunito-900normal - latin */
|
|
149
204
|
@font-face {
|
|
150
|
-
font-family: '
|
|
205
|
+
font-family: 'Nunito';
|
|
151
206
|
font-style: normal;
|
|
152
207
|
font-display: swap;
|
|
153
|
-
font-weight:
|
|
154
|
-
src:
|
|
155
|
-
|
|
208
|
+
font-weight: 900;
|
|
209
|
+
src:
|
|
210
|
+
local('Nunito Black '),
|
|
211
|
+
local('Nunito-Black'),
|
|
212
|
+
url('./files/nunito-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
|
|
213
|
+
url('./files/nunito-latin-900.woff') format('woff'); /* Modern Browsers */
|
|
156
214
|
}
|
|
157
|
-
|
|
215
|
+
|
|
216
|
+
/* nunito-900italic - latin */
|
|
158
217
|
@font-face {
|
|
159
|
-
font-family: '
|
|
160
|
-
font-style:
|
|
218
|
+
font-family: 'Nunito';
|
|
219
|
+
font-style: italic;
|
|
161
220
|
font-display: swap;
|
|
162
|
-
font-weight:
|
|
163
|
-
src:
|
|
164
|
-
|
|
221
|
+
font-weight: 900;
|
|
222
|
+
src:
|
|
223
|
+
local('Nunito Black italic'),
|
|
224
|
+
local('Nunito-Blackitalic'),
|
|
225
|
+
url('./files/nunito-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
226
|
+
url('./files/nunito-latin-900italic.woff') format('woff'); /* Modern Browsers */
|
|
165
227
|
}
|
|
166
228
|
|
|
229
|
+
|
|
167
230
|
/* dosis-200normal - latin */
|
|
168
231
|
@font-face {
|
|
169
232
|
font-family: 'Dosis';
|
|
@@ -256,231 +319,168 @@
|
|
|
256
319
|
}
|
|
257
320
|
|
|
258
321
|
|
|
259
|
-
/* nunito-
|
|
322
|
+
/* nunito-cyrillic-ext-300-normal*/
|
|
260
323
|
@font-face {
|
|
261
324
|
font-family: 'Nunito';
|
|
262
325
|
font-style: normal;
|
|
263
326
|
font-display: swap;
|
|
264
|
-
font-weight:
|
|
265
|
-
src:
|
|
266
|
-
|
|
267
|
-
local('Nunito-Extra Light'),
|
|
268
|
-
url('./files/nunito-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
269
|
-
url('./files/nunito-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
327
|
+
font-weight: 300;
|
|
328
|
+
src: url('./files/nunito-cyrillic-ext-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
|
|
329
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
270
330
|
}
|
|
271
|
-
|
|
272
|
-
/* nunito-200italic - latin */
|
|
331
|
+
/* nunito-cyrillic-300-normal*/
|
|
273
332
|
@font-face {
|
|
274
333
|
font-family: 'Nunito';
|
|
275
|
-
font-style:
|
|
334
|
+
font-style: normal;
|
|
276
335
|
font-display: swap;
|
|
277
|
-
font-weight:
|
|
278
|
-
src:
|
|
279
|
-
|
|
280
|
-
local('Nunito-Extra Lightitalic'),
|
|
281
|
-
url('./files/nunito-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
282
|
-
url('./files/nunito-latin-200italic.woff') format('woff'); /* Modern Browsers */
|
|
336
|
+
font-weight: 300;
|
|
337
|
+
src: url('./files/nunito-cyrillic-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
|
|
338
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
283
339
|
}
|
|
284
|
-
|
|
285
|
-
/* nunito-300normal - latin */
|
|
340
|
+
/* nunito-vietnamese-300-normal*/
|
|
286
341
|
@font-face {
|
|
287
342
|
font-family: 'Nunito';
|
|
288
343
|
font-style: normal;
|
|
289
344
|
font-display: swap;
|
|
290
345
|
font-weight: 300;
|
|
291
|
-
src:
|
|
292
|
-
|
|
293
|
-
local('Nunito-Light'),
|
|
294
|
-
url('./files/nunito-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
295
|
-
url('./files/nunito-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
346
|
+
src: url('./files/nunito-vietnamese-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
|
|
347
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
296
348
|
}
|
|
297
|
-
|
|
298
|
-
/* nunito-300italic - latin */
|
|
349
|
+
/* nunito-latin-ext-300-normal*/
|
|
299
350
|
@font-face {
|
|
300
351
|
font-family: 'Nunito';
|
|
301
|
-
font-style:
|
|
352
|
+
font-style: normal;
|
|
302
353
|
font-display: swap;
|
|
303
354
|
font-weight: 300;
|
|
304
|
-
src:
|
|
305
|
-
|
|
306
|
-
local('Nunito-Lightitalic'),
|
|
307
|
-
url('./files/nunito-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
308
|
-
url('./files/nunito-latin-300italic.woff') format('woff'); /* Modern Browsers */
|
|
355
|
+
src: url('./files/nunito-latin-ext-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
|
|
356
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
309
357
|
}
|
|
310
|
-
|
|
311
|
-
/* nunito-400normal - latin */
|
|
358
|
+
/* nunito-latin-300-normal*/
|
|
312
359
|
@font-face {
|
|
313
360
|
font-family: 'Nunito';
|
|
314
361
|
font-style: normal;
|
|
315
362
|
font-display: swap;
|
|
316
|
-
font-weight:
|
|
317
|
-
src:
|
|
318
|
-
|
|
319
|
-
local('Nunito-Regular'),
|
|
320
|
-
url('./files/nunito-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
321
|
-
url('./files/nunito-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
363
|
+
font-weight: 300;
|
|
364
|
+
src: url('./files/nunito-latin-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
|
|
365
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
322
366
|
}
|
|
323
367
|
|
|
324
|
-
/* nunito-
|
|
368
|
+
/* nunito-cyrillic-ext-400-normal*/
|
|
325
369
|
@font-face {
|
|
326
370
|
font-family: 'Nunito';
|
|
327
|
-
font-style:
|
|
371
|
+
font-style: normal;
|
|
328
372
|
font-display: swap;
|
|
329
373
|
font-weight: 400;
|
|
330
|
-
src:
|
|
331
|
-
|
|
332
|
-
local('Nunito-Regularitalic'),
|
|
333
|
-
url('./files/nunito-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
334
|
-
url('./files/nunito-latin-400italic.woff') format('woff'); /* Modern Browsers */
|
|
374
|
+
src: url('./files/nunito-cyrillic-ext-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
|
|
375
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
335
376
|
}
|
|
336
|
-
|
|
337
|
-
/* nunito-600normal - latin */
|
|
377
|
+
/* nunito-cyrillic-400-normal*/
|
|
338
378
|
@font-face {
|
|
339
379
|
font-family: 'Nunito';
|
|
340
380
|
font-style: normal;
|
|
341
381
|
font-display: swap;
|
|
342
|
-
font-weight:
|
|
343
|
-
src:
|
|
344
|
-
|
|
345
|
-
local('Nunito-SemiBold'),
|
|
346
|
-
url('./files/nunito-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
347
|
-
url('./files/nunito-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
/* nunito-600italic - latin */
|
|
351
|
-
@font-face {
|
|
352
|
-
font-family: 'Nunito';
|
|
353
|
-
font-style: italic;
|
|
354
|
-
font-display: swap;
|
|
355
|
-
font-weight: 600;
|
|
356
|
-
src:
|
|
357
|
-
local('Nunito SemiBold italic'),
|
|
358
|
-
local('Nunito-SemiBolditalic'),
|
|
359
|
-
url('./files/nunito-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
360
|
-
url('./files/nunito-latin-600italic.woff') format('woff'); /* Modern Browsers */
|
|
382
|
+
font-weight: 400;
|
|
383
|
+
src: url('./files/nunito-cyrillic-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
|
|
384
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
361
385
|
}
|
|
362
|
-
|
|
363
|
-
/* nunito-700normal - latin */
|
|
386
|
+
/* nunito-vietnamese-400-normal*/
|
|
364
387
|
@font-face {
|
|
365
388
|
font-family: 'Nunito';
|
|
366
389
|
font-style: normal;
|
|
367
390
|
font-display: swap;
|
|
368
|
-
font-weight:
|
|
369
|
-
src:
|
|
370
|
-
|
|
371
|
-
local('Nunito-Bold'),
|
|
372
|
-
url('./files/nunito-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
373
|
-
url('./files/nunito-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
391
|
+
font-weight: 400;
|
|
392
|
+
src: url('./files/nunito-vietnamese-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
|
|
393
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
374
394
|
}
|
|
375
|
-
|
|
376
|
-
/* nunito-700italic - latin */
|
|
395
|
+
/* nunito-latin-ext-400-normal*/
|
|
377
396
|
@font-face {
|
|
378
397
|
font-family: 'Nunito';
|
|
379
|
-
font-style:
|
|
398
|
+
font-style: normal;
|
|
380
399
|
font-display: swap;
|
|
381
|
-
font-weight:
|
|
382
|
-
src:
|
|
383
|
-
|
|
384
|
-
local('Nunito-Bolditalic'),
|
|
385
|
-
url('./files/nunito-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
386
|
-
url('./files/nunito-latin-700italic.woff') format('woff'); /* Modern Browsers */
|
|
400
|
+
font-weight: 400;
|
|
401
|
+
src: url('./files/nunito-latin-ext-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
|
|
402
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
387
403
|
}
|
|
388
|
-
|
|
389
|
-
/* nunito-800normal - latin */
|
|
404
|
+
/* nunito-latin-400-normal*/
|
|
390
405
|
@font-face {
|
|
391
406
|
font-family: 'Nunito';
|
|
392
407
|
font-style: normal;
|
|
393
408
|
font-display: swap;
|
|
394
|
-
font-weight:
|
|
395
|
-
src:
|
|
396
|
-
|
|
397
|
-
local('Nunito-ExtraBold'),
|
|
398
|
-
url('./files/nunito-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
399
|
-
url('./files/nunito-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
409
|
+
font-weight: 400;
|
|
410
|
+
src: url('./files/nunito-latin-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
|
|
411
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
400
412
|
}
|
|
401
413
|
|
|
402
|
-
/* nunito-
|
|
414
|
+
/* nunito-cyrillic-ext-600-normal*/
|
|
403
415
|
@font-face {
|
|
404
416
|
font-family: 'Nunito';
|
|
405
|
-
font-style:
|
|
417
|
+
font-style: normal;
|
|
406
418
|
font-display: swap;
|
|
407
|
-
font-weight:
|
|
408
|
-
src:
|
|
409
|
-
|
|
410
|
-
local('Nunito-ExtraBolditalic'),
|
|
411
|
-
url('./files/nunito-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
412
|
-
url('./files/nunito-latin-800italic.woff') format('woff'); /* Modern Browsers */
|
|
419
|
+
font-weight: 600;
|
|
420
|
+
src: url('./files/nunito-cyrillic-ext-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
|
|
421
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
413
422
|
}
|
|
414
|
-
|
|
415
|
-
/* nunito-900normal - latin */
|
|
423
|
+
/* nunito-cyrillic-600-normal*/
|
|
416
424
|
@font-face {
|
|
417
425
|
font-family: 'Nunito';
|
|
418
426
|
font-style: normal;
|
|
419
427
|
font-display: swap;
|
|
420
|
-
font-weight:
|
|
421
|
-
src:
|
|
422
|
-
|
|
423
|
-
local('Nunito-Black'),
|
|
424
|
-
url('./files/nunito-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
|
|
425
|
-
url('./files/nunito-latin-900.woff') format('woff'); /* Modern Browsers */
|
|
428
|
+
font-weight: 600;
|
|
429
|
+
src: url('./files/nunito-cyrillic-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
|
|
430
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
426
431
|
}
|
|
427
|
-
|
|
428
|
-
/* nunito-900italic - latin */
|
|
432
|
+
/* nunito-vietnamese-600-normal*/
|
|
429
433
|
@font-face {
|
|
430
434
|
font-family: 'Nunito';
|
|
431
|
-
font-style:
|
|
435
|
+
font-style: normal;
|
|
432
436
|
font-display: swap;
|
|
433
|
-
font-weight:
|
|
434
|
-
src:
|
|
435
|
-
|
|
436
|
-
local('Nunito-Blackitalic'),
|
|
437
|
-
url('./files/nunito-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
438
|
-
url('./files/nunito-latin-900italic.woff') format('woff'); /* Modern Browsers */
|
|
437
|
+
font-weight: 600;
|
|
438
|
+
src: url('./files/nunito-vietnamese-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
|
|
439
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
439
440
|
}
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
/* nunito-cyrillic-ext-800-normal*/
|
|
441
|
+
/* nunito-latin-ext-600-normal*/
|
|
443
442
|
@font-face {
|
|
444
443
|
font-family: 'Nunito';
|
|
445
444
|
font-style: normal;
|
|
446
445
|
font-display: swap;
|
|
447
|
-
font-weight:
|
|
448
|
-
src: url('./files/nunito-
|
|
449
|
-
unicode-range: U+
|
|
446
|
+
font-weight: 600;
|
|
447
|
+
src: url('./files/nunito-latin-ext-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
|
|
448
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
450
449
|
}
|
|
451
|
-
/* nunito-
|
|
450
|
+
/* nunito-latin-600-normal*/
|
|
452
451
|
@font-face {
|
|
453
452
|
font-family: 'Nunito';
|
|
454
453
|
font-style: normal;
|
|
455
454
|
font-display: swap;
|
|
456
|
-
font-weight:
|
|
457
|
-
src: url('./files/nunito-
|
|
458
|
-
unicode-range: U+
|
|
455
|
+
font-weight: 600;
|
|
456
|
+
src: url('./files/nunito-latin-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
|
|
457
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
459
458
|
}
|
|
460
|
-
|
|
459
|
+
|
|
460
|
+
/* dosis-vietnamese-600-normal*/
|
|
461
461
|
@font-face {
|
|
462
|
-
font-family: '
|
|
462
|
+
font-family: 'Dosis';
|
|
463
463
|
font-style: normal;
|
|
464
464
|
font-display: swap;
|
|
465
|
-
font-weight:
|
|
466
|
-
src: url('./files/
|
|
465
|
+
font-weight: 600;
|
|
466
|
+
src: url('./files/dosis-vietnamese-600-normal.woff2') format('woff2'), url('./files/dosis-all-600-normal.woff') format('woff');
|
|
467
467
|
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
468
468
|
}
|
|
469
|
-
/*
|
|
469
|
+
/* dosis-latin-ext-600-normal*/
|
|
470
470
|
@font-face {
|
|
471
|
-
font-family: '
|
|
471
|
+
font-family: 'Dosis';
|
|
472
472
|
font-style: normal;
|
|
473
473
|
font-display: swap;
|
|
474
|
-
font-weight:
|
|
475
|
-
src: url('./files/
|
|
474
|
+
font-weight: 600;
|
|
475
|
+
src: url('./files/dosis-latin-ext-600-normal.woff2') format('woff2'), url('./files/dosis-all-600-normal.woff') format('woff');
|
|
476
476
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
477
477
|
}
|
|
478
|
-
/*
|
|
478
|
+
/* dosis-latin-600-normal*/
|
|
479
479
|
@font-face {
|
|
480
|
-
font-family: '
|
|
480
|
+
font-family: 'Dosis';
|
|
481
481
|
font-style: normal;
|
|
482
482
|
font-display: swap;
|
|
483
|
-
font-weight:
|
|
484
|
-
src: url('./files/
|
|
483
|
+
font-weight: 600;
|
|
484
|
+
src: url('./files/dosis-latin-600-normal.woff2') format('woff2'), url('./files/dosis-all-600-normal.woff') format('woff');
|
|
485
485
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
486
486
|
}
|