Skip to content

Commit 2042cf2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/less/_base.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -1268,9 +1268,9 @@ i.icon.centerlock {
12681268
.reaction {
12691269
font-size: 1.5em;
12701270
line-height: 1.2;
1271-
font-weight: 400;
1271+
font-style: normal !important;
1272+
font-weight: normal !important;
12721273
vertical-align: middle;
1273-
font-style: normal;
12741274
}
12751275

12761276
#issue-title > .emoji {

0 commit comments

Comments
 (0)