Skip to content

Commit 6adfbca

Browse files
committed
fix: disable ligatures in code blocks
1 parent db04621 commit 6adfbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boostlook.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ div.source-docs-antora.boostlook:not(:has(.doc)):not(:has(>.boostlook)) > #conte
13361336
.boostlook .doc .content pre code,
13371337
.boostlook .doc pre.highlight code {
13381338
font-size: var(--typography-font-size-xs, 0.875rem);
1339-
font-feature-settings: "calt" 1, "liga" 1, "ss01" 0, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss09" 1, "ss10" 1;
1339+
font-feature-settings: "calt" 0, "liga" 0;
13401340
line-height: var(--typography-line-height-lg, 1.5rem); /* 171.429% */
13411341
letter-spacing: var(--spacing-size-size-0, 0rem);
13421342
color: var(--text-main-text-primary, #18191b);

0 commit comments

Comments
 (0)