ros.grant.common 2.0.1652 → 2.0.1653
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.
|
Binary file
|
|
Binary file
|
|
@@ -1675,4 +1675,20 @@
|
|
|
1675
1675
|
font-weight: 500;
|
|
1676
1676
|
font-style: normal;
|
|
1677
1677
|
font-display: swap;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
@font-face {
|
|
1681
|
+
font-family: 'VK Sans';
|
|
1682
|
+
src: url('@{commonFontsRoot}/VKSansDisplay-DemiBold.ttf') format('truetype');
|
|
1683
|
+
font-weight: 600;
|
|
1684
|
+
font-style: normal;
|
|
1685
|
+
font-display: swap;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
@font-face {
|
|
1689
|
+
font-family: 'VK Sans';
|
|
1690
|
+
src: url('@{commonFontsRoot}/VKSansDisplay-Bold.ttf') format('truetype');
|
|
1691
|
+
font-weight: 700;
|
|
1692
|
+
font-style: normal;
|
|
1693
|
+
font-display: swap;
|
|
1678
1694
|
}
|
package/package.json
CHANGED