From 2042cf2cce64b64ae2693f4faf39f6077b0be5d6 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 22 May 2020 12:57:13 +0200 Subject: [PATCH] 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. --- web_src/less/_base.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 823ad151d3..2faedf3efa 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -1268,9 +1268,9 @@ i.icon.centerlock { .reaction { font-size: 1.5em; line-height: 1.2; - font-weight: 400; + font-style: normal !important; + font-weight: normal !important; vertical-align: middle; - font-style: normal; } #issue-title > .emoji {