Skip to content

Instantly share code, notes, and snippets.

@ArnaudRinquin
Created August 10, 2017 10:39
Show Gist options
  • Save ArnaudRinquin/b1301a18f5d000709b7a5ed636d5bf99 to your computer and use it in GitHub Desktop.
Save ArnaudRinquin/b1301a18f5d000709b7a5ed636d5bf99 to your computer and use it in GitHub Desktop.
Operator Moni + Fire for Atom
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