aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less/_base.less
diff options
context:
space:
mode:
authormrsdizzie <info@mrsdizzie.com>2020-06-24 11:25:40 -0400
committerGitHub <noreply@github.com>2020-06-24 11:25:40 -0400
commit8aef7aefd053d501e336eaca516fae56653d8032 (patch)
tree8662f4f261e7854041d5bbb3361d5562cef3d4b9 /web_src/less/_base.less
parent5b1327eb56b29218f6c37c22042603a7824a7a9f (diff)
downloadgitea-8aef7aefd053d501e336eaca516fae56653d8032.tar.gz
gitea-8aef7aefd053d501e336eaca516fae56653d8032.zip
Don't use -webkit-font-smoothing (#12029)
Don't change font smoothing via CSS. Linked issue has more details, but this seems fowned upon in general and a was also removed from standards track. Hopefully this will be a part of reverting to a native font stack for Gitea. Fixes #11931 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/_base.less')
-rw-r--r--web_src/less/_base.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less
index 08bc178595..a4a0cefcd0 100644
--- a/web_src/less/_base.less
+++ b/web_src/less/_base.less
@@ -134,7 +134,6 @@
body {
background-color: #ffffff;
overflow-y: auto;
- -webkit-font-smoothing: antialiased;
display: flex;
flex-direction: column;
}