We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4706c04 commit 48da41bCopy full SHA for 48da41b
1 file changed
docs/src/app/global.css
@@ -39,6 +39,14 @@ article > .prose.flex-1 > h2#properties {
39
@apply border-t border-fd-border/60 pt-8 mt-6;
40
}
41
42
+/* Keep code glyph-for-glyph; Geist Mono renders sequences like `...` as ligatures. */
43
+.prose code {
44
+ font-variant-ligatures: none;
45
+ font-feature-settings:
46
+ "liga" 0,
47
+ "calt" 0;
48
+}
49
+
50
/* Wrap long inline code/API symbols on narrow screens without overflowing. */
51
article .prose :not(pre) > code {
52
white-space: normal;
0 commit comments