Skip to content

Commit fc91c6e

Browse files
fix(sass): set strong font-weight bold
1 parent ee6d2f9 commit fc91c6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_sass/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ body {
1313
-webkit-font-smoothing: antialiased; // smoother looking fonts
1414
}
1515

16+
strong {
17+
font-weight: bold;
18+
}
19+
1620
/**
1721
* Images.
1822
*/

0 commit comments

Comments
 (0)