From cb432a88922326817f640d03610cedb7878b2988 Mon Sep 17 00:00:00 2001 From: QiShaoXuan Date: Wed, 28 Sep 2022 17:26:22 +0800 Subject: [PATCH] feat: udpate font style --- public/globals.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/globals.css b/public/globals.css index 1e99c64ca6..6040c5315f 100644 --- a/public/globals.css +++ b/public/globals.css @@ -144,9 +144,13 @@ button, select, keygen, legend { - font: 18px/1.14 arial, \5b8b\4f53; color: #333; outline: 0; + font-size: 18px; + line-height: 1.5; + font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, + PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, + Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; } body { background: #fff;