carbon-react 131.0.1 → 131.1.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.
- package/esm/components/icon/fonts/carbon-icons-webfont.woff2 +0 -0
- package/esm/style/assets/carbon-icons-webfont.woff2 +0 -0
- package/esm/style/fonts.css +10 -16
- package/lib/components/icon/fonts/carbon-icons-webfont.woff2 +0 -0
- package/lib/style/assets/carbon-icons-webfont.woff2 +0 -0
- package/lib/style/fonts.css +10 -16
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/esm/style/fonts.css
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "CarbonIcons";
|
|
3
|
-
src: url("./assets/carbon-icons-webfont.
|
|
3
|
+
src: url("./assets/carbon-icons-webfont.woff2") format("woff2"),
|
|
4
|
+
url("./assets/carbon-icons-webfont.woff") format("woff");
|
|
4
5
|
font-weight: normal;
|
|
5
6
|
font-style: normal;
|
|
6
7
|
}
|
|
@@ -9,35 +10,28 @@
|
|
|
9
10
|
font-family: "Sage UI";
|
|
10
11
|
font-style: normal;
|
|
11
12
|
font-weight: 400;
|
|
12
|
-
src: url("~@sage/design-tokens/assets/fonts/sageui-regular.woff2")
|
|
13
|
-
format("woff2"),
|
|
13
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-regular.woff2") format("woff2"),
|
|
14
14
|
url("~@sage/design-tokens/assets/fonts/sageui-regular.woff") format("woff"),
|
|
15
|
-
url("~@sage/design-tokens/assets/fonts/sageui-regular.ttf")
|
|
16
|
-
|
|
17
|
-
url("~@sage/design-tokens/assets/fonts/sageui-regular.otf")
|
|
18
|
-
format("opentype");
|
|
15
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.ttf") format("truetype"),
|
|
16
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.otf") format("opentype");
|
|
19
17
|
}
|
|
20
18
|
|
|
21
19
|
@font-face {
|
|
22
20
|
font-family: "Sage UI";
|
|
23
21
|
font-style: normal;
|
|
24
22
|
font-weight: 700;
|
|
25
|
-
src: url("~@sage/design-tokens/assets/fonts/sageui-medium.woff2")
|
|
26
|
-
format("woff2"),
|
|
23
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-medium.woff2") format("woff2"),
|
|
27
24
|
url("~@sage/design-tokens/assets/fonts/sageui-medium.woff") format("woff"),
|
|
28
|
-
url("~@sage/design-tokens/assets/fonts/sageui-medium.ttf")
|
|
29
|
-
|
|
30
|
-
url("~@sage/design-tokens/assets/fonts/sageui-medium.otf")
|
|
31
|
-
format("opentype");
|
|
25
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.ttf") format("truetype"),
|
|
26
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.otf") format("opentype");
|
|
32
27
|
}
|
|
33
28
|
|
|
34
29
|
@font-face {
|
|
35
30
|
font-family: "Sage UI";
|
|
36
31
|
font-style: normal;
|
|
37
32
|
font-weight: 900;
|
|
38
|
-
src: url("~@sage/design-tokens/assets/fonts/sageui-bold.woff2")
|
|
39
|
-
format("woff2"),
|
|
33
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-bold.woff2") format("woff2"),
|
|
40
34
|
url("~@sage/design-tokens/assets/fonts/sageui-bold.woff") format("woff"),
|
|
41
35
|
url("~@sage/design-tokens/assets/fonts/sageui-bold.ttf") format("truetype"),
|
|
42
36
|
url("~@sage/design-tokens/assets/fonts/sageui-bold.otf") format("opentype");
|
|
43
|
-
}
|
|
37
|
+
}
|
|
Binary file
|
|
Binary file
|
package/lib/style/fonts.css
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "CarbonIcons";
|
|
3
|
-
src: url("./assets/carbon-icons-webfont.
|
|
3
|
+
src: url("./assets/carbon-icons-webfont.woff2") format("woff2"),
|
|
4
|
+
url("./assets/carbon-icons-webfont.woff") format("woff");
|
|
4
5
|
font-weight: normal;
|
|
5
6
|
font-style: normal;
|
|
6
7
|
}
|
|
@@ -9,35 +10,28 @@
|
|
|
9
10
|
font-family: "Sage UI";
|
|
10
11
|
font-style: normal;
|
|
11
12
|
font-weight: 400;
|
|
12
|
-
src: url("~@sage/design-tokens/assets/fonts/sageui-regular.woff2")
|
|
13
|
-
format("woff2"),
|
|
13
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-regular.woff2") format("woff2"),
|
|
14
14
|
url("~@sage/design-tokens/assets/fonts/sageui-regular.woff") format("woff"),
|
|
15
|
-
url("~@sage/design-tokens/assets/fonts/sageui-regular.ttf")
|
|
16
|
-
|
|
17
|
-
url("~@sage/design-tokens/assets/fonts/sageui-regular.otf")
|
|
18
|
-
format("opentype");
|
|
15
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.ttf") format("truetype"),
|
|
16
|
+
url("~@sage/design-tokens/assets/fonts/sageui-regular.otf") format("opentype");
|
|
19
17
|
}
|
|
20
18
|
|
|
21
19
|
@font-face {
|
|
22
20
|
font-family: "Sage UI";
|
|
23
21
|
font-style: normal;
|
|
24
22
|
font-weight: 700;
|
|
25
|
-
src: url("~@sage/design-tokens/assets/fonts/sageui-medium.woff2")
|
|
26
|
-
format("woff2"),
|
|
23
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-medium.woff2") format("woff2"),
|
|
27
24
|
url("~@sage/design-tokens/assets/fonts/sageui-medium.woff") format("woff"),
|
|
28
|
-
url("~@sage/design-tokens/assets/fonts/sageui-medium.ttf")
|
|
29
|
-
|
|
30
|
-
url("~@sage/design-tokens/assets/fonts/sageui-medium.otf")
|
|
31
|
-
format("opentype");
|
|
25
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.ttf") format("truetype"),
|
|
26
|
+
url("~@sage/design-tokens/assets/fonts/sageui-medium.otf") format("opentype");
|
|
32
27
|
}
|
|
33
28
|
|
|
34
29
|
@font-face {
|
|
35
30
|
font-family: "Sage UI";
|
|
36
31
|
font-style: normal;
|
|
37
32
|
font-weight: 900;
|
|
38
|
-
src: url("~@sage/design-tokens/assets/fonts/sageui-bold.woff2")
|
|
39
|
-
format("woff2"),
|
|
33
|
+
src: url("~@sage/design-tokens/assets/fonts/sageui-bold.woff2") format("woff2"),
|
|
40
34
|
url("~@sage/design-tokens/assets/fonts/sageui-bold.woff") format("woff"),
|
|
41
35
|
url("~@sage/design-tokens/assets/fonts/sageui-bold.ttf") format("truetype"),
|
|
42
36
|
url("~@sage/design-tokens/assets/fonts/sageui-bold.otf") format("opentype");
|
|
43
|
-
}
|
|
37
|
+
}
|