@swisspost/design-system-styles 5.1.3 → 5.3.0

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.
@@ -17,7 +17,7 @@
17
17
  line-height: var(--post-body-line-height);
18
18
 
19
19
  @include media-breakpoint-down(md) {
20
- padding: 1rem 3rem 1rem 0rem;
20
+ padding: 1rem 3rem 1rem 0;
21
21
  }
22
22
  }
23
23
 
package/fonts.css ADDED
@@ -0,0 +1 @@
1
+ @font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:700;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Bold.woff") format("woff")}@font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:400;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Rg.woff") format("woff")}@font-face{font-display:swap;font-family:"Frutiger Neue For Post";font-weight:300;src:url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Lt.woff2") format("woff2"),url("https://fonts.post.ch/frutigerneueforpost/v2/FrutigerNeueforPostW05-Lt.woff") format("woff")}
package/fonts.scss ADDED
@@ -0,0 +1,6 @@
1
+ /*
2
+ * Font export for SAP projects or other applications that need an externally hosted CSS file for font definitions
3
+ * https://help.sap.com/doc/00f68c2e08b941f081002fd3691d86a7/2022.21/en-US/90c7a11d17b14859b61d1b991b17e911.html?css=https%3A%2F%2Fpost-ch.eu10.sapanalytics.cloud%2Fsap%2Ffpa%2Fservices%2Frest%2Fepm%2Ffeature%2Fcss%3Ftenant%3D1
4
+ */
5
+
6
+ @use './components/fonts.scss';