F: Disable ligatures for math

This commit is contained in:
Ivan 2025-11-06 01:10:26 +03:00
parent 30d24f4fb6
commit 61afb36d68
2 changed files with 4 additions and 0 deletions

View File

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

View File

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