From 1635126d31ae7c82210d57c5b6445e1733477623 Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期六, 06 八月 2022 10:50:33 +0800 Subject: [PATCH] 1.添加图标 --- src/styles/global.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 3ddbd99..71fb220 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -6,6 +6,11 @@ /*min-width: 1800px;*/ /*overflow-y: hidden;*/ /*overflow-x: hidden;*/ + + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + text-rendering: optimizeLegibility; + font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; } -- Gitblit v1.9.3