Guest User

Untitled

a guest
Mar 23rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. * {
  2. -webkit-font-smoothing: antialiased;
  3. }
  4.  
  5. atom-text-editor {
  6. text-rendering: optimizeLegibility;
  7. }
  8.  
  9. atom-text-editor.editor .syntax--comment {
  10. font-style: normal !important;
  11. }
  12.  
  13. atom-text-editor.editor .syntax--string.syntax--quoted,
  14. atom-text-editor.editor .syntax--string.syntax--regexp,
  15. atom-text-editor.editor .cursor-line,
  16. .find-and-replace atom-text-editor.editor .line {
  17. -webkit-font-feature-settings: "liga" off, "calt" off;
  18. }
Add Comment
Please, Sign In to add comment