Skip to content

Instantly share code, notes, and snippets.

@jonsamp
Last active February 5, 2017 20:19
Show Gist options
  • Save jonsamp/0ad374a1d49c2bae6c5ae1d97adbf2f3 to your computer and use it in GitHub Desktop.
Save jonsamp/0ad374a1d49c2bae6c5ae1d97adbf2f3 to your computer and use it in GitHub Desktop.
Atom stylesheet.less configuration
atom-text-editor.editor {
font-family: "Fira Code";
text-rendering: optimizeLegibility;
font-weight: 400;
line-height: 1.8;
.syntax--comment,
.syntax--entity.syntax--other.syntax--attribute-name {
font-family: "Operator Ssm";
font-style: italic;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment