Skip to content

Instantly share code, notes, and snippets.

@peterpme
Last active June 23, 2021 06:24
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save peterpme/a9fdc9b00de9c7de4325a4019c8f3626 to your computer and use it in GitHub Desktop.
Save peterpme/a9fdc9b00de9c7de4325a4019c8f3626 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