mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-11-15 17:21:38 +03:00
F: Disable ligatures for math
This commit is contained in:
parent
482d3d665e
commit
2d1fe16f40
|
|
@ -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: '-';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user