Skip to content

Commit e32de64

Browse files
committed
Remove !important from font-weight
1 parent ceb2d54 commit e32de64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/marketing/type/typography.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
.f6-mktg {
6161
font-family: $font-mktg;
6262
font-feature-settings: $mktg-font-feature-settings;
63-
font-weight: $font-weight-normal !important;
63+
font-weight: $font-weight-normal;
6464
}
6565

6666
@each $body, $sizes in $mktg-bodies {
@@ -82,7 +82,7 @@
8282
letter-spacing: $mktg-body-spacing-large !important;
8383
}
8484
@if (map-get($pairing-md, "size") >= $mktg-body-weight-threshold and map-get($pairing, "size") < $mktg-body-weight-threshold) {
85-
font-weight: $font-weight-semibold !important;
85+
font-weight: $font-weight-semibold;
8686
}
8787
}
8888
}
@@ -95,7 +95,7 @@
9595
letter-spacing: $mktg-body-spacing-large !important;
9696
}
9797
@if (map-get($pairing-lg, "size") >= $mktg-body-weight-threshold and map-get($pairing-md, "size") < $mktg-body-weight-threshold) {
98-
font-weight: $font-weight-semibold !important;
98+
font-weight: $font-weight-semibold;
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)