ros.grant.common 2.0.1649 → 2.0.1650
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.
|
@@ -1663,7 +1663,7 @@
|
|
|
1663
1663
|
/*VK Sans*/
|
|
1664
1664
|
@font-face {
|
|
1665
1665
|
font-family: 'VK Sans';
|
|
1666
|
-
src: url('@{commonFontsRoot}VKSansDisplay-Regular.ttf') format('truetype');
|
|
1666
|
+
src: url('@{commonFontsRoot}/VKSansDisplay-Regular.ttf') format('truetype');
|
|
1667
1667
|
font-weight: 400;
|
|
1668
1668
|
font-style: normal;
|
|
1669
1669
|
font-display: swap;
|
|
@@ -1671,7 +1671,7 @@
|
|
|
1671
1671
|
|
|
1672
1672
|
@font-face {
|
|
1673
1673
|
font-family: 'VK Sans';
|
|
1674
|
-
src: url('@{commonFontsRoot}VKSansDisplay-Medium.ttf') format('truetype');
|
|
1674
|
+
src: url('@{commonFontsRoot}/VKSansDisplay-Medium.ttf') format('truetype');
|
|
1675
1675
|
font-weight: 500;
|
|
1676
1676
|
font-style: normal;
|
|
1677
1677
|
font-display: swap;
|
package/package.json
CHANGED