@tilde-nlp/ngx-common 2.0.23 → 2.0.24

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.
Files changed (44) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
  3. package/styles/fonts/inter/inter.scss +567 -0
  4. package/styles/fonts/inter/woff/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2 +0 -0
  5. package/styles/fonts/inter/woff/inter-cyrillic-ext.woff2 +0 -0
  6. package/styles/fonts/inter/woff/inter-cyrillic.woff2 +0 -0
  7. package/styles/fonts/inter/woff/inter-greek-ext.woff2 +0 -0
  8. package/styles/fonts/inter/woff/inter-greek.woff2 +0 -0
  9. package/styles/fonts/inter/woff/inter-latin-ext.woff2 +0 -0
  10. package/styles/fonts/inter/woff/inter-latin.woff2 +0 -0
  11. package/styles/fonts/inter/woff/inter-vietnamese.woff2 +0 -0
  12. package/styles/fonts/material-icons/material-icons.scss +40 -0
  13. package/styles/fonts/material-icons/woff/material-icons-outlined.woff2 +0 -0
  14. package/styles/fonts/material-icons/woff/material-icons.woff2 +0 -0
  15. package/styles/fonts/roboto/roboto.scss +252 -0
  16. package/styles/fonts/roboto/woff/roboto-cyrillic-300.woff2 +0 -0
  17. package/styles/fonts/roboto/woff/roboto-cyrillic-400.woff2 +0 -0
  18. package/styles/fonts/roboto/woff/roboto-cyrillic-500.woff2 +0 -0
  19. package/styles/fonts/roboto/woff/roboto-cyrillic-700.woff2 +0 -0
  20. package/styles/fonts/roboto/woff/roboto-cyrillic-ext-300.woff2 +0 -0
  21. package/styles/fonts/roboto/woff/roboto-cyrillic-ext-400.woff2 +0 -0
  22. package/styles/fonts/roboto/woff/roboto-cyrillic-ext-500.woff2 +0 -0
  23. package/styles/fonts/roboto/woff/roboto-cyrillic-ext-700.woff2 +0 -0
  24. package/styles/fonts/roboto/woff/roboto-greek-300.woff2 +0 -0
  25. package/styles/fonts/roboto/woff/roboto-greek-400.woff2 +0 -0
  26. package/styles/fonts/roboto/woff/roboto-greek-500.woff2 +0 -0
  27. package/styles/fonts/roboto/woff/roboto-greek-700.woff2 +0 -0
  28. package/styles/fonts/roboto/woff/roboto-greek-ext-300.woff2 +0 -0
  29. package/styles/fonts/roboto/woff/roboto-greek-ext-400.woff2 +0 -0
  30. package/styles/fonts/roboto/woff/roboto-greek-ext-500.woff2 +0 -0
  31. package/styles/fonts/roboto/woff/roboto-greek-ext-700.woff2 +0 -0
  32. package/styles/fonts/roboto/woff/roboto-latin-300.woff2 +0 -0
  33. package/styles/fonts/roboto/woff/roboto-latin-400.woff2 +0 -0
  34. package/styles/fonts/roboto/woff/roboto-latin-500.woff2 +0 -0
  35. package/styles/fonts/roboto/woff/roboto-latin-700.woff2 +0 -0
  36. package/styles/fonts/roboto/woff/roboto-latin-ext-300.woff2 +0 -0
  37. package/styles/fonts/roboto/woff/roboto-latin-ext-400.woff2 +0 -0
  38. package/styles/fonts/roboto/woff/roboto-latin-ext-500.woff2 +0 -0
  39. package/styles/fonts/roboto/woff/roboto-latin-ext-700.woff2 +0 -0
  40. package/styles/fonts/roboto/woff/roboto-vietnamese-300.woff2 +0 -0
  41. package/styles/fonts/roboto/woff/roboto-vietnamese-400.woff2 +0 -0
  42. package/styles/fonts/roboto/woff/roboto-vietnamese-500.woff2 +0 -0
  43. package/styles/fonts/roboto/woff/roboto-vietnamese-700.woff2 +0 -0
  44. package/styles/tilde-fonts.scss +2 -2
package/README.md CHANGED
@@ -6,6 +6,8 @@ Functions/components that might be usefull to share.
6
6
 
7
7
  This library contains also scss files so some kind of common styling can happen between different projects. Idea is to provide scheme for common color usage and easy configuration of them.
8
8
 
9
+ Also fonts and material icons are stored in this library for offline use and direct import.
10
+
9
11
  ### Implementation in other projects
10
12
 
11
13
  The goal of these scss files is to create default color pallete, and some common styles for components, and make it easier to change layout colors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-common",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
@@ -0,0 +1,567 @@
1
+ /* cyrillic-ext */
2
+ @font-face {
3
+ font-family: 'Inter';
4
+ font-style: normal;
5
+ font-weight: 100;
6
+ font-display: swap;
7
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
8
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
9
+ }
10
+ /* cyrillic */
11
+ @font-face {
12
+ font-family: 'Inter';
13
+ font-style: normal;
14
+ font-weight: 100;
15
+ font-display: swap;
16
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
17
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
18
+ }
19
+ /* greek-ext */
20
+ @font-face {
21
+ font-family: 'Inter';
22
+ font-style: normal;
23
+ font-weight: 100;
24
+ font-display: swap;
25
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
26
+ unicode-range: U+1F00-1FFF;
27
+ }
28
+ /* greek */
29
+ @font-face {
30
+ font-family: 'Inter';
31
+ font-style: normal;
32
+ font-weight: 100;
33
+ font-display: swap;
34
+ src: url(./woff/inter-greek.woff2) format('woff2');
35
+ unicode-range: U+0370-03FF;
36
+ }
37
+ /* vietnamese */
38
+ @font-face {
39
+ font-family: 'Inter';
40
+ font-style: normal;
41
+ font-weight: 100;
42
+ font-display: swap;
43
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
44
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
45
+ }
46
+ /* latin-ext */
47
+ @font-face {
48
+ font-family: 'Inter';
49
+ font-style: normal;
50
+ font-weight: 100;
51
+ font-display: swap;
52
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
53
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
54
+ }
55
+ /* latin */
56
+ @font-face {
57
+ font-family: 'Inter';
58
+ font-style: normal;
59
+ font-weight: 100;
60
+ font-display: swap;
61
+ src: url(./woff/inter-latin.woff2) format('woff2');
62
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
63
+ }
64
+ /* cyrillic-ext */
65
+ @font-face {
66
+ font-family: 'Inter';
67
+ font-style: normal;
68
+ font-weight: 200;
69
+ font-display: swap;
70
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
71
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
72
+ }
73
+ /* cyrillic */
74
+ @font-face {
75
+ font-family: 'Inter';
76
+ font-style: normal;
77
+ font-weight: 200;
78
+ font-display: swap;
79
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
80
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
81
+ }
82
+ /* greek-ext */
83
+ @font-face {
84
+ font-family: 'Inter';
85
+ font-style: normal;
86
+ font-weight: 200;
87
+ font-display: swap;
88
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
89
+ unicode-range: U+1F00-1FFF;
90
+ }
91
+ /* greek */
92
+ @font-face {
93
+ font-family: 'Inter';
94
+ font-style: normal;
95
+ font-weight: 200;
96
+ font-display: swap;
97
+ src: url(./woff/inter-greek.woff2) format('woff2');
98
+ unicode-range: U+0370-03FF;
99
+ }
100
+ /* vietnamese */
101
+ @font-face {
102
+ font-family: 'Inter';
103
+ font-style: normal;
104
+ font-weight: 200;
105
+ font-display: swap;
106
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
107
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
108
+ }
109
+ /* latin-ext */
110
+ @font-face {
111
+ font-family: 'Inter';
112
+ font-style: normal;
113
+ font-weight: 200;
114
+ font-display: swap;
115
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
116
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
117
+ }
118
+ /* latin */
119
+ @font-face {
120
+ font-family: 'Inter';
121
+ font-style: normal;
122
+ font-weight: 200;
123
+ font-display: swap;
124
+ src: url(./woff/inter-latin.woff2) format('woff2');
125
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
126
+ }
127
+ /* cyrillic-ext */
128
+ @font-face {
129
+ font-family: 'Inter';
130
+ font-style: normal;
131
+ font-weight: 300;
132
+ font-display: swap;
133
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
134
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
135
+ }
136
+ /* cyrillic */
137
+ @font-face {
138
+ font-family: 'Inter';
139
+ font-style: normal;
140
+ font-weight: 300;
141
+ font-display: swap;
142
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
143
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
144
+ }
145
+ /* greek-ext */
146
+ @font-face {
147
+ font-family: 'Inter';
148
+ font-style: normal;
149
+ font-weight: 300;
150
+ font-display: swap;
151
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
152
+ unicode-range: U+1F00-1FFF;
153
+ }
154
+ /* greek */
155
+ @font-face {
156
+ font-family: 'Inter';
157
+ font-style: normal;
158
+ font-weight: 300;
159
+ font-display: swap;
160
+ src: url(./woff/inter-greek.woff2) format('woff2');
161
+ unicode-range: U+0370-03FF;
162
+ }
163
+ /* vietnamese */
164
+ @font-face {
165
+ font-family: 'Inter';
166
+ font-style: normal;
167
+ font-weight: 300;
168
+ font-display: swap;
169
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
170
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
171
+ }
172
+ /* latin-ext */
173
+ @font-face {
174
+ font-family: 'Inter';
175
+ font-style: normal;
176
+ font-weight: 300;
177
+ font-display: swap;
178
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
179
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
180
+ }
181
+ /* latin */
182
+ @font-face {
183
+ font-family: 'Inter';
184
+ font-style: normal;
185
+ font-weight: 300;
186
+ font-display: swap;
187
+ src: url(./woff/inter-latin.woff2) format('woff2');
188
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
189
+ }
190
+ /* cyrillic-ext */
191
+ @font-face {
192
+ font-family: 'Inter';
193
+ font-style: normal;
194
+ font-weight: 400;
195
+ font-display: swap;
196
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
197
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
198
+ }
199
+ /* cyrillic */
200
+ @font-face {
201
+ font-family: 'Inter';
202
+ font-style: normal;
203
+ font-weight: 400;
204
+ font-display: swap;
205
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
206
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
207
+ }
208
+ /* greek-ext */
209
+ @font-face {
210
+ font-family: 'Inter';
211
+ font-style: normal;
212
+ font-weight: 400;
213
+ font-display: swap;
214
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
215
+ unicode-range: U+1F00-1FFF;
216
+ }
217
+ /* greek */
218
+ @font-face {
219
+ font-family: 'Inter';
220
+ font-style: normal;
221
+ font-weight: 400;
222
+ font-display: swap;
223
+ src: url(./woff/inter-greek.woff2) format('woff2');
224
+ unicode-range: U+0370-03FF;
225
+ }
226
+ /* vietnamese */
227
+ @font-face {
228
+ font-family: 'Inter';
229
+ font-style: normal;
230
+ font-weight: 400;
231
+ font-display: swap;
232
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
233
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
234
+ }
235
+ /* latin-ext */
236
+ @font-face {
237
+ font-family: 'Inter';
238
+ font-style: normal;
239
+ font-weight: 400;
240
+ font-display: swap;
241
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
242
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
243
+ }
244
+ /* latin */
245
+ @font-face {
246
+ font-family: 'Inter';
247
+ font-style: normal;
248
+ font-weight: 400;
249
+ font-display: swap;
250
+ src: url(./woff/inter-latin.woff2) format('woff2');
251
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
252
+ }
253
+ /* cyrillic-ext */
254
+ @font-face {
255
+ font-family: 'Inter';
256
+ font-style: normal;
257
+ font-weight: 500;
258
+ font-display: swap;
259
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
260
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
261
+ }
262
+ /* cyrillic */
263
+ @font-face {
264
+ font-family: 'Inter';
265
+ font-style: normal;
266
+ font-weight: 500;
267
+ font-display: swap;
268
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
269
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
270
+ }
271
+ /* greek-ext */
272
+ @font-face {
273
+ font-family: 'Inter';
274
+ font-style: normal;
275
+ font-weight: 500;
276
+ font-display: swap;
277
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
278
+ unicode-range: U+1F00-1FFF;
279
+ }
280
+ /* greek */
281
+ @font-face {
282
+ font-family: 'Inter';
283
+ font-style: normal;
284
+ font-weight: 500;
285
+ font-display: swap;
286
+ src: url(./woff/inter-greek.woff2) format('woff2');
287
+ unicode-range: U+0370-03FF;
288
+ }
289
+ /* vietnamese */
290
+ @font-face {
291
+ font-family: 'Inter';
292
+ font-style: normal;
293
+ font-weight: 500;
294
+ font-display: swap;
295
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
296
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
297
+ }
298
+ /* latin-ext */
299
+ @font-face {
300
+ font-family: 'Inter';
301
+ font-style: normal;
302
+ font-weight: 500;
303
+ font-display: swap;
304
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
305
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
306
+ }
307
+ /* latin */
308
+ @font-face {
309
+ font-family: 'Inter';
310
+ font-style: normal;
311
+ font-weight: 500;
312
+ font-display: swap;
313
+ src: url(./woff/inter-latin.woff2) format('woff2');
314
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
315
+ }
316
+ /* cyrillic-ext */
317
+ @font-face {
318
+ font-family: 'Inter';
319
+ font-style: normal;
320
+ font-weight: 600;
321
+ font-display: swap;
322
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
323
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
324
+ }
325
+ /* cyrillic */
326
+ @font-face {
327
+ font-family: 'Inter';
328
+ font-style: normal;
329
+ font-weight: 600;
330
+ font-display: swap;
331
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
332
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
333
+ }
334
+ /* greek-ext */
335
+ @font-face {
336
+ font-family: 'Inter';
337
+ font-style: normal;
338
+ font-weight: 600;
339
+ font-display: swap;
340
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
341
+ unicode-range: U+1F00-1FFF;
342
+ }
343
+ /* greek */
344
+ @font-face {
345
+ font-family: 'Inter';
346
+ font-style: normal;
347
+ font-weight: 600;
348
+ font-display: swap;
349
+ src: url(./woff/inter-greek.woff2) format('woff2');
350
+ unicode-range: U+0370-03FF;
351
+ }
352
+ /* vietnamese */
353
+ @font-face {
354
+ font-family: 'Inter';
355
+ font-style: normal;
356
+ font-weight: 600;
357
+ font-display: swap;
358
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
359
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
360
+ }
361
+ /* latin-ext */
362
+ @font-face {
363
+ font-family: 'Inter';
364
+ font-style: normal;
365
+ font-weight: 600;
366
+ font-display: swap;
367
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
368
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
369
+ }
370
+ /* latin */
371
+ @font-face {
372
+ font-family: 'Inter';
373
+ font-style: normal;
374
+ font-weight: 600;
375
+ font-display: swap;
376
+ src: url(./woff/inter-latin.woff2) format('woff2');
377
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
378
+ }
379
+ /* cyrillic-ext */
380
+ @font-face {
381
+ font-family: 'Inter';
382
+ font-style: normal;
383
+ font-weight: 700;
384
+ font-display: swap;
385
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
386
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
387
+ }
388
+ /* cyrillic */
389
+ @font-face {
390
+ font-family: 'Inter';
391
+ font-style: normal;
392
+ font-weight: 700;
393
+ font-display: swap;
394
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
395
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
396
+ }
397
+ /* greek-ext */
398
+ @font-face {
399
+ font-family: 'Inter';
400
+ font-style: normal;
401
+ font-weight: 700;
402
+ font-display: swap;
403
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
404
+ unicode-range: U+1F00-1FFF;
405
+ }
406
+ /* greek */
407
+ @font-face {
408
+ font-family: 'Inter';
409
+ font-style: normal;
410
+ font-weight: 700;
411
+ font-display: swap;
412
+ src: url(./woff/inter-greek.woff2) format('woff2');
413
+ unicode-range: U+0370-03FF;
414
+ }
415
+ /* vietnamese */
416
+ @font-face {
417
+ font-family: 'Inter';
418
+ font-style: normal;
419
+ font-weight: 700;
420
+ font-display: swap;
421
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
422
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
423
+ }
424
+ /* latin-ext */
425
+ @font-face {
426
+ font-family: 'Inter';
427
+ font-style: normal;
428
+ font-weight: 700;
429
+ font-display: swap;
430
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
431
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
432
+ }
433
+ /* latin */
434
+ @font-face {
435
+ font-family: 'Inter';
436
+ font-style: normal;
437
+ font-weight: 700;
438
+ font-display: swap;
439
+ src: url(./woff/inter-latin.woff2) format('woff2');
440
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
441
+ }
442
+ /* cyrillic-ext */
443
+ @font-face {
444
+ font-family: 'Inter';
445
+ font-style: normal;
446
+ font-weight: 800;
447
+ font-display: swap;
448
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
449
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
450
+ }
451
+ /* cyrillic */
452
+ @font-face {
453
+ font-family: 'Inter';
454
+ font-style: normal;
455
+ font-weight: 800;
456
+ font-display: swap;
457
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
458
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
459
+ }
460
+ /* greek-ext */
461
+ @font-face {
462
+ font-family: 'Inter';
463
+ font-style: normal;
464
+ font-weight: 800;
465
+ font-display: swap;
466
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
467
+ unicode-range: U+1F00-1FFF;
468
+ }
469
+ /* greek */
470
+ @font-face {
471
+ font-family: 'Inter';
472
+ font-style: normal;
473
+ font-weight: 800;
474
+ font-display: swap;
475
+ src: url(./woff/inter-greek.woff2) format('woff2');
476
+ unicode-range: U+0370-03FF;
477
+ }
478
+ /* vietnamese */
479
+ @font-face {
480
+ font-family: 'Inter';
481
+ font-style: normal;
482
+ font-weight: 800;
483
+ font-display: swap;
484
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
485
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
486
+ }
487
+ /* latin-ext */
488
+ @font-face {
489
+ font-family: 'Inter';
490
+ font-style: normal;
491
+ font-weight: 800;
492
+ font-display: swap;
493
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
494
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
495
+ }
496
+ /* latin */
497
+ @font-face {
498
+ font-family: 'Inter';
499
+ font-style: normal;
500
+ font-weight: 800;
501
+ font-display: swap;
502
+ src: url(./woff/inter-latin.woff2) format('woff2');
503
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
504
+ }
505
+ /* cyrillic-ext */
506
+ @font-face {
507
+ font-family: 'Inter';
508
+ font-style: normal;
509
+ font-weight: 900;
510
+ font-display: swap;
511
+ src: url(./woff/inter-cyrillic-ext.woff2) format('woff2');
512
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
513
+ }
514
+ /* cyrillic */
515
+ @font-face {
516
+ font-family: 'Inter';
517
+ font-style: normal;
518
+ font-weight: 900;
519
+ font-display: swap;
520
+ src: url(./woff/inter-cyrillic.woff2) format('woff2');
521
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
522
+ }
523
+ /* greek-ext */
524
+ @font-face {
525
+ font-family: 'Inter';
526
+ font-style: normal;
527
+ font-weight: 900;
528
+ font-display: swap;
529
+ src: url(./woff/inter-greek-ext.woff2) format('woff2');
530
+ unicode-range: U+1F00-1FFF;
531
+ }
532
+ /* greek */
533
+ @font-face {
534
+ font-family: 'Inter';
535
+ font-style: normal;
536
+ font-weight: 900;
537
+ font-display: swap;
538
+ src: url(./woff/inter-greek.woff2) format('woff2');
539
+ unicode-range: U+0370-03FF;
540
+ }
541
+ /* vietnamese */
542
+ @font-face {
543
+ font-family: 'Inter';
544
+ font-style: normal;
545
+ font-weight: 900;
546
+ font-display: swap;
547
+ src: url(./woff/inter-vietnamese.woff2) format('woff2');
548
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
549
+ }
550
+ /* latin-ext */
551
+ @font-face {
552
+ font-family: 'Inter';
553
+ font-style: normal;
554
+ font-weight: 900;
555
+ font-display: swap;
556
+ src: url(./woff/inter-latin-ext.woff2) format('woff2');
557
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
558
+ }
559
+ /* latin */
560
+ @font-face {
561
+ font-family: 'Inter';
562
+ font-style: normal;
563
+ font-weight: 900;
564
+ font-display: swap;
565
+ src: url(./woff/inter-latin.woff2) format('woff2');
566
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
567
+ }
@@ -0,0 +1,40 @@
1
+ @font-face {
2
+ font-family: "Material Icons";
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: url(./woff/material-icons.woff2) format("woff2");
6
+ }
7
+ @font-face {
8
+ font-family: "Material Icons Outlined";
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ src: url(./woff/material-icons-outlined.woff2) format("woff2");
12
+ }
13
+ .material-icons {
14
+ font-family: "Material Icons";
15
+ font-weight: normal;
16
+ font-style: normal;
17
+ font-size: 24px;
18
+ line-height: 1;
19
+ letter-spacing: normal;
20
+ text-transform: none;
21
+ display: inline-block;
22
+ white-space: nowrap;
23
+ word-wrap: normal;
24
+ direction: ltr;
25
+ -webkit-font-smoothing: antialiased;
26
+ }
27
+ .material-icons-outlined {
28
+ font-family: "Material Icons Outlined";
29
+ font-weight: normal;
30
+ font-style: normal;
31
+ font-size: 24px;
32
+ line-height: 1;
33
+ letter-spacing: normal;
34
+ text-transform: none;
35
+ display: inline-block;
36
+ white-space: nowrap;
37
+ word-wrap: normal;
38
+ direction: ltr;
39
+ -webkit-font-smoothing: antialiased;
40
+ }
@@ -0,0 +1,252 @@
1
+ /* cyrillic-ext */
2
+ @font-face {
3
+ font-family: 'Roboto';
4
+ font-style: normal;
5
+ font-weight: 300;
6
+ font-display: swap;
7
+ src: url(./woff/roboto-cyrillic-ext-300.woff2) format('woff2');
8
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
9
+ }
10
+ /* cyrillic */
11
+ @font-face {
12
+ font-family: 'Roboto';
13
+ font-style: normal;
14
+ font-weight: 300;
15
+ font-display: swap;
16
+ src: url(./woff/roboto-cyrillic-300.woff2) format('woff2');
17
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
18
+ }
19
+ /* greek-ext */
20
+ @font-face {
21
+ font-family: 'Roboto';
22
+ font-style: normal;
23
+ font-weight: 300;
24
+ font-display: swap;
25
+ src: url(./woff/roboto-greek-ext-300.woff2) format('woff2');
26
+ unicode-range: U+1F00-1FFF;
27
+ }
28
+ /* greek */
29
+ @font-face {
30
+ font-family: 'Roboto';
31
+ font-style: normal;
32
+ font-weight: 300;
33
+ font-display: swap;
34
+ src: url(./woff/roboto-greek-300.woff2) format('woff2');
35
+ unicode-range: U+0370-03FF;
36
+ }
37
+ /* vietnamese */
38
+ @font-face {
39
+ font-family: 'Roboto';
40
+ font-style: normal;
41
+ font-weight: 300;
42
+ font-display: swap;
43
+ src: url(./woff/roboto-vietnamese-300.woff2) format('woff2');
44
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
45
+ }
46
+ /* latin-ext */
47
+ @font-face {
48
+ font-family: 'Roboto';
49
+ font-style: normal;
50
+ font-weight: 300;
51
+ font-display: swap;
52
+ src: url(./woff/roboto-latin-ext-300.woff2) format('woff2');
53
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
54
+ }
55
+ /* latin */
56
+ @font-face {
57
+ font-family: 'Roboto';
58
+ font-style: normal;
59
+ font-weight: 300;
60
+ font-display: swap;
61
+ src: url(./woff/roboto-latin-300.woff2) format('woff2');
62
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
63
+ }
64
+ /* cyrillic-ext */
65
+ @font-face {
66
+ font-family: 'Roboto';
67
+ font-style: normal;
68
+ font-weight: 400;
69
+ font-display: swap;
70
+ src: url(./woff/roboto-cyrillic-ext-400.woff2) format('woff2');
71
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
72
+ }
73
+ /* cyrillic */
74
+ @font-face {
75
+ font-family: 'Roboto';
76
+ font-style: normal;
77
+ font-weight: 400;
78
+ font-display: swap;
79
+ src: url(./woff/roboto-cyrillic-400.woff2) format('woff2');
80
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
81
+ }
82
+ /* greek-ext */
83
+ @font-face {
84
+ font-family: 'Roboto';
85
+ font-style: normal;
86
+ font-weight: 400;
87
+ font-display: swap;
88
+ src: url(./woff/roboto-greek-ext-400.woff2) format('woff2');
89
+ unicode-range: U+1F00-1FFF;
90
+ }
91
+ /* greek */
92
+ @font-face {
93
+ font-family: 'Roboto';
94
+ font-style: normal;
95
+ font-weight: 400;
96
+ font-display: swap;
97
+ src: url(./woff/roboto-greek-400.woff2) format('woff2');
98
+ unicode-range: U+0370-03FF;
99
+ }
100
+ /* vietnamese */
101
+ @font-face {
102
+ font-family: 'Roboto';
103
+ font-style: normal;
104
+ font-weight: 400;
105
+ font-display: swap;
106
+ src: url(./woff/roboto-vietnamese-400.woff2) format('woff2');
107
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
108
+ }
109
+ /* latin-ext */
110
+ @font-face {
111
+ font-family: 'Roboto';
112
+ font-style: normal;
113
+ font-weight: 400;
114
+ font-display: swap;
115
+ src: url(./woff/roboto-latin-ext-400.woff2) format('woff2');
116
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
117
+ }
118
+ /* latin */
119
+ @font-face {
120
+ font-family: 'Roboto';
121
+ font-style: normal;
122
+ font-weight: 400;
123
+ font-display: swap;
124
+ src: url(./woff/roboto-latin-400.woff2) format('woff2');
125
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
126
+ }
127
+ /* cyrillic-ext */
128
+ @font-face {
129
+ font-family: 'Roboto';
130
+ font-style: normal;
131
+ font-weight: 500;
132
+ font-display: swap;
133
+ src: url(./woff/roboto-cyrillic-ext-500.woff2) format('woff2');
134
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
135
+ }
136
+ /* cyrillic */
137
+ @font-face {
138
+ font-family: 'Roboto';
139
+ font-style: normal;
140
+ font-weight: 500;
141
+ font-display: swap;
142
+ src: url(./woff/roboto-cyrillic-500.woff2) format('woff2');
143
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
144
+ }
145
+ /* greek-ext */
146
+ @font-face {
147
+ font-family: 'Roboto';
148
+ font-style: normal;
149
+ font-weight: 500;
150
+ font-display: swap;
151
+ src: url(./woff/roboto-greek-ext-500.woff2) format('woff2');
152
+ unicode-range: U+1F00-1FFF;
153
+ }
154
+ /* greek */
155
+ @font-face {
156
+ font-family: 'Roboto';
157
+ font-style: normal;
158
+ font-weight: 500;
159
+ font-display: swap;
160
+ src: url(./woff/roboto-greek-500.woff2) format('woff2');
161
+ unicode-range: U+0370-03FF;
162
+ }
163
+ /* vietnamese */
164
+ @font-face {
165
+ font-family: 'Roboto';
166
+ font-style: normal;
167
+ font-weight: 500;
168
+ font-display: swap;
169
+ src: url(./woff/roboto-vietnamese-500.woff2) format('woff2');
170
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
171
+ }
172
+ /* latin-ext */
173
+ @font-face {
174
+ font-family: 'Roboto';
175
+ font-style: normal;
176
+ font-weight: 500;
177
+ font-display: swap;
178
+ src: url(./woff/roboto-latin-ext-500.woff2) format('woff2');
179
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
180
+ }
181
+ /* latin */
182
+ @font-face {
183
+ font-family: 'Roboto';
184
+ font-style: normal;
185
+ font-weight: 500;
186
+ font-display: swap;
187
+ src: url(./woff/roboto-latin-500.woff2) format('woff2');
188
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
189
+ }
190
+ /* cyrillic-ext */
191
+ @font-face {
192
+ font-family: 'Roboto';
193
+ font-style: normal;
194
+ font-weight: 700;
195
+ font-display: swap;
196
+ src: url(./woff/roboto-cyrillic-ext-700.woff2) format('woff2');
197
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
198
+ }
199
+ /* cyrillic */
200
+ @font-face {
201
+ font-family: 'Roboto';
202
+ font-style: normal;
203
+ font-weight: 700;
204
+ font-display: swap;
205
+ src: url(./woff/roboto-cyrillic-700.woff2) format('woff2');
206
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
207
+ }
208
+ /* greek-ext */
209
+ @font-face {
210
+ font-family: 'Roboto';
211
+ font-style: normal;
212
+ font-weight: 700;
213
+ font-display: swap;
214
+ src: url(./woff/roboto-cyrillic-ext-700.woff2) format('woff2');
215
+ unicode-range: U+1F00-1FFF;
216
+ }
217
+ /* greek */
218
+ @font-face {
219
+ font-family: 'Roboto';
220
+ font-style: normal;
221
+ font-weight: 700;
222
+ font-display: swap;
223
+ src: url(./woff/roboto-greek-700.woff2) format('woff2');
224
+ unicode-range: U+0370-03FF;
225
+ }
226
+ /* vietnamese */
227
+ @font-face {
228
+ font-family: 'Roboto';
229
+ font-style: normal;
230
+ font-weight: 700;
231
+ font-display: swap;
232
+ src: url(./woff/roboto-vietnamese-700.woff2) format('woff2');
233
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
234
+ }
235
+ /* latin-ext */
236
+ @font-face {
237
+ font-family: 'Roboto';
238
+ font-style: normal;
239
+ font-weight: 700;
240
+ font-display: swap;
241
+ src: url(./woff/roboto-latin-ext-700.woff2) format('woff2');
242
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
243
+ }
244
+ /* latin */
245
+ @font-face {
246
+ font-family: 'Roboto';
247
+ font-style: normal;
248
+ font-weight: 700;
249
+ font-display: swap;
250
+ src: url(./woff/roboto-latin-700.woff2) format('woff2');
251
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
252
+ }
@@ -1,3 +1,3 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
1
+ @import './fonts/inter/inter.scss';
2
2
  // Roboto font necessary for tilde company and product titles in headers
3
- @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
3
+ @import './fonts/roboto/roboto.scss';