Skip to content

Instantly share code, notes, and snippets.

@ioquatix
Created July 12, 2016 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ioquatix/f5200b0718fc900acd4509ef130b42dc to your computer and use it in GitHub Desktop.
Save ioquatix/f5200b0718fc900acd4509ef130b42dc to your computer and use it in GitHub Desktop.
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
atom-text-editor {
text-rendering: optimizeLegibility;
}
atom-text-editor::shadow .string.quoted {
-webkit-font-feature-settings: "liga" off, "calt" off;
}
* {
-webkit-font-smoothing: antialiased;
-webkit-font-feature-settings: "liga" on, "calt" on;
}
atom-text-editor::shadow .cursor-line {
-webkit-font-feature-settings: "liga" off, "calt" off;
}
div.find-and-replace atom-text-editor::shadow .line {
-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