Disable font ligatures in Markdown code blocks (#1072)

This commit is contained in:
Jonatan Kłosko 2022-03-24 18:05:53 +01:00 committed by GitHub
parent 894ff15419
commit 471167f288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
.font-editor {
font-family: "JetBrains Mono", "Droid Sans Mono", "monospace";
font-variant-ligatures: none;
font-size: 14px;
}