From 035db780180269e7738b78f83acecbcd6ddb5717 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 22 May 2020 02:01:58 +0200 Subject: [PATCH] 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. --- 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 4fa32aad6..b92668541 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -1257,9 +1257,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 {