Skip to content

Commit 95eb4be

Browse files
committed
🐛 Reset bold fonts to normal weight for correct display
1 parent 3532688 commit 95eb4be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scss/resets.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
strong,
3939
b {
4040
font-family: Bold, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
41+
42+
@if ($fontBold) {
43+
font-weight: normal;
44+
}
4145
}
4246

4347
a {

0 commit comments

Comments
 (0)