Skip to content

Instantly share code, notes, and snippets.

@avanslaars
Last active April 5, 2017 19:44
Show Gist options
  • Save avanslaars/1c6a4ee99f15b587754fa86fba0f44ee to your computer and use it in GitHub Desktop.
Save avanslaars/1c6a4ee99f15b587754fa86fba0f44ee to your computer and use it in GitHub Desktop.
Mix attributes from Operator Mono with Fira Code for ligatures
atom-text-editor {
/*font-family: "OperatorMono-Medium";*/
font-family: "Fira Code";
font-size: 18px;
font-weight: normal;
line-height: 1.7;
}
atom-panel.tool-panel {
font-size: 0.88em;
}
.syntax--entity.syntax--other.syntax--attribute-name.syntax--js
{
font-family: "OperatorMono-BookItalic";
font-style: italic;
}
.editor .comment,
atom-text-editor.editor .syntax--comment {
font-family: "OperatorMono-BookItalic";
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment