Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created September 21, 2016 22:11
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cassiozen/d1011664f4afc7a3e5004e65e9b35a8d to your computer and use it in GitHub Desktop.
Save cassiozen/d1011664f4afc7a3e5004e65e9b35a8d to your computer and use it in GitHub Desktop.
atom-text-editor {
-webkit-font-smoothing: antialiased;
}
atom-text-editor::shadow{
.storage.type.function.arrow, .operator {
font-family: 'FiraCode-Retina';
text-rendering: optimizeLegibility;
vertical-align: baseline;
}
.string.quoted, .string.regexp {
-webkit-font-feature-settings: "liga" off, "calt" off;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment