@goodhood-web/ui 4.13.0-development.9 → 4.13.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.
@@ -245,6 +245,18 @@ $tokensLanding: (
245
245
  'textCase': none,
246
246
  'textDecoration': none,
247
247
  ),
248
+ 'Quote Large': (
249
+ 'fontFamily': $font-family-primary,
250
+ 'fontWeight': 500,
251
+ 'lineHeight': 1.35,
252
+ 'fontSize': 32px,
253
+ 'fontStyle': italic,
254
+ 'letterSpacing': none,
255
+ 'paragraphSpacing': 0,
256
+ 'paragraphIndent': 0,
257
+ 'textCase': none,
258
+ 'textDecoration': none,
259
+ ),
248
260
  ),
249
261
  'detail': (),
250
262
  ),
@@ -492,6 +504,18 @@ $tokensLanding: (
492
504
  'textCase': none,
493
505
  'textDecoration': none,
494
506
  ),
507
+ 'Quote Large': (
508
+ 'fontFamily': $font-family-primary,
509
+ 'fontWeight': 500,
510
+ 'lineHeight': 1.35,
511
+ 'fontSize': 28px,
512
+ 'fontStyle': italic,
513
+ 'letterSpacing': none,
514
+ 'paragraphSpacing': 0,
515
+ 'paragraphIndent': 0,
516
+ 'textCase': none,
517
+ 'textDecoration': none,
518
+ ),
495
519
  'Quote Small': (
496
520
  'fontFamily': $font-family-primary,
497
521
  'fontWeight': 500,
@@ -753,8 +777,8 @@ $tokensLanding: (
753
777
  ),
754
778
  'Quote Large': (
755
779
  'fontFamily': $font-family-primary,
756
- 'fontWeight': 600,
757
- 'lineHeight': 1.5,
780
+ 'fontWeight': 500,
781
+ 'lineHeight': 1.35,
758
782
  'fontSize': 24px,
759
783
  'fontStyle': italic,
760
784
  'letterSpacing': none,