Skip to content

Instantly share code, notes, and snippets.

@MethodGrab
Last active January 19, 2018 13:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MethodGrab/14c88de14a4510be8cd186bee626e6b2 to your computer and use it in GitHub Desktop.
Save MethodGrab/14c88de14a4510be8cd186bee626e6b2 to your computer and use it in GitHub Desktop.
Atom styles to disable ligatures on the active line
// Disable ligatures on the active line
// https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-ligatures
atom-text-editor.editor {
.line.cursor-line {
font-variant-ligatures: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment