Skip to content

Instantly share code, notes, and snippets.

@vitormalencar
Created August 5, 2017 15:28
Show Gist options
  • Select an option

  • Save vitormalencar/ce6425aff1d23b352d4826855cc56a97 to your computer and use it in GitHub Desktop.

Select an option

Save vitormalencar/ce6425aff1d23b352d4826855cc56a97 to your computer and use it in GitHub Desktop.
Fira+ operator on Atom
atom-text-editor,
atom-workspace {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-family: "Operator Mono";
font-weight: 500;
line-height: 1.7;
}
atom-panel.tool-panel {
font-size: 0.88em;
}
atom-text-editor::shadow {
.entity.other.attribute-name {
font-style: italic;
}
.entity.name.function {
font-style: italic;
}
.entity.other.attribute-name {
font-style: italic;
}
.keyword.operator:not(.accessor),
.punctuation.definition.entity.css,
.storage.type.function.arrow {
font-family: 'Fira Code';
}
.string.quoted,
.string.regexp {
-webkit-font-feature-settings: "liga" off, "calt" off;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment