Created
November 19, 2014 13:08
-
-
Save stestagg/8a4076103623b7660495 to your computer and use it in GitHub Desktop.
styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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