Skip to content

Instantly share code, notes, and snippets.

@sudodoki
Created September 29, 2016 19:25
Show Gist options
  • Save sudodoki/f14a0f823bb109f9524f6e49005cffa2 to your computer and use it in GitHub Desktop.
Save sudodoki/f14a0f823bb109f9524f6e49005cffa2 to your computer and use it in GitHub Desktop.
Atom styles for fira code fonts and current line disabling ligatures
atom-text-editor::shadow {
.line.cursor-line {
text-rendering: optimizeSpeed;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
font-family: fira mono;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment