@carbon/charts 0.41.46 → 0.41.50
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/CHANGELOG.md +32 -0
- package/build/demo/data/combo.d.ts +0 -11
- package/build/demo/data/index.d.ts +23 -17
- package/build/demo/data/wordcloud.d.ts +14 -0
- package/build/src/charts/index.d.ts +1 -0
- package/build/src/charts/wordcloud.d.ts +6 -0
- package/build/src/components/graphs/wordcloud.d.ts +10 -0
- package/build/src/components/index.d.ts +1 -0
- package/build/src/configuration.d.ts +2 -1
- package/build/src/interfaces/charts.d.ts +23 -0
- package/build/src/interfaces/events.d.ts +9 -0
- package/bundle.js +1 -1
- package/charts/index.d.ts +1 -0
- package/charts/index.js +1 -0
- package/charts/index.js.map +1 -1
- package/charts/wordcloud.d.ts +6 -0
- package/charts/wordcloud.js +46 -0
- package/charts/wordcloud.js.map +1 -0
- package/components/essentials/tooltip-axis.js +1 -1
- package/components/essentials/tooltip-axis.js.map +1 -1
- package/components/graphs/area.js +11 -2
- package/components/graphs/area.js.map +1 -1
- package/components/graphs/boxplot.js +2 -2
- package/components/graphs/boxplot.js.map +1 -1
- package/components/graphs/wordcloud.d.ts +10 -0
- package/components/graphs/wordcloud.js +229 -0
- package/components/graphs/wordcloud.js.map +1 -0
- package/components/index.d.ts +1 -0
- package/components/index.js +1 -0
- package/components/index.js.map +1 -1
- package/configuration.d.ts +2 -1
- package/configuration.js +22 -0
- package/configuration.js.map +1 -1
- package/demo/data/bundle.js +1 -1
- package/demo/data/combo.d.ts +0 -11
- package/demo/data/combo.js +0 -11
- package/demo/data/combo.js.map +1 -1
- package/demo/data/index.d.ts +23 -17
- package/demo/data/index.js +107 -50
- package/demo/data/index.js.map +1 -1
- package/demo/data/wordcloud.d.ts +14 -0
- package/demo/data/wordcloud.js +105 -0
- package/demo/data/wordcloud.js.map +1 -0
- package/demo/styles.css +2824 -28
- package/demo/styles.css.map +1 -1
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/demo/tsconfig.tsbuildinfo +31 -17
- package/interfaces/charts.d.ts +23 -0
- package/interfaces/charts.js.map +1 -1
- package/interfaces/events.d.ts +9 -0
- package/interfaces/events.js +10 -0
- package/interfaces/events.js.map +1 -1
- package/package.json +8 -7
- package/styles/_type.scss +4 -2
- package/styles/graphs/_wordcloud.scss +7 -0
- package/styles/graphs/index.scss +1 -0
- package/styles/vendor/@carbon/colors/README.md +4 -3
- package/styles/vendor/@carbon/colors/es/index.js +13 -12
- package/styles/vendor/@carbon/colors/lib/index.js +98 -93
- package/styles/vendor/@carbon/colors/package.json +14 -10
- package/styles/vendor/@carbon/colors/scss/colors.scss +1 -1
- package/styles/vendor/@carbon/colors/scss/index.scss +1 -1
- package/styles/vendor/@carbon/colors/scss/mixins.scss +33 -13
- package/styles/vendor/@carbon/colors/umd/index.js +99 -94
- package/styles/vendor/@carbon/elements/README.md +0 -6
- package/styles/vendor/@carbon/elements/es/index.js +4 -11
- package/styles/vendor/@carbon/elements/lib/index.js +959 -13
- package/styles/vendor/@carbon/elements/package.json +17 -13
- package/styles/vendor/@carbon/elements/scss/colors/colors.scss +1 -1
- package/styles/vendor/@carbon/elements/scss/colors/index.scss +1 -1
- package/styles/vendor/@carbon/elements/scss/colors/mixins.scss +33 -13
- package/styles/vendor/@carbon/elements/scss/grid/_inlined/_mixins.scss +82 -22
- package/styles/vendor/@carbon/elements/scss/grid/_mixins.scss +82 -22
- package/styles/vendor/@carbon/elements/scss/grid/modules/_breakpoint.scss +266 -0
- package/styles/vendor/@carbon/{themes/node_modules/@carbon/colors/scss/colors.scss → elements/scss/grid/modules/_config.scss} +6 -6
- package/styles/vendor/@carbon/elements/scss/grid/modules/_css-grid.scss +350 -0
- package/styles/vendor/@carbon/elements/scss/grid/modules/_mixins.scss +323 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/scss/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/scss/motion/motion.scss +24 -0
- package/styles/vendor/@carbon/elements/scss/themes/generated/_mixins.scss +643 -138
- package/styles/vendor/@carbon/elements/scss/themes/generated/_themes.scss +154 -77
- package/styles/vendor/@carbon/elements/scss/themes/generated/_tokens.scss +157 -75
- package/styles/vendor/@carbon/elements/scss/themes/modules/_theme.scss +50 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/_themes.scss +8 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/_utilities.scss +18 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/generated/_themes.scss +247 -0
- package/styles/vendor/@carbon/elements/scss/type/_font-family.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_font-family.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_reset.scss +9 -3
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_scale.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_styles.scss +60 -57
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/_reset.scss +9 -3
- package/styles/vendor/@carbon/elements/scss/type/_scale.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_styles.scss +60 -57
- package/styles/vendor/@carbon/elements/scss/type/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/elements/scss/type/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/elements/scss/type/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/modules/_classes.scss +42 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_font-family.scss +70 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_prefix.scss +11 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_reset.scss +92 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_scale.scss +56 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_styles.scss +713 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/src/__tests__/PublicAPI-test.js +12 -0
- package/styles/vendor/@carbon/elements/src/__tests__/__snapshots__/PublicAPI-test.js.snap +306 -0
- package/styles/vendor/@carbon/elements/src/index.js +166 -4
- package/styles/vendor/@carbon/elements/umd/index.js +961 -17
- package/styles/vendor/@carbon/layout/README.md +0 -6
- package/styles/vendor/@carbon/layout/es/index.js +1 -1
- package/styles/vendor/@carbon/{themes/node_modules/@carbon/colors/scss → layout}/index.scss +5 -6
- package/styles/vendor/@carbon/layout/lib/index.js +30 -30
- package/styles/vendor/@carbon/layout/package.json +14 -10
- package/styles/vendor/@carbon/layout/scss/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/layout/scss/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/layout/scss/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/layout/scss/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/layout/scss/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/layout/scss/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/layout/scss/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/layout/umd/index.js +31 -31
- package/styles/vendor/@carbon/motion/README.md +0 -6
- package/styles/vendor/@carbon/motion/es/index.js +8 -1
- package/styles/vendor/@carbon/motion/index.scss +56 -0
- package/styles/vendor/@carbon/motion/lib/index.js +14 -0
- package/styles/vendor/@carbon/motion/package.json +10 -6
- package/styles/vendor/@carbon/motion/scss/motion.scss +24 -0
- package/styles/vendor/@carbon/motion/src/index.js +16 -0
- package/styles/vendor/@carbon/motion/umd/index.js +15 -1
- package/styles/vendor/@carbon/themes/README.md +5 -4
- package/styles/vendor/@carbon/themes/es/index.js +719 -57
- package/styles/vendor/@carbon/themes/index.scss +9 -0
- package/styles/vendor/@carbon/themes/lib/index.js +1297 -251
- package/styles/vendor/@carbon/themes/metadata.yml +3 -0
- package/styles/vendor/@carbon/themes/package.json +23 -14
- package/styles/vendor/@carbon/themes/scss/_mixins.scss +27 -146
- package/styles/vendor/@carbon/themes/scss/_theme-maps.scss +3 -263
- package/styles/vendor/@carbon/themes/scss/_tokens.scss +2 -297
- package/styles/vendor/@carbon/themes/scss/generated/_mixins.scss +1851 -0
- package/styles/vendor/@carbon/themes/scss/generated/_themes.scss +1534 -0
- package/styles/vendor/@carbon/themes/scss/generated/_tokens.scss +1757 -0
- package/styles/vendor/@carbon/themes/scss/modules/_theme.scss +50 -0
- package/styles/vendor/@carbon/themes/scss/modules/_themes.scss +8 -0
- package/styles/vendor/@carbon/themes/scss/modules/_utilities.scss +18 -0
- package/styles/vendor/@carbon/themes/scss/modules/generated/_themes.scss +247 -0
- package/styles/vendor/@carbon/themes/scss/themes.scss +3 -2
- package/styles/vendor/@carbon/themes/src/g10.js +97 -5
- package/styles/vendor/@carbon/themes/src/g100.js +96 -4
- package/styles/vendor/@carbon/themes/src/g90.js +98 -6
- package/styles/vendor/@carbon/themes/src/index.js +5 -3
- package/styles/vendor/@carbon/themes/src/tokens.js +112 -2
- package/styles/vendor/@carbon/themes/src/tools.js +25 -0
- package/styles/vendor/@carbon/themes/src/v9.js +181 -0
- package/styles/vendor/@carbon/themes/src/white.js +98 -3
- package/styles/vendor/@carbon/themes/umd/index.js +1297 -254
- package/styles/vendor/@carbon/type/README.md +0 -6
- package/styles/vendor/@carbon/type/es/index.js +111 -82
- package/styles/vendor/@carbon/type/lib/index.js +132 -103
- package/styles/vendor/@carbon/type/package.json +12 -8
- package/styles/vendor/@carbon/type/scss/_font-family.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_font-family.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_reset.scss +9 -3
- package/styles/vendor/@carbon/type/scss/_inlined/_scale.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_styles.scss +60 -57
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/type/scss/_reset.scss +9 -3
- package/styles/vendor/@carbon/type/scss/_scale.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_styles.scss +60 -57
- package/styles/vendor/@carbon/type/scss/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/type/scss/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/type/scss/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/type/scss/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/type/scss/modules/_classes.scss +42 -0
- package/styles/vendor/@carbon/type/scss/modules/_font-family.scss +70 -0
- package/styles/vendor/@carbon/type/scss/modules/_prefix.scss +11 -0
- package/styles/vendor/@carbon/type/scss/modules/_reset.scss +92 -0
- package/styles/vendor/@carbon/type/scss/modules/_scale.scss +56 -0
- package/styles/vendor/@carbon/type/scss/modules/_styles.scss +713 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/type/src/__tests__/__snapshots__/styles-test.js.snap +32 -34
- package/styles/vendor/@carbon/type/src/__tests__/exports-test.js +1 -1
- package/styles/vendor/@carbon/type/src/__tests__/fluid-test.js +26 -26
- package/styles/vendor/@carbon/type/src/__tests__/styles-test.js +1 -1
- package/styles/vendor/@carbon/type/src/__tests__/tokens-test.js +2 -2
- package/styles/vendor/@carbon/type/src/fluid.js +1 -1
- package/styles/vendor/@carbon/type/src/index.js +1 -1
- package/styles/vendor/@carbon/type/src/styles.js +65 -64
- package/styles/vendor/@carbon/type/src/tokens.js +64 -31
- package/styles/vendor/@carbon/type/umd/index.js +134 -105
- package/styles-g10.css +570 -2
- package/styles-g10.css.map +1 -1
- package/styles-g10.min.css +1 -1
- package/styles-g10.min.css.map +1 -1
- package/styles-g100.css +574 -6
- package/styles-g100.css.map +1 -1
- package/styles-g100.min.css +1 -1
- package/styles-g100.min.css.map +1 -1
- package/styles-g90.css +574 -6
- package/styles-g90.css.map +1 -1
- package/styles-g90.min.css +1 -1
- package/styles-g90.min.css.map +1 -1
- package/styles.css +570 -2
- package/styles.css.map +1 -1
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
- package/tsconfig.tsbuildinfo +65 -15
- package/styles/vendor/@carbon/layout/docs/sass.md +0 -1899
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/LICENSE +0 -201
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/README.md +0 -154
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/es/index.js +0 -287
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/lib/index.js +0 -410
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/package.json +0 -51
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/scss/mixins.scss +0 -646
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/umd/index.js +0 -416
|
@@ -13,416 +13,416 @@
|
|
|
13
13
|
@mixin carbon--font-face-serif {
|
|
14
14
|
// .woff support for IE11
|
|
15
15
|
@font-face {
|
|
16
|
+
font-weight: 300;
|
|
16
17
|
font-family: 'IBM Plex Serif';
|
|
17
18
|
font-style: italic;
|
|
18
|
-
font-weight: 300;
|
|
19
|
-
font-display: $carbon--font-display;
|
|
20
19
|
src: local('IBM Plex Serif Light Italic'), local('IBMPlexSerif-LightItalic'),
|
|
21
20
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xm1npiw.woff)
|
|
22
21
|
format('woff');
|
|
22
|
+
font-display: $carbon--font-display;
|
|
23
23
|
}
|
|
24
24
|
@font-face {
|
|
25
|
+
font-weight: 400;
|
|
25
26
|
font-family: 'IBM Plex Serif';
|
|
26
27
|
font-style: italic;
|
|
27
|
-
font-weight: 400;
|
|
28
|
-
font-display: $carbon--font-display;
|
|
29
28
|
src: local('IBM Plex Serif Italic'), local('IBMPlexSerif-Italic'),
|
|
30
29
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizBREVNn1dOx-zrZ2X3pZvkTiUa6zUTiA.woff)
|
|
31
30
|
format('woff');
|
|
31
|
+
font-display: $carbon--font-display;
|
|
32
32
|
}
|
|
33
33
|
@font-face {
|
|
34
|
+
font-weight: 600;
|
|
34
35
|
font-family: 'IBM Plex Serif';
|
|
35
36
|
font-style: italic;
|
|
36
|
-
font-weight: 600;
|
|
37
|
-
font-display: $carbon--font-display;
|
|
38
37
|
src: local('IBM Plex Serif SemiBold Italic'),
|
|
39
38
|
local('IBMPlexSerif-SemiBoldItalic'),
|
|
40
39
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3m1npiw.woff)
|
|
41
40
|
format('woff');
|
|
41
|
+
font-display: $carbon--font-display;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
|
+
font-weight: 300;
|
|
44
45
|
font-family: 'IBM Plex Serif';
|
|
45
46
|
font-style: normal;
|
|
46
|
-
font-weight: 300;
|
|
47
|
-
font-display: $carbon--font-display;
|
|
48
47
|
src: local('IBM Plex Serif Light'), local('IBMPlexSerif-Light'),
|
|
49
48
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi20-SI0q10.woff)
|
|
50
49
|
format('woff');
|
|
50
|
+
font-display: $carbon--font-display;
|
|
51
51
|
}
|
|
52
52
|
@font-face {
|
|
53
|
+
font-weight: 400;
|
|
53
54
|
font-family: 'IBM Plex Serif';
|
|
54
55
|
font-style: normal;
|
|
55
|
-
font-weight: 400;
|
|
56
|
-
font-display: $carbon--font-display;
|
|
57
56
|
src: local('IBM Plex Serif'), local('IBMPlexSerif'),
|
|
58
57
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizDREVNn1dOx-zrZ2X3pZvkTiUf2zE.woff)
|
|
59
58
|
format('woff');
|
|
59
|
+
font-display: $carbon--font-display;
|
|
60
60
|
}
|
|
61
61
|
@font-face {
|
|
62
|
+
font-weight: 600;
|
|
62
63
|
font-family: 'IBM Plex Serif';
|
|
63
64
|
font-style: normal;
|
|
64
|
-
font-weight: 600;
|
|
65
|
-
font-display: $carbon--font-display;
|
|
66
65
|
src: local('IBM Plex Serif SemiBold'), local('IBMPlexSerif-SemiBold'),
|
|
67
66
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3A_yI0q10.woff)
|
|
68
67
|
format('woff');
|
|
68
|
+
font-display: $carbon--font-display;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/* cyrillic-ext */
|
|
72
72
|
@font-face {
|
|
73
|
+
font-weight: 300;
|
|
73
74
|
font-family: 'IBM Plex Serif';
|
|
74
75
|
font-style: italic;
|
|
75
|
-
font-weight: 300;
|
|
76
|
-
font-display: $carbon--font-display;
|
|
77
76
|
src: local('IBM Plex Serif Light Italic'), local('IBMPlexSerif-LightItalic'),
|
|
78
77
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xm1TpjfGj7oaMBg.woff2)
|
|
79
78
|
format('woff2');
|
|
79
|
+
font-display: $carbon--font-display;
|
|
80
80
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
81
81
|
U+FE2E-FE2F;
|
|
82
82
|
}
|
|
83
83
|
/* cyrillic */
|
|
84
84
|
@font-face {
|
|
85
|
+
font-weight: 300;
|
|
85
86
|
font-family: 'IBM Plex Serif';
|
|
86
87
|
font-style: italic;
|
|
87
|
-
font-weight: 300;
|
|
88
|
-
font-display: $carbon--font-display;
|
|
89
88
|
src: local('IBM Plex Serif Light Italic'), local('IBMPlexSerif-LightItalic'),
|
|
90
89
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xm13pjfGj7oaMBg.woff2)
|
|
91
90
|
format('woff2');
|
|
91
|
+
font-display: $carbon--font-display;
|
|
92
92
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
93
93
|
}
|
|
94
94
|
/* vietnamese */
|
|
95
95
|
@font-face {
|
|
96
|
+
font-weight: 300;
|
|
96
97
|
font-family: 'IBM Plex Serif';
|
|
97
98
|
font-style: italic;
|
|
98
|
-
font-weight: 300;
|
|
99
|
-
font-display: $carbon--font-display;
|
|
100
99
|
src: local('IBM Plex Serif Light Italic'), local('IBMPlexSerif-LightItalic'),
|
|
101
100
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xm1bpjfGj7oaMBg.woff2)
|
|
102
101
|
format('woff2');
|
|
102
|
+
font-display: $carbon--font-display;
|
|
103
103
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
104
104
|
}
|
|
105
105
|
/* latin-ext */
|
|
106
106
|
@font-face {
|
|
107
|
+
font-weight: 300;
|
|
107
108
|
font-family: 'IBM Plex Serif';
|
|
108
109
|
font-style: italic;
|
|
109
|
-
font-weight: 300;
|
|
110
|
-
font-display: $carbon--font-display;
|
|
111
110
|
src: local('IBM Plex Serif Light Italic'), local('IBMPlexSerif-LightItalic'),
|
|
112
111
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xm1fpjfGj7oaMBg.woff2)
|
|
113
112
|
format('woff2');
|
|
113
|
+
font-display: $carbon--font-display;
|
|
114
114
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
115
115
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
116
116
|
}
|
|
117
117
|
/* latin */
|
|
118
118
|
@font-face {
|
|
119
|
+
font-weight: 300;
|
|
119
120
|
font-family: 'IBM Plex Serif';
|
|
120
121
|
font-style: italic;
|
|
121
|
-
font-weight: 300;
|
|
122
|
-
font-display: $carbon--font-display;
|
|
123
122
|
src: local('IBM Plex Serif Light Italic'), local('IBMPlexSerif-LightItalic'),
|
|
124
123
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xm1npjfGj7oY.woff2)
|
|
125
124
|
format('woff2');
|
|
125
|
+
font-display: $carbon--font-display;
|
|
126
126
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
127
127
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
128
128
|
U+2215, U+FEFF, U+FFFD;
|
|
129
129
|
}
|
|
130
130
|
/* cyrillic-ext */
|
|
131
131
|
@font-face {
|
|
132
|
+
font-weight: 400;
|
|
132
133
|
font-family: 'IBM Plex Serif';
|
|
133
134
|
font-style: italic;
|
|
134
|
-
font-weight: 400;
|
|
135
|
-
font-display: $carbon--font-display;
|
|
136
135
|
src: local('IBM Plex Serif Italic'), local('IBMPlexSerif-Italic'),
|
|
137
136
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizBREVNn1dOx-zrZ2X3pZvkTiUa6zgTjnTLgNuZ5w.woff2)
|
|
138
137
|
format('woff2');
|
|
138
|
+
font-display: $carbon--font-display;
|
|
139
139
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
140
140
|
U+FE2E-FE2F;
|
|
141
141
|
}
|
|
142
142
|
/* cyrillic */
|
|
143
143
|
@font-face {
|
|
144
|
+
font-weight: 400;
|
|
144
145
|
font-family: 'IBM Plex Serif';
|
|
145
146
|
font-style: italic;
|
|
146
|
-
font-weight: 400;
|
|
147
|
-
font-display: $carbon--font-display;
|
|
148
147
|
src: local('IBM Plex Serif Italic'), local('IBMPlexSerif-Italic'),
|
|
149
148
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizBREVNn1dOx-zrZ2X3pZvkTiUa6zETjnTLgNuZ5w.woff2)
|
|
150
149
|
format('woff2');
|
|
150
|
+
font-display: $carbon--font-display;
|
|
151
151
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
152
152
|
}
|
|
153
153
|
/* vietnamese */
|
|
154
154
|
@font-face {
|
|
155
|
+
font-weight: 400;
|
|
155
156
|
font-family: 'IBM Plex Serif';
|
|
156
157
|
font-style: italic;
|
|
157
|
-
font-weight: 400;
|
|
158
|
-
font-display: $carbon--font-display;
|
|
159
158
|
src: local('IBM Plex Serif Italic'), local('IBMPlexSerif-Italic'),
|
|
160
159
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizBREVNn1dOx-zrZ2X3pZvkTiUa6zoTjnTLgNuZ5w.woff2)
|
|
161
160
|
format('woff2');
|
|
161
|
+
font-display: $carbon--font-display;
|
|
162
162
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
163
163
|
}
|
|
164
164
|
/* latin-ext */
|
|
165
165
|
@font-face {
|
|
166
|
+
font-weight: 400;
|
|
166
167
|
font-family: 'IBM Plex Serif';
|
|
167
168
|
font-style: italic;
|
|
168
|
-
font-weight: 400;
|
|
169
|
-
font-display: $carbon--font-display;
|
|
170
169
|
src: local('IBM Plex Serif Italic'), local('IBMPlexSerif-Italic'),
|
|
171
170
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizBREVNn1dOx-zrZ2X3pZvkTiUa6zsTjnTLgNuZ5w.woff2)
|
|
172
171
|
format('woff2');
|
|
172
|
+
font-display: $carbon--font-display;
|
|
173
173
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
174
174
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
175
175
|
}
|
|
176
176
|
/* latin */
|
|
177
177
|
@font-face {
|
|
178
|
+
font-weight: 400;
|
|
178
179
|
font-family: 'IBM Plex Serif';
|
|
179
180
|
font-style: italic;
|
|
180
|
-
font-weight: 400;
|
|
181
|
-
font-display: $carbon--font-display;
|
|
182
181
|
src: local('IBM Plex Serif Italic'), local('IBMPlexSerif-Italic'),
|
|
183
182
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizBREVNn1dOx-zrZ2X3pZvkTiUa6zUTjnTLgNs.woff2)
|
|
184
183
|
format('woff2');
|
|
184
|
+
font-display: $carbon--font-display;
|
|
185
185
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
186
186
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
187
187
|
U+2215, U+FEFF, U+FFFD;
|
|
188
188
|
}
|
|
189
189
|
/* cyrillic-ext */
|
|
190
190
|
@font-face {
|
|
191
|
+
font-weight: 600;
|
|
191
192
|
font-family: 'IBM Plex Serif';
|
|
192
193
|
font-style: italic;
|
|
193
|
-
font-weight: 600;
|
|
194
|
-
font-display: $carbon--font-display;
|
|
195
194
|
src: local('IBM Plex Serif SemiBold Italic'),
|
|
196
195
|
local('IBMPlexSerif-SemiBoldItalic'),
|
|
197
196
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3m1TpjfGj7oaMBg.woff2)
|
|
198
197
|
format('woff2');
|
|
198
|
+
font-display: $carbon--font-display;
|
|
199
199
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
200
200
|
U+FE2E-FE2F;
|
|
201
201
|
}
|
|
202
202
|
/* cyrillic */
|
|
203
203
|
@font-face {
|
|
204
|
+
font-weight: 600;
|
|
204
205
|
font-family: 'IBM Plex Serif';
|
|
205
206
|
font-style: italic;
|
|
206
|
-
font-weight: 600;
|
|
207
|
-
font-display: $carbon--font-display;
|
|
208
207
|
src: local('IBM Plex Serif SemiBold Italic'),
|
|
209
208
|
local('IBMPlexSerif-SemiBoldItalic'),
|
|
210
209
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3m13pjfGj7oaMBg.woff2)
|
|
211
210
|
format('woff2');
|
|
211
|
+
font-display: $carbon--font-display;
|
|
212
212
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
213
213
|
}
|
|
214
214
|
/* vietnamese */
|
|
215
215
|
@font-face {
|
|
216
|
+
font-weight: 600;
|
|
216
217
|
font-family: 'IBM Plex Serif';
|
|
217
218
|
font-style: italic;
|
|
218
|
-
font-weight: 600;
|
|
219
|
-
font-display: $carbon--font-display;
|
|
220
219
|
src: local('IBM Plex Serif SemiBold Italic'),
|
|
221
220
|
local('IBMPlexSerif-SemiBoldItalic'),
|
|
222
221
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3m1bpjfGj7oaMBg.woff2)
|
|
223
222
|
format('woff2');
|
|
223
|
+
font-display: $carbon--font-display;
|
|
224
224
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
225
225
|
}
|
|
226
226
|
/* latin-ext */
|
|
227
227
|
@font-face {
|
|
228
|
+
font-weight: 600;
|
|
228
229
|
font-family: 'IBM Plex Serif';
|
|
229
230
|
font-style: italic;
|
|
230
|
-
font-weight: 600;
|
|
231
|
-
font-display: $carbon--font-display;
|
|
232
231
|
src: local('IBM Plex Serif SemiBold Italic'),
|
|
233
232
|
local('IBMPlexSerif-SemiBoldItalic'),
|
|
234
233
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3m1fpjfGj7oaMBg.woff2)
|
|
235
234
|
format('woff2');
|
|
235
|
+
font-display: $carbon--font-display;
|
|
236
236
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
237
237
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
238
238
|
}
|
|
239
239
|
/* latin */
|
|
240
240
|
@font-face {
|
|
241
|
+
font-weight: 600;
|
|
241
242
|
font-family: 'IBM Plex Serif';
|
|
242
243
|
font-style: italic;
|
|
243
|
-
font-weight: 600;
|
|
244
|
-
font-display: $carbon--font-display;
|
|
245
244
|
src: local('IBM Plex Serif SemiBold Italic'),
|
|
246
245
|
local('IBMPlexSerif-SemiBoldItalic'),
|
|
247
246
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3m1npjfGj7oY.woff2)
|
|
248
247
|
format('woff2');
|
|
248
|
+
font-display: $carbon--font-display;
|
|
249
249
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
250
250
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
251
251
|
U+2215, U+FEFF, U+FFFD;
|
|
252
252
|
}
|
|
253
253
|
/* cyrillic-ext */
|
|
254
254
|
@font-face {
|
|
255
|
+
font-weight: 300;
|
|
255
256
|
font-family: 'IBM Plex Serif';
|
|
256
257
|
font-style: normal;
|
|
257
|
-
font-weight: 300;
|
|
258
|
-
font-display: $carbon--font-display;
|
|
259
258
|
src: local('IBM Plex Serif Light'), local('IBMPlexSerif-Light'),
|
|
260
259
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi20-SI5q1vjitOh3oc.woff2)
|
|
261
260
|
format('woff2');
|
|
261
|
+
font-display: $carbon--font-display;
|
|
262
262
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
263
263
|
U+FE2E-FE2F;
|
|
264
264
|
}
|
|
265
265
|
/* cyrillic */
|
|
266
266
|
@font-face {
|
|
267
|
+
font-weight: 300;
|
|
267
268
|
font-family: 'IBM Plex Serif';
|
|
268
269
|
font-style: normal;
|
|
269
|
-
font-weight: 300;
|
|
270
|
-
font-display: $carbon--font-display;
|
|
271
270
|
src: local('IBM Plex Serif Light'), local('IBMPlexSerif-Light'),
|
|
272
271
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi20-SIwq1vjitOh3oc.woff2)
|
|
273
272
|
format('woff2');
|
|
273
|
+
font-display: $carbon--font-display;
|
|
274
274
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
275
275
|
}
|
|
276
276
|
/* vietnamese */
|
|
277
277
|
@font-face {
|
|
278
|
+
font-weight: 300;
|
|
278
279
|
font-family: 'IBM Plex Serif';
|
|
279
280
|
font-style: normal;
|
|
280
|
-
font-weight: 300;
|
|
281
|
-
font-display: $carbon--font-display;
|
|
282
281
|
src: local('IBM Plex Serif Light'), local('IBMPlexSerif-Light'),
|
|
283
282
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi20-SI7q1vjitOh3oc.woff2)
|
|
284
283
|
format('woff2');
|
|
284
|
+
font-display: $carbon--font-display;
|
|
285
285
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
286
286
|
}
|
|
287
287
|
/* latin-ext */
|
|
288
288
|
@font-face {
|
|
289
|
+
font-weight: 300;
|
|
289
290
|
font-family: 'IBM Plex Serif';
|
|
290
291
|
font-style: normal;
|
|
291
|
-
font-weight: 300;
|
|
292
|
-
font-display: $carbon--font-display;
|
|
293
292
|
src: local('IBM Plex Serif Light'), local('IBMPlexSerif-Light'),
|
|
294
293
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi20-SI6q1vjitOh3oc.woff2)
|
|
295
294
|
format('woff2');
|
|
295
|
+
font-display: $carbon--font-display;
|
|
296
296
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
297
297
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
298
298
|
}
|
|
299
299
|
/* latin */
|
|
300
300
|
@font-face {
|
|
301
|
+
font-weight: 300;
|
|
301
302
|
font-family: 'IBM Plex Serif';
|
|
302
303
|
font-style: normal;
|
|
303
|
-
font-weight: 300;
|
|
304
|
-
font-display: $carbon--font-display;
|
|
305
304
|
src: local('IBM Plex Serif Light'), local('IBMPlexSerif-Light'),
|
|
306
305
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi20-SI0q1vjitOh.woff2)
|
|
307
306
|
format('woff2');
|
|
307
|
+
font-display: $carbon--font-display;
|
|
308
308
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
309
309
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
310
310
|
U+2215, U+FEFF, U+FFFD;
|
|
311
311
|
}
|
|
312
312
|
/* cyrillic-ext */
|
|
313
313
|
@font-face {
|
|
314
|
+
font-weight: 400;
|
|
314
315
|
font-family: 'IBM Plex Serif';
|
|
315
316
|
font-style: normal;
|
|
316
|
-
font-weight: 400;
|
|
317
|
-
font-display: $carbon--font-display;
|
|
318
317
|
src: local('IBM Plex Serif'), local('IBMPlexSerif'),
|
|
319
318
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizDREVNn1dOx-zrZ2X3pZvkTiUS2zcZiVbJsNo.woff2)
|
|
320
319
|
format('woff2');
|
|
320
|
+
font-display: $carbon--font-display;
|
|
321
321
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
322
322
|
U+FE2E-FE2F;
|
|
323
323
|
}
|
|
324
324
|
/* cyrillic */
|
|
325
325
|
@font-face {
|
|
326
|
+
font-weight: 400;
|
|
326
327
|
font-family: 'IBM Plex Serif';
|
|
327
328
|
font-style: normal;
|
|
328
|
-
font-weight: 400;
|
|
329
|
-
font-display: $carbon--font-display;
|
|
330
329
|
src: local('IBM Plex Serif'), local('IBMPlexSerif'),
|
|
331
330
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizDREVNn1dOx-zrZ2X3pZvkTiUb2zcZiVbJsNo.woff2)
|
|
332
331
|
format('woff2');
|
|
332
|
+
font-display: $carbon--font-display;
|
|
333
333
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
334
334
|
}
|
|
335
335
|
/* vietnamese */
|
|
336
336
|
@font-face {
|
|
337
|
+
font-weight: 400;
|
|
337
338
|
font-family: 'IBM Plex Serif';
|
|
338
339
|
font-style: normal;
|
|
339
|
-
font-weight: 400;
|
|
340
|
-
font-display: $carbon--font-display;
|
|
341
340
|
src: local('IBM Plex Serif'), local('IBMPlexSerif'),
|
|
342
341
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizDREVNn1dOx-zrZ2X3pZvkTiUQ2zcZiVbJsNo.woff2)
|
|
343
342
|
format('woff2');
|
|
343
|
+
font-display: $carbon--font-display;
|
|
344
344
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
345
345
|
}
|
|
346
346
|
/* latin-ext */
|
|
347
347
|
@font-face {
|
|
348
|
+
font-weight: 400;
|
|
348
349
|
font-family: 'IBM Plex Serif';
|
|
349
350
|
font-style: normal;
|
|
350
|
-
font-weight: 400;
|
|
351
|
-
font-display: $carbon--font-display;
|
|
352
351
|
src: local('IBM Plex Serif'), local('IBMPlexSerif'),
|
|
353
352
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizDREVNn1dOx-zrZ2X3pZvkTiUR2zcZiVbJsNo.woff2)
|
|
354
353
|
format('woff2');
|
|
354
|
+
font-display: $carbon--font-display;
|
|
355
355
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
356
356
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
357
357
|
}
|
|
358
358
|
/* latin */
|
|
359
359
|
@font-face {
|
|
360
|
+
font-weight: 400;
|
|
360
361
|
font-family: 'IBM Plex Serif';
|
|
361
362
|
font-style: normal;
|
|
362
|
-
font-weight: 400;
|
|
363
|
-
font-display: $carbon--font-display;
|
|
364
363
|
src: local('IBM Plex Serif'), local('IBMPlexSerif'),
|
|
365
364
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizDREVNn1dOx-zrZ2X3pZvkTiUf2zcZiVbJ.woff2)
|
|
366
365
|
format('woff2');
|
|
366
|
+
font-display: $carbon--font-display;
|
|
367
367
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
368
368
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
369
369
|
U+2215, U+FEFF, U+FFFD;
|
|
370
370
|
}
|
|
371
371
|
/* cyrillic-ext */
|
|
372
372
|
@font-face {
|
|
373
|
+
font-weight: 600;
|
|
373
374
|
font-family: 'IBM Plex Serif';
|
|
374
375
|
font-style: normal;
|
|
375
|
-
font-weight: 600;
|
|
376
|
-
font-display: $carbon--font-display;
|
|
377
376
|
src: local('IBM Plex Serif SemiBold'), local('IBMPlexSerif-SemiBold'),
|
|
378
377
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3A_yI5q1vjitOh3oc.woff2)
|
|
379
378
|
format('woff2');
|
|
379
|
+
font-display: $carbon--font-display;
|
|
380
380
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
381
381
|
U+FE2E-FE2F;
|
|
382
382
|
}
|
|
383
383
|
/* cyrillic */
|
|
384
384
|
@font-face {
|
|
385
|
+
font-weight: 600;
|
|
385
386
|
font-family: 'IBM Plex Serif';
|
|
386
387
|
font-style: normal;
|
|
387
|
-
font-weight: 600;
|
|
388
|
-
font-display: $carbon--font-display;
|
|
389
388
|
src: local('IBM Plex Serif SemiBold'), local('IBMPlexSerif-SemiBold'),
|
|
390
389
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3A_yIwq1vjitOh3oc.woff2)
|
|
391
390
|
format('woff2');
|
|
391
|
+
font-display: $carbon--font-display;
|
|
392
392
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
393
393
|
}
|
|
394
394
|
/* vietnamese */
|
|
395
395
|
@font-face {
|
|
396
|
+
font-weight: 600;
|
|
396
397
|
font-family: 'IBM Plex Serif';
|
|
397
398
|
font-style: normal;
|
|
398
|
-
font-weight: 600;
|
|
399
|
-
font-display: $carbon--font-display;
|
|
400
399
|
src: local('IBM Plex Serif SemiBold'), local('IBMPlexSerif-SemiBold'),
|
|
401
400
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3A_yI7q1vjitOh3oc.woff2)
|
|
402
401
|
format('woff2');
|
|
402
|
+
font-display: $carbon--font-display;
|
|
403
403
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
404
404
|
}
|
|
405
405
|
/* latin-ext */
|
|
406
406
|
@font-face {
|
|
407
|
+
font-weight: 600;
|
|
407
408
|
font-family: 'IBM Plex Serif';
|
|
408
409
|
font-style: normal;
|
|
409
|
-
font-weight: 600;
|
|
410
|
-
font-display: $carbon--font-display;
|
|
411
410
|
src: local('IBM Plex Serif SemiBold'), local('IBMPlexSerif-SemiBold'),
|
|
412
411
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3A_yI6q1vjitOh3oc.woff2)
|
|
413
412
|
format('woff2');
|
|
413
|
+
font-display: $carbon--font-display;
|
|
414
414
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
415
415
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
416
416
|
}
|
|
417
417
|
/* latin */
|
|
418
418
|
@font-face {
|
|
419
|
+
font-weight: 600;
|
|
419
420
|
font-family: 'IBM Plex Serif';
|
|
420
421
|
font-style: normal;
|
|
421
|
-
font-weight: 600;
|
|
422
|
-
font-display: $carbon--font-display;
|
|
423
422
|
src: local('IBM Plex Serif SemiBold'), local('IBMPlexSerif-SemiBold'),
|
|
424
423
|
url(https://fonts.gstatic.com/s/ibmplexserif/v7/jizAREVNn1dOx-zrZ2X3pZvkTi3A_yI0q1vjitOh.woff2)
|
|
425
424
|
format('woff2');
|
|
425
|
+
font-display: $carbon--font-display;
|
|
426
426
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
427
427
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
428
428
|
U+2215, U+FEFF, U+FFFD;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2018, 2018
|
|
3
|
+
//
|
|
4
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
// LICENSE file in the root directory of this source tree.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
@use 'sass:map';
|
|
9
|
+
@use 'font-family' as *;
|
|
10
|
+
@use 'prefix' as *;
|
|
11
|
+
@use 'styles' as *;
|
|
12
|
+
|
|
13
|
+
/// Create type classes for font families, weights, styles
|
|
14
|
+
/// @access public
|
|
15
|
+
/// @group @carbon/type
|
|
16
|
+
@mixin type-classes {
|
|
17
|
+
// Font families
|
|
18
|
+
@each $name, $value in $font-families {
|
|
19
|
+
.#{$prefix}--type-#{$name} {
|
|
20
|
+
font-family: $value;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// Font weights
|
|
25
|
+
@each $name, $value in $font-weights {
|
|
26
|
+
.#{$prefix}--type-#{$name} {
|
|
27
|
+
font-weight: $value;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Font styles
|
|
32
|
+
.#{$prefix}--type-italic {
|
|
33
|
+
font-style: italic;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// Type styles
|
|
37
|
+
@each $name, $value in $tokens {
|
|
38
|
+
.#{$prefix}--type-#{$name} {
|
|
39
|
+
@include type-style($name, map.has-key($value, breakpoints));
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2018, 2018
|
|
3
|
+
//
|
|
4
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
// LICENSE file in the root directory of this source tree.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
/// Font family fallbacks for: IBM Plex Mono, IBM Plex Sans, IBM Plex Sans
|
|
9
|
+
/// Condensed, IBM Plex Sans Hebrew, and IBM Plex Serif
|
|
10
|
+
/// @type Map
|
|
11
|
+
/// @access public
|
|
12
|
+
/// @group @carbon/type
|
|
13
|
+
$font-families: (
|
|
14
|
+
'mono':
|
|
15
|
+
unquote(
|
|
16
|
+
"'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace"
|
|
17
|
+
),
|
|
18
|
+
'sans': unquote("'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif"),
|
|
19
|
+
'sans-condensed':
|
|
20
|
+
unquote("'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif"),
|
|
21
|
+
'sans-hebrew':
|
|
22
|
+
unquote(
|
|
23
|
+
"'IBM Plex Sans Hebrew', 'Helvetica Hebrew', 'Arial Hebrew', sans-serif"
|
|
24
|
+
),
|
|
25
|
+
'serif': unquote("'IBM Plex Serif', 'Georgia', Times, serif"),
|
|
26
|
+
) !default;
|
|
27
|
+
|
|
28
|
+
/// Get the font-family for an IBM Plex font
|
|
29
|
+
/// @param {String} $name
|
|
30
|
+
/// @return {String}
|
|
31
|
+
/// @access public
|
|
32
|
+
/// @group @carbon/type
|
|
33
|
+
@function font-family($name) {
|
|
34
|
+
@return map-get($font-families, $name);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/// Include the `font-family` definition for the given name in your selector
|
|
38
|
+
/// @param {String} $name
|
|
39
|
+
/// @access public
|
|
40
|
+
/// @group @carbon/type
|
|
41
|
+
@mixin font-family($name) {
|
|
42
|
+
font-family: font-family($name);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/// Suggested font weights to be used in product
|
|
46
|
+
/// @type Map
|
|
47
|
+
/// @access public
|
|
48
|
+
/// @group @carbon/type
|
|
49
|
+
$font-weights: (
|
|
50
|
+
'light': 300,
|
|
51
|
+
'regular': 400,
|
|
52
|
+
'semibold': 600,
|
|
53
|
+
) !default;
|
|
54
|
+
|
|
55
|
+
/// Retrieve the font-weight value for a given name
|
|
56
|
+
/// @param {String} $weight
|
|
57
|
+
/// @return {Number}
|
|
58
|
+
/// @access public
|
|
59
|
+
/// @group @carbon/type
|
|
60
|
+
@function font-weight($weight) {
|
|
61
|
+
@return map-get($font-weights, $weight);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/// Set the `font-weight` property with the value for a given name
|
|
65
|
+
/// @param {String} $weight
|
|
66
|
+
/// @access public
|
|
67
|
+
/// @group @carbon/type
|
|
68
|
+
@mixin font-weight($weight) {
|
|
69
|
+
font-weight: font-weight($weight);
|
|
70
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2018, 2018
|
|
3
|
+
//
|
|
4
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
// LICENSE file in the root directory of this source tree.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
/// @type String
|
|
9
|
+
/// @access public
|
|
10
|
+
/// @group @carbon/type
|
|
11
|
+
$prefix: 'bx' !default;
|