ros.grant.common 2.0.1536 → 2.0.1537
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.
|
@@ -1591,9 +1591,9 @@
|
|
|
1591
1591
|
|
|
1592
1592
|
@font-face {
|
|
1593
1593
|
font-family: 'CoFo Sans Medium';
|
|
1594
|
-
src: url('@{commonFontsRoot}CoFoSans-Medium.woff2') format('woff2'),
|
|
1595
|
-
url('@{commonFontsRoot}CoFoSans-Medium.woff') format('woff'),
|
|
1596
|
-
url('@{commonFontsRoot}CoFoSans-Medium.ttf') format('truetype');
|
|
1594
|
+
src: url('@{commonFontsRoot}/CoFoSans-Medium.woff2') format('woff2'),
|
|
1595
|
+
url('@{commonFontsRoot}/CoFoSans-Medium.woff') format('woff'),
|
|
1596
|
+
url('@{commonFontsRoot}/CoFoSans-Medium.ttf') format('truetype');
|
|
1597
1597
|
font-weight: 500;
|
|
1598
1598
|
font-style: normal;
|
|
1599
1599
|
font-display: swap;
|
|
@@ -1601,9 +1601,9 @@
|
|
|
1601
1601
|
|
|
1602
1602
|
@font-face {
|
|
1603
1603
|
font-family: 'CoFo Sans Regular';
|
|
1604
|
-
src: url('@{commonFontsRoot}CoFoSans-Regular.woff2') format('woff2'),
|
|
1605
|
-
url('@{commonFontsRoot}CoFoSans-Regular.woff') format('woff'),
|
|
1606
|
-
url('@{commonFontsRoot}CoFoSans-Regular.ttf') format('truetype');
|
|
1604
|
+
src: url('@{commonFontsRoot}/CoFoSans-Regular.woff2') format('woff2'),
|
|
1605
|
+
url('@{commonFontsRoot}/CoFoSans-Regular.woff') format('woff'),
|
|
1606
|
+
url('@{commonFontsRoot}/CoFoSans-Regular.ttf') format('truetype');
|
|
1607
1607
|
font-weight: 400;
|
|
1608
1608
|
font-style: normal;
|
|
1609
1609
|
font-display: swap;
|
|
@@ -1611,9 +1611,9 @@
|
|
|
1611
1611
|
|
|
1612
1612
|
@font-face {
|
|
1613
1613
|
font-family: 'CoFo Sans Bold';
|
|
1614
|
-
src: url('@{commonFontsRoot}CoFoSans-Bold.woff2') format('woff2'),
|
|
1615
|
-
url('@{commonFontsRoot}CoFoSans-Bold.woff') format('woff'),
|
|
1616
|
-
url('@{commonFontsRoot}CoFoSans-Bold.ttf') format('truetype');
|
|
1614
|
+
src: url('@{commonFontsRoot}/CoFoSans-Bold.woff2') format('woff2'),
|
|
1615
|
+
url('@{commonFontsRoot}/CoFoSans-Bold.woff') format('woff'),
|
|
1616
|
+
url('@{commonFontsRoot}/CoFoSans-Bold.ttf') format('truetype');
|
|
1617
1617
|
font-weight: 700;
|
|
1618
1618
|
font-style: normal;
|
|
1619
1619
|
font-display: swap;
|
package/package.json
CHANGED