Disable ligatures in all code areas.

This commit is contained in:
Tom Alexander 2025-02-22 18:27:45 -05:00
parent c67eb32774
commit 75a763569b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -186,11 +186,13 @@ body {
.inline_source_block {
font-family: var(--src-font-family);
font-size: 1.2rem;
font-variant-ligatures: none;
}
.code,
.verbatim {
font-family: var(--src-font-family);
font-variant-ligatures: none;
}
.quote_block {