Skip to content

Commit fd4f358

Browse files
committed
fix: remove unnecessary font smoothing properties from CSS
1 parent 5fb9af4 commit fd4f358

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webview-ui/src/index.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ vscode-button::part(control):focus {
194194

195195
html {
196196
height: 100%;
197-
-webkit-font-smoothing: antialiased;
198-
-moz-osx-font-smoothing: grayscale;
199197
}
200198

201199
body {

0 commit comments

Comments
 (0)