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 {
|
||||
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: '-';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
@utility font-math {
|
||||
font-family: var(--font-math);
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
@utility cc-selected {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user