We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e1b41 commit e054c7fCopy full SHA for e054c7f
src/app/globals.css
@@ -7,6 +7,12 @@
7
@custom-variant dark (&:is(.dark *));
8
9
:root {
10
+ /* Font Smoothing */
11
+ /*font-synthesis: none;*/
12
+ text-rendering: optimizeLegibility;
13
+ -webkit-font-smoothing: antialiased;
14
+ -moz-osx-font-smoothing: grayscale;
15
+
16
--background: oklch(0.9797 0.0026 286.3509);
17
--foreground: oklch(0.1486 0.0195 278.6986);
18
--card: oklch(0.9797 0.0026 286.3509);
0 commit comments