mirror of
https://github.com/ankitects/anki.git
synced 2025-11-22 20:47:14 -05:00
Disable ligatures in type-in highlighting (#3093)
This commit is contained in:
parent
426d5ae8a9
commit
5938456069
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ pre {
|
||||||
|
|
||||||
code#typeans {
|
code#typeans {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
font-variant-ligatures: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.typeGood {
|
.typeGood {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue