Created
August 10, 2017 10:39
-
-
Save ArnaudRinquin/b1301a18f5d000709b7a5ed636d5bf99 to your computer and use it in GitHub Desktop.
Operator Moni + Fire for Atom
This file contains 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 { | |
text-rendering: optimizeLegibility; | |
-webkit-font-smoothing: antialiased; | |
font-family: "Operator Mono"; | |
font-weight: 500; | |
} | |
atom-text-editor.editor { | |
.syntax--storage.syntax--type.syntax--function.syntax--arrow, | |
.syntax--keyword.syntax--operator:not(.accessor), | |
.syntax--punctuation.syntax--definition { | |
font-family: "Fira Code"; | |
} | |
.syntax--string.syntax--quoted, | |
.syntax--string.syntax--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