We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895c9f2 commit 8e37b49Copy full SHA for 8e37b49
src/marketing/type/typography.scss
@@ -72,7 +72,7 @@
72
font-size: map-get($pairing, "size") !important;
73
line-height: map-get($pairing, "lh") !important;
74
@if (map-get($pairing, "size") >= $mktg-body-spacing-threshold) { letter-spacing: $mktg-body-spacing-large !important; }
75
- @if (map-get($pairing, "size") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold !important; }
+ @if (map-get($pairing, "size") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold; }
76
77
@if (nth($sizes, 1) != nth($sizes, 2)) {
78
@include breakpoint(md) {
0 commit comments