Disable ligatures in type-in highlighting (#3093)

This commit is contained in:
Abdo 2024-03-25 12:42:07 +03:00 committed by GitHub
parent 426d5ae8a9
commit 5938456069
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,6 +75,7 @@ pre {
code#typeans {
white-space: pre-wrap;
font-variant-ligatures: none;
}
.typeGood {