Created
September 21, 2016 22:11
-
-
Save cassiozen/d1011664f4afc7a3e5004e65e9b35a8d to your computer and use it in GitHub Desktop.
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
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