Skip to content

Instantly share code, notes, and snippets.

@avanslaars
Created August 29, 2017 10:57
Show Gist options
  • Save avanslaars/764849d342b6b26a4eaa8094347f9938 to your computer and use it in GitHub Desktop.
Save avanslaars/764849d342b6b26a4eaa8094347f9938 to your computer and use it in GitHub Desktop.
Custom Styles for using Operator Mono in Atom
atom-text-editor
{
font-family: "Operator Mono";
font-weight: 400;
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