Skip to content

Instantly share code, notes, and snippets.

@dunstontc
Forked from peterpme/styles.less
Created April 28, 2017 07:09
Show Gist options
  • Save dunstontc/da0edf6b47c81b17200b6975ff90ca3d to your computer and use it in GitHub Desktop.
Save dunstontc/da0edf6b47c81b17200b6975ff90ca3d to your computer and use it in GitHub Desktop.
Operator Mono and Fira Code working together in Atom
// ...
atom-workspace,
atom-text-editor {
font-family: "Fira Code";
text-rendering: optimizeLegibility;
font-size: 17px;
font-weight: 400;
line-height: 1.8;
}
atom-text-editor::shadow{
.entity.other.attribute-name {
font-family: "Operator Mono";
font-size: 18px;
font-style: italic;
}
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment