@odx/foundation 1.0.0-alpha.2 → 1.0.0-alpha.3
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/assets/fonts.css +3 -3
- package/package.json +1 -1
- package/public/assets/fonts.css +3 -3
package/dist/assets/fonts.css
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
font-family: "Draeger Pangea Text";
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-weight: 400;
|
|
5
|
-
src: url("./
|
|
5
|
+
src: url("./draeger-pangea-text-regular.woff2") format("woff2");
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: "Draeger Pangea Text";
|
|
10
10
|
font-style: normal;
|
|
11
11
|
font-weight: 500;
|
|
12
|
-
src: url("./
|
|
12
|
+
src: url("./draeger-pangea-text-medium.woff2") format("woff2");
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: "Draeger Pangea Text";
|
|
17
17
|
font-style: normal;
|
|
18
18
|
font-weight: 600;
|
|
19
|
-
src: url("./
|
|
19
|
+
src: url("./draeger-pangea-text-semibold.woff2") format("woff2");
|
|
20
20
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odx/foundation",
|
|
3
3
|
"description": "A library of Web Component building blocks for ODX",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.3",
|
|
5
5
|
"author": "Drägerwerk AG & Co.KGaA",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
7
|
"homepage": "https://odx.draeger.com",
|
package/public/assets/fonts.css
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
font-family: "Draeger Pangea Text";
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-weight: 400;
|
|
5
|
-
src: url("./
|
|
5
|
+
src: url("./draeger-pangea-text-regular.woff2") format("woff2");
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: "Draeger Pangea Text";
|
|
10
10
|
font-style: normal;
|
|
11
11
|
font-weight: 500;
|
|
12
|
-
src: url("./
|
|
12
|
+
src: url("./draeger-pangea-text-medium.woff2") format("woff2");
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: "Draeger Pangea Text";
|
|
17
17
|
font-style: normal;
|
|
18
18
|
font-weight: 600;
|
|
19
|
-
src: url("./
|
|
19
|
+
src: url("./draeger-pangea-text-semibold.woff2") format("woff2");
|
|
20
20
|
}
|