Skip to content

Commit e337813

Browse files
committed
Update font smoothing in index.css
1 parent 50ea02e commit e337813

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llmstack/client/src/index.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
body {
55
margin: 0;
66
font-family: "Lato", sans-serif;
7-
-webkit-font-smoothing: antialiased;
8-
-moz-osx-font-smoothing: grayscale;
7+
font-optical-sizing: auto;
8+
-webkit-font-smoothing: auto;
9+
-moz-osx-font-smoothing: auto;
910
}
1011

1112
code {

0 commit comments

Comments
 (0)