@modusoperandi/licit 1.0.2 → 1.0.3
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/bom.xml +6 -6
- package/package.json +1 -1
- package/ui/fonts.css +41 -52
- package/ui/icon-font.css +1 -2
package/bom.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bom xmlns="http://cyclonedx.org/schema/bom/1.4" version="1" serialNumber="urn:uuid:
|
|
2
|
+
<bom xmlns="http://cyclonedx.org/schema/bom/1.4" version="1" serialNumber="urn:uuid:c2766a5f-30c9-4297-9558-498603e519a9">
|
|
3
3
|
<metadata>
|
|
4
|
-
<timestamp>2024-02-
|
|
4
|
+
<timestamp>2024-02-16T02:12:20.760Z</timestamp>
|
|
5
5
|
<tools>
|
|
6
6
|
<tool>
|
|
7
7
|
<name>npm</name>
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
</externalReferences>
|
|
47
47
|
</tool>
|
|
48
48
|
</tools>
|
|
49
|
-
<component type="application" bom-ref="@modusoperandi/licit@1.0.
|
|
49
|
+
<component type="application" bom-ref="@modusoperandi/licit@1.0.3">
|
|
50
50
|
<group>@modusoperandi</group>
|
|
51
51
|
<name>licit</name>
|
|
52
|
-
<version>1.0.
|
|
52
|
+
<version>1.0.3</version>
|
|
53
53
|
<description>Rich text editor built with React and ProseMirror</description>
|
|
54
|
-
<purl>pkg:npm/%40modusoperandi/licit@1.0.
|
|
54
|
+
<purl>pkg:npm/%40modusoperandi/licit@1.0.3</purl>
|
|
55
55
|
<externalReferences>
|
|
56
56
|
<reference type="vcs">
|
|
57
57
|
<url>git+https://github.com/MO-Movia/licit.git</url>
|
|
@@ -58878,7 +58878,7 @@
|
|
|
58878
58878
|
</component>
|
|
58879
58879
|
</components>
|
|
58880
58880
|
<dependencies>
|
|
58881
|
-
<dependency ref="@modusoperandi/licit@1.0.
|
|
58881
|
+
<dependency ref="@modusoperandi/licit@1.0.3">
|
|
58882
58882
|
<dependency ref="@babel/cli@7.23.9"/>
|
|
58883
58883
|
<dependency ref="@babel/core@7.23.9"/>
|
|
58884
58884
|
<dependency ref="@babel/eslint-parser@7.23.10"/>
|
package/package.json
CHANGED
package/ui/fonts.css
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
font-style: normal;
|
|
7
7
|
font-weight: 400;
|
|
8
8
|
src: local('Aclonica Regular'), local('Aclonica-Regular'),
|
|
9
|
-
url('
|
|
9
|
+
url('../fonts/aclonica/Aclonica.woff2') format('woff2');
|
|
10
10
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
11
11
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
12
12
|
U+FEFF, U+FFFD;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
font-style: normal;
|
|
22
22
|
font-weight: 400;
|
|
23
23
|
src: local('Acme Regular'), local('Acme-Regular'),
|
|
24
|
-
url('
|
|
24
|
+
url('../fonts/acme/Acme.woff2') format('woff2');
|
|
25
25
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
26
26
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
27
27
|
U+FEFF, U+FFFD;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
font-style: normal;
|
|
36
36
|
font-weight: 400;
|
|
37
37
|
src: local('Alegreya Regular'), local('Alegreya-Regular'),
|
|
38
|
-
url('
|
|
38
|
+
url('../fonts/alegreya/Alegreya-Regular-CE.woff2') format('woff2');
|
|
39
39
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
40
40
|
U+FE2E-FE2F;
|
|
41
41
|
}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
font-style: normal;
|
|
47
47
|
font-weight: 400;
|
|
48
48
|
src: local('Alegreya Regular'), local('Alegreya-Regular'),
|
|
49
|
-
url('
|
|
49
|
+
url('../fonts/alegreya/Alegreya-Regular-C.woff2') format('woff2');
|
|
50
50
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
51
51
|
}
|
|
52
52
|
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
font-style: normal;
|
|
57
57
|
font-weight: 400;
|
|
58
58
|
src: local('Alegreya Regular'), local('Alegreya-Regular'),
|
|
59
|
-
url('
|
|
59
|
+
url('../fonts/alegreya/Alegreya-Regular-GE.woff2') format('woff2');
|
|
60
60
|
unicode-range: U+1F00-1FFF;
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
font-style: normal;
|
|
67
67
|
font-weight: 400;
|
|
68
68
|
src: local('Alegreya Regular'), local('Alegreya-Regular'),
|
|
69
|
-
url('
|
|
69
|
+
url('../fonts/alegreya/Alegreya-Regular-G.woff2') format('woff2');
|
|
70
70
|
unicode-range: U+0370-03FF;
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
font-style: normal;
|
|
77
77
|
font-weight: 400;
|
|
78
78
|
src: local('Alegreya Regular'), local('Alegreya-Regular'),
|
|
79
|
-
url('
|
|
79
|
+
url('../fonts/alegreya/Alegreya-Regular-V.woff2') format('woff2');
|
|
80
80
|
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
|
81
81
|
U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
82
82
|
}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
font-style: normal;
|
|
88
88
|
font-weight: 400;
|
|
89
89
|
src: local('Alegreya Regular'), local('Alegreya-Regular'),
|
|
90
|
-
url('
|
|
90
|
+
url('../fonts/alegreya/Alegreya-Regular-LE.woff2') format('woff2');
|
|
91
91
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
92
92
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
93
93
|
}
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
font-style: normal;
|
|
99
99
|
font-weight: 400;
|
|
100
100
|
src: local('Alegreya Regular'), local('Alegreya-Regular'),
|
|
101
|
-
url('
|
|
101
|
+
url('../fonts/alegreya/Alegreya-Regular-L.woff2') format('woff2');
|
|
102
102
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
103
103
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
104
104
|
U+FEFF, U+FFFD;
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
font-style: normal;
|
|
115
115
|
font-weight: 400;
|
|
116
116
|
src: local('Arial Black'), local('ArialBlack'),
|
|
117
|
-
url('
|
|
117
|
+
url('../fonts/arial-black/ArialBlack-G.woff2') format('woff2');
|
|
118
118
|
unicode-range: U+0370-03FF;
|
|
119
119
|
}
|
|
120
120
|
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
font-style: normal;
|
|
125
125
|
font-weight: 400;
|
|
126
126
|
src: local('Arial Black'), local('ArialBlack'),
|
|
127
|
-
url('
|
|
127
|
+
url('../fonts/arial-black/ArialBlack-LE.woff2') format('woff2');
|
|
128
128
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
129
129
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
130
130
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
font-style: normal;
|
|
136
136
|
font-weight: 400;
|
|
137
137
|
src: local('Arial Black'), local('ArialBlack'),
|
|
138
|
-
url('
|
|
138
|
+
url('../fonts/arial-black/ArialBlack-L.woff2') format('woff2');
|
|
139
139
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
140
140
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
141
141
|
U+FEFF, U+FFFD;
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
font-style: normal;
|
|
150
150
|
font-weight: 400;
|
|
151
151
|
src: local('Georgia'),
|
|
152
|
-
url('
|
|
152
|
+
url('../fonts/georgia/Georgia-CE.woff2') format('woff2');
|
|
153
153
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
154
154
|
U+FE2E-FE2F;
|
|
155
155
|
}
|
|
@@ -159,8 +159,7 @@
|
|
|
159
159
|
font-family: 'Georgia';
|
|
160
160
|
font-style: normal;
|
|
161
161
|
font-weight: 400;
|
|
162
|
-
src: local('Georgia'),
|
|
163
|
-
url('../../fonts/georgia/Georgia-C.woff2') format('woff2');
|
|
162
|
+
src: local('Georgia'), url('../fonts/georgia/Georgia-C.woff2') format('woff2');
|
|
164
163
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
165
164
|
}
|
|
166
165
|
|
|
@@ -170,7 +169,7 @@
|
|
|
170
169
|
font-style: normal;
|
|
171
170
|
font-weight: 400;
|
|
172
171
|
src: local('Georgia'),
|
|
173
|
-
url('
|
|
172
|
+
url('../fonts/georgia/Georgia-GE.woff2') format('woff2');
|
|
174
173
|
unicode-range: U+1F00-1FFF;
|
|
175
174
|
}
|
|
176
175
|
|
|
@@ -179,8 +178,7 @@
|
|
|
179
178
|
font-family: 'Georgia';
|
|
180
179
|
font-style: normal;
|
|
181
180
|
font-weight: 400;
|
|
182
|
-
src: local('Georgia'),
|
|
183
|
-
url('../../fonts/georgia/Georgia-G.woff2') format('woff2');
|
|
181
|
+
src: local('Georgia'), url('../fonts/georgia/Georgia-G.woff2') format('woff2');
|
|
184
182
|
unicode-range: U+0370-03FF;
|
|
185
183
|
}
|
|
186
184
|
|
|
@@ -190,7 +188,7 @@
|
|
|
190
188
|
font-style: normal;
|
|
191
189
|
font-weight: 400;
|
|
192
190
|
src: local('Georgia'),
|
|
193
|
-
url('
|
|
191
|
+
url('../fonts/georgia/Georgia-LE.woff2') format('woff2');
|
|
194
192
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
195
193
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
196
194
|
}
|
|
@@ -200,8 +198,7 @@
|
|
|
200
198
|
font-family: 'Georgia';
|
|
201
199
|
font-style: normal;
|
|
202
200
|
font-weight: 400;
|
|
203
|
-
src: local('Georgia'),
|
|
204
|
-
url('../../fonts/georgia/Georgia-L.woff2') format('woff2');
|
|
201
|
+
src: local('Georgia'), url('../fonts/georgia/Georgia-L.woff2') format('woff2');
|
|
205
202
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
206
203
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
207
204
|
U+FEFF, U+FFFD;
|
|
@@ -214,8 +211,7 @@
|
|
|
214
211
|
font-family: 'Tahoma';
|
|
215
212
|
font-style: normal;
|
|
216
213
|
font-weight: 400;
|
|
217
|
-
src: local('Tahoma'),
|
|
218
|
-
url('../../fonts/tahoma/Tahoma-CE.woff2') format('woff2');
|
|
214
|
+
src: local('Tahoma'), url('../fonts/tahoma/Tahoma-CE.woff2') format('woff2');
|
|
219
215
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
220
216
|
U+FE2E-FE2F;
|
|
221
217
|
}
|
|
@@ -225,7 +221,7 @@
|
|
|
225
221
|
font-family: 'Tahoma';
|
|
226
222
|
font-style: normal;
|
|
227
223
|
font-weight: 400;
|
|
228
|
-
src: local('Tahoma'), url('
|
|
224
|
+
src: local('Tahoma'), url('../fonts/tahoma/Tahoma-C.woff2') format('woff2');
|
|
229
225
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
230
226
|
}
|
|
231
227
|
|
|
@@ -234,8 +230,7 @@
|
|
|
234
230
|
font-family: 'Tahoma';
|
|
235
231
|
font-style: normal;
|
|
236
232
|
font-weight: 400;
|
|
237
|
-
src: local('Tahoma'),
|
|
238
|
-
url('../../fonts/tahoma/Tahoma-GE.woff2') format('woff2');
|
|
233
|
+
src: local('Tahoma'), url('../fonts/tahoma/Tahoma-GE.woff2') format('woff2');
|
|
239
234
|
unicode-range: U+1F00-1FFF;
|
|
240
235
|
}
|
|
241
236
|
|
|
@@ -244,8 +239,7 @@
|
|
|
244
239
|
font-family: 'Tahoma';
|
|
245
240
|
font-style: normal;
|
|
246
241
|
font-weight: 400;
|
|
247
|
-
src: local('Tahoma'),
|
|
248
|
-
url('../../fonts/tahoma/Tahoma-GE.woff2') format('woff2');
|
|
242
|
+
src: local('Tahoma'), url('../fonts/tahoma/Tahoma-GE.woff2') format('woff2');
|
|
249
243
|
unicode-range: U+0370-03FF;
|
|
250
244
|
}
|
|
251
245
|
|
|
@@ -254,8 +248,7 @@
|
|
|
254
248
|
font-family: 'Tahoma';
|
|
255
249
|
font-style: normal;
|
|
256
250
|
font-weight: 400;
|
|
257
|
-
src: local('Tahoma'),
|
|
258
|
-
url('../../fonts/tahoma/Tahoma-LE.woff2') format('woff2');
|
|
251
|
+
src: local('Tahoma'), url('../fonts/tahoma/Tahoma-LE.woff2') format('woff2');
|
|
259
252
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
260
253
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
261
254
|
}
|
|
@@ -265,7 +258,7 @@
|
|
|
265
258
|
font-family: 'Tahoma';
|
|
266
259
|
font-style: normal;
|
|
267
260
|
font-weight: 400;
|
|
268
|
-
src: local('Tahoma'), url('
|
|
261
|
+
src: local('Tahoma'), url('../fonts/tahoma/Tahoma-L.woff2') format('woff2');
|
|
269
262
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
270
263
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
271
264
|
U+FEFF, U+FFFD;
|
|
@@ -279,7 +272,7 @@
|
|
|
279
272
|
font-style: normal;
|
|
280
273
|
font-weight: 400;
|
|
281
274
|
src: local('Times New Roman'), local('TimesNewRomanPSMT'),
|
|
282
|
-
url('
|
|
275
|
+
url('../fonts/times-new-roman/TimesNewRoman-CE.woff2') format('woff2');
|
|
283
276
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
284
277
|
U+FE2E-FE2F;
|
|
285
278
|
}
|
|
@@ -290,7 +283,7 @@
|
|
|
290
283
|
font-style: normal;
|
|
291
284
|
font-weight: 400;
|
|
292
285
|
src: local('Times New Roman'), local('TimesNewRomanPSMT'),
|
|
293
|
-
url('
|
|
286
|
+
url('../fonts/times-new-roman/TimesNewRoman-C.woff2') format('woff2');
|
|
294
287
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
295
288
|
}
|
|
296
289
|
|
|
@@ -300,7 +293,7 @@
|
|
|
300
293
|
font-style: normal;
|
|
301
294
|
font-weight: 400;
|
|
302
295
|
src: local('Times New Roman'), local('TimesNewRomanPSMT'),
|
|
303
|
-
url('
|
|
296
|
+
url('../fonts/times-new-roman/TimesNewRoman-GE.woff2') format('woff2');
|
|
304
297
|
unicode-range: U+1F00-1FFF;
|
|
305
298
|
}
|
|
306
299
|
|
|
@@ -310,7 +303,7 @@
|
|
|
310
303
|
font-style: normal;
|
|
311
304
|
font-weight: 400;
|
|
312
305
|
src: local('Times New Roman'), local('TimesNewRomanPSMT'),
|
|
313
|
-
url('
|
|
306
|
+
url('../fonts/times-new-roman/TimesNewRoman-G.woff2') format('woff2');
|
|
314
307
|
unicode-range: U+0370-03FF;
|
|
315
308
|
}
|
|
316
309
|
|
|
@@ -320,7 +313,7 @@
|
|
|
320
313
|
font-style: normal;
|
|
321
314
|
font-weight: 400;
|
|
322
315
|
src: local('Times New Roman'), local('TimesNewRomanPSMT'),
|
|
323
|
-
url('
|
|
316
|
+
url('../fonts/times-new-roman/TimesNewRoman-V.woff2') format('woff2');
|
|
324
317
|
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
|
325
318
|
U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
326
319
|
}
|
|
@@ -331,7 +324,7 @@
|
|
|
331
324
|
font-style: normal;
|
|
332
325
|
font-weight: 400;
|
|
333
326
|
src: local('Times New Roman'), local('TimesNewRomanPSMT'),
|
|
334
|
-
url('
|
|
327
|
+
url('../fonts/times-new-roman/TimesNewRoman-LE.woff2') format('woff2');
|
|
335
328
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
336
329
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
337
330
|
}
|
|
@@ -342,7 +335,7 @@
|
|
|
342
335
|
font-style: normal;
|
|
343
336
|
font-weight: 400;
|
|
344
337
|
src: local('Times New Roman'), local('TimesNewRomanPSMT'),
|
|
345
|
-
url('
|
|
338
|
+
url('../fonts/times-new-roman/TimesNewRoman-L.woff2') format('woff2');
|
|
346
339
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
347
340
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
348
341
|
U+FEFF, U+FFFD;
|
|
@@ -356,7 +349,7 @@
|
|
|
356
349
|
font-style: normal;
|
|
357
350
|
font-weight: 400;
|
|
358
351
|
src: local('Times LT Pro Roman'), local('TimesLTPro-Roman'),
|
|
359
|
-
url('
|
|
352
|
+
url('../fonts/times/Times-LE.woff2') format('woff2');
|
|
360
353
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
361
354
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
362
355
|
}
|
|
@@ -367,7 +360,7 @@
|
|
|
367
360
|
font-style: normal;
|
|
368
361
|
font-weight: 400;
|
|
369
362
|
src: local('Times LT Pro Roman'), local('TimesLTPro-Roman'),
|
|
370
|
-
url('
|
|
363
|
+
url('../fonts/times/Times-L.woff2') format('woff2');
|
|
371
364
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
372
365
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
373
366
|
U+FEFF, U+FFFD;
|
|
@@ -381,7 +374,7 @@
|
|
|
381
374
|
font-style: normal;
|
|
382
375
|
font-weight: 400;
|
|
383
376
|
src: local('Verdana'),
|
|
384
|
-
url('
|
|
377
|
+
url('../fonts/verdana/Verdana-CE.woff2') format('woff2');
|
|
385
378
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
386
379
|
U+FE2E-FE2F;
|
|
387
380
|
}
|
|
@@ -391,8 +384,7 @@
|
|
|
391
384
|
font-family: 'Verdana';
|
|
392
385
|
font-style: normal;
|
|
393
386
|
font-weight: 400;
|
|
394
|
-
src: local('Verdana'),
|
|
395
|
-
url('../../fonts/verdana/Verdana-C.woff2') format('woff2');
|
|
387
|
+
src: local('Verdana'), url('../fonts/verdana/Verdana-C.woff2') format('woff2');
|
|
396
388
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
397
389
|
}
|
|
398
390
|
|
|
@@ -402,7 +394,7 @@
|
|
|
402
394
|
font-style: normal;
|
|
403
395
|
font-weight: 400;
|
|
404
396
|
src: local('Verdana'),
|
|
405
|
-
url('
|
|
397
|
+
url('../fonts/verdana/Verdana-GE.woff2') format('woff2');
|
|
406
398
|
unicode-range: U+1F00-1FFF;
|
|
407
399
|
}
|
|
408
400
|
|
|
@@ -411,8 +403,7 @@
|
|
|
411
403
|
font-family: 'Verdana';
|
|
412
404
|
font-style: normal;
|
|
413
405
|
font-weight: 400;
|
|
414
|
-
src: local('Verdana'),
|
|
415
|
-
url('../../fonts/verdana/Verdana-G.woff2') format('woff2');
|
|
406
|
+
src: local('Verdana'), url('../fonts/verdana/Verdana-G.woff2') format('woff2');
|
|
416
407
|
unicode-range: U+0370-03FF;
|
|
417
408
|
}
|
|
418
409
|
|
|
@@ -421,8 +412,7 @@
|
|
|
421
412
|
font-family: 'Verdana';
|
|
422
413
|
font-style: normal;
|
|
423
414
|
font-weight: 400;
|
|
424
|
-
src: local('Verdana'),
|
|
425
|
-
url('../../fonts/verdana/Verdana-V.woff2') format('woff2');
|
|
415
|
+
src: local('Verdana'), url('../fonts/verdana/Verdana-V.woff2') format('woff2');
|
|
426
416
|
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
|
427
417
|
U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
428
418
|
}
|
|
@@ -433,7 +423,7 @@
|
|
|
433
423
|
font-style: normal;
|
|
434
424
|
font-weight: 400;
|
|
435
425
|
src: local('Verdana'),
|
|
436
|
-
url('
|
|
426
|
+
url('../fonts/verdana/Verdana-LE.woff2') format('woff2');
|
|
437
427
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
438
428
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
439
429
|
}
|
|
@@ -443,8 +433,7 @@
|
|
|
443
433
|
font-family: 'Verdana';
|
|
444
434
|
font-style: normal;
|
|
445
435
|
font-weight: 400;
|
|
446
|
-
src: local('Verdana'),
|
|
447
|
-
url('../../fonts/verdana/Verdana-L.woff2') format('woff2');
|
|
436
|
+
src: local('Verdana'), url('../fonts/verdana/Verdana-L.woff2') format('woff2');
|
|
448
437
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
449
438
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
450
439
|
U+FEFF, U+FFFD;
|
|
@@ -458,7 +447,7 @@
|
|
|
458
447
|
font-style: normal;
|
|
459
448
|
font-weight: 400;
|
|
460
449
|
src: local('Courier New'), local('CourierNewPSMT'),
|
|
461
|
-
url('
|
|
450
|
+
url('../fonts/courier-new/CourierNew-L.woff2') format('woff2');
|
|
462
451
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
463
452
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
464
453
|
U+FEFF, U+FFFD;
|
package/ui/icon-font.css
CHANGED
|
@@ -5,6 +5,5 @@ Now loaded locally, so that it work in closed network as well. */
|
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-weight: 400;
|
|
7
7
|
src: local('Material Icons'), local('MaterialIcons-Regular'),
|
|
8
|
-
url('
|
|
9
|
-
format('truetype');
|
|
8
|
+
url('../fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype');
|
|
10
9
|
}
|