Skip to content

Commit 8aef7ae

Browse files
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 <[email protected]>
1 parent 5b1327e commit 8aef7ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/less/_base.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
body {
135135
background-color: #ffffff;
136136
overflow-y: auto;
137-
-webkit-font-smoothing: antialiased;
138137
display: flex;
139138
flex-direction: column;
140139
}

0 commit comments

Comments
 (0)