@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,416 +13,416 @@
|
|
|
13
13
|
@mixin carbon--font-face-mono {
|
|
14
14
|
// .woff support for IE11
|
|
15
15
|
@font-face {
|
|
16
|
-
font-
|
|
16
|
+
font-display: $carbon--font-display;
|
|
17
17
|
font-family: 'IBM Plex Mono';
|
|
18
18
|
font-style: italic;
|
|
19
|
+
font-weight: 300;
|
|
19
20
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
20
21
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoW.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 Mono';
|
|
27
27
|
font-style: italic;
|
|
28
|
+
font-weight: 400;
|
|
28
29
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
29
30
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1Xdm.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 Mono';
|
|
36
36
|
font-style: italic;
|
|
37
|
+
font-weight: 600;
|
|
37
38
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
38
39
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
39
40
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoW.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 Mono';
|
|
46
46
|
font-style: normal;
|
|
47
|
+
font-weight: 300;
|
|
47
48
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
48
49
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFhA.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 Mono';
|
|
55
55
|
font-style: normal;
|
|
56
|
+
font-weight: 400;
|
|
56
57
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
57
58
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q0Q.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 Mono';
|
|
64
64
|
font-style: normal;
|
|
65
|
+
font-weight: 600;
|
|
65
66
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
66
67
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFhA.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 Mono';
|
|
75
75
|
font-style: italic;
|
|
76
|
+
font-weight: 300;
|
|
76
77
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
77
78
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jcoQPttoz6Pz.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 Mono';
|
|
87
87
|
font-style: italic;
|
|
88
|
+
font-weight: 300;
|
|
88
89
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
89
90
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1hMoQPttoz6Pz.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
|
/* vietnamese */
|
|
95
95
|
@font-face {
|
|
96
|
-
font-
|
|
96
|
+
font-display: $carbon--font-display;
|
|
97
97
|
font-family: 'IBM Plex Mono';
|
|
98
98
|
font-style: italic;
|
|
99
|
+
font-weight: 300;
|
|
99
100
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
100
101
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1j8oQPttoz6Pz.woff2)
|
|
101
102
|
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-
|
|
107
|
+
font-display: $carbon--font-display;
|
|
108
108
|
font-family: 'IBM Plex Mono';
|
|
109
109
|
font-style: italic;
|
|
110
|
+
font-weight: 300;
|
|
110
111
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
111
112
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jsoQPttoz6Pz.woff2)
|
|
112
113
|
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-
|
|
119
|
+
font-display: $carbon--font-display;
|
|
120
120
|
font-family: 'IBM Plex Mono';
|
|
121
121
|
font-style: italic;
|
|
122
|
+
font-weight: 300;
|
|
122
123
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
123
124
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoQPttozw.woff2)
|
|
124
125
|
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-
|
|
132
|
+
font-display: $carbon--font-display;
|
|
133
133
|
font-family: 'IBM Plex Mono';
|
|
134
134
|
font-style: italic;
|
|
135
|
+
font-weight: 400;
|
|
135
136
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
136
137
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2HdgregdFOFh.woff2)
|
|
137
138
|
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-
|
|
144
|
+
font-display: $carbon--font-display;
|
|
145
145
|
font-family: 'IBM Plex Mono';
|
|
146
146
|
font-style: italic;
|
|
147
|
+
font-weight: 400;
|
|
147
148
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
148
149
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa0XdgregdFOFh.woff2)
|
|
149
150
|
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-
|
|
155
|
+
font-display: $carbon--font-display;
|
|
156
156
|
font-family: 'IBM Plex Mono';
|
|
157
157
|
font-style: italic;
|
|
158
|
+
font-weight: 400;
|
|
158
159
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
159
160
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2ndgregdFOFh.woff2)
|
|
160
161
|
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-
|
|
166
|
+
font-display: $carbon--font-display;
|
|
167
167
|
font-family: 'IBM Plex Mono';
|
|
168
168
|
font-style: italic;
|
|
169
|
+
font-weight: 400;
|
|
169
170
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
170
171
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa23dgregdFOFh.woff2)
|
|
171
172
|
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-
|
|
178
|
+
font-display: $carbon--font-display;
|
|
179
179
|
font-family: 'IBM Plex Mono';
|
|
180
180
|
font-style: italic;
|
|
181
|
+
font-weight: 400;
|
|
181
182
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
182
183
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1XdgregdFA.woff2)
|
|
183
184
|
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-
|
|
191
|
+
font-display: $carbon--font-display;
|
|
192
192
|
font-family: 'IBM Plex Mono';
|
|
193
193
|
font-style: italic;
|
|
194
|
+
font-weight: 600;
|
|
194
195
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
195
196
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
196
197
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jcoQPttoz6Pz.woff2)
|
|
197
198
|
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-
|
|
204
|
+
font-display: $carbon--font-display;
|
|
205
205
|
font-family: 'IBM Plex Mono';
|
|
206
206
|
font-style: italic;
|
|
207
|
+
font-weight: 600;
|
|
207
208
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
208
209
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
209
210
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1hMoQPttoz6Pz.woff2)
|
|
210
211
|
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-
|
|
216
|
+
font-display: $carbon--font-display;
|
|
217
217
|
font-family: 'IBM Plex Mono';
|
|
218
218
|
font-style: italic;
|
|
219
|
+
font-weight: 600;
|
|
219
220
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
220
221
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
221
222
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1j8oQPttoz6Pz.woff2)
|
|
222
223
|
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-
|
|
228
|
+
font-display: $carbon--font-display;
|
|
229
229
|
font-family: 'IBM Plex Mono';
|
|
230
230
|
font-style: italic;
|
|
231
|
+
font-weight: 600;
|
|
231
232
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
232
233
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
233
234
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jsoQPttoz6Pz.woff2)
|
|
234
235
|
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-
|
|
241
|
+
font-display: $carbon--font-display;
|
|
242
242
|
font-family: 'IBM Plex Mono';
|
|
243
243
|
font-style: italic;
|
|
244
|
+
font-weight: 600;
|
|
244
245
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
245
246
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
246
247
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoQPttozw.woff2)
|
|
247
248
|
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-
|
|
255
|
+
font-display: $carbon--font-display;
|
|
256
256
|
font-family: 'IBM Plex Mono';
|
|
257
257
|
font-style: normal;
|
|
258
|
+
font-weight: 300;
|
|
258
259
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
259
260
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl1FgsAXHNlYzg.woff2)
|
|
260
261
|
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-
|
|
267
|
+
font-display: $carbon--font-display;
|
|
268
268
|
font-family: 'IBM Plex Mono';
|
|
269
269
|
font-style: normal;
|
|
270
|
+
font-weight: 300;
|
|
270
271
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
271
272
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlRFgsAXHNlYzg.woff2)
|
|
272
273
|
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-
|
|
278
|
+
font-display: $carbon--font-display;
|
|
279
279
|
font-family: 'IBM Plex Mono';
|
|
280
280
|
font-style: normal;
|
|
281
|
+
font-weight: 300;
|
|
281
282
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
282
283
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl9FgsAXHNlYzg.woff2)
|
|
283
284
|
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-
|
|
289
|
+
font-display: $carbon--font-display;
|
|
290
290
|
font-family: 'IBM Plex Mono';
|
|
291
291
|
font-style: normal;
|
|
292
|
+
font-weight: 300;
|
|
292
293
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
293
294
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl5FgsAXHNlYzg.woff2)
|
|
294
295
|
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-
|
|
301
|
+
font-display: $carbon--font-display;
|
|
302
302
|
font-family: 'IBM Plex Mono';
|
|
303
303
|
font-style: normal;
|
|
304
|
+
font-weight: 300;
|
|
304
305
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
305
306
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFgsAXHNk.woff2)
|
|
306
307
|
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-
|
|
314
|
+
font-display: $carbon--font-display;
|
|
315
315
|
font-family: 'IBM Plex Mono';
|
|
316
316
|
font-style: normal;
|
|
317
|
+
font-weight: 400;
|
|
317
318
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
318
319
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iIq131nj-otFQ.woff2)
|
|
319
320
|
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-
|
|
326
|
+
font-display: $carbon--font-display;
|
|
327
327
|
font-family: 'IBM Plex Mono';
|
|
328
328
|
font-style: normal;
|
|
329
|
+
font-weight: 400;
|
|
329
330
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
330
331
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1isq131nj-otFQ.woff2)
|
|
331
332
|
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-
|
|
337
|
+
font-display: $carbon--font-display;
|
|
338
338
|
font-family: 'IBM Plex Mono';
|
|
339
339
|
font-style: normal;
|
|
340
|
+
font-weight: 400;
|
|
340
341
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
341
342
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iAq131nj-otFQ.woff2)
|
|
342
343
|
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-
|
|
348
|
+
font-display: $carbon--font-display;
|
|
349
349
|
font-family: 'IBM Plex Mono';
|
|
350
350
|
font-style: normal;
|
|
351
|
+
font-weight: 400;
|
|
351
352
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
352
353
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iEq131nj-otFQ.woff2)
|
|
353
354
|
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-
|
|
360
|
+
font-display: $carbon--font-display;
|
|
361
361
|
font-family: 'IBM Plex Mono';
|
|
362
362
|
font-style: normal;
|
|
363
|
+
font-weight: 400;
|
|
363
364
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
364
365
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2)
|
|
365
366
|
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-
|
|
373
|
+
font-display: $carbon--font-display;
|
|
374
374
|
font-family: 'IBM Plex Mono';
|
|
375
375
|
font-style: normal;
|
|
376
|
+
font-weight: 600;
|
|
376
377
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
377
378
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl1FgsAXHNlYzg.woff2)
|
|
378
379
|
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-
|
|
385
|
+
font-display: $carbon--font-display;
|
|
386
386
|
font-family: 'IBM Plex Mono';
|
|
387
387
|
font-style: normal;
|
|
388
|
+
font-weight: 600;
|
|
388
389
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
389
390
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlRFgsAXHNlYzg.woff2)
|
|
390
391
|
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-
|
|
396
|
+
font-display: $carbon--font-display;
|
|
397
397
|
font-family: 'IBM Plex Mono';
|
|
398
398
|
font-style: normal;
|
|
399
|
+
font-weight: 600;
|
|
399
400
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
400
401
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl9FgsAXHNlYzg.woff2)
|
|
401
402
|
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-
|
|
407
|
+
font-display: $carbon--font-display;
|
|
408
408
|
font-family: 'IBM Plex Mono';
|
|
409
409
|
font-style: normal;
|
|
410
|
+
font-weight: 600;
|
|
410
411
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
411
412
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl5FgsAXHNlYzg.woff2)
|
|
412
413
|
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-
|
|
419
|
+
font-display: $carbon--font-display;
|
|
420
420
|
font-family: 'IBM Plex Mono';
|
|
421
421
|
font-style: normal;
|
|
422
|
+
font-weight: 600;
|
|
422
423
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
423
424
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFgsAXHNk.woff2)
|
|
424
425
|
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;
|