@carbon/type 11.7.0 → 11.7.1-rc.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/es/index.js +14 -16
- package/lib/index.js +14 -16
- package/package.json +2 -2
- package/scss/_styles.scss +13 -12
- package/src/__tests__/__snapshots__/styles-test.js.snap +6 -6
- package/src/__tests__/fluid-test.js +1 -1
- package/src/styles.js +13 -15
- package/umd/index.js +14 -16
package/es/index.js
CHANGED
|
@@ -410,7 +410,7 @@ var productiveHeading04$1 = {
|
|
|
410
410
|
};
|
|
411
411
|
var productiveHeading05$1 = {
|
|
412
412
|
fontSize: rem(scale[7]),
|
|
413
|
-
fontWeight: fontWeights.
|
|
413
|
+
fontWeight: fontWeights.light,
|
|
414
414
|
lineHeight: 1.25,
|
|
415
415
|
letterSpacing: 0
|
|
416
416
|
};
|
|
@@ -456,40 +456,38 @@ var expressiveHeading04$1 = {
|
|
|
456
456
|
breakpoints: {
|
|
457
457
|
xlg: {
|
|
458
458
|
fontSize: rem(scale[6]),
|
|
459
|
+
fontWeight: fontWeights.light,
|
|
459
460
|
lineHeight: 1.25
|
|
460
461
|
},
|
|
461
462
|
max: {
|
|
462
|
-
fontSize: rem(scale[7])
|
|
463
|
+
fontSize: rem(scale[7]),
|
|
464
|
+
fontWeight: fontWeights.light
|
|
463
465
|
}
|
|
464
466
|
}
|
|
465
467
|
};
|
|
466
468
|
var expressiveHeading05$1 = {
|
|
467
469
|
fontSize: rem(scale[7]),
|
|
468
|
-
fontWeight: fontWeights.
|
|
470
|
+
fontWeight: fontWeights.light,
|
|
469
471
|
lineHeight: 1.25,
|
|
470
472
|
letterSpacing: 0,
|
|
471
473
|
breakpoints: {
|
|
472
474
|
md: {
|
|
473
475
|
fontSize: rem(scale[8]),
|
|
474
|
-
fontWeight: fontWeights.light,
|
|
475
476
|
lineHeight: 1.22,
|
|
476
477
|
letterSpacing: 0
|
|
477
478
|
},
|
|
478
479
|
lg: {
|
|
479
480
|
fontSize: rem(scale[9]),
|
|
480
|
-
fontWeight: fontWeights.light,
|
|
481
481
|
lineHeight: 1.19,
|
|
482
482
|
letterSpacing: 0
|
|
483
483
|
},
|
|
484
484
|
xlg: {
|
|
485
485
|
fontSize: rem(scale[10]),
|
|
486
|
-
fontWeight: fontWeights.light,
|
|
487
486
|
lineHeight: 1.17,
|
|
488
487
|
letterSpacing: 0
|
|
489
488
|
},
|
|
490
489
|
max: {
|
|
491
490
|
fontSize: rem(scale[12]),
|
|
492
|
-
fontWeight: fontWeights.light,
|
|
493
491
|
letterSpacing: 0
|
|
494
492
|
}
|
|
495
493
|
}
|
|
@@ -648,28 +646,28 @@ var display03$1 = {
|
|
|
648
646
|
letterSpacing: 0,
|
|
649
647
|
breakpoints: {
|
|
650
648
|
md: {
|
|
651
|
-
fontSize: rem(scale[
|
|
652
|
-
lineHeight: 1.
|
|
649
|
+
fontSize: rem(scale[11]),
|
|
650
|
+
lineHeight: 1.18
|
|
653
651
|
},
|
|
654
652
|
lg: {
|
|
655
|
-
fontSize: rem(scale[
|
|
656
|
-
lineHeight: 1.
|
|
653
|
+
fontSize: rem(scale[12]),
|
|
654
|
+
lineHeight: 1.16,
|
|
657
655
|
letterSpacing: px(-0.64)
|
|
658
656
|
},
|
|
659
657
|
xlg: {
|
|
660
|
-
fontSize: rem(scale[
|
|
661
|
-
lineHeight: 1.
|
|
658
|
+
fontSize: rem(scale[14]),
|
|
659
|
+
lineHeight: 1.13
|
|
662
660
|
},
|
|
663
661
|
max: {
|
|
664
|
-
fontSize: rem(scale[
|
|
665
|
-
lineHeight: 1.
|
|
662
|
+
fontSize: rem(scale[15]),
|
|
663
|
+
lineHeight: 1.11,
|
|
666
664
|
letterSpacing: px(-0.96)
|
|
667
665
|
}
|
|
668
666
|
}
|
|
669
667
|
};
|
|
670
668
|
var display04$1 = {
|
|
671
669
|
fontSize: rem(scale[9]),
|
|
672
|
-
fontWeight: fontWeights.
|
|
670
|
+
fontWeight: fontWeights.light,
|
|
673
671
|
lineHeight: 1.19,
|
|
674
672
|
letterSpacing: 0,
|
|
675
673
|
breakpoints: {
|
package/lib/index.js
CHANGED
|
@@ -414,7 +414,7 @@ var productiveHeading04$1 = {
|
|
|
414
414
|
};
|
|
415
415
|
var productiveHeading05$1 = {
|
|
416
416
|
fontSize: rem(scale[7]),
|
|
417
|
-
fontWeight: fontWeights.
|
|
417
|
+
fontWeight: fontWeights.light,
|
|
418
418
|
lineHeight: 1.25,
|
|
419
419
|
letterSpacing: 0
|
|
420
420
|
};
|
|
@@ -460,40 +460,38 @@ var expressiveHeading04$1 = {
|
|
|
460
460
|
breakpoints: {
|
|
461
461
|
xlg: {
|
|
462
462
|
fontSize: rem(scale[6]),
|
|
463
|
+
fontWeight: fontWeights.light,
|
|
463
464
|
lineHeight: 1.25
|
|
464
465
|
},
|
|
465
466
|
max: {
|
|
466
|
-
fontSize: rem(scale[7])
|
|
467
|
+
fontSize: rem(scale[7]),
|
|
468
|
+
fontWeight: fontWeights.light
|
|
467
469
|
}
|
|
468
470
|
}
|
|
469
471
|
};
|
|
470
472
|
var expressiveHeading05$1 = {
|
|
471
473
|
fontSize: rem(scale[7]),
|
|
472
|
-
fontWeight: fontWeights.
|
|
474
|
+
fontWeight: fontWeights.light,
|
|
473
475
|
lineHeight: 1.25,
|
|
474
476
|
letterSpacing: 0,
|
|
475
477
|
breakpoints: {
|
|
476
478
|
md: {
|
|
477
479
|
fontSize: rem(scale[8]),
|
|
478
|
-
fontWeight: fontWeights.light,
|
|
479
480
|
lineHeight: 1.22,
|
|
480
481
|
letterSpacing: 0
|
|
481
482
|
},
|
|
482
483
|
lg: {
|
|
483
484
|
fontSize: rem(scale[9]),
|
|
484
|
-
fontWeight: fontWeights.light,
|
|
485
485
|
lineHeight: 1.19,
|
|
486
486
|
letterSpacing: 0
|
|
487
487
|
},
|
|
488
488
|
xlg: {
|
|
489
489
|
fontSize: rem(scale[10]),
|
|
490
|
-
fontWeight: fontWeights.light,
|
|
491
490
|
lineHeight: 1.17,
|
|
492
491
|
letterSpacing: 0
|
|
493
492
|
},
|
|
494
493
|
max: {
|
|
495
494
|
fontSize: rem(scale[12]),
|
|
496
|
-
fontWeight: fontWeights.light,
|
|
497
495
|
letterSpacing: 0
|
|
498
496
|
}
|
|
499
497
|
}
|
|
@@ -652,28 +650,28 @@ var display03$1 = {
|
|
|
652
650
|
letterSpacing: 0,
|
|
653
651
|
breakpoints: {
|
|
654
652
|
md: {
|
|
655
|
-
fontSize: rem(scale[
|
|
656
|
-
lineHeight: 1.
|
|
653
|
+
fontSize: rem(scale[11]),
|
|
654
|
+
lineHeight: 1.18
|
|
657
655
|
},
|
|
658
656
|
lg: {
|
|
659
|
-
fontSize: rem(scale[
|
|
660
|
-
lineHeight: 1.
|
|
657
|
+
fontSize: rem(scale[12]),
|
|
658
|
+
lineHeight: 1.16,
|
|
661
659
|
letterSpacing: px(-0.64)
|
|
662
660
|
},
|
|
663
661
|
xlg: {
|
|
664
|
-
fontSize: rem(scale[
|
|
665
|
-
lineHeight: 1.
|
|
662
|
+
fontSize: rem(scale[14]),
|
|
663
|
+
lineHeight: 1.13
|
|
666
664
|
},
|
|
667
665
|
max: {
|
|
668
|
-
fontSize: rem(scale[
|
|
669
|
-
lineHeight: 1.
|
|
666
|
+
fontSize: rem(scale[15]),
|
|
667
|
+
lineHeight: 1.11,
|
|
670
668
|
letterSpacing: px(-0.96)
|
|
671
669
|
}
|
|
672
670
|
}
|
|
673
671
|
};
|
|
674
672
|
var display04$1 = {
|
|
675
673
|
fontSize: rem(scale[9]),
|
|
676
|
-
fontWeight: fontWeights.
|
|
674
|
+
fontWeight: fontWeights.light,
|
|
677
675
|
lineHeight: 1.19,
|
|
678
676
|
letterSpacing: 0,
|
|
679
677
|
breakpoints: {
|
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": "11.7.0",
|
|
4
|
+
"version": "11.7.1-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"sassDir": "scss",
|
|
53
53
|
"needs": "^1.3.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3a4f61d60424d5ddb58787a97a6b40cb7ad18baa"
|
|
56
56
|
}
|
package/scss/_styles.scss
CHANGED
|
@@ -233,7 +233,7 @@ $heading-04: $productive-heading-04 !default;
|
|
|
233
233
|
/// @group @carbon/type
|
|
234
234
|
$productive-heading-05: (
|
|
235
235
|
font-size: scale.type-scale(8),
|
|
236
|
-
font-weight: font-family.font-weight('
|
|
236
|
+
font-weight: font-family.font-weight('light'),
|
|
237
237
|
line-height: 1.25,
|
|
238
238
|
letter-spacing: 0,
|
|
239
239
|
) !default;
|
|
@@ -321,9 +321,11 @@ $expressive-heading-04: (
|
|
|
321
321
|
xlg: (
|
|
322
322
|
font-size: scale.type-scale(7),
|
|
323
323
|
line-height: 1.25,
|
|
324
|
+
font-weight: font-family.font-weight('light'),
|
|
324
325
|
),
|
|
325
326
|
max: (
|
|
326
327
|
font-size: scale.type-scale(8),
|
|
328
|
+
font-weight: font-family.font-weight('light'),
|
|
327
329
|
),
|
|
328
330
|
),
|
|
329
331
|
) !default;
|
|
@@ -338,13 +340,12 @@ $fluid-heading-04: $expressive-heading-04 !default;
|
|
|
338
340
|
/// @group @carbon/type
|
|
339
341
|
$expressive-heading-05: (
|
|
340
342
|
font-size: scale.type-scale(8),
|
|
341
|
-
font-weight: font-family.font-weight('
|
|
343
|
+
font-weight: font-family.font-weight('light'),
|
|
342
344
|
line-height: 1.25,
|
|
343
345
|
letter-spacing: 0,
|
|
344
346
|
breakpoints: (
|
|
345
347
|
md: (
|
|
346
348
|
font-size: scale.type-scale(9),
|
|
347
|
-
font-weight: font-family.font-weight('light'),
|
|
348
349
|
line-height: 1.22,
|
|
349
350
|
),
|
|
350
351
|
lg: (
|
|
@@ -561,22 +562,22 @@ $display-03: (
|
|
|
561
562
|
letter-spacing: 0,
|
|
562
563
|
breakpoints: (
|
|
563
564
|
md: (
|
|
564
|
-
font-size: scale.type-scale(
|
|
565
|
-
line-height: 1.
|
|
565
|
+
font-size: scale.type-scale(12),
|
|
566
|
+
line-height: 1.18,
|
|
566
567
|
),
|
|
567
568
|
lg: (
|
|
568
|
-
font-size: scale.type-scale(
|
|
569
|
-
line-height: 1.
|
|
569
|
+
font-size: scale.type-scale(13),
|
|
570
|
+
line-height: 1.16,
|
|
570
571
|
letter-spacing: -0.64px,
|
|
571
572
|
),
|
|
572
573
|
xlg: (
|
|
573
|
-
font-size: scale.type-scale(
|
|
574
|
-
line-height: 1.
|
|
574
|
+
font-size: scale.type-scale(15),
|
|
575
|
+
line-height: 1.13,
|
|
575
576
|
letter-spacing: -0.64px,
|
|
576
577
|
),
|
|
577
578
|
max: (
|
|
578
|
-
font-size: scale.type-scale(
|
|
579
|
-
line-height: 1.
|
|
579
|
+
font-size: scale.type-scale(16),
|
|
580
|
+
line-height: 1.11,
|
|
580
581
|
letter-spacing: -0.96px,
|
|
581
582
|
),
|
|
582
583
|
),
|
|
@@ -592,7 +593,7 @@ $fluid-display-03: $display-03 !default;
|
|
|
592
593
|
/// @group @carbon/type
|
|
593
594
|
$display-04: (
|
|
594
595
|
font-size: scale.type-scale(10),
|
|
595
|
-
font-weight: font-family.font-weight('
|
|
596
|
+
font-weight: font-family.font-weight('light'),
|
|
596
597
|
line-height: 1.19,
|
|
597
598
|
letter-spacing: 0,
|
|
598
599
|
breakpoints: (
|
|
@@ -109,7 +109,7 @@ letter-spacing: 0;"
|
|
|
109
109
|
|
|
110
110
|
exports[`styles display04 should be printable 1`] = `
|
|
111
111
|
"font-size: 2.625rem;
|
|
112
|
-
font-weight:
|
|
112
|
+
font-weight: 300;
|
|
113
113
|
line-height: 1.19;
|
|
114
114
|
letter-spacing: 0;"
|
|
115
115
|
`;
|
|
@@ -144,7 +144,7 @@ letter-spacing: 0;"
|
|
|
144
144
|
|
|
145
145
|
exports[`styles expressiveHeading05 should be printable 1`] = `
|
|
146
146
|
"font-size: 2rem;
|
|
147
|
-
font-weight:
|
|
147
|
+
font-weight: 300;
|
|
148
148
|
line-height: 1.25;
|
|
149
149
|
letter-spacing: 0;"
|
|
150
150
|
`;
|
|
@@ -186,7 +186,7 @@ letter-spacing: 0;"
|
|
|
186
186
|
|
|
187
187
|
exports[`styles fluidDisplay04 should be printable 1`] = `
|
|
188
188
|
"font-size: 2.625rem;
|
|
189
|
-
font-weight:
|
|
189
|
+
font-weight: 300;
|
|
190
190
|
line-height: 1.19;
|
|
191
191
|
letter-spacing: 0;"
|
|
192
192
|
`;
|
|
@@ -207,7 +207,7 @@ letter-spacing: 0;"
|
|
|
207
207
|
|
|
208
208
|
exports[`styles fluidHeading05 should be printable 1`] = `
|
|
209
209
|
"font-size: 2rem;
|
|
210
|
-
font-weight:
|
|
210
|
+
font-weight: 300;
|
|
211
211
|
line-height: 1.25;
|
|
212
212
|
letter-spacing: 0;"
|
|
213
213
|
`;
|
|
@@ -272,7 +272,7 @@ letter-spacing: 0;"
|
|
|
272
272
|
|
|
273
273
|
exports[`styles heading05 should be printable 1`] = `
|
|
274
274
|
"font-size: 2rem;
|
|
275
|
-
font-weight:
|
|
275
|
+
font-weight: 300;
|
|
276
276
|
line-height: 1.25;
|
|
277
277
|
letter-spacing: 0;"
|
|
278
278
|
`;
|
|
@@ -375,7 +375,7 @@ letter-spacing: 0;"
|
|
|
375
375
|
|
|
376
376
|
exports[`styles productiveHeading05 should be printable 1`] = `
|
|
377
377
|
"font-size: 2rem;
|
|
378
|
-
font-weight:
|
|
378
|
+
font-weight: 300;
|
|
379
379
|
line-height: 1.25;
|
|
380
380
|
letter-spacing: 0;"
|
|
381
381
|
`;
|
package/src/styles.js
CHANGED
|
@@ -138,7 +138,7 @@ export const productiveHeading04 = {
|
|
|
138
138
|
|
|
139
139
|
export const productiveHeading05 = {
|
|
140
140
|
fontSize: rem(scale[7]),
|
|
141
|
-
fontWeight: fontWeights.
|
|
141
|
+
fontWeight: fontWeights.light,
|
|
142
142
|
lineHeight: 1.25,
|
|
143
143
|
letterSpacing: 0,
|
|
144
144
|
};
|
|
@@ -192,41 +192,39 @@ export const expressiveHeading04 = {
|
|
|
192
192
|
breakpoints: {
|
|
193
193
|
xlg: {
|
|
194
194
|
fontSize: rem(scale[6]),
|
|
195
|
+
fontWeight: fontWeights.light,
|
|
195
196
|
lineHeight: 1.25,
|
|
196
197
|
},
|
|
197
198
|
max: {
|
|
198
199
|
fontSize: rem(scale[7]),
|
|
200
|
+
fontWeight: fontWeights.light,
|
|
199
201
|
},
|
|
200
202
|
},
|
|
201
203
|
};
|
|
202
204
|
|
|
203
205
|
export const expressiveHeading05 = {
|
|
204
206
|
fontSize: rem(scale[7]),
|
|
205
|
-
fontWeight: fontWeights.
|
|
207
|
+
fontWeight: fontWeights.light,
|
|
206
208
|
lineHeight: 1.25,
|
|
207
209
|
letterSpacing: 0,
|
|
208
210
|
breakpoints: {
|
|
209
211
|
md: {
|
|
210
212
|
fontSize: rem(scale[8]),
|
|
211
|
-
fontWeight: fontWeights.light,
|
|
212
213
|
lineHeight: 1.22,
|
|
213
214
|
letterSpacing: 0,
|
|
214
215
|
},
|
|
215
216
|
lg: {
|
|
216
217
|
fontSize: rem(scale[9]),
|
|
217
|
-
fontWeight: fontWeights.light,
|
|
218
218
|
lineHeight: 1.19,
|
|
219
219
|
letterSpacing: 0,
|
|
220
220
|
},
|
|
221
221
|
xlg: {
|
|
222
222
|
fontSize: rem(scale[10]),
|
|
223
|
-
fontWeight: fontWeights.light,
|
|
224
223
|
lineHeight: 1.17,
|
|
225
224
|
letterSpacing: 0,
|
|
226
225
|
},
|
|
227
226
|
max: {
|
|
228
227
|
fontSize: rem(scale[12]),
|
|
229
|
-
fontWeight: fontWeights.light,
|
|
230
228
|
letterSpacing: 0,
|
|
231
229
|
},
|
|
232
230
|
},
|
|
@@ -392,21 +390,21 @@ export const display03 = {
|
|
|
392
390
|
letterSpacing: 0,
|
|
393
391
|
breakpoints: {
|
|
394
392
|
md: {
|
|
395
|
-
fontSize: rem(scale[
|
|
396
|
-
lineHeight: 1.
|
|
393
|
+
fontSize: rem(scale[11]),
|
|
394
|
+
lineHeight: 1.18,
|
|
397
395
|
},
|
|
398
396
|
lg: {
|
|
399
|
-
fontSize: rem(scale[
|
|
400
|
-
lineHeight: 1.
|
|
397
|
+
fontSize: rem(scale[12]),
|
|
398
|
+
lineHeight: 1.16,
|
|
401
399
|
letterSpacing: px(-0.64),
|
|
402
400
|
},
|
|
403
401
|
xlg: {
|
|
404
|
-
fontSize: rem(scale[
|
|
405
|
-
lineHeight: 1.
|
|
402
|
+
fontSize: rem(scale[14]),
|
|
403
|
+
lineHeight: 1.13,
|
|
406
404
|
},
|
|
407
405
|
max: {
|
|
408
|
-
fontSize: rem(scale[
|
|
409
|
-
lineHeight: 1.
|
|
406
|
+
fontSize: rem(scale[15]),
|
|
407
|
+
lineHeight: 1.11,
|
|
410
408
|
letterSpacing: px(-0.96),
|
|
411
409
|
},
|
|
412
410
|
},
|
|
@@ -414,7 +412,7 @@ export const display03 = {
|
|
|
414
412
|
|
|
415
413
|
export const display04 = {
|
|
416
414
|
fontSize: rem(scale[9]),
|
|
417
|
-
fontWeight: fontWeights.
|
|
415
|
+
fontWeight: fontWeights.light,
|
|
418
416
|
lineHeight: 1.19,
|
|
419
417
|
letterSpacing: 0,
|
|
420
418
|
breakpoints: {
|
package/umd/index.js
CHANGED
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
};
|
|
417
417
|
var productiveHeading05$1 = {
|
|
418
418
|
fontSize: rem(scale[7]),
|
|
419
|
-
fontWeight: fontWeights.
|
|
419
|
+
fontWeight: fontWeights.light,
|
|
420
420
|
lineHeight: 1.25,
|
|
421
421
|
letterSpacing: 0
|
|
422
422
|
};
|
|
@@ -462,40 +462,38 @@
|
|
|
462
462
|
breakpoints: {
|
|
463
463
|
xlg: {
|
|
464
464
|
fontSize: rem(scale[6]),
|
|
465
|
+
fontWeight: fontWeights.light,
|
|
465
466
|
lineHeight: 1.25
|
|
466
467
|
},
|
|
467
468
|
max: {
|
|
468
|
-
fontSize: rem(scale[7])
|
|
469
|
+
fontSize: rem(scale[7]),
|
|
470
|
+
fontWeight: fontWeights.light
|
|
469
471
|
}
|
|
470
472
|
}
|
|
471
473
|
};
|
|
472
474
|
var expressiveHeading05$1 = {
|
|
473
475
|
fontSize: rem(scale[7]),
|
|
474
|
-
fontWeight: fontWeights.
|
|
476
|
+
fontWeight: fontWeights.light,
|
|
475
477
|
lineHeight: 1.25,
|
|
476
478
|
letterSpacing: 0,
|
|
477
479
|
breakpoints: {
|
|
478
480
|
md: {
|
|
479
481
|
fontSize: rem(scale[8]),
|
|
480
|
-
fontWeight: fontWeights.light,
|
|
481
482
|
lineHeight: 1.22,
|
|
482
483
|
letterSpacing: 0
|
|
483
484
|
},
|
|
484
485
|
lg: {
|
|
485
486
|
fontSize: rem(scale[9]),
|
|
486
|
-
fontWeight: fontWeights.light,
|
|
487
487
|
lineHeight: 1.19,
|
|
488
488
|
letterSpacing: 0
|
|
489
489
|
},
|
|
490
490
|
xlg: {
|
|
491
491
|
fontSize: rem(scale[10]),
|
|
492
|
-
fontWeight: fontWeights.light,
|
|
493
492
|
lineHeight: 1.17,
|
|
494
493
|
letterSpacing: 0
|
|
495
494
|
},
|
|
496
495
|
max: {
|
|
497
496
|
fontSize: rem(scale[12]),
|
|
498
|
-
fontWeight: fontWeights.light,
|
|
499
497
|
letterSpacing: 0
|
|
500
498
|
}
|
|
501
499
|
}
|
|
@@ -654,28 +652,28 @@
|
|
|
654
652
|
letterSpacing: 0,
|
|
655
653
|
breakpoints: {
|
|
656
654
|
md: {
|
|
657
|
-
fontSize: rem(scale[
|
|
658
|
-
lineHeight: 1.
|
|
655
|
+
fontSize: rem(scale[11]),
|
|
656
|
+
lineHeight: 1.18
|
|
659
657
|
},
|
|
660
658
|
lg: {
|
|
661
|
-
fontSize: rem(scale[
|
|
662
|
-
lineHeight: 1.
|
|
659
|
+
fontSize: rem(scale[12]),
|
|
660
|
+
lineHeight: 1.16,
|
|
663
661
|
letterSpacing: px(-0.64)
|
|
664
662
|
},
|
|
665
663
|
xlg: {
|
|
666
|
-
fontSize: rem(scale[
|
|
667
|
-
lineHeight: 1.
|
|
664
|
+
fontSize: rem(scale[14]),
|
|
665
|
+
lineHeight: 1.13
|
|
668
666
|
},
|
|
669
667
|
max: {
|
|
670
|
-
fontSize: rem(scale[
|
|
671
|
-
lineHeight: 1.
|
|
668
|
+
fontSize: rem(scale[15]),
|
|
669
|
+
lineHeight: 1.11,
|
|
672
670
|
letterSpacing: px(-0.96)
|
|
673
671
|
}
|
|
674
672
|
}
|
|
675
673
|
};
|
|
676
674
|
var display04$1 = {
|
|
677
675
|
fontSize: rem(scale[9]),
|
|
678
|
-
fontWeight: fontWeights.
|
|
676
|
+
fontWeight: fontWeights.light,
|
|
679
677
|
lineHeight: 1.19,
|
|
680
678
|
letterSpacing: 0,
|
|
681
679
|
breakpoints: {
|