@preply/ds-web-root 0.41.0 → 0.43.0
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/dist/components/GlobalStyle/index.d.ts +1 -0
- package/dist/components/GlobalStyle/index.js +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/generated/GlobalStyle.d.ts +2 -0
- package/dist/generated/GlobalStyle.js +223 -0
- package/dist/generated/global-style.less +214 -0
- package/dist/generated/global-style.less.js +8 -0
- package/dist/generated/themes.d.ts +1 -1
- package/dist/generated/themes.js +2 -2
- package/dist/generated/themes.module.less +1381 -1243
- package/dist/generated/themes.module.less.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/styles/global-style.less +1 -0
- package/dist/styles/global-style.less.js +8 -0
- package/package.json +12 -12
- package/dist/styles/fonts/roboto.less +0 -1
- package/dist/styles/fonts/roboto.less.js +0 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GlobalStyle } from '../../generated/GlobalStyle';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './GlobalStyle';
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
/* eslint-disable react/no-danger */
|
|
4
|
+
const GlobalStyle = () => (React.createElement("style", { "data-ds-style": "global", dangerouslySetInnerHTML: {
|
|
5
|
+
__html: `/* Variable fonts */
|
|
6
|
+
/* English */
|
|
7
|
+
@font-face {
|
|
8
|
+
font-family: 'PreplyInterV';
|
|
9
|
+
font-weight: 400 700;
|
|
10
|
+
font-display: swap;
|
|
11
|
+
font-style: oblique 0deg 10deg;
|
|
12
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2') format('woff2');
|
|
13
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
14
|
+
}
|
|
15
|
+
/* Cyrillic */
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'PreplyInterV';
|
|
18
|
+
font-weight: 400 700;
|
|
19
|
+
font-display: swap;
|
|
20
|
+
font-style: oblique 0deg 10deg;
|
|
21
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2') format('woff2');
|
|
22
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
23
|
+
}
|
|
24
|
+
/* Latin Extended (Polish, German, French, Italian, Turkish, Portuguese, Spanish) */
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'PreplyInterV';
|
|
27
|
+
font-weight: 400 700;
|
|
28
|
+
font-display: swap;
|
|
29
|
+
font-style: oblique 0deg 10deg;
|
|
30
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2') format('woff2');
|
|
31
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
32
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
33
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
34
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
35
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
36
|
+
}
|
|
37
|
+
/* Non-variable fonts */
|
|
38
|
+
/* English */
|
|
39
|
+
@font-face {
|
|
40
|
+
font-family: 'PreplyInter';
|
|
41
|
+
font-style: normal;
|
|
42
|
+
font-weight: 400;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2') format('woff2');
|
|
45
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
46
|
+
}
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: 'PreplyInter';
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-weight: 500;
|
|
51
|
+
font-display: swap;
|
|
52
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2') format('woff2');
|
|
53
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
54
|
+
}
|
|
55
|
+
@font-face {
|
|
56
|
+
font-family: 'PreplyInter';
|
|
57
|
+
font-style: normal;
|
|
58
|
+
font-weight: 700;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2') format('woff2');
|
|
61
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
62
|
+
}
|
|
63
|
+
@font-face {
|
|
64
|
+
font-family: 'PreplyInter';
|
|
65
|
+
font-style: oblique 10deg;
|
|
66
|
+
font-weight: 400;
|
|
67
|
+
font-display: swap;
|
|
68
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2') format('woff2');
|
|
69
|
+
unicode-range: U+0000-00FF;
|
|
70
|
+
}
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'PreplyInter';
|
|
73
|
+
font-style: oblique 10deg;
|
|
74
|
+
font-weight: 500;
|
|
75
|
+
font-display: swap;
|
|
76
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2')
|
|
77
|
+
format('woff2');
|
|
78
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
79
|
+
}
|
|
80
|
+
@font-face {
|
|
81
|
+
font-family: 'PreplyInter';
|
|
82
|
+
font-style: oblique 10deg;
|
|
83
|
+
font-weight: 700;
|
|
84
|
+
font-display: swap;
|
|
85
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2') format('woff2');
|
|
86
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
87
|
+
}
|
|
88
|
+
/* Cyrillic */
|
|
89
|
+
@font-face {
|
|
90
|
+
font-family: 'PreplyInter';
|
|
91
|
+
font-style: normal;
|
|
92
|
+
font-weight: 400;
|
|
93
|
+
font-display: swap;
|
|
94
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2') format('woff2');
|
|
95
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
96
|
+
}
|
|
97
|
+
@font-face {
|
|
98
|
+
font-family: 'PreplyInter';
|
|
99
|
+
font-style: normal;
|
|
100
|
+
font-weight: 500;
|
|
101
|
+
font-display: swap;
|
|
102
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2') format('woff2');
|
|
103
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
104
|
+
}
|
|
105
|
+
@font-face {
|
|
106
|
+
font-family: 'PreplyInter';
|
|
107
|
+
font-style: normal;
|
|
108
|
+
font-weight: 700;
|
|
109
|
+
font-display: swap;
|
|
110
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2') format('woff2');
|
|
111
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
112
|
+
}
|
|
113
|
+
@font-face {
|
|
114
|
+
font-family: 'PreplyInter';
|
|
115
|
+
font-style: oblique 10deg;
|
|
116
|
+
font-weight: 400;
|
|
117
|
+
font-display: swap;
|
|
118
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2') format('woff2');
|
|
119
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
120
|
+
}
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: 'PreplyInter';
|
|
123
|
+
font-style: oblique 10deg;
|
|
124
|
+
font-weight: 500;
|
|
125
|
+
font-display: swap;
|
|
126
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2')
|
|
127
|
+
format('woff2');
|
|
128
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
129
|
+
}
|
|
130
|
+
@font-face {
|
|
131
|
+
font-family: 'PreplyInter';
|
|
132
|
+
font-style: oblique 10deg;
|
|
133
|
+
font-weight: 700;
|
|
134
|
+
font-display: swap;
|
|
135
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2') format('woff2');
|
|
136
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
137
|
+
}
|
|
138
|
+
/* Latin Extended (Polish, German, French, Italian, Turkish, Portuguese, Spanish) */
|
|
139
|
+
@font-face {
|
|
140
|
+
font-family: 'PreplyInter';
|
|
141
|
+
font-style: normal;
|
|
142
|
+
font-weight: 400;
|
|
143
|
+
font-display: swap;
|
|
144
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2') format('woff2');
|
|
145
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
146
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
147
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
148
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
149
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
150
|
+
}
|
|
151
|
+
@font-face {
|
|
152
|
+
font-family: 'PreplyInter';
|
|
153
|
+
font-style: normal;
|
|
154
|
+
font-weight: 500;
|
|
155
|
+
font-display: swap;
|
|
156
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2') format('woff2');
|
|
157
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
158
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
159
|
+
U+15F, U+178-17C, U+1E9E;
|
|
160
|
+
}
|
|
161
|
+
@font-face {
|
|
162
|
+
font-family: 'PreplyInter';
|
|
163
|
+
font-style: normal;
|
|
164
|
+
font-weight: 700;
|
|
165
|
+
font-display: swap;
|
|
166
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2') format('woff2');
|
|
167
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
168
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
169
|
+
U+15F, U+178-17C, U+1E9E;
|
|
170
|
+
}
|
|
171
|
+
@font-face {
|
|
172
|
+
font-family: 'PreplyInter';
|
|
173
|
+
font-style: oblique 10deg;
|
|
174
|
+
font-weight: 400;
|
|
175
|
+
font-display: swap;
|
|
176
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2') format('woff2');
|
|
177
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
178
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
179
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
180
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
181
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
182
|
+
}
|
|
183
|
+
@font-face {
|
|
184
|
+
font-family: 'PreplyInter';
|
|
185
|
+
font-style: oblique 10deg;
|
|
186
|
+
font-weight: 500;
|
|
187
|
+
font-display: swap;
|
|
188
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2')
|
|
189
|
+
format('woff2');
|
|
190
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
191
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
192
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
193
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
194
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
195
|
+
}
|
|
196
|
+
@font-face {
|
|
197
|
+
font-family: 'PreplyInter';
|
|
198
|
+
font-style: oblique 10deg;
|
|
199
|
+
font-weight: 700;
|
|
200
|
+
font-display: swap;
|
|
201
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2') format('woff2');
|
|
202
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
203
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
204
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
205
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
206
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/* Applying variable when supported */
|
|
210
|
+
* {
|
|
211
|
+
font-family: 'PreplyInter', sans-serif;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
@supports (font-variation-settings: normal) {
|
|
215
|
+
* {
|
|
216
|
+
font-family: 'PreplyInterV', sans-serif;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
`,
|
|
220
|
+
} }));
|
|
221
|
+
|
|
222
|
+
export { GlobalStyle };
|
|
223
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiR2xvYmFsU3R5bGUuanMiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9nZW5lcmF0ZWQvR2xvYmFsU3R5bGUudHN4Il0sInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIHJlYWN0L25vLWRhbmdlciAqL1xuaW1wb3J0IFJlYWN0LCB7IEZDIH0gZnJvbSAncmVhY3QnO1xuXG5leHBvcnQgY29uc3QgR2xvYmFsU3R5bGU6IEZDID0gKCkgPT4gKFxuICAgIDxzdHlsZVxuICAgICAgICBkYXRhLWRzLXN0eWxlPVwiZ2xvYmFsXCJcbiAgICAgICAgZGFuZ2Vyb3VzbHlTZXRJbm5lckhUTUw9e3tcbiAgICAgICAgICAgIF9faHRtbDogYC8qIFZhcmlhYmxlIGZvbnRzICovXG4vKiBFbmdsaXNoICovXG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyVic7XG4gICAgZm9udC13ZWlnaHQ6IDQwMCA3MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIGZvbnQtc3R5bGU6IG9ibGlxdWUgMGRlZyAxMGRlZztcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9lbi9QcmVwbHlJbnRlci52YXIud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSswMDIwLTAwN0YsIFUrQUIsIFUrQkI7XG59XG4vKiBDeXJpbGxpYyAqL1xuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlclYnO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDAgNzAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBmb250LXN0eWxlOiBvYmxpcXVlIDBkZWcgMTBkZWc7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvY3lyL1ByZXBseUludGVyLnZhci53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzQwMSwgVSs0MDQsIFUrNDA2LCBVKzQwNywgVSs0MTAtNDRGLCBVKzQ1MSwgVSs0NTQsIFUrNDU2LCBVKzQ1NywgVSs0OTAsIFUrNDkxO1xufVxuLyogTGF0aW4gRXh0ZW5kZWQgKFBvbGlzaCwgR2VybWFuLCBGcmVuY2gsIEl0YWxpYW4sIFR1cmtpc2gsIFBvcnR1Z3Vlc2UsIFNwYW5pc2gpICovXG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyVic7XG4gICAgZm9udC13ZWlnaHQ6IDQwMCA3MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIGZvbnQtc3R5bGU6IG9ibGlxdWUgMGRlZyAxMGRlZztcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9sYXQvUHJlcGx5SW50ZXIudmFyLndvZmYyJykgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrQTEsIFUrQkYtQzQsIFUrQzYtQ0YsIFUrRDEtRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsIFUrRjEtRjYsIFUrRjktRkMsXG4gICAgICAgIFUrRkYsIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLCBVKzE1MywgVSsxNUEsIFUrMTVCLFxuICAgICAgICBVKzE1RSwgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFIFUrQTEsIFUrQkYtQzQsIFUrQzYtQ0YsIFUrRDEtRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsXG4gICAgICAgIFUrRjEtRjYsIFUrRjktRkMsIFUrRkYsIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLFxuICAgICAgICBVKzE1MywgVSsxNUEsIFUrMTVCLCBVKzE1RSwgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFO1xufVxuLyogTm9uLXZhcmlhYmxlIGZvbnRzICovXG4vKiBFbmdsaXNoICovXG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvZW4vUHJlcGx5SW50ZXIucmVndWxhci53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzAwMjAtMDA3RiwgVStBQiwgVStCQjtcbn1cbkBmb250LWZhY2Uge1xuICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXInO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNTAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9lbi9QcmVwbHlJbnRlci5tZWRpdW0ud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSswMDIwLTAwN0YsIFUrQUIsIFUrQkI7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvZW4vUHJlcGx5SW50ZXIuYm9sZC53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzAwMjAtMDA3RiwgVStBQiwgVStCQjtcbn1cbkBmb250LWZhY2Uge1xuICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXInO1xuICAgIGZvbnQtc3R5bGU6IG9ibGlxdWUgMTBkZWc7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvZW4vUHJlcGx5SW50ZXIuaXRhbGljLndvZmYyJykgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrMDAwMC0wMEZGO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNTAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9lbi9QcmVwbHlJbnRlci5tZWRpdW0uaXRhbGljLndvZmYyJylcbiAgICAgICAgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrMDAyMC0wMDdGLCBVK0FCLCBVK0JCO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9lbi9QcmVwbHlJbnRlci5ib2xkLml0YWxpYy53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzAwMjAtMDA3RiwgVStBQiwgVStCQjtcbn1cbi8qIEN5cmlsbGljICovXG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvY3lyL1ByZXBseUludGVyLnJlZ3VsYXIud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSs0MDEsIFUrNDA0LCBVKzQwNiwgVSs0MDcsIFUrNDEwLTQ0RiwgVSs0NTEsIFUrNDU0LCBVKzQ1NiwgVSs0NTcsIFUrNDkwLCBVKzQ5MTtcbn1cbkBmb250LWZhY2Uge1xuICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXInO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNTAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9jeXIvUHJlcGx5SW50ZXIubWVkaXVtLndvZmYyJykgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrNDAxLCBVKzQwNCwgVSs0MDYsIFUrNDA3LCBVKzQxMC00NEYsIFUrNDUxLCBVKzQ1NCwgVSs0NTYsIFUrNDU3LCBVKzQ5MCwgVSs0OTE7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvY3lyL1ByZXBseUludGVyLmJvbGQud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSs0MDEsIFUrNDA0LCBVKzQwNiwgVSs0MDcsIFUrNDEwLTQ0RiwgVSs0NTEsIFUrNDU0LCBVKzQ1NiwgVSs0NTcsIFUrNDkwLCBVKzQ5MTtcbn1cbkBmb250LWZhY2Uge1xuICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXInO1xuICAgIGZvbnQtc3R5bGU6IG9ibGlxdWUgMTBkZWc7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvY3lyL1ByZXBseUludGVyLml0YWxpYy53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzQwMSwgVSs0MDQsIFUrNDA2LCBVKzQwNywgVSs0MTAtNDRGLCBVKzQ1MSwgVSs0NTQsIFUrNDU2LCBVKzQ1NywgVSs0OTAsIFUrNDkxO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNTAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9jeXIvUHJlcGx5SW50ZXIubWVkaXVtLml0YWxpYy53b2ZmMicpXG4gICAgICAgIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzQwMSwgVSs0MDQsIFUrNDA2LCBVKzQwNywgVSs0MTAtNDRGLCBVKzQ1MSwgVSs0NTQsIFUrNDU2LCBVKzQ1NywgVSs0OTAsIFUrNDkxO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9jeXIvUHJlcGx5SW50ZXIuYm9sZC5pdGFsaWMud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSs0MDEsIFUrNDA0LCBVKzQwNiwgVSs0MDcsIFUrNDEwLTQ0RiwgVSs0NTEsIFUrNDU0LCBVKzQ1NiwgVSs0NTcsIFUrNDkwLCBVKzQ5MTtcbn1cbi8qIExhdGluIEV4dGVuZGVkIChQb2xpc2gsIEdlcm1hbiwgRnJlbmNoLCBJdGFsaWFuLCBUdXJraXNoLCBQb3J0dWd1ZXNlLCBTcGFuaXNoKSAqL1xuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIHNyYzogdXJsKCdodHRwczovL3N0YXRpYy5wcmVwbHkuY29tL2RzL2ZvbnRzL2xhdC9QcmVwbHlJbnRlci5yZWd1bGFyLndvZmYyJykgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrQTEsIFUrQkYtQzQsIFUrQzYtQ0YsIFUrRDEtRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsIFUrRjEtRjYsIFUrRjktRkMsXG4gICAgICAgIFUrRkYsIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLCBVKzE1MywgVSsxNUEsIFUrMTVCLFxuICAgICAgICBVKzE1RSwgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFIFUrQTEsIFUrQkYtQzQsIFUrQzYtQ0YsIFUrRDEtRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsXG4gICAgICAgIFUrRjEtRjYsIFUrRjktRkMsIFUrRkYsIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLFxuICAgICAgICBVKzE1MywgVSsxNUEsIFUrMTVCLCBVKzE1RSwgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA1MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIHNyYzogdXJsKCdodHRwczovL3N0YXRpYy5wcmVwbHkuY29tL2RzL2ZvbnRzL2xhdC9QcmVwbHlJbnRlci5tZWRpdW0ud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVStDMC1DNCwgVStDNi1DRiwgVStEMi1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRiwgVStGMi1GNiwgVStGOS1GQywgVStGRixcbiAgICAgICAgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsIFUrMTUzLCBVKzE1QSwgVSsxNUIsIFUrMTVFLFxuICAgICAgICBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUU7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvbGF0L1ByZXBseUludGVyLmJvbGQud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVStDMC1DNCwgVStDNi1DRiwgVStEMi1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRiwgVStGMi1GNiwgVStGOS1GQywgVStGRixcbiAgICAgICAgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsIFUrMTUzLCBVKzE1QSwgVSsxNUIsIFUrMTVFLFxuICAgICAgICBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUU7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBvYmxpcXVlIDEwZGVnO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIHNyYzogdXJsKCdodHRwczovL3N0YXRpYy5wcmVwbHkuY29tL2RzL2ZvbnRzL2xhdC9QcmVwbHlJbnRlci5pdGFsaWMud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVStBMSwgVStCRi1DNCwgVStDNi1DRiwgVStEMS1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRiwgVStGMS1GNiwgVStGOS1GQyxcbiAgICAgICAgVStGRiwgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsIFUrMTUzLCBVKzE1QSwgVSsxNUIsXG4gICAgICAgIFUrMTVFLCBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUUgVStBMSwgVStCRi1DNCwgVStDNi1DRiwgVStEMS1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRixcbiAgICAgICAgVStGMS1GNiwgVStGOS1GQywgVStGRiwgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsXG4gICAgICAgIFUrMTUzLCBVKzE1QSwgVSsxNUIsIFUrMTVFLCBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUU7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBvYmxpcXVlIDEwZGVnO1xuICAgIGZvbnQtd2VpZ2h0OiA1MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIHNyYzogdXJsKCdodHRwczovL3N0YXRpYy5wcmVwbHkuY29tL2RzL2ZvbnRzL2xhdC9QcmVwbHlJbnRlci5tZWRpdW0uaXRhbGljLndvZmYyJylcbiAgICAgICAgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrQTEsIFUrQkYtQzQsIFUrQzYtQ0YsIFUrRDEtRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsIFUrRjEtRjYsIFUrRjktRkMsXG4gICAgICAgIFUrRkYsIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLCBVKzE1MywgVSsxNUEsIFUrMTVCLFxuICAgICAgICBVKzE1RSwgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFIFUrQTEsIFUrQkYtQzQsIFUrQzYtQ0YsIFUrRDEtRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsXG4gICAgICAgIFUrRjEtRjYsIFUrRjktRkMsIFUrRkYsIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLFxuICAgICAgICBVKzE1MywgVSsxNUEsIFUrMTVCLCBVKzE1RSwgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9sYXQvUHJlcGx5SW50ZXIuYm9sZC5pdGFsaWMud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVStBMSwgVStCRi1DNCwgVStDNi1DRiwgVStEMS1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRiwgVStGMS1GNiwgVStGOS1GQyxcbiAgICAgICAgVStGRiwgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsIFUrMTUzLCBVKzE1QSwgVSsxNUIsXG4gICAgICAgIFUrMTVFLCBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUUgVStBMSwgVStCRi1DNCwgVStDNi1DRiwgVStEMS1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRixcbiAgICAgICAgVStGMS1GNiwgVStGOS1GQywgVStGRiwgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsXG4gICAgICAgIFUrMTUzLCBVKzE1QSwgVSsxNUIsIFUrMTVFLCBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUU7XG59XG5cbi8qIEFwcGx5aW5nIHZhcmlhYmxlIHdoZW4gc3VwcG9ydGVkICovXG4qIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJywgc2Fucy1zZXJpZjtcbn1cblxuQHN1cHBvcnRzIChmb250LXZhcmlhdGlvbi1zZXR0aW5nczogbm9ybWFsKSB7XG4gICAgKiB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXJWJywgc2Fucy1zZXJpZjtcbiAgICB9XG59XG5gLFxuICAgICAgICB9fVxuICAgIC8+XG4pO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUE7TUFHYSxXQUFXLEdBQU8sT0FDM0IsZ0RBQ2tCLFFBQVEsRUFDdEIsdUJBQXVCLEVBQUU7UUFDckIsTUFBTSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBc05uQjtLQUNRLEdBQ0g7Ozs7In0=
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
/* Variable fonts */
|
|
2
|
+
/* English */
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: 'PreplyInterV';
|
|
5
|
+
font-weight: 400 700;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
font-style: oblique 0deg 10deg;
|
|
8
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2') format('woff2');
|
|
9
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
10
|
+
}
|
|
11
|
+
/* Cyrillic */
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'PreplyInterV';
|
|
14
|
+
font-weight: 400 700;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
font-style: oblique 0deg 10deg;
|
|
17
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2') format('woff2');
|
|
18
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
19
|
+
}
|
|
20
|
+
/* Latin Extended (Polish, German, French, Italian, Turkish, Portuguese, Spanish) */
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'PreplyInterV';
|
|
23
|
+
font-weight: 400 700;
|
|
24
|
+
font-display: swap;
|
|
25
|
+
font-style: oblique 0deg 10deg;
|
|
26
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2') format('woff2');
|
|
27
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
28
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
29
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
30
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
31
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
32
|
+
}
|
|
33
|
+
/* Non-variable fonts */
|
|
34
|
+
/* English */
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: 'PreplyInter';
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-weight: 400;
|
|
39
|
+
font-display: swap;
|
|
40
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2') format('woff2');
|
|
41
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
42
|
+
}
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: 'PreplyInter';
|
|
45
|
+
font-style: normal;
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
font-display: swap;
|
|
48
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2') format('woff2');
|
|
49
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'PreplyInter';
|
|
53
|
+
font-style: normal;
|
|
54
|
+
font-weight: 700;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2') format('woff2');
|
|
57
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
58
|
+
}
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: 'PreplyInter';
|
|
61
|
+
font-style: oblique 10deg;
|
|
62
|
+
font-weight: 400;
|
|
63
|
+
font-display: swap;
|
|
64
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2') format('woff2');
|
|
65
|
+
unicode-range: U+0000-00FF;
|
|
66
|
+
}
|
|
67
|
+
@font-face {
|
|
68
|
+
font-family: 'PreplyInter';
|
|
69
|
+
font-style: oblique 10deg;
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
font-display: swap;
|
|
72
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2')
|
|
73
|
+
format('woff2');
|
|
74
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
75
|
+
}
|
|
76
|
+
@font-face {
|
|
77
|
+
font-family: 'PreplyInter';
|
|
78
|
+
font-style: oblique 10deg;
|
|
79
|
+
font-weight: 700;
|
|
80
|
+
font-display: swap;
|
|
81
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2') format('woff2');
|
|
82
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
83
|
+
}
|
|
84
|
+
/* Cyrillic */
|
|
85
|
+
@font-face {
|
|
86
|
+
font-family: 'PreplyInter';
|
|
87
|
+
font-style: normal;
|
|
88
|
+
font-weight: 400;
|
|
89
|
+
font-display: swap;
|
|
90
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2') format('woff2');
|
|
91
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
92
|
+
}
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: 'PreplyInter';
|
|
95
|
+
font-style: normal;
|
|
96
|
+
font-weight: 500;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2') format('woff2');
|
|
99
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
100
|
+
}
|
|
101
|
+
@font-face {
|
|
102
|
+
font-family: 'PreplyInter';
|
|
103
|
+
font-style: normal;
|
|
104
|
+
font-weight: 700;
|
|
105
|
+
font-display: swap;
|
|
106
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2') format('woff2');
|
|
107
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
108
|
+
}
|
|
109
|
+
@font-face {
|
|
110
|
+
font-family: 'PreplyInter';
|
|
111
|
+
font-style: oblique 10deg;
|
|
112
|
+
font-weight: 400;
|
|
113
|
+
font-display: swap;
|
|
114
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2') format('woff2');
|
|
115
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
116
|
+
}
|
|
117
|
+
@font-face {
|
|
118
|
+
font-family: 'PreplyInter';
|
|
119
|
+
font-style: oblique 10deg;
|
|
120
|
+
font-weight: 500;
|
|
121
|
+
font-display: swap;
|
|
122
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2')
|
|
123
|
+
format('woff2');
|
|
124
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
125
|
+
}
|
|
126
|
+
@font-face {
|
|
127
|
+
font-family: 'PreplyInter';
|
|
128
|
+
font-style: oblique 10deg;
|
|
129
|
+
font-weight: 700;
|
|
130
|
+
font-display: swap;
|
|
131
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2') format('woff2');
|
|
132
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
133
|
+
}
|
|
134
|
+
/* Latin Extended (Polish, German, French, Italian, Turkish, Portuguese, Spanish) */
|
|
135
|
+
@font-face {
|
|
136
|
+
font-family: 'PreplyInter';
|
|
137
|
+
font-style: normal;
|
|
138
|
+
font-weight: 400;
|
|
139
|
+
font-display: swap;
|
|
140
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2') format('woff2');
|
|
141
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
142
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
143
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
144
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
145
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
146
|
+
}
|
|
147
|
+
@font-face {
|
|
148
|
+
font-family: 'PreplyInter';
|
|
149
|
+
font-style: normal;
|
|
150
|
+
font-weight: 500;
|
|
151
|
+
font-display: swap;
|
|
152
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2') format('woff2');
|
|
153
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
154
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
155
|
+
U+15F, U+178-17C, U+1E9E;
|
|
156
|
+
}
|
|
157
|
+
@font-face {
|
|
158
|
+
font-family: 'PreplyInter';
|
|
159
|
+
font-style: normal;
|
|
160
|
+
font-weight: 700;
|
|
161
|
+
font-display: swap;
|
|
162
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2') format('woff2');
|
|
163
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
164
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
165
|
+
U+15F, U+178-17C, U+1E9E;
|
|
166
|
+
}
|
|
167
|
+
@font-face {
|
|
168
|
+
font-family: 'PreplyInter';
|
|
169
|
+
font-style: oblique 10deg;
|
|
170
|
+
font-weight: 400;
|
|
171
|
+
font-display: swap;
|
|
172
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2') format('woff2');
|
|
173
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
174
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
175
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
176
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
177
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
178
|
+
}
|
|
179
|
+
@font-face {
|
|
180
|
+
font-family: 'PreplyInter';
|
|
181
|
+
font-style: oblique 10deg;
|
|
182
|
+
font-weight: 500;
|
|
183
|
+
font-display: swap;
|
|
184
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2')
|
|
185
|
+
format('woff2');
|
|
186
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
187
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
188
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
189
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
190
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
191
|
+
}
|
|
192
|
+
@font-face {
|
|
193
|
+
font-family: 'PreplyInter';
|
|
194
|
+
font-style: oblique 10deg;
|
|
195
|
+
font-weight: 700;
|
|
196
|
+
font-display: swap;
|
|
197
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2') format('woff2');
|
|
198
|
+
unicode-range: U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F1-F6, U+F9-FC,
|
|
199
|
+
U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B,
|
|
200
|
+
U+15E, U+15F, U+178-17C, U+1E9E U+A1, U+BF-C4, U+C6-CF, U+D1-D6, U+D9-DC, U+DF-E4, U+E6-EF,
|
|
201
|
+
U+F1-F6, U+F9-FC, U+FF, U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152,
|
|
202
|
+
U+153, U+15A, U+15B, U+15E, U+15F, U+178-17C, U+1E9E;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/* Applying variable when supported */
|
|
206
|
+
* {
|
|
207
|
+
font-family: 'PreplyInter', sans-serif;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
@supports (font-variation-settings: normal) {
|
|
211
|
+
* {
|
|
212
|
+
font-family: 'PreplyInterV', sans-serif;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import styleInject from '../external/style-inject/dist/style-inject.es.js';
|
|
2
|
+
|
|
3
|
+
var css_248z = "@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+00??}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}*{font-family:PreplyInter,sans-serif}@supports (font-variation-settings:normal){*{font-family:PreplyInterV,sans-serif}}";
|
|
4
|
+
var stylesheet="@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+00??}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e U+a1,U+bf-c4,U+c6-cf,U+d1-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f1-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}*{font-family:PreplyInter,sans-serif}@supports (font-variation-settings:normal){*{font-family:PreplyInterV,sans-serif}}";
|
|
5
|
+
styleInject(css_248z);
|
|
6
|
+
|
|
7
|
+
export { css_248z as default, stylesheet };
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjpudWxsLCJzb3VyY2VzIjpbbnVsbF0sInNvdXJjZXNDb250ZW50IjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHdCQUF3QixrREFBc0Q7QUFDOUU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOyJ9
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* AUTO GENERATED @
|
|
2
|
+
* AUTO GENERATED @Tue Sep 20 2022 15:03:49 GMT+0000 (Coordinated Universal Time)
|
|
3
3
|
*/
|
|
4
4
|
import { ThemeInterface } from '@preply/ds-web-core';
|
|
5
5
|
export declare const themes: ThemeInterface[];
|
package/dist/generated/themes.js
CHANGED
|
@@ -5,7 +5,7 @@ import { Theme } from '@preply/ds-web-core';
|
|
|
5
5
|
import styles from './themes.module.less.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* AUTO GENERATED @
|
|
8
|
+
* AUTO GENERATED @Tue Sep 20 2022 15:03:49 GMT+0000 (Coordinated Universal Time)
|
|
9
9
|
*/
|
|
10
10
|
const BOLD_UI = new Theme(styles, NAME, [], VALUES_WEB);
|
|
11
11
|
const BASE_UI = new Theme(styles, NAME$1, [BOLD_UI], VALUES_WEB$1);
|
|
@@ -13,4 +13,4 @@ const PREPLY_UI = new Theme(styles, NAME$2, [BASE_UI], VALUES_WEB$2);
|
|
|
13
13
|
const themes = [BOLD_UI, BASE_UI, PREPLY_UI];
|
|
14
14
|
|
|
15
15
|
export { themes };
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlbWVzLmpzIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZ2VuZXJhdGVkL3RoZW1lcy50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEFVVE8gR0VORVJBVEVEIEBUdWUgU2VwIDIwIDIwMjIgMTU6MDM6NDkgR01UKzAwMDAgKENvb3JkaW5hdGVkIFVuaXZlcnNhbCBUaW1lKVxuICovXG5cbmltcG9ydCB7IE5BTUUgYXMgQkFTRV9VSV9OQU1FLCBWQUxVRVNfV0VCIGFzIEJBU0VfVUlfVkFMVUVTX1dFQiB9IGZyb20gJ0BwcmVwbHkvZHMtdGhlbWUtYmFzZS11aSc7XG5pbXBvcnQgeyBOQU1FIGFzIEJPTERfVUlfTkFNRSwgVkFMVUVTX1dFQiBhcyBCT0xEX1VJX1ZBTFVFU19XRUIgfSBmcm9tICdAcHJlcGx5L2RzLXRoZW1lLWJvbGQtdWknO1xuaW1wb3J0IHtcbiAgICBOQU1FIGFzIFBSRVBMWV9VSV9OQU1FLFxuICAgIFZBTFVFU19XRUIgYXMgUFJFUExZX1VJX1ZBTFVFU19XRUIsXG59IGZyb20gJ0BwcmVwbHkvZHMtdGhlbWUtcHJlcGx5LXVpJztcbmltcG9ydCB7IFRoZW1lLCBUaGVtZUludGVyZmFjZSB9IGZyb20gJ0BwcmVwbHkvZHMtd2ViLWNvcmUnO1xuXG5pbXBvcnQgc3R5bGVzIGZyb20gJy4vdGhlbWVzLm1vZHVsZS5sZXNzJztcblxuY29uc3QgQk9MRF9VSSA9IG5ldyBUaGVtZShzdHlsZXMsIEJPTERfVUlfTkFNRSwgW10sIEJPTERfVUlfVkFMVUVTX1dFQik7XG5jb25zdCBCQVNFX1VJID0gbmV3IFRoZW1lKHN0eWxlcywgQkFTRV9VSV9OQU1FLCBbQk9MRF9VSV0sIEJBU0VfVUlfVkFMVUVTX1dFQik7XG5jb25zdCBQUkVQTFlfVUkgPSBuZXcgVGhlbWUoc3R5bGVzLCBQUkVQTFlfVUlfTkFNRSwgW0JBU0VfVUldLCBQUkVQTFlfVUlfVkFMVUVTX1dFQik7XG5cbmV4cG9ydCBjb25zdCB0aGVtZXM6IFRoZW1lSW50ZXJmYWNlW10gPSBbQk9MRF9VSSwgQkFTRV9VSSwgUFJFUExZX1VJXTtcbiJdLCJuYW1lcyI6WyJCT0xEX1VJX05BTUUiLCJCT0xEX1VJX1ZBTFVFU19XRUIiLCJCQVNFX1VJX05BTUUiLCJCQVNFX1VJX1ZBTFVFU19XRUIiLCJQUkVQTFlfVUlfTkFNRSIsIlBSRVBMWV9VSV9WQUxVRVNfV0VCIl0sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBQTs7O0FBY0EsTUFBTSxPQUFPLEdBQUcsSUFBSSxLQUFLLENBQUMsTUFBTSxFQUFFQSxJQUFZLEVBQUUsRUFBRSxFQUFFQyxVQUFrQixDQUFDLENBQUM7QUFDeEUsTUFBTSxPQUFPLEdBQUcsSUFBSSxLQUFLLENBQUMsTUFBTSxFQUFFQyxNQUFZLEVBQUUsQ0FBQyxPQUFPLENBQUMsRUFBRUMsWUFBa0IsQ0FBQyxDQUFDO0FBQy9FLE1BQU0sU0FBUyxHQUFHLElBQUksS0FBSyxDQUFDLE1BQU0sRUFBRUMsTUFBYyxFQUFFLENBQUMsT0FBTyxDQUFDLEVBQUVDLFlBQW9CLENBQUMsQ0FBQztNQUV4RSxNQUFNLEdBQXFCLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxTQUFTOzs7OyJ9
|