F: Disable ligatures for math

This commit is contained in:
Ivan 2025-11-06 01:14:49 +03:00
parent 482d3d665e
commit 2d1fe16f40
2 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,7 @@
code { code {
font-family: var(--font-math); font-family: var(--font-math);
font-variant-ligatures: none;
} }
li { li {
@ -164,12 +165,14 @@
summary::before { summary::before {
font-family: var(--font-math); font-family: var(--font-math);
font-variant-ligatures: none;
padding-right: 0.5rem; padding-right: 0.5rem;
content: '+'; content: '+';
} }
details[open] summary::before { details[open] summary::before {
font-family: var(--font-math); font-family: var(--font-math);
font-variant-ligatures: none;
padding-right: 0.5rem; padding-right: 0.5rem;
content: '-'; content: '-';
} }

View File

@ -13,6 +13,7 @@
@utility font-math { @utility font-math {
font-family: var(--font-math); font-family: var(--font-math);
font-variant-ligatures: none;
} }
@utility cc-selected { @utility cc-selected {