Skip to content

Instantly share code, notes, and snippets.

@stestagg
Created November 19, 2014 13:08
Show Gist options
  • Save stestagg/8a4076103623b7660495 to your computer and use it in GitHub Desktop.
Save stestagg/8a4076103623b7660495 to your computer and use it in GitHub Desktop.
styles
/*
* 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
*/
@font-face {
font-family: 'icomoon';
src:url('atom://yeti-ui/css/_fonts/icomoon.eot');
src:url('atom://yeti-ui/css/_fonts/icomoon.eot') format('embedded-opentype'),
url('atom://yeti-ui/css/_fonts/icomoon.woff') format('woff'),
url('atom://yeti-ui/css/_fonts/icomoon.ttf') format('truetype'),
url('atom://yeti-ui/css/_fonts/icomoon.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.tree-view {
}
.editor {
text-rendering: optimizeLegibility !important;
}
.editor .cursor {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment