Skip to content

Commit e054c7f

Browse files
committed
feat: font smoothing
1 parent 07e1b41 commit e054c7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/globals.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
@custom-variant dark (&:is(.dark *));
88

99
:root {
10+
/* Font Smoothing */
11+
/*font-synthesis: none;*/
12+
text-rendering: optimizeLegibility;
13+
-webkit-font-smoothing: antialiased;
14+
-moz-osx-font-smoothing: grayscale;
15+
1016
--background: oklch(0.9797 0.0026 286.3509);
1117
--foreground: oklch(0.1486 0.0195 278.6986);
1218
--card: oklch(0.9797 0.0026 286.3509);

0 commit comments

Comments
 (0)