Browse Source

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>
for-closed-social
mrsdizzie 4 years ago
committed by GitHub
parent
commit
8aef7aefd0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      web_src/less/_base.less

+ 0
- 1
web_src/less/_base.less View File

@ -134,7 +134,6 @@
body {
background-color: #ffffff;
overflow-y: auto;
-webkit-font-smoothing: antialiased;
display: flex;
flex-direction: column;
}

Loading…
Cancel
Save