@carbon/type 10.27.0-rc.0 → 10.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/scss/_inlined/_reset.scss +2 -2
- package/scss/_inlined/font-face/_mono.scss +72 -72
- package/scss/_inlined/font-face/_sans-condensed.scss +42 -42
- package/scss/_inlined/font-face/_sans.scss +84 -84
- package/scss/_inlined/font-face/_serif.scss +72 -72
- package/scss/_reset.scss +2 -2
- package/scss/font-face/_mono.scss +72 -72
- package/scss/font-face/_sans-condensed.scss +42 -42
- package/scss/font-face/_sans.scss +84 -84
- package/scss/font-face/_serif.scss +72 -72
- package/scss/modules/_reset.scss +2 -2
|
@@ -13,483 +13,483 @@
|
|
|
13
13
|
@mixin carbon--font-face-sans {
|
|
14
14
|
// .woff support for IE11
|
|
15
15
|
@font-face {
|
|
16
|
-
font-
|
|
16
|
+
font-display: $carbon--font-display;
|
|
17
17
|
font-family: 'IBM Plex Sans';
|
|
18
18
|
font-style: italic;
|
|
19
|
+
font-weight: 300;
|
|
19
20
|
src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'),
|
|
20
21
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff)
|
|
21
22
|
format('woff');
|
|
22
|
-
font-display: $carbon--font-display;
|
|
23
23
|
}
|
|
24
24
|
@font-face {
|
|
25
|
-
font-
|
|
25
|
+
font-display: $carbon--font-display;
|
|
26
26
|
font-family: 'IBM Plex Sans';
|
|
27
27
|
font-style: italic;
|
|
28
|
+
font-weight: 400;
|
|
28
29
|
src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
|
|
29
30
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff)
|
|
30
31
|
format('woff');
|
|
31
|
-
font-display: $carbon--font-display;
|
|
32
32
|
}
|
|
33
33
|
@font-face {
|
|
34
|
-
font-
|
|
34
|
+
font-display: $carbon--font-display;
|
|
35
35
|
font-family: 'IBM Plex Sans';
|
|
36
36
|
font-style: italic;
|
|
37
|
+
font-weight: 600;
|
|
37
38
|
src: local('IBM Plex Sans SemiBold Italic'),
|
|
38
39
|
local('IBMPlexSans-SemiBoldItalic'),
|
|
39
40
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff)
|
|
40
41
|
format('woff');
|
|
41
|
-
font-display: $carbon--font-display;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
|
-
font-
|
|
44
|
+
font-display: $carbon--font-display;
|
|
45
45
|
font-family: 'IBM Plex Sans';
|
|
46
46
|
font-style: normal;
|
|
47
|
+
font-weight: 300;
|
|
47
48
|
src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
|
|
48
49
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff)
|
|
49
50
|
format('woff');
|
|
50
|
-
font-display: $carbon--font-display;
|
|
51
51
|
}
|
|
52
52
|
@font-face {
|
|
53
|
-
font-
|
|
53
|
+
font-display: $carbon--font-display;
|
|
54
54
|
font-family: 'IBM Plex Sans';
|
|
55
55
|
font-style: normal;
|
|
56
|
+
font-weight: 400;
|
|
56
57
|
src: local('IBM Plex Sans'), local('IBMPlexSans'),
|
|
57
58
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff)
|
|
58
59
|
format('woff');
|
|
59
|
-
font-display: $carbon--font-display;
|
|
60
60
|
}
|
|
61
61
|
@font-face {
|
|
62
|
-
font-
|
|
62
|
+
font-display: $carbon--font-display;
|
|
63
63
|
font-family: 'IBM Plex Sans';
|
|
64
64
|
font-style: normal;
|
|
65
|
+
font-weight: 600;
|
|
65
66
|
src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
|
|
66
67
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff)
|
|
67
68
|
format('woff');
|
|
68
|
-
font-display: $carbon--font-display;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/* cyrillic-ext */
|
|
72
72
|
@font-face {
|
|
73
|
-
font-
|
|
73
|
+
font-display: $carbon--font-display;
|
|
74
74
|
font-family: 'IBM Plex Sans';
|
|
75
75
|
font-style: italic;
|
|
76
|
+
font-weight: 300;
|
|
76
77
|
src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'),
|
|
77
78
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2)
|
|
78
79
|
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-
|
|
85
|
+
font-display: $carbon--font-display;
|
|
86
86
|
font-family: 'IBM Plex Sans';
|
|
87
87
|
font-style: italic;
|
|
88
|
+
font-weight: 300;
|
|
88
89
|
src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'),
|
|
89
90
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2)
|
|
90
91
|
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
|
/* greek */
|
|
95
95
|
@font-face {
|
|
96
|
-
font-
|
|
96
|
+
font-display: $carbon--font-display;
|
|
97
97
|
font-family: 'IBM Plex Sans';
|
|
98
98
|
font-style: italic;
|
|
99
|
+
font-weight: 300;
|
|
99
100
|
src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'),
|
|
100
101
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2)
|
|
101
102
|
format('woff2');
|
|
102
|
-
font-display: $carbon--font-display;
|
|
103
103
|
unicode-range: U+0370-03FF;
|
|
104
104
|
}
|
|
105
105
|
/* vietnamese */
|
|
106
106
|
@font-face {
|
|
107
|
-
font-
|
|
107
|
+
font-display: $carbon--font-display;
|
|
108
108
|
font-family: 'IBM Plex Sans';
|
|
109
109
|
font-style: italic;
|
|
110
|
+
font-weight: 300;
|
|
110
111
|
src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'),
|
|
111
112
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2)
|
|
112
113
|
format('woff2');
|
|
113
|
-
font-display: $carbon--font-display;
|
|
114
114
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
115
115
|
}
|
|
116
116
|
/* latin-ext */
|
|
117
117
|
@font-face {
|
|
118
|
-
font-
|
|
118
|
+
font-display: $carbon--font-display;
|
|
119
119
|
font-family: 'IBM Plex Sans';
|
|
120
120
|
font-style: italic;
|
|
121
|
+
font-weight: 300;
|
|
121
122
|
src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'),
|
|
122
123
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2)
|
|
123
124
|
format('woff2');
|
|
124
|
-
font-display: $carbon--font-display;
|
|
125
125
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
126
126
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
127
127
|
}
|
|
128
128
|
/* latin */
|
|
129
129
|
@font-face {
|
|
130
|
-
font-
|
|
130
|
+
font-display: $carbon--font-display;
|
|
131
131
|
font-family: 'IBM Plex Sans';
|
|
132
132
|
font-style: italic;
|
|
133
|
+
font-weight: 300;
|
|
133
134
|
src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'),
|
|
134
135
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2)
|
|
135
136
|
format('woff2');
|
|
136
|
-
font-display: $carbon--font-display;
|
|
137
137
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
138
138
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
139
139
|
U+2215, U+FEFF, U+FFFD;
|
|
140
140
|
}
|
|
141
141
|
/* cyrillic-ext */
|
|
142
142
|
@font-face {
|
|
143
|
-
font-
|
|
143
|
+
font-display: $carbon--font-display;
|
|
144
144
|
font-family: 'IBM Plex Sans';
|
|
145
145
|
font-style: italic;
|
|
146
|
+
font-weight: 400;
|
|
146
147
|
src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
|
|
147
148
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2)
|
|
148
149
|
format('woff2');
|
|
149
|
-
font-display: $carbon--font-display;
|
|
150
150
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
151
151
|
U+FE2E-FE2F;
|
|
152
152
|
}
|
|
153
153
|
/* cyrillic */
|
|
154
154
|
@font-face {
|
|
155
|
-
font-
|
|
155
|
+
font-display: $carbon--font-display;
|
|
156
156
|
font-family: 'IBM Plex Sans';
|
|
157
157
|
font-style: italic;
|
|
158
|
+
font-weight: 400;
|
|
158
159
|
src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
|
|
159
160
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2)
|
|
160
161
|
format('woff2');
|
|
161
|
-
font-display: $carbon--font-display;
|
|
162
162
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
163
163
|
}
|
|
164
164
|
/* greek */
|
|
165
165
|
@font-face {
|
|
166
|
-
font-
|
|
166
|
+
font-display: $carbon--font-display;
|
|
167
167
|
font-family: 'IBM Plex Sans';
|
|
168
168
|
font-style: italic;
|
|
169
|
+
font-weight: 400;
|
|
169
170
|
src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
|
|
170
171
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2)
|
|
171
172
|
format('woff2');
|
|
172
|
-
font-display: $carbon--font-display;
|
|
173
173
|
unicode-range: U+0370-03FF;
|
|
174
174
|
}
|
|
175
175
|
/* vietnamese */
|
|
176
176
|
@font-face {
|
|
177
|
-
font-
|
|
177
|
+
font-display: $carbon--font-display;
|
|
178
178
|
font-family: 'IBM Plex Sans';
|
|
179
179
|
font-style: italic;
|
|
180
|
+
font-weight: 400;
|
|
180
181
|
src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
|
|
181
182
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2)
|
|
182
183
|
format('woff2');
|
|
183
|
-
font-display: $carbon--font-display;
|
|
184
184
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
185
185
|
}
|
|
186
186
|
/* latin-ext */
|
|
187
187
|
@font-face {
|
|
188
|
-
font-
|
|
188
|
+
font-display: $carbon--font-display;
|
|
189
189
|
font-family: 'IBM Plex Sans';
|
|
190
190
|
font-style: italic;
|
|
191
|
+
font-weight: 400;
|
|
191
192
|
src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
|
|
192
193
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2)
|
|
193
194
|
format('woff2');
|
|
194
|
-
font-display: $carbon--font-display;
|
|
195
195
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
196
196
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
197
197
|
}
|
|
198
198
|
/* latin */
|
|
199
199
|
@font-face {
|
|
200
|
-
font-
|
|
200
|
+
font-display: $carbon--font-display;
|
|
201
201
|
font-family: 'IBM Plex Sans';
|
|
202
202
|
font-style: italic;
|
|
203
|
+
font-weight: 400;
|
|
203
204
|
src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
|
|
204
205
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2)
|
|
205
206
|
format('woff2');
|
|
206
|
-
font-display: $carbon--font-display;
|
|
207
207
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
208
208
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
209
209
|
U+2215, U+FEFF, U+FFFD;
|
|
210
210
|
}
|
|
211
211
|
/* cyrillic-ext */
|
|
212
212
|
@font-face {
|
|
213
|
-
font-
|
|
213
|
+
font-display: $carbon--font-display;
|
|
214
214
|
font-family: 'IBM Plex Sans';
|
|
215
215
|
font-style: italic;
|
|
216
|
+
font-weight: 600;
|
|
216
217
|
src: local('IBM Plex Sans SemiBold Italic'),
|
|
217
218
|
local('IBMPlexSans-SemiBoldItalic'),
|
|
218
219
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2)
|
|
219
220
|
format('woff2');
|
|
220
|
-
font-display: $carbon--font-display;
|
|
221
221
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
222
222
|
U+FE2E-FE2F;
|
|
223
223
|
}
|
|
224
224
|
/* cyrillic */
|
|
225
225
|
@font-face {
|
|
226
|
-
font-
|
|
226
|
+
font-display: $carbon--font-display;
|
|
227
227
|
font-family: 'IBM Plex Sans';
|
|
228
228
|
font-style: italic;
|
|
229
|
+
font-weight: 600;
|
|
229
230
|
src: local('IBM Plex Sans SemiBold Italic'),
|
|
230
231
|
local('IBMPlexSans-SemiBoldItalic'),
|
|
231
232
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2)
|
|
232
233
|
format('woff2');
|
|
233
|
-
font-display: $carbon--font-display;
|
|
234
234
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
235
235
|
}
|
|
236
236
|
/* greek */
|
|
237
237
|
@font-face {
|
|
238
|
-
font-
|
|
238
|
+
font-display: $carbon--font-display;
|
|
239
239
|
font-family: 'IBM Plex Sans';
|
|
240
240
|
font-style: italic;
|
|
241
|
+
font-weight: 600;
|
|
241
242
|
src: local('IBM Plex Sans SemiBold Italic'),
|
|
242
243
|
local('IBMPlexSans-SemiBoldItalic'),
|
|
243
244
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2)
|
|
244
245
|
format('woff2');
|
|
245
|
-
font-display: $carbon--font-display;
|
|
246
246
|
unicode-range: U+0370-03FF;
|
|
247
247
|
}
|
|
248
248
|
/* vietnamese */
|
|
249
249
|
@font-face {
|
|
250
|
-
font-
|
|
250
|
+
font-display: $carbon--font-display;
|
|
251
251
|
font-family: 'IBM Plex Sans';
|
|
252
252
|
font-style: italic;
|
|
253
|
+
font-weight: 600;
|
|
253
254
|
src: local('IBM Plex Sans SemiBold Italic'),
|
|
254
255
|
local('IBMPlexSans-SemiBoldItalic'),
|
|
255
256
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2)
|
|
256
257
|
format('woff2');
|
|
257
|
-
font-display: $carbon--font-display;
|
|
258
258
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
259
259
|
}
|
|
260
260
|
/* latin-ext */
|
|
261
261
|
@font-face {
|
|
262
|
-
font-
|
|
262
|
+
font-display: $carbon--font-display;
|
|
263
263
|
font-family: 'IBM Plex Sans';
|
|
264
264
|
font-style: italic;
|
|
265
|
+
font-weight: 600;
|
|
265
266
|
src: local('IBM Plex Sans SemiBold Italic'),
|
|
266
267
|
local('IBMPlexSans-SemiBoldItalic'),
|
|
267
268
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2)
|
|
268
269
|
format('woff2');
|
|
269
|
-
font-display: $carbon--font-display;
|
|
270
270
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
271
271
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
272
272
|
}
|
|
273
273
|
/* latin */
|
|
274
274
|
@font-face {
|
|
275
|
-
font-
|
|
275
|
+
font-display: $carbon--font-display;
|
|
276
276
|
font-family: 'IBM Plex Sans';
|
|
277
277
|
font-style: italic;
|
|
278
|
+
font-weight: 600;
|
|
278
279
|
src: local('IBM Plex Sans SemiBold Italic'),
|
|
279
280
|
local('IBMPlexSans-SemiBoldItalic'),
|
|
280
281
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2)
|
|
281
282
|
format('woff2');
|
|
282
|
-
font-display: $carbon--font-display;
|
|
283
283
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
284
284
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
285
285
|
U+2215, U+FEFF, U+FFFD;
|
|
286
286
|
}
|
|
287
287
|
/* cyrillic-ext */
|
|
288
288
|
@font-face {
|
|
289
|
-
font-
|
|
289
|
+
font-display: $carbon--font-display;
|
|
290
290
|
font-family: 'IBM Plex Sans';
|
|
291
291
|
font-style: normal;
|
|
292
|
+
font-weight: 300;
|
|
292
293
|
src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
|
|
293
294
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2)
|
|
294
295
|
format('woff2');
|
|
295
|
-
font-display: $carbon--font-display;
|
|
296
296
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
297
297
|
U+FE2E-FE2F;
|
|
298
298
|
}
|
|
299
299
|
/* cyrillic */
|
|
300
300
|
@font-face {
|
|
301
|
-
font-
|
|
301
|
+
font-display: $carbon--font-display;
|
|
302
302
|
font-family: 'IBM Plex Sans';
|
|
303
303
|
font-style: normal;
|
|
304
|
+
font-weight: 300;
|
|
304
305
|
src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
|
|
305
306
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2)
|
|
306
307
|
format('woff2');
|
|
307
|
-
font-display: $carbon--font-display;
|
|
308
308
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
309
309
|
}
|
|
310
310
|
/* greek */
|
|
311
311
|
@font-face {
|
|
312
|
-
font-
|
|
312
|
+
font-display: $carbon--font-display;
|
|
313
313
|
font-family: 'IBM Plex Sans';
|
|
314
314
|
font-style: normal;
|
|
315
|
+
font-weight: 300;
|
|
315
316
|
src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
|
|
316
317
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2)
|
|
317
318
|
format('woff2');
|
|
318
|
-
font-display: $carbon--font-display;
|
|
319
319
|
unicode-range: U+0370-03FF;
|
|
320
320
|
}
|
|
321
321
|
/* vietnamese */
|
|
322
322
|
@font-face {
|
|
323
|
-
font-
|
|
323
|
+
font-display: $carbon--font-display;
|
|
324
324
|
font-family: 'IBM Plex Sans';
|
|
325
325
|
font-style: normal;
|
|
326
|
+
font-weight: 300;
|
|
326
327
|
src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
|
|
327
328
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2)
|
|
328
329
|
format('woff2');
|
|
329
|
-
font-display: $carbon--font-display;
|
|
330
330
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
331
331
|
}
|
|
332
332
|
/* latin-ext */
|
|
333
333
|
@font-face {
|
|
334
|
-
font-
|
|
334
|
+
font-display: $carbon--font-display;
|
|
335
335
|
font-family: 'IBM Plex Sans';
|
|
336
336
|
font-style: normal;
|
|
337
|
+
font-weight: 300;
|
|
337
338
|
src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
|
|
338
339
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2)
|
|
339
340
|
format('woff2');
|
|
340
|
-
font-display: $carbon--font-display;
|
|
341
341
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
342
342
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
343
343
|
}
|
|
344
344
|
/* latin */
|
|
345
345
|
@font-face {
|
|
346
|
-
font-
|
|
346
|
+
font-display: $carbon--font-display;
|
|
347
347
|
font-family: 'IBM Plex Sans';
|
|
348
348
|
font-style: normal;
|
|
349
|
+
font-weight: 300;
|
|
349
350
|
src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
|
|
350
351
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2)
|
|
351
352
|
format('woff2');
|
|
352
|
-
font-display: $carbon--font-display;
|
|
353
353
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
354
354
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
355
355
|
U+2215, U+FEFF, U+FFFD;
|
|
356
356
|
}
|
|
357
357
|
/* cyrillic-ext */
|
|
358
358
|
@font-face {
|
|
359
|
-
font-
|
|
359
|
+
font-display: $carbon--font-display;
|
|
360
360
|
font-family: 'IBM Plex Sans';
|
|
361
361
|
font-style: normal;
|
|
362
|
+
font-weight: 400;
|
|
362
363
|
src: local('IBM Plex Sans'), local('IBMPlexSans'),
|
|
363
364
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2)
|
|
364
365
|
format('woff2');
|
|
365
|
-
font-display: $carbon--font-display;
|
|
366
366
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
367
367
|
U+FE2E-FE2F;
|
|
368
368
|
}
|
|
369
369
|
/* cyrillic */
|
|
370
370
|
@font-face {
|
|
371
|
-
font-
|
|
371
|
+
font-display: $carbon--font-display;
|
|
372
372
|
font-family: 'IBM Plex Sans';
|
|
373
373
|
font-style: normal;
|
|
374
|
+
font-weight: 400;
|
|
374
375
|
src: local('IBM Plex Sans'), local('IBMPlexSans'),
|
|
375
376
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2)
|
|
376
377
|
format('woff2');
|
|
377
|
-
font-display: $carbon--font-display;
|
|
378
378
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
379
379
|
}
|
|
380
380
|
/* greek */
|
|
381
381
|
@font-face {
|
|
382
|
-
font-
|
|
382
|
+
font-display: $carbon--font-display;
|
|
383
383
|
font-family: 'IBM Plex Sans';
|
|
384
384
|
font-style: normal;
|
|
385
|
+
font-weight: 400;
|
|
385
386
|
src: local('IBM Plex Sans'), local('IBMPlexSans'),
|
|
386
387
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2)
|
|
387
388
|
format('woff2');
|
|
388
|
-
font-display: $carbon--font-display;
|
|
389
389
|
unicode-range: U+0370-03FF;
|
|
390
390
|
}
|
|
391
391
|
/* vietnamese */
|
|
392
392
|
@font-face {
|
|
393
|
-
font-
|
|
393
|
+
font-display: $carbon--font-display;
|
|
394
394
|
font-family: 'IBM Plex Sans';
|
|
395
395
|
font-style: normal;
|
|
396
|
+
font-weight: 400;
|
|
396
397
|
src: local('IBM Plex Sans'), local('IBMPlexSans'),
|
|
397
398
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2)
|
|
398
399
|
format('woff2');
|
|
399
|
-
font-display: $carbon--font-display;
|
|
400
400
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
401
401
|
}
|
|
402
402
|
/* latin-ext */
|
|
403
403
|
@font-face {
|
|
404
|
-
font-
|
|
404
|
+
font-display: $carbon--font-display;
|
|
405
405
|
font-family: 'IBM Plex Sans';
|
|
406
406
|
font-style: normal;
|
|
407
|
+
font-weight: 400;
|
|
407
408
|
src: local('IBM Plex Sans'), local('IBMPlexSans'),
|
|
408
409
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2)
|
|
409
410
|
format('woff2');
|
|
410
|
-
font-display: $carbon--font-display;
|
|
411
411
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
412
412
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
413
413
|
}
|
|
414
414
|
/* latin */
|
|
415
415
|
@font-face {
|
|
416
|
-
font-
|
|
416
|
+
font-display: $carbon--font-display;
|
|
417
417
|
font-family: 'IBM Plex Sans';
|
|
418
418
|
font-style: normal;
|
|
419
|
+
font-weight: 400;
|
|
419
420
|
src: local('IBM Plex Sans'), local('IBMPlexSans'),
|
|
420
421
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2)
|
|
421
422
|
format('woff2');
|
|
422
|
-
font-display: $carbon--font-display;
|
|
423
423
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
424
424
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
425
425
|
U+2215, U+FEFF, U+FFFD;
|
|
426
426
|
}
|
|
427
427
|
/* cyrillic-ext */
|
|
428
428
|
@font-face {
|
|
429
|
-
font-
|
|
429
|
+
font-display: $carbon--font-display;
|
|
430
430
|
font-family: 'IBM Plex Sans';
|
|
431
431
|
font-style: normal;
|
|
432
|
+
font-weight: 600;
|
|
432
433
|
src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
|
|
433
434
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2)
|
|
434
435
|
format('woff2');
|
|
435
|
-
font-display: $carbon--font-display;
|
|
436
436
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
437
437
|
U+FE2E-FE2F;
|
|
438
438
|
}
|
|
439
439
|
/* cyrillic */
|
|
440
440
|
@font-face {
|
|
441
|
-
font-
|
|
441
|
+
font-display: $carbon--font-display;
|
|
442
442
|
font-family: 'IBM Plex Sans';
|
|
443
443
|
font-style: normal;
|
|
444
|
+
font-weight: 600;
|
|
444
445
|
src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
|
|
445
446
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2)
|
|
446
447
|
format('woff2');
|
|
447
|
-
font-display: $carbon--font-display;
|
|
448
448
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
449
449
|
}
|
|
450
450
|
/* greek */
|
|
451
451
|
@font-face {
|
|
452
|
-
font-
|
|
452
|
+
font-display: $carbon--font-display;
|
|
453
453
|
font-family: 'IBM Plex Sans';
|
|
454
454
|
font-style: normal;
|
|
455
|
+
font-weight: 600;
|
|
455
456
|
src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
|
|
456
457
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2)
|
|
457
458
|
format('woff2');
|
|
458
|
-
font-display: $carbon--font-display;
|
|
459
459
|
unicode-range: U+0370-03FF;
|
|
460
460
|
}
|
|
461
461
|
/* vietnamese */
|
|
462
462
|
@font-face {
|
|
463
|
-
font-
|
|
463
|
+
font-display: $carbon--font-display;
|
|
464
464
|
font-family: 'IBM Plex Sans';
|
|
465
465
|
font-style: normal;
|
|
466
|
+
font-weight: 600;
|
|
466
467
|
src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
|
|
467
468
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2)
|
|
468
469
|
format('woff2');
|
|
469
|
-
font-display: $carbon--font-display;
|
|
470
470
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
471
471
|
}
|
|
472
472
|
/* latin-ext */
|
|
473
473
|
@font-face {
|
|
474
|
-
font-
|
|
474
|
+
font-display: $carbon--font-display;
|
|
475
475
|
font-family: 'IBM Plex Sans';
|
|
476
476
|
font-style: normal;
|
|
477
|
+
font-weight: 600;
|
|
477
478
|
src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
|
|
478
479
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2)
|
|
479
480
|
format('woff2');
|
|
480
|
-
font-display: $carbon--font-display;
|
|
481
481
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
482
482
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
483
483
|
}
|
|
484
484
|
/* latin */
|
|
485
485
|
@font-face {
|
|
486
|
-
font-
|
|
486
|
+
font-display: $carbon--font-display;
|
|
487
487
|
font-family: 'IBM Plex Sans';
|
|
488
488
|
font-style: normal;
|
|
489
|
+
font-weight: 600;
|
|
489
490
|
src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'),
|
|
490
491
|
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2)
|
|
491
492
|
format('woff2');
|
|
492
|
-
font-display: $carbon--font-display;
|
|
493
493
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
494
494
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
495
495
|
U+2215, U+FEFF, U+FFFD;
|