ros.grant.common 2.0.1298 → 2.0.1301
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/Fonts/{PT Sans Pro Caption Bold.ttf → PTSansProCaptionBold.ttf} +0 -0
- package/Shared/Fonts/{PT Sans Pro Caption Bold.woff2 → PTSansProCaptionBold.woff2} +0 -0
- package/Shared/Styles/Base/Fonts.less +3 -3
- package/Shared/Styles/myrtex-lib/editor/froala-editor.less +566 -557
- package/package.json +1 -1
|
File without changes
|
|
File without changes
|
|
@@ -1533,9 +1533,9 @@
|
|
|
1533
1533
|
|
|
1534
1534
|
@font-face {
|
|
1535
1535
|
font-family: 'PT Sans Pro Caption Bold';
|
|
1536
|
-
src: local('
|
|
1537
|
-
local('
|
|
1538
|
-
url('@{commonFontsRoot}/
|
|
1536
|
+
src: local('PTSansProCaptionBold'),
|
|
1537
|
+
local('PTSansProCaptionBold'),
|
|
1538
|
+
url('@{commonFontsRoot}/PTSansProCaptionBold.woff2') format('woff2');
|
|
1539
1539
|
font-weight: 700;
|
|
1540
1540
|
font-style: normal;
|
|
1541
1541
|
font-display: swap;
|