@carbon/charts 0.41.49 → 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 +8 -0
- package/build/demo/data/index.d.ts +9 -3
- 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/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/index.d.ts +9 -3
- package/demo/data/index.js +25 -8
- 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 +29 -15
- 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 +64 -14
- 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
package/styles-g90.css
CHANGED
|
@@ -530,13 +530,13 @@
|
|
|
530
530
|
stroke: #4589ff;
|
|
531
531
|
}
|
|
532
532
|
.bx--cc--chart-svg .fill-14-1-9 {
|
|
533
|
-
fill: #
|
|
533
|
+
fill: #d02670;
|
|
534
534
|
}
|
|
535
535
|
.bx--cc--chart-svg .fill-14-1-9.hovered {
|
|
536
|
-
fill: #
|
|
536
|
+
fill: #b22060;
|
|
537
537
|
}
|
|
538
538
|
.bx--cc--chart-svg .stroke-14-1-9 {
|
|
539
|
-
stroke: #
|
|
539
|
+
stroke: #d02670;
|
|
540
540
|
}
|
|
541
541
|
.bx--cc--chart-svg .fill-14-1-10 {
|
|
542
542
|
fill: #d2a106;
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
background-color: #4589ff;
|
|
763
763
|
}
|
|
764
764
|
.bx--cc--tooltip .tooltip-14-1-9 {
|
|
765
|
-
background-color: #
|
|
765
|
+
background-color: #d02670;
|
|
766
766
|
}
|
|
767
767
|
.bx--cc--tooltip .tooltip-14-1-10 {
|
|
768
768
|
background-color: #d2a106;
|
|
@@ -1213,7 +1213,7 @@ a.bx--overflow-menu-options__btn::before {
|
|
|
1213
1213
|
.bx--overflow-menu-options__btn {
|
|
1214
1214
|
font-size: 0.875rem;
|
|
1215
1215
|
font-weight: 400;
|
|
1216
|
-
line-height: 1.
|
|
1216
|
+
line-height: 1.29;
|
|
1217
1217
|
letter-spacing: 0.16px;
|
|
1218
1218
|
outline: 2px solid transparent;
|
|
1219
1219
|
outline-offset: -2px;
|
|
@@ -1540,7 +1540,7 @@ a.bx--overflow-menu-options__btn::before {
|
|
|
1540
1540
|
.bx--overflow-menu-options__btn {
|
|
1541
1541
|
font-size: 0.875rem;
|
|
1542
1542
|
font-weight: 400;
|
|
1543
|
-
line-height: 1.
|
|
1543
|
+
line-height: 1.29;
|
|
1544
1544
|
letter-spacing: 0.16px;
|
|
1545
1545
|
outline: 2px solid transparent;
|
|
1546
1546
|
outline-offset: -2px;
|
|
@@ -1913,6 +1913,574 @@ g.bx--cc--treemap text {
|
|
|
1913
1913
|
stroke-width: 1.5;
|
|
1914
1914
|
}
|
|
1915
1915
|
|
|
1916
|
+
.bx--cc--wordcloud text.word.light {
|
|
1917
|
+
font-weight: 300;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
@font-face {
|
|
1921
|
+
font-weight: 300;
|
|
1922
|
+
font-family: "IBM Plex Sans";
|
|
1923
|
+
font-style: italic;
|
|
1924
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
|
|
1925
|
+
font-display: auto;
|
|
1926
|
+
}
|
|
1927
|
+
@font-face {
|
|
1928
|
+
font-weight: 400;
|
|
1929
|
+
font-family: "IBM Plex Sans";
|
|
1930
|
+
font-style: italic;
|
|
1931
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
|
|
1932
|
+
font-display: auto;
|
|
1933
|
+
}
|
|
1934
|
+
@font-face {
|
|
1935
|
+
font-weight: 600;
|
|
1936
|
+
font-family: "IBM Plex Sans";
|
|
1937
|
+
font-style: italic;
|
|
1938
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
|
|
1939
|
+
font-display: auto;
|
|
1940
|
+
}
|
|
1941
|
+
@font-face {
|
|
1942
|
+
font-weight: 300;
|
|
1943
|
+
font-family: "IBM Plex Sans";
|
|
1944
|
+
font-style: normal;
|
|
1945
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
|
|
1946
|
+
font-display: auto;
|
|
1947
|
+
}
|
|
1948
|
+
@font-face {
|
|
1949
|
+
font-weight: 400;
|
|
1950
|
+
font-family: "IBM Plex Sans";
|
|
1951
|
+
font-style: normal;
|
|
1952
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
|
|
1953
|
+
font-display: auto;
|
|
1954
|
+
}
|
|
1955
|
+
@font-face {
|
|
1956
|
+
font-weight: 600;
|
|
1957
|
+
font-family: "IBM Plex Sans";
|
|
1958
|
+
font-style: normal;
|
|
1959
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
|
|
1960
|
+
font-display: auto;
|
|
1961
|
+
}
|
|
1962
|
+
/* cyrillic-ext */
|
|
1963
|
+
@font-face {
|
|
1964
|
+
font-weight: 300;
|
|
1965
|
+
font-family: "IBM Plex Sans";
|
|
1966
|
+
font-style: italic;
|
|
1967
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
|
|
1968
|
+
font-display: auto;
|
|
1969
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
1970
|
+
}
|
|
1971
|
+
/* cyrillic */
|
|
1972
|
+
@font-face {
|
|
1973
|
+
font-weight: 300;
|
|
1974
|
+
font-family: "IBM Plex Sans";
|
|
1975
|
+
font-style: italic;
|
|
1976
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
|
|
1977
|
+
font-display: auto;
|
|
1978
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
1979
|
+
}
|
|
1980
|
+
/* greek */
|
|
1981
|
+
@font-face {
|
|
1982
|
+
font-weight: 300;
|
|
1983
|
+
font-family: "IBM Plex Sans";
|
|
1984
|
+
font-style: italic;
|
|
1985
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
|
|
1986
|
+
font-display: auto;
|
|
1987
|
+
unicode-range: U+0370-03FF;
|
|
1988
|
+
}
|
|
1989
|
+
/* vietnamese */
|
|
1990
|
+
@font-face {
|
|
1991
|
+
font-weight: 300;
|
|
1992
|
+
font-family: "IBM Plex Sans";
|
|
1993
|
+
font-style: italic;
|
|
1994
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
|
|
1995
|
+
font-display: auto;
|
|
1996
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
1997
|
+
}
|
|
1998
|
+
/* latin-ext */
|
|
1999
|
+
@font-face {
|
|
2000
|
+
font-weight: 300;
|
|
2001
|
+
font-family: "IBM Plex Sans";
|
|
2002
|
+
font-style: italic;
|
|
2003
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
|
|
2004
|
+
font-display: auto;
|
|
2005
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2006
|
+
}
|
|
2007
|
+
/* latin */
|
|
2008
|
+
@font-face {
|
|
2009
|
+
font-weight: 300;
|
|
2010
|
+
font-family: "IBM Plex Sans";
|
|
2011
|
+
font-style: italic;
|
|
2012
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
|
|
2013
|
+
font-display: auto;
|
|
2014
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2015
|
+
}
|
|
2016
|
+
/* cyrillic-ext */
|
|
2017
|
+
@font-face {
|
|
2018
|
+
font-weight: 400;
|
|
2019
|
+
font-family: "IBM Plex Sans";
|
|
2020
|
+
font-style: italic;
|
|
2021
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
|
|
2022
|
+
font-display: auto;
|
|
2023
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2024
|
+
}
|
|
2025
|
+
/* cyrillic */
|
|
2026
|
+
@font-face {
|
|
2027
|
+
font-weight: 400;
|
|
2028
|
+
font-family: "IBM Plex Sans";
|
|
2029
|
+
font-style: italic;
|
|
2030
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
|
|
2031
|
+
font-display: auto;
|
|
2032
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2033
|
+
}
|
|
2034
|
+
/* greek */
|
|
2035
|
+
@font-face {
|
|
2036
|
+
font-weight: 400;
|
|
2037
|
+
font-family: "IBM Plex Sans";
|
|
2038
|
+
font-style: italic;
|
|
2039
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
|
|
2040
|
+
font-display: auto;
|
|
2041
|
+
unicode-range: U+0370-03FF;
|
|
2042
|
+
}
|
|
2043
|
+
/* vietnamese */
|
|
2044
|
+
@font-face {
|
|
2045
|
+
font-weight: 400;
|
|
2046
|
+
font-family: "IBM Plex Sans";
|
|
2047
|
+
font-style: italic;
|
|
2048
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
|
|
2049
|
+
font-display: auto;
|
|
2050
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2051
|
+
}
|
|
2052
|
+
/* latin-ext */
|
|
2053
|
+
@font-face {
|
|
2054
|
+
font-weight: 400;
|
|
2055
|
+
font-family: "IBM Plex Sans";
|
|
2056
|
+
font-style: italic;
|
|
2057
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
|
|
2058
|
+
font-display: auto;
|
|
2059
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2060
|
+
}
|
|
2061
|
+
/* latin */
|
|
2062
|
+
@font-face {
|
|
2063
|
+
font-weight: 400;
|
|
2064
|
+
font-family: "IBM Plex Sans";
|
|
2065
|
+
font-style: italic;
|
|
2066
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
|
|
2067
|
+
font-display: auto;
|
|
2068
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2069
|
+
}
|
|
2070
|
+
/* cyrillic-ext */
|
|
2071
|
+
@font-face {
|
|
2072
|
+
font-weight: 600;
|
|
2073
|
+
font-family: "IBM Plex Sans";
|
|
2074
|
+
font-style: italic;
|
|
2075
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
|
|
2076
|
+
font-display: auto;
|
|
2077
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2078
|
+
}
|
|
2079
|
+
/* cyrillic */
|
|
2080
|
+
@font-face {
|
|
2081
|
+
font-weight: 600;
|
|
2082
|
+
font-family: "IBM Plex Sans";
|
|
2083
|
+
font-style: italic;
|
|
2084
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
|
|
2085
|
+
font-display: auto;
|
|
2086
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2087
|
+
}
|
|
2088
|
+
/* greek */
|
|
2089
|
+
@font-face {
|
|
2090
|
+
font-weight: 600;
|
|
2091
|
+
font-family: "IBM Plex Sans";
|
|
2092
|
+
font-style: italic;
|
|
2093
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
|
|
2094
|
+
font-display: auto;
|
|
2095
|
+
unicode-range: U+0370-03FF;
|
|
2096
|
+
}
|
|
2097
|
+
/* vietnamese */
|
|
2098
|
+
@font-face {
|
|
2099
|
+
font-weight: 600;
|
|
2100
|
+
font-family: "IBM Plex Sans";
|
|
2101
|
+
font-style: italic;
|
|
2102
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
|
|
2103
|
+
font-display: auto;
|
|
2104
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2105
|
+
}
|
|
2106
|
+
/* latin-ext */
|
|
2107
|
+
@font-face {
|
|
2108
|
+
font-weight: 600;
|
|
2109
|
+
font-family: "IBM Plex Sans";
|
|
2110
|
+
font-style: italic;
|
|
2111
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
|
|
2112
|
+
font-display: auto;
|
|
2113
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2114
|
+
}
|
|
2115
|
+
/* latin */
|
|
2116
|
+
@font-face {
|
|
2117
|
+
font-weight: 600;
|
|
2118
|
+
font-family: "IBM Plex Sans";
|
|
2119
|
+
font-style: italic;
|
|
2120
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
|
|
2121
|
+
font-display: auto;
|
|
2122
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2123
|
+
}
|
|
2124
|
+
/* cyrillic-ext */
|
|
2125
|
+
@font-face {
|
|
2126
|
+
font-weight: 300;
|
|
2127
|
+
font-family: "IBM Plex Sans";
|
|
2128
|
+
font-style: normal;
|
|
2129
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
2130
|
+
font-display: auto;
|
|
2131
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2132
|
+
}
|
|
2133
|
+
/* cyrillic */
|
|
2134
|
+
@font-face {
|
|
2135
|
+
font-weight: 300;
|
|
2136
|
+
font-family: "IBM Plex Sans";
|
|
2137
|
+
font-style: normal;
|
|
2138
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
2139
|
+
font-display: auto;
|
|
2140
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2141
|
+
}
|
|
2142
|
+
/* greek */
|
|
2143
|
+
@font-face {
|
|
2144
|
+
font-weight: 300;
|
|
2145
|
+
font-family: "IBM Plex Sans";
|
|
2146
|
+
font-style: normal;
|
|
2147
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
2148
|
+
font-display: auto;
|
|
2149
|
+
unicode-range: U+0370-03FF;
|
|
2150
|
+
}
|
|
2151
|
+
/* vietnamese */
|
|
2152
|
+
@font-face {
|
|
2153
|
+
font-weight: 300;
|
|
2154
|
+
font-family: "IBM Plex Sans";
|
|
2155
|
+
font-style: normal;
|
|
2156
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
2157
|
+
font-display: auto;
|
|
2158
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2159
|
+
}
|
|
2160
|
+
/* latin-ext */
|
|
2161
|
+
@font-face {
|
|
2162
|
+
font-weight: 300;
|
|
2163
|
+
font-family: "IBM Plex Sans";
|
|
2164
|
+
font-style: normal;
|
|
2165
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
2166
|
+
font-display: auto;
|
|
2167
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2168
|
+
}
|
|
2169
|
+
/* latin */
|
|
2170
|
+
@font-face {
|
|
2171
|
+
font-weight: 300;
|
|
2172
|
+
font-family: "IBM Plex Sans";
|
|
2173
|
+
font-style: normal;
|
|
2174
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
|
|
2175
|
+
font-display: auto;
|
|
2176
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2177
|
+
}
|
|
2178
|
+
/* cyrillic-ext */
|
|
2179
|
+
@font-face {
|
|
2180
|
+
font-weight: 400;
|
|
2181
|
+
font-family: "IBM Plex Sans";
|
|
2182
|
+
font-style: normal;
|
|
2183
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
|
|
2184
|
+
font-display: auto;
|
|
2185
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2186
|
+
}
|
|
2187
|
+
/* cyrillic */
|
|
2188
|
+
@font-face {
|
|
2189
|
+
font-weight: 400;
|
|
2190
|
+
font-family: "IBM Plex Sans";
|
|
2191
|
+
font-style: normal;
|
|
2192
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
|
|
2193
|
+
font-display: auto;
|
|
2194
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2195
|
+
}
|
|
2196
|
+
/* greek */
|
|
2197
|
+
@font-face {
|
|
2198
|
+
font-weight: 400;
|
|
2199
|
+
font-family: "IBM Plex Sans";
|
|
2200
|
+
font-style: normal;
|
|
2201
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
|
|
2202
|
+
font-display: auto;
|
|
2203
|
+
unicode-range: U+0370-03FF;
|
|
2204
|
+
}
|
|
2205
|
+
/* vietnamese */
|
|
2206
|
+
@font-face {
|
|
2207
|
+
font-weight: 400;
|
|
2208
|
+
font-family: "IBM Plex Sans";
|
|
2209
|
+
font-style: normal;
|
|
2210
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
|
|
2211
|
+
font-display: auto;
|
|
2212
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2213
|
+
}
|
|
2214
|
+
/* latin-ext */
|
|
2215
|
+
@font-face {
|
|
2216
|
+
font-weight: 400;
|
|
2217
|
+
font-family: "IBM Plex Sans";
|
|
2218
|
+
font-style: normal;
|
|
2219
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
|
|
2220
|
+
font-display: auto;
|
|
2221
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2222
|
+
}
|
|
2223
|
+
/* latin */
|
|
2224
|
+
@font-face {
|
|
2225
|
+
font-weight: 400;
|
|
2226
|
+
font-family: "IBM Plex Sans";
|
|
2227
|
+
font-style: normal;
|
|
2228
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
|
|
2229
|
+
font-display: auto;
|
|
2230
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2231
|
+
}
|
|
2232
|
+
/* cyrillic-ext */
|
|
2233
|
+
@font-face {
|
|
2234
|
+
font-weight: 600;
|
|
2235
|
+
font-family: "IBM Plex Sans";
|
|
2236
|
+
font-style: normal;
|
|
2237
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
2238
|
+
font-display: auto;
|
|
2239
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2240
|
+
}
|
|
2241
|
+
/* cyrillic */
|
|
2242
|
+
@font-face {
|
|
2243
|
+
font-weight: 600;
|
|
2244
|
+
font-family: "IBM Plex Sans";
|
|
2245
|
+
font-style: normal;
|
|
2246
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
2247
|
+
font-display: auto;
|
|
2248
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2249
|
+
}
|
|
2250
|
+
/* greek */
|
|
2251
|
+
@font-face {
|
|
2252
|
+
font-weight: 600;
|
|
2253
|
+
font-family: "IBM Plex Sans";
|
|
2254
|
+
font-style: normal;
|
|
2255
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
2256
|
+
font-display: auto;
|
|
2257
|
+
unicode-range: U+0370-03FF;
|
|
2258
|
+
}
|
|
2259
|
+
/* vietnamese */
|
|
2260
|
+
@font-face {
|
|
2261
|
+
font-weight: 600;
|
|
2262
|
+
font-family: "IBM Plex Sans";
|
|
2263
|
+
font-style: normal;
|
|
2264
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
2265
|
+
font-display: auto;
|
|
2266
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2267
|
+
}
|
|
2268
|
+
/* latin-ext */
|
|
2269
|
+
@font-face {
|
|
2270
|
+
font-weight: 600;
|
|
2271
|
+
font-family: "IBM Plex Sans";
|
|
2272
|
+
font-style: normal;
|
|
2273
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
2274
|
+
font-display: auto;
|
|
2275
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2276
|
+
}
|
|
2277
|
+
/* latin */
|
|
2278
|
+
@font-face {
|
|
2279
|
+
font-weight: 600;
|
|
2280
|
+
font-family: "IBM Plex Sans";
|
|
2281
|
+
font-style: normal;
|
|
2282
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
|
|
2283
|
+
font-display: auto;
|
|
2284
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2285
|
+
}
|
|
2286
|
+
@font-face {
|
|
2287
|
+
font-weight: 300;
|
|
2288
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2289
|
+
font-style: italic;
|
|
2290
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
|
|
2291
|
+
}
|
|
2292
|
+
@font-face {
|
|
2293
|
+
font-weight: 400;
|
|
2294
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2295
|
+
font-style: italic;
|
|
2296
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
|
|
2297
|
+
}
|
|
2298
|
+
@font-face {
|
|
2299
|
+
font-weight: 600;
|
|
2300
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2301
|
+
font-style: italic;
|
|
2302
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
|
|
2303
|
+
}
|
|
2304
|
+
@font-face {
|
|
2305
|
+
font-weight: 300;
|
|
2306
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2307
|
+
font-style: normal;
|
|
2308
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
|
|
2309
|
+
}
|
|
2310
|
+
@font-face {
|
|
2311
|
+
font-weight: 400;
|
|
2312
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2313
|
+
font-style: normal;
|
|
2314
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
|
|
2315
|
+
}
|
|
2316
|
+
@font-face {
|
|
2317
|
+
font-weight: 600;
|
|
2318
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2319
|
+
font-style: normal;
|
|
2320
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
|
|
2321
|
+
}
|
|
2322
|
+
/* vietnamese */
|
|
2323
|
+
@font-face {
|
|
2324
|
+
font-weight: 300;
|
|
2325
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2326
|
+
font-style: italic;
|
|
2327
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
|
|
2328
|
+
font-display: swap;
|
|
2329
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2330
|
+
}
|
|
2331
|
+
/* latin-ext */
|
|
2332
|
+
@font-face {
|
|
2333
|
+
font-weight: 300;
|
|
2334
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2335
|
+
font-style: italic;
|
|
2336
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
|
|
2337
|
+
font-display: swap;
|
|
2338
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2339
|
+
}
|
|
2340
|
+
/* latin */
|
|
2341
|
+
@font-face {
|
|
2342
|
+
font-weight: 300;
|
|
2343
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2344
|
+
font-style: italic;
|
|
2345
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
|
|
2346
|
+
font-display: swap;
|
|
2347
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2348
|
+
}
|
|
2349
|
+
/* vietnamese */
|
|
2350
|
+
@font-face {
|
|
2351
|
+
font-weight: 400;
|
|
2352
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2353
|
+
font-style: italic;
|
|
2354
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
|
|
2355
|
+
font-display: swap;
|
|
2356
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2357
|
+
}
|
|
2358
|
+
/* latin-ext */
|
|
2359
|
+
@font-face {
|
|
2360
|
+
font-weight: 400;
|
|
2361
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2362
|
+
font-style: italic;
|
|
2363
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
|
|
2364
|
+
font-display: swap;
|
|
2365
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2366
|
+
}
|
|
2367
|
+
/* latin */
|
|
2368
|
+
@font-face {
|
|
2369
|
+
font-weight: 400;
|
|
2370
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2371
|
+
font-style: italic;
|
|
2372
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
|
|
2373
|
+
font-display: swap;
|
|
2374
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2375
|
+
}
|
|
2376
|
+
/* vietnamese */
|
|
2377
|
+
@font-face {
|
|
2378
|
+
font-weight: 600;
|
|
2379
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2380
|
+
font-style: italic;
|
|
2381
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
|
|
2382
|
+
font-display: swap;
|
|
2383
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2384
|
+
}
|
|
2385
|
+
/* latin-ext */
|
|
2386
|
+
@font-face {
|
|
2387
|
+
font-weight: 600;
|
|
2388
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2389
|
+
font-style: italic;
|
|
2390
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
|
|
2391
|
+
font-display: swap;
|
|
2392
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2393
|
+
}
|
|
2394
|
+
/* latin */
|
|
2395
|
+
@font-face {
|
|
2396
|
+
font-weight: 600;
|
|
2397
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2398
|
+
font-style: italic;
|
|
2399
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
|
|
2400
|
+
font-display: swap;
|
|
2401
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2402
|
+
}
|
|
2403
|
+
/* vietnamese */
|
|
2404
|
+
@font-face {
|
|
2405
|
+
font-weight: 300;
|
|
2406
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2407
|
+
font-style: normal;
|
|
2408
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
|
|
2409
|
+
font-display: swap;
|
|
2410
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2411
|
+
}
|
|
2412
|
+
/* latin-ext */
|
|
2413
|
+
@font-face {
|
|
2414
|
+
font-weight: 300;
|
|
2415
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2416
|
+
font-style: normal;
|
|
2417
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
|
|
2418
|
+
font-display: swap;
|
|
2419
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2420
|
+
}
|
|
2421
|
+
/* latin */
|
|
2422
|
+
@font-face {
|
|
2423
|
+
font-weight: 300;
|
|
2424
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2425
|
+
font-style: normal;
|
|
2426
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
|
|
2427
|
+
font-display: swap;
|
|
2428
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2429
|
+
}
|
|
2430
|
+
/* vietnamese */
|
|
2431
|
+
@font-face {
|
|
2432
|
+
font-weight: 400;
|
|
2433
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2434
|
+
font-style: normal;
|
|
2435
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
|
|
2436
|
+
font-display: swap;
|
|
2437
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2438
|
+
}
|
|
2439
|
+
/* latin-ext */
|
|
2440
|
+
@font-face {
|
|
2441
|
+
font-weight: 400;
|
|
2442
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2443
|
+
font-style: normal;
|
|
2444
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
|
|
2445
|
+
font-display: swap;
|
|
2446
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2447
|
+
}
|
|
2448
|
+
/* latin */
|
|
2449
|
+
@font-face {
|
|
2450
|
+
font-weight: 400;
|
|
2451
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2452
|
+
font-style: normal;
|
|
2453
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
|
|
2454
|
+
font-display: swap;
|
|
2455
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2456
|
+
}
|
|
2457
|
+
/* vietnamese */
|
|
2458
|
+
@font-face {
|
|
2459
|
+
font-weight: 600;
|
|
2460
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2461
|
+
font-style: normal;
|
|
2462
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
|
|
2463
|
+
font-display: swap;
|
|
2464
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2465
|
+
}
|
|
2466
|
+
/* latin-ext */
|
|
2467
|
+
@font-face {
|
|
2468
|
+
font-weight: 600;
|
|
2469
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2470
|
+
font-style: normal;
|
|
2471
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
|
|
2472
|
+
font-display: swap;
|
|
2473
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2474
|
+
}
|
|
2475
|
+
/* latin */
|
|
2476
|
+
@font-face {
|
|
2477
|
+
font-weight: 600;
|
|
2478
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2479
|
+
font-style: normal;
|
|
2480
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
|
|
2481
|
+
font-display: swap;
|
|
2482
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2483
|
+
}
|
|
1916
2484
|
svg.bx--cc--chart-svg {
|
|
1917
2485
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
1918
2486
|
}
|