From 59ad3b036de4145ad45e19d898ca01c002854cc2 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 29 Feb 2024 11:29:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BB=84=E4=BB=B6=E5=8D=8E?= =?UTF-8?q?=E6=96=87=E4=BB=BF=E5=AE=8B=E7=AD=89=E9=83=A8=E5=88=86=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=8A=A0=E7=B2=97=E6=B2=A1=E5=8F=8D=E5=BA=94=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20#8174?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 3de34fd81b..29fcc41113 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -389,3 +389,8 @@ em { .ed-table { --ed-table-row-hover-bg-color: #e8e9e9 !important; } + + +strong { + font-synthesis: weight; +}