Skip to content
Snippets Groups Projects
Commit 247c6342 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Disable ligatures inside the editor

Closes #3899
parent 3101742e
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
position: relative;
overflow: visible;
-webkit-tap-highlight-color: transparent;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
}
.CodeMirror-wrap pre {
word-wrap: break-word;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment