ros.grant.common 2.0.1118 → 2.0.1119
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.
|
@@ -1305,8 +1305,7 @@
|
|
|
1305
1305
|
/** Inter BEGIN**/
|
|
1306
1306
|
@font-face {
|
|
1307
1307
|
font-family: 'Inter';
|
|
1308
|
-
src: url('
|
|
1309
|
-
src: url('../../Fonts/Inter-Black.ttf') format('truetype');
|
|
1308
|
+
src: url('@{commonFontsRoot}/Inter-Black.ttf') format('truetype');
|
|
1310
1309
|
font-weight: normal;
|
|
1311
1310
|
font-style: normal;
|
|
1312
1311
|
font-display: swap;
|
|
@@ -1314,8 +1313,7 @@
|
|
|
1314
1313
|
|
|
1315
1314
|
@font-face {
|
|
1316
1315
|
font-family: 'Inter';
|
|
1317
|
-
src: url('
|
|
1318
|
-
src: url('../../Fonts/Inter-Bold.ttf') format('truetype');
|
|
1316
|
+
src: url('@{commonFontsRoot}/Inter-Bold.ttf') format('truetype');
|
|
1319
1317
|
font-weight: normal;
|
|
1320
1318
|
font-style: normal;
|
|
1321
1319
|
font-display: swap;
|
|
@@ -1323,8 +1321,7 @@
|
|
|
1323
1321
|
|
|
1324
1322
|
@font-face {
|
|
1325
1323
|
font-family: 'Inter';
|
|
1326
|
-
src: url('
|
|
1327
|
-
src: url('../../Fonts/Inter-ExtraBold.ttf') format('truetype');
|
|
1324
|
+
src: url('@{commonFontsRoot}/Inter-ExtraBold.ttf') format('truetype');
|
|
1328
1325
|
font-weight: normal;
|
|
1329
1326
|
font-style: normal;
|
|
1330
1327
|
font-display: swap;
|
|
@@ -1332,8 +1329,7 @@
|
|
|
1332
1329
|
|
|
1333
1330
|
@font-face {
|
|
1334
1331
|
font-family: 'Inter';
|
|
1335
|
-
src: url('
|
|
1336
|
-
src: url('../../Fonts/Inter-ExtraLight.ttf') format('truetype');
|
|
1332
|
+
src: url('@{commonFontsRoot}/Inter-ExtraLight.ttf') format('truetype');
|
|
1337
1333
|
font-weight: normal;
|
|
1338
1334
|
font-style: normal;
|
|
1339
1335
|
font-display: swap;
|
|
@@ -1341,8 +1337,7 @@
|
|
|
1341
1337
|
|
|
1342
1338
|
@font-face {
|
|
1343
1339
|
font-family: 'Inter';
|
|
1344
|
-
src: url('
|
|
1345
|
-
src: url('../../Fonts/Inter-Light.ttf') format('truetype');
|
|
1340
|
+
src: url('@{commonFontsRoot}/Inter-Light.ttf') format('truetype');
|
|
1346
1341
|
font-weight: normal;
|
|
1347
1342
|
font-style: normal;
|
|
1348
1343
|
font-display: swap;
|
|
@@ -1350,8 +1345,7 @@
|
|
|
1350
1345
|
|
|
1351
1346
|
@font-face {
|
|
1352
1347
|
font-family: 'Inter';
|
|
1353
|
-
src: url('
|
|
1354
|
-
src: url('../../Fonts/Inter-Medium.ttf') format('truetype');
|
|
1348
|
+
src: url('@{commonFontsRoot}/Inter-Medium.ttf') format('truetype');
|
|
1355
1349
|
font-weight: normal;
|
|
1356
1350
|
font-style: normal;
|
|
1357
1351
|
font-display: swap;
|
|
@@ -1359,8 +1353,7 @@
|
|
|
1359
1353
|
|
|
1360
1354
|
@font-face {
|
|
1361
1355
|
font-family: 'Inter';
|
|
1362
|
-
src: url('
|
|
1363
|
-
src: url('../../Fonts/Inter-Regular.ttf') format('truetype');
|
|
1356
|
+
src: url('@{commonFontsRoot}/Inter-Regular.ttf') format('truetype');
|
|
1364
1357
|
font-weight: normal;
|
|
1365
1358
|
font-style: normal;
|
|
1366
1359
|
font-display: swap;
|
|
@@ -1368,8 +1361,7 @@
|
|
|
1368
1361
|
|
|
1369
1362
|
@font-face {
|
|
1370
1363
|
font-family: 'Inter';
|
|
1371
|
-
src: url('
|
|
1372
|
-
src: url('../../Fonts/Inter-SemiBold.ttf') format('truetype');
|
|
1364
|
+
src: url('@{commonFontsRoot}/Inter-SemiBold.ttf') format('truetype');
|
|
1373
1365
|
font-weight: normal;
|
|
1374
1366
|
font-style: normal;
|
|
1375
1367
|
font-display: swap;
|
|
@@ -1377,8 +1369,7 @@
|
|
|
1377
1369
|
|
|
1378
1370
|
@font-face {
|
|
1379
1371
|
font-family: 'Inter';
|
|
1380
|
-
src: url('
|
|
1381
|
-
src: url('../../Fonts/Inter-Thin.ttf') format('truetype');
|
|
1372
|
+
src: url('@{commonFontsRoot}/Inter-Thin.ttf') format('truetype');
|
|
1382
1373
|
font-weight: normal;
|
|
1383
1374
|
font-style: normal;
|
|
1384
1375
|
font-display: swap;
|
package/package.json
CHANGED