@swisspost/design-system-styles 6.6.4 → 6.6.5
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/basics.css +1 -1
- package/components/fonts.scss +9 -39
- package/fonts.css +1 -1
- package/index.css +2 -2
- package/intranet.css +2 -2
- package/package.json +1 -1
- package/variables/_options.scss +1 -1
- package/variables/_type.scss +4 -4
package/components/fonts.scss
CHANGED
|
@@ -4,57 +4,27 @@
|
|
|
4
4
|
|
|
5
5
|
@font-face {
|
|
6
6
|
font-display: swap;
|
|
7
|
-
font-family: '
|
|
7
|
+
font-family: 'Swiss Post Sans';
|
|
8
8
|
font-weight: 700;
|
|
9
9
|
src:
|
|
10
|
-
url('#{options.$font-base-path}/
|
|
11
|
-
url('#{options.$font-base-path}/
|
|
10
|
+
url('#{options.$font-base-path}/SwissPostSans-Bold.woff2') format('woff2'),
|
|
11
|
+
url('#{options.$font-base-path}/SwissPostSans-Bold.woff') format('woff');
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
@font-face {
|
|
15
15
|
font-display: swap;
|
|
16
|
-
font-family: '
|
|
17
|
-
font-weight: 700;
|
|
18
|
-
font-style: italic;
|
|
19
|
-
src:
|
|
20
|
-
url('#{options.$font-base-path}/FrutigerNeueforPostW05-BdIt.woff2') format('woff2'),
|
|
21
|
-
url('#{options.$font-base-path}/FrutigerNeueforPostW05-BdIt.woff') format('woff');
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@font-face {
|
|
25
|
-
font-display: swap;
|
|
26
|
-
font-family: 'Frutiger Neue For Post';
|
|
27
|
-
font-weight: 400;
|
|
28
|
-
src:
|
|
29
|
-
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Rg.woff2') format('woff2'),
|
|
30
|
-
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Rg.woff') format('woff');
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@font-face {
|
|
34
|
-
font-display: swap;
|
|
35
|
-
font-family: 'Frutiger Neue For Post';
|
|
16
|
+
font-family: 'Swiss Post Sans';
|
|
36
17
|
font-weight: 400;
|
|
37
|
-
font-style: italic;
|
|
38
|
-
src:
|
|
39
|
-
url('#{options.$font-base-path}/FrutigerNeueforPostW05-It.woff2') format('woff2'),
|
|
40
|
-
url('#{options.$font-base-path}/FrutigerNeueforPostW05-It.woff') format('woff');
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@font-face {
|
|
44
|
-
font-display: swap;
|
|
45
|
-
font-family: 'Frutiger Neue For Post';
|
|
46
|
-
font-weight: 300;
|
|
47
18
|
src:
|
|
48
|
-
url('#{options.$font-base-path}/
|
|
49
|
-
url('#{options.$font-base-path}/
|
|
19
|
+
url('#{options.$font-base-path}/SwissPostSans-Regular.woff2') format('woff2'),
|
|
20
|
+
url('#{options.$font-base-path}/SwissPostSans-Regular.woff') format('woff');
|
|
50
21
|
}
|
|
51
22
|
|
|
52
23
|
@font-face {
|
|
53
24
|
font-display: swap;
|
|
54
|
-
font-family: '
|
|
25
|
+
font-family: 'Swiss Post Sans';
|
|
55
26
|
font-weight: 300;
|
|
56
|
-
font-style: italic;
|
|
57
27
|
src:
|
|
58
|
-
url('#{options.$font-base-path}/
|
|
59
|
-
url('#{options.$font-base-path}/
|
|
28
|
+
url('#{options.$font-base-path}/SwissPostSans-Light.woff2') format('woff2'),
|
|
29
|
+
url('#{options.$font-base-path}/SwissPostSans-Light.woff') format('woff');
|
|
60
30
|
}
|
package/fonts.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-display:swap;font-family:"
|
|
1
|
+
@font-face{font-display:swap;font-family:"Swiss Post Sans";font-weight:700;src:url("https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Bold.woff2") format("woff2"),url("https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Bold.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans";font-weight:400;src:url("https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Regular.woff2") format("woff2"),url("https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Regular.woff") format("woff")}@font-face{font-display:swap;font-family:"Swiss Post Sans";font-weight:300;src:url("https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Light.woff2") format("woff2"),url("https://fonts.post.ch/swiss-post-sans/v1/SwissPostSans-Light.woff") format("woff")}
|