@festo-ui/web-essentials 7.2.0-dev.416 → 7.2.0-dev.418

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.
@@ -1,18 +1,18 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v7.2.0-dev.416 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.2.0-dev.418 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
6
6
  /* a screen reader friendly approach */
7
- /* MetaPro regular */
7
+ /* Festo regular */
8
8
  @font-face {
9
- font-family: "MetaPro";
10
- src: local("MetaPro-Regular"), url("https://www.festo.com/Fonts/MetaPro-Regular.woff2") format("woff2"), url("https://www.festo.com/Fonts/MetaPro-Regular.woff") format("woff");
9
+ font-family: "Festo";
10
+ src: url("https://www.festo.com/Fonts/Festo-Regular.woff2") format("woff2"), url("https://www.festo.com/Fonts/Festo-Regular.woff") format("woff");
11
11
  }
12
- /* MetaPro bold */
12
+ /* Festo bold */
13
13
  @font-face {
14
- font-family: "MetaPro";
15
- src: local("MetaPro-Bold"), url("https://www.festo.com/Fonts/MetaPro-Bold.woff2") format("woff2"), url("https://www.festo.com/Fonts/MetaPro-Bold.woff") format("woff");
14
+ font-family: "Festo";
15
+ src: url("https://www.festo.com/Fonts/Festo-Bold.woff2") format("woff2"), url("https://www.festo.com/Fonts/Festo-Bold.woff") format("woff");
16
16
  font-weight: bold;
17
17
  }
18
18
  /* Festo Icon Font */
@@ -2546,7 +2546,7 @@ h6,
2546
2546
  --fwe-spacer-l: 32px;
2547
2547
  --fwe-spacer-xl: 48px;
2548
2548
  --fwe-spacer-xxl: 64px;
2549
- --fwe-font-family-sans-serif: "MetaPro", "Trebuchet MS", Arial, sans-serif;
2549
+ --fwe-font-family-sans-serif: "Festo", "Trebuchet MS", Arial, sans-serif;
2550
2550
  --fwe-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2551
2551
  --fwe-font-family-icons-16: "festo_icons-16";
2552
2552
  --fwe-font-family-icons-24: "festo_icons-24";