From 91c12acbf8a98bda90169bb260ea7d1aaae9e6ec Mon Sep 17 00:00:00 2001 From: Hakadao Date: Fri, 20 Sep 2024 14:30:26 +0800 Subject: [PATCH] feat: improve text readability --- src/styles/main.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/main.scss b/src/styles/main.scss index cc3aaeb1..38e41158 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -80,6 +80,12 @@ img { .bewly-wrapper { line-height: 1.4; + * { + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + .keep-two-lines { overflow: hidden; text-overflow: ellipsis;