Created
August 27, 2016 23:25
-
-
Save MehulATL/be6b92ed58585227c7d0291b7ae399cd to your computer and use it in GitHub Desktop.
me atom font styling
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
//add the following styles to use ur font | |
atom-text-editor { | |
font-family: "Operator Mono Ssm"; | |
font-size: 16px; | |
font-weight: 100; | |
line-height: 1.6; | |
letter-spacing: -0.5px; | |
} | |
.entity.other.attribute-name { | |
font-style: italic; | |
} | |
atom-text-editor::shadow { | |
.entity.other.attribute-name { | |
font-family: "Operator Mono Ssm"; | |
font-style: italic; | |
} | |
} | |
atom-text-editor::shadow .comment { | |
font-family: "Operator Mono Ssm"; | |
font-style: italic; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment