mirror of
https://github.com/go-gitea/gitea
synced 2024-11-20 14:04:24 +01:00
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>
This commit is contained in:
parent
5b1327eb56
commit
8aef7aefd0
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@
|
||||||
body {
|
body {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue