Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- atom-workspace {
- font-family: "Operator Mono";
- font-size: 12px;
- font-weight: 400;
- }
- atom-text-editor {
- font-family: "Operator Mono";
- font-size: 13px;
- font-weight: 400;
- line-height: 1.7;
- }
- .entity.other.attribute-name,
- .entity.name.function {
- font-style: italic;
- }
- atom-text-editor::shadow {
- text-rendering: optimizeLegibility;
- .entity.other.attribute-name,
- .storage.type.function.js,
- .storage.type.class.js {
- font-family: 'Operator Mono';
- font-style: italic;
- }
- .keyword.operator,
- .storage.type.function.arrow.js {
- font-family: 'Fira Code';
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment