Skip to content

Commit 247c634

Browse files
committed
Disable ligatures inside the editor
Closes codemirror#3899
1 parent 3101742 commit 247c634

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/codemirror.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
245245
position: relative;
246246
overflow: visible;
247247
-webkit-tap-highlight-color: transparent;
248+
-webkit-font-variant-ligatures: none;
249+
font-variant-ligatures: none;
248250
}
249251
.CodeMirror-wrap pre {
250252
word-wrap: break-word;

0 commit comments

Comments
 (0)