|
41 | 41 | } |
42 | 42 | } |
43 | 43 |
|
| 44 | +.f0-mktg, |
| 45 | +.f1-mktg, |
| 46 | +.f2-mktg, |
| 47 | +.f3-mktg, |
| 48 | +.f4-mktg, |
| 49 | +.f5-mktg, |
| 50 | +.f6-mktg { |
| 51 | + font-family: $font-mktg; |
| 52 | + font-feature-settings: $mktg-font-feature-settings; |
| 53 | + font-weight: $font-weight-normal !important; |
| 54 | +} |
| 55 | + |
44 | 56 | @each $body, $sizes in $mktg-bodies { |
45 | 57 | .f#{$body}-mktg { |
46 | 58 | $pairing: map-get($mktg-body-pairings, nth($sizes, 1)); |
47 | 59 | font-size: map-get($pairing, "size") !important; |
48 | 60 | line-height: map-get($pairing, "lh") !important; |
49 | | - @if (map-get($pairing, "size") >= 28px) { |
50 | | - letter-spacing: $mktg-body-spacing-large; |
51 | | - } |
| 61 | + @if (map-get($pairing, "size") >= 28px) { letter-spacing: $mktg-header-spacing-default !important; } |
| 62 | + @if (map-get($pairing, "size") >= 24px) { font-weight: $font-weight-semibold !important; } |
52 | 63 |
|
53 | 64 | @if (nth($sizes, 1) != nth($sizes, 2)) { |
54 | 65 | @include breakpoint(md) { |
55 | 66 | $pairing: map-get($mktg-body-pairings, nth($sizes, 2)); |
56 | 67 | font-size: map-get($pairing, "size") !important; |
57 | 68 | line-height: map-get($pairing, "lh") !important; |
58 | | - @if (map-get($pairing, "size") >= 28px) { |
59 | | - letter-spacing: $mktg-body-spacing-large; |
60 | | - } |
| 69 | + @if (map-get($pairing, "size") >= 28px) { letter-spacing: $mktg-header-spacing-default !important; } |
| 70 | + @if (map-get($pairing, "size") >= 24px) { font-weight: $font-weight-semibold !important; } |
61 | 71 | } |
62 | 72 | } |
63 | 73 |
|
|
66 | 76 | $pairing: map-get($mktg-body-pairings, nth($sizes, 3)); |
67 | 77 | font-size: map-get($pairing, "size") !important; |
68 | 78 | line-height: map-get($pairing, "lh") !important; |
69 | | - @if (map-get($pairing, "size") >= 28px) { |
70 | | - letter-spacing: $mktg-body-spacing-large; |
71 | | - } |
| 79 | + @if (map-get($pairing, "size") >= 28px) { letter-spacing: $mktg-header-spacing-default !important; } |
| 80 | + @if (map-get($pairing, "size") >= 24px) { font-weight: $font-weight-semibold !important; } |
72 | 81 | } |
73 | 82 | } |
74 | 83 | } |
|
0 commit comments