Skip to content

Commit 53b86d9

Browse files
committed
Update font smoothing in index.css
1 parent e337813 commit 53b86d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
margin: 0;
66
font-family: "Lato", sans-serif;
77
font-optical-sizing: auto;
8-
-webkit-font-smoothing: auto;
8+
-webkit-font-smoothing: subpixel-antialiased;
99
-moz-osx-font-smoothing: auto;
1010
}
1111

0 commit comments

Comments
 (0)