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