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 26a14e5 commit cb9bdafCopy full SHA for cb9bdaf
src/browser/styles/globals.css
@@ -30,6 +30,10 @@
30
:root {
31
color-scheme: dark;
32
33
+ font-kerning: normal;
34
+ font-optical-sizing: auto;
35
+ font-synthesis: style;
36
+
37
@theme {
38
/* Mode Colors */
39
--color-plan-mode: hsl(210 70% 40%);
@@ -251,6 +255,19 @@
251
255
}
252
256
253
257
258
+h1,
259
+h2,
260
+h3 {
261
+ font-variant-ligatures: common-ligatures contextual;
262
+}
263
264
+@supports (text-rendering: optimizeLegibility) {
265
+ h1,
266
+ h2 {
267
+ text-rendering: optimizeLegibility;
268
+ }
269
270
254
271
body {
272
background-color: var(--color-background);
273
color: var(--color-foreground);
0 commit comments