Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. atom-workspace {
  2. font-family: "Operator Mono";
  3. font-size: 12px;
  4. font-weight: 400;
  5. }
  6.  
  7. atom-text-editor {
  8. font-family: "Operator Mono";
  9. font-size: 13px;
  10. font-weight: 400;
  11. line-height: 1.7;
  12. }
  13.  
  14. .entity.other.attribute-name,
  15. .entity.name.function {
  16. font-style: italic;
  17. }
  18. atom-text-editor::shadow {
  19. text-rendering: optimizeLegibility;
  20.  
  21. .entity.other.attribute-name,
  22. .storage.type.function.js,
  23. .storage.type.class.js {
  24. font-family: 'Operator Mono';
  25. font-style: italic;
  26. }
  27.  
  28. .keyword.operator,
  29. .storage.type.function.arrow.js {
  30. font-family: 'Fira Code';
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement