F: Disable ligatures for math
This commit is contained in:
parent
30d24f4fb6
commit
61afb36d68
|
|
@ -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