From 1729ae1c17ba12b097078dcc7086adab69487750 Mon Sep 17 00:00:00 2001 From: vvveiii Date: Tue, 26 Jan 2021 22:51:35 +0800 Subject: add font-smoothing --- assets/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index d169e13..c186e94 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -57,6 +57,9 @@ body { -ms-hyphens: auto; -moz-hyphens: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + padding-top: constant(safe-area-inset-top); padding-right: constant(safe-area-inset-right); padding-bottom: constant(safe-area-inset-bottom); -- cgit v1.2.3