Skip to content

Commit 7062789

Browse files
committed
Fix font-weight for b, strong
1 parent 4f08074 commit 7062789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ abbr[title] {
103103
// Add the correct font weight in Edge and Safari.
104104
b,
105105
strong {
106-
font-weight: bolder;
106+
font-weight: 700;
107107
}
108108
blockquote {
109109
margin-left: 0;

0 commit comments

Comments
 (0)