Skip to content

Commit 035db78

Browse files
authored
Ensure emoji render with regular font-weight (#11541)
Emoji characters don't support bold attributes and may do weird things like rendering monochrome when bolded.
1 parent 460bc32 commit 035db78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/less/_base.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,9 +1257,9 @@ i.icon.centerlock {
12571257
.reaction {
12581258
font-size: 1.5em;
12591259
line-height: 1.2;
1260-
font-weight: 400;
1260+
font-style: normal !important;
1261+
font-weight: normal !important;
12611262
vertical-align: middle;
1262-
font-style: normal;
12631263
}
12641264

12651265
#issue-title > .emoji {

0 commit comments

Comments
 (0)