@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.
- package/dist/css/festo-web-essentials.css +8 -8
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +2 -2
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_fonts.scss +8 -8
- package/dist/scss/_root.scss +1 -1
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_fonts.scss +8 -8
- package/scss/_root.scss +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.2.0-dev.
|
|
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
|
-
/*
|
|
7
|
+
/* Festo regular */
|
|
8
8
|
@font-face {
|
|
9
|
-
font-family: "
|
|
10
|
-
src:
|
|
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
|
-
/*
|
|
12
|
+
/* Festo bold */
|
|
13
13
|
@font-face {
|
|
14
|
-
font-family: "
|
|
15
|
-
src:
|
|
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: "
|
|
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";
|