@carbon/type 10.12.0 → 10.14.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 +3 -3
- 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/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/vendor/@carbon/layout/_breakpoint.scss +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/type",
|
|
3
3
|
"description": "Typography for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.14.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@carbon/import-once": "^10.3.0",
|
|
36
|
-
"@carbon/layout": "^10.
|
|
36
|
+
"@carbon/layout": "^10.12.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@carbon/bundler": "^10.9.0",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"sassDir": "scss",
|
|
48
48
|
"needs": "^1.3.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "213cbde854a4958334cff9914b91863ce6debb9d"
|
|
51
51
|
}
|
|
@@ -13,416 +13,416 @@
|
|
|
13
13
|
@mixin carbon--font-face-mono {
|
|
14
14
|
// .woff support for IE11
|
|
15
15
|
@font-face {
|
|
16
|
+
font-weight: 300;
|
|
16
17
|
font-family: 'IBM Plex Mono';
|
|
17
18
|
font-style: italic;
|
|
18
|
-
font-weight: 300;
|
|
19
|
-
font-display: $carbon--font-display;
|
|
20
19
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
21
20
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoW.woff)
|
|
22
21
|
format('woff');
|
|
22
|
+
font-display: $carbon--font-display;
|
|
23
23
|
}
|
|
24
24
|
@font-face {
|
|
25
|
+
font-weight: 400;
|
|
25
26
|
font-family: 'IBM Plex Mono';
|
|
26
27
|
font-style: italic;
|
|
27
|
-
font-weight: 400;
|
|
28
|
-
font-display: $carbon--font-display;
|
|
29
28
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
30
29
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1Xdm.woff)
|
|
31
30
|
format('woff');
|
|
31
|
+
font-display: $carbon--font-display;
|
|
32
32
|
}
|
|
33
33
|
@font-face {
|
|
34
|
+
font-weight: 600;
|
|
34
35
|
font-family: 'IBM Plex Mono';
|
|
35
36
|
font-style: italic;
|
|
36
|
-
font-weight: 600;
|
|
37
|
-
font-display: $carbon--font-display;
|
|
38
37
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
39
38
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
40
39
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoW.woff)
|
|
41
40
|
format('woff');
|
|
41
|
+
font-display: $carbon--font-display;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
|
+
font-weight: 300;
|
|
44
45
|
font-family: 'IBM Plex Mono';
|
|
45
46
|
font-style: normal;
|
|
46
|
-
font-weight: 300;
|
|
47
|
-
font-display: $carbon--font-display;
|
|
48
47
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
49
48
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFhA.woff)
|
|
50
49
|
format('woff');
|
|
50
|
+
font-display: $carbon--font-display;
|
|
51
51
|
}
|
|
52
52
|
@font-face {
|
|
53
|
+
font-weight: 400;
|
|
53
54
|
font-family: 'IBM Plex Mono';
|
|
54
55
|
font-style: normal;
|
|
55
|
-
font-weight: 400;
|
|
56
|
-
font-display: $carbon--font-display;
|
|
57
56
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
58
57
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q0Q.woff)
|
|
59
58
|
format('woff');
|
|
59
|
+
font-display: $carbon--font-display;
|
|
60
60
|
}
|
|
61
61
|
@font-face {
|
|
62
|
+
font-weight: 600;
|
|
62
63
|
font-family: 'IBM Plex Mono';
|
|
63
64
|
font-style: normal;
|
|
64
|
-
font-weight: 600;
|
|
65
|
-
font-display: $carbon--font-display;
|
|
66
65
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
67
66
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFhA.woff)
|
|
68
67
|
format('woff');
|
|
68
|
+
font-display: $carbon--font-display;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/* cyrillic-ext */
|
|
72
72
|
@font-face {
|
|
73
|
+
font-weight: 300;
|
|
73
74
|
font-family: 'IBM Plex Mono';
|
|
74
75
|
font-style: italic;
|
|
75
|
-
font-weight: 300;
|
|
76
|
-
font-display: $carbon--font-display;
|
|
77
76
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
78
77
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jcoQPttoz6Pz.woff2)
|
|
79
78
|
format('woff2');
|
|
79
|
+
font-display: $carbon--font-display;
|
|
80
80
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
81
81
|
U+FE2E-FE2F;
|
|
82
82
|
}
|
|
83
83
|
/* cyrillic */
|
|
84
84
|
@font-face {
|
|
85
|
+
font-weight: 300;
|
|
85
86
|
font-family: 'IBM Plex Mono';
|
|
86
87
|
font-style: italic;
|
|
87
|
-
font-weight: 300;
|
|
88
|
-
font-display: $carbon--font-display;
|
|
89
88
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
90
89
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1hMoQPttoz6Pz.woff2)
|
|
91
90
|
format('woff2');
|
|
91
|
+
font-display: $carbon--font-display;
|
|
92
92
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
93
93
|
}
|
|
94
94
|
/* vietnamese */
|
|
95
95
|
@font-face {
|
|
96
|
+
font-weight: 300;
|
|
96
97
|
font-family: 'IBM Plex Mono';
|
|
97
98
|
font-style: italic;
|
|
98
|
-
font-weight: 300;
|
|
99
|
-
font-display: $carbon--font-display;
|
|
100
99
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
101
100
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1j8oQPttoz6Pz.woff2)
|
|
102
101
|
format('woff2');
|
|
102
|
+
font-display: $carbon--font-display;
|
|
103
103
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
104
104
|
}
|
|
105
105
|
/* latin-ext */
|
|
106
106
|
@font-face {
|
|
107
|
+
font-weight: 300;
|
|
107
108
|
font-family: 'IBM Plex Mono';
|
|
108
109
|
font-style: italic;
|
|
109
|
-
font-weight: 300;
|
|
110
|
-
font-display: $carbon--font-display;
|
|
111
110
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
112
111
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jsoQPttoz6Pz.woff2)
|
|
113
112
|
format('woff2');
|
|
113
|
+
font-display: $carbon--font-display;
|
|
114
114
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
115
115
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
116
116
|
}
|
|
117
117
|
/* latin */
|
|
118
118
|
@font-face {
|
|
119
|
+
font-weight: 300;
|
|
119
120
|
font-family: 'IBM Plex Mono';
|
|
120
121
|
font-style: italic;
|
|
121
|
-
font-weight: 300;
|
|
122
|
-
font-display: $carbon--font-display;
|
|
123
122
|
src: local('IBM Plex Mono Light Italic'), local('IBMPlexMono-LightItalic'),
|
|
124
123
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoQPttozw.woff2)
|
|
125
124
|
format('woff2');
|
|
125
|
+
font-display: $carbon--font-display;
|
|
126
126
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
127
127
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
128
128
|
U+2215, U+FEFF, U+FFFD;
|
|
129
129
|
}
|
|
130
130
|
/* cyrillic-ext */
|
|
131
131
|
@font-face {
|
|
132
|
+
font-weight: 400;
|
|
132
133
|
font-family: 'IBM Plex Mono';
|
|
133
134
|
font-style: italic;
|
|
134
|
-
font-weight: 400;
|
|
135
|
-
font-display: $carbon--font-display;
|
|
136
135
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
137
136
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2HdgregdFOFh.woff2)
|
|
138
137
|
format('woff2');
|
|
138
|
+
font-display: $carbon--font-display;
|
|
139
139
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
140
140
|
U+FE2E-FE2F;
|
|
141
141
|
}
|
|
142
142
|
/* cyrillic */
|
|
143
143
|
@font-face {
|
|
144
|
+
font-weight: 400;
|
|
144
145
|
font-family: 'IBM Plex Mono';
|
|
145
146
|
font-style: italic;
|
|
146
|
-
font-weight: 400;
|
|
147
|
-
font-display: $carbon--font-display;
|
|
148
147
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
149
148
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa0XdgregdFOFh.woff2)
|
|
150
149
|
format('woff2');
|
|
150
|
+
font-display: $carbon--font-display;
|
|
151
151
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
152
152
|
}
|
|
153
153
|
/* vietnamese */
|
|
154
154
|
@font-face {
|
|
155
|
+
font-weight: 400;
|
|
155
156
|
font-family: 'IBM Plex Mono';
|
|
156
157
|
font-style: italic;
|
|
157
|
-
font-weight: 400;
|
|
158
|
-
font-display: $carbon--font-display;
|
|
159
158
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
160
159
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2ndgregdFOFh.woff2)
|
|
161
160
|
format('woff2');
|
|
161
|
+
font-display: $carbon--font-display;
|
|
162
162
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
163
163
|
}
|
|
164
164
|
/* latin-ext */
|
|
165
165
|
@font-face {
|
|
166
|
+
font-weight: 400;
|
|
166
167
|
font-family: 'IBM Plex Mono';
|
|
167
168
|
font-style: italic;
|
|
168
|
-
font-weight: 400;
|
|
169
|
-
font-display: $carbon--font-display;
|
|
170
169
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
171
170
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa23dgregdFOFh.woff2)
|
|
172
171
|
format('woff2');
|
|
172
|
+
font-display: $carbon--font-display;
|
|
173
173
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
174
174
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
175
175
|
}
|
|
176
176
|
/* latin */
|
|
177
177
|
@font-face {
|
|
178
|
+
font-weight: 400;
|
|
178
179
|
font-family: 'IBM Plex Mono';
|
|
179
180
|
font-style: italic;
|
|
180
|
-
font-weight: 400;
|
|
181
|
-
font-display: $carbon--font-display;
|
|
182
181
|
src: local('IBM Plex Mono Italic'), local('IBMPlexMono-Italic'),
|
|
183
182
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1XdgregdFA.woff2)
|
|
184
183
|
format('woff2');
|
|
184
|
+
font-display: $carbon--font-display;
|
|
185
185
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
186
186
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
187
187
|
U+2215, U+FEFF, U+FFFD;
|
|
188
188
|
}
|
|
189
189
|
/* cyrillic-ext */
|
|
190
190
|
@font-face {
|
|
191
|
+
font-weight: 600;
|
|
191
192
|
font-family: 'IBM Plex Mono';
|
|
192
193
|
font-style: italic;
|
|
193
|
-
font-weight: 600;
|
|
194
|
-
font-display: $carbon--font-display;
|
|
195
194
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
196
195
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
197
196
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jcoQPttoz6Pz.woff2)
|
|
198
197
|
format('woff2');
|
|
198
|
+
font-display: $carbon--font-display;
|
|
199
199
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
200
200
|
U+FE2E-FE2F;
|
|
201
201
|
}
|
|
202
202
|
/* cyrillic */
|
|
203
203
|
@font-face {
|
|
204
|
+
font-weight: 600;
|
|
204
205
|
font-family: 'IBM Plex Mono';
|
|
205
206
|
font-style: italic;
|
|
206
|
-
font-weight: 600;
|
|
207
|
-
font-display: $carbon--font-display;
|
|
208
207
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
209
208
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
210
209
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1hMoQPttoz6Pz.woff2)
|
|
211
210
|
format('woff2');
|
|
211
|
+
font-display: $carbon--font-display;
|
|
212
212
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
213
213
|
}
|
|
214
214
|
/* vietnamese */
|
|
215
215
|
@font-face {
|
|
216
|
+
font-weight: 600;
|
|
216
217
|
font-family: 'IBM Plex Mono';
|
|
217
218
|
font-style: italic;
|
|
218
|
-
font-weight: 600;
|
|
219
|
-
font-display: $carbon--font-display;
|
|
220
219
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
221
220
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
222
221
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1j8oQPttoz6Pz.woff2)
|
|
223
222
|
format('woff2');
|
|
223
|
+
font-display: $carbon--font-display;
|
|
224
224
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
225
225
|
}
|
|
226
226
|
/* latin-ext */
|
|
227
227
|
@font-face {
|
|
228
|
+
font-weight: 600;
|
|
228
229
|
font-family: 'IBM Plex Mono';
|
|
229
230
|
font-style: italic;
|
|
230
|
-
font-weight: 600;
|
|
231
|
-
font-display: $carbon--font-display;
|
|
232
231
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
233
232
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
234
233
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jsoQPttoz6Pz.woff2)
|
|
235
234
|
format('woff2');
|
|
235
|
+
font-display: $carbon--font-display;
|
|
236
236
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
237
237
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
238
238
|
}
|
|
239
239
|
/* latin */
|
|
240
240
|
@font-face {
|
|
241
|
+
font-weight: 600;
|
|
241
242
|
font-family: 'IBM Plex Mono';
|
|
242
243
|
font-style: italic;
|
|
243
|
-
font-weight: 600;
|
|
244
|
-
font-display: $carbon--font-display;
|
|
245
244
|
src: local('IBM Plex Mono SemiBold Italic'),
|
|
246
245
|
local('IBMPlexMono-SemiBoldItalic'),
|
|
247
246
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoQPttozw.woff2)
|
|
248
247
|
format('woff2');
|
|
248
|
+
font-display: $carbon--font-display;
|
|
249
249
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
250
250
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
251
251
|
U+2215, U+FEFF, U+FFFD;
|
|
252
252
|
}
|
|
253
253
|
/* cyrillic-ext */
|
|
254
254
|
@font-face {
|
|
255
|
+
font-weight: 300;
|
|
255
256
|
font-family: 'IBM Plex Mono';
|
|
256
257
|
font-style: normal;
|
|
257
|
-
font-weight: 300;
|
|
258
|
-
font-display: $carbon--font-display;
|
|
259
258
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
260
259
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl1FgsAXHNlYzg.woff2)
|
|
261
260
|
format('woff2');
|
|
261
|
+
font-display: $carbon--font-display;
|
|
262
262
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
263
263
|
U+FE2E-FE2F;
|
|
264
264
|
}
|
|
265
265
|
/* cyrillic */
|
|
266
266
|
@font-face {
|
|
267
|
+
font-weight: 300;
|
|
267
268
|
font-family: 'IBM Plex Mono';
|
|
268
269
|
font-style: normal;
|
|
269
|
-
font-weight: 300;
|
|
270
|
-
font-display: $carbon--font-display;
|
|
271
270
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
272
271
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlRFgsAXHNlYzg.woff2)
|
|
273
272
|
format('woff2');
|
|
273
|
+
font-display: $carbon--font-display;
|
|
274
274
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
275
275
|
}
|
|
276
276
|
/* vietnamese */
|
|
277
277
|
@font-face {
|
|
278
|
+
font-weight: 300;
|
|
278
279
|
font-family: 'IBM Plex Mono';
|
|
279
280
|
font-style: normal;
|
|
280
|
-
font-weight: 300;
|
|
281
|
-
font-display: $carbon--font-display;
|
|
282
281
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
283
282
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl9FgsAXHNlYzg.woff2)
|
|
284
283
|
format('woff2');
|
|
284
|
+
font-display: $carbon--font-display;
|
|
285
285
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
286
286
|
}
|
|
287
287
|
/* latin-ext */
|
|
288
288
|
@font-face {
|
|
289
|
+
font-weight: 300;
|
|
289
290
|
font-family: 'IBM Plex Mono';
|
|
290
291
|
font-style: normal;
|
|
291
|
-
font-weight: 300;
|
|
292
|
-
font-display: $carbon--font-display;
|
|
293
292
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
294
293
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl5FgsAXHNlYzg.woff2)
|
|
295
294
|
format('woff2');
|
|
295
|
+
font-display: $carbon--font-display;
|
|
296
296
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
297
297
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
298
298
|
}
|
|
299
299
|
/* latin */
|
|
300
300
|
@font-face {
|
|
301
|
+
font-weight: 300;
|
|
301
302
|
font-family: 'IBM Plex Mono';
|
|
302
303
|
font-style: normal;
|
|
303
|
-
font-weight: 300;
|
|
304
|
-
font-display: $carbon--font-display;
|
|
305
304
|
src: local('IBM Plex Mono Light'), local('IBMPlexMono-Light'),
|
|
306
305
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFgsAXHNk.woff2)
|
|
307
306
|
format('woff2');
|
|
307
|
+
font-display: $carbon--font-display;
|
|
308
308
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
309
309
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
310
310
|
U+2215, U+FEFF, U+FFFD;
|
|
311
311
|
}
|
|
312
312
|
/* cyrillic-ext */
|
|
313
313
|
@font-face {
|
|
314
|
+
font-weight: 400;
|
|
314
315
|
font-family: 'IBM Plex Mono';
|
|
315
316
|
font-style: normal;
|
|
316
|
-
font-weight: 400;
|
|
317
|
-
font-display: $carbon--font-display;
|
|
318
317
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
319
318
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iIq131nj-otFQ.woff2)
|
|
320
319
|
format('woff2');
|
|
320
|
+
font-display: $carbon--font-display;
|
|
321
321
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
322
322
|
U+FE2E-FE2F;
|
|
323
323
|
}
|
|
324
324
|
/* cyrillic */
|
|
325
325
|
@font-face {
|
|
326
|
+
font-weight: 400;
|
|
326
327
|
font-family: 'IBM Plex Mono';
|
|
327
328
|
font-style: normal;
|
|
328
|
-
font-weight: 400;
|
|
329
|
-
font-display: $carbon--font-display;
|
|
330
329
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
331
330
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1isq131nj-otFQ.woff2)
|
|
332
331
|
format('woff2');
|
|
332
|
+
font-display: $carbon--font-display;
|
|
333
333
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
334
334
|
}
|
|
335
335
|
/* vietnamese */
|
|
336
336
|
@font-face {
|
|
337
|
+
font-weight: 400;
|
|
337
338
|
font-family: 'IBM Plex Mono';
|
|
338
339
|
font-style: normal;
|
|
339
|
-
font-weight: 400;
|
|
340
|
-
font-display: $carbon--font-display;
|
|
341
340
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
342
341
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iAq131nj-otFQ.woff2)
|
|
343
342
|
format('woff2');
|
|
343
|
+
font-display: $carbon--font-display;
|
|
344
344
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
345
345
|
}
|
|
346
346
|
/* latin-ext */
|
|
347
347
|
@font-face {
|
|
348
|
+
font-weight: 400;
|
|
348
349
|
font-family: 'IBM Plex Mono';
|
|
349
350
|
font-style: normal;
|
|
350
|
-
font-weight: 400;
|
|
351
|
-
font-display: $carbon--font-display;
|
|
352
351
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
353
352
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iEq131nj-otFQ.woff2)
|
|
354
353
|
format('woff2');
|
|
354
|
+
font-display: $carbon--font-display;
|
|
355
355
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
356
356
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
357
357
|
}
|
|
358
358
|
/* latin */
|
|
359
359
|
@font-face {
|
|
360
|
+
font-weight: 400;
|
|
360
361
|
font-family: 'IBM Plex Mono';
|
|
361
362
|
font-style: normal;
|
|
362
|
-
font-weight: 400;
|
|
363
|
-
font-display: $carbon--font-display;
|
|
364
363
|
src: local('IBM Plex Mono'), local('IBMPlexMono'),
|
|
365
364
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2)
|
|
366
365
|
format('woff2');
|
|
366
|
+
font-display: $carbon--font-display;
|
|
367
367
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
368
368
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
369
369
|
U+2215, U+FEFF, U+FFFD;
|
|
370
370
|
}
|
|
371
371
|
/* cyrillic-ext */
|
|
372
372
|
@font-face {
|
|
373
|
+
font-weight: 600;
|
|
373
374
|
font-family: 'IBM Plex Mono';
|
|
374
375
|
font-style: normal;
|
|
375
|
-
font-weight: 600;
|
|
376
|
-
font-display: $carbon--font-display;
|
|
377
376
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
378
377
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl1FgsAXHNlYzg.woff2)
|
|
379
378
|
format('woff2');
|
|
379
|
+
font-display: $carbon--font-display;
|
|
380
380
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
381
381
|
U+FE2E-FE2F;
|
|
382
382
|
}
|
|
383
383
|
/* cyrillic */
|
|
384
384
|
@font-face {
|
|
385
|
+
font-weight: 600;
|
|
385
386
|
font-family: 'IBM Plex Mono';
|
|
386
387
|
font-style: normal;
|
|
387
|
-
font-weight: 600;
|
|
388
|
-
font-display: $carbon--font-display;
|
|
389
388
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
390
389
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlRFgsAXHNlYzg.woff2)
|
|
391
390
|
format('woff2');
|
|
391
|
+
font-display: $carbon--font-display;
|
|
392
392
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
393
393
|
}
|
|
394
394
|
/* vietnamese */
|
|
395
395
|
@font-face {
|
|
396
|
+
font-weight: 600;
|
|
396
397
|
font-family: 'IBM Plex Mono';
|
|
397
398
|
font-style: normal;
|
|
398
|
-
font-weight: 600;
|
|
399
|
-
font-display: $carbon--font-display;
|
|
400
399
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
401
400
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl9FgsAXHNlYzg.woff2)
|
|
402
401
|
format('woff2');
|
|
402
|
+
font-display: $carbon--font-display;
|
|
403
403
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
404
404
|
}
|
|
405
405
|
/* latin-ext */
|
|
406
406
|
@font-face {
|
|
407
|
+
font-weight: 600;
|
|
407
408
|
font-family: 'IBM Plex Mono';
|
|
408
409
|
font-style: normal;
|
|
409
|
-
font-weight: 600;
|
|
410
|
-
font-display: $carbon--font-display;
|
|
411
410
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
412
411
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl5FgsAXHNlYzg.woff2)
|
|
413
412
|
format('woff2');
|
|
413
|
+
font-display: $carbon--font-display;
|
|
414
414
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
|
|
415
415
|
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
416
416
|
}
|
|
417
417
|
/* latin */
|
|
418
418
|
@font-face {
|
|
419
|
+
font-weight: 600;
|
|
419
420
|
font-family: 'IBM Plex Mono';
|
|
420
421
|
font-style: normal;
|
|
421
|
-
font-weight: 600;
|
|
422
|
-
font-display: $carbon--font-display;
|
|
423
422
|
src: local('IBM Plex Mono SemiBold'), local('IBMPlexMono-SemiBold'),
|
|
424
423
|
url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFgsAXHNk.woff2)
|
|
425
424
|
format('woff2');
|
|
425
|
+
font-display: $carbon--font-display;
|
|
426
426
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
427
427
|
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
|
428
428
|
U+2215, U+FEFF, U+FFFD;
|