Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created September 21, 2016 22:11
Show Gist options
  • Select an option

  • Save cassiozen/d1011664f4afc7a3e5004e65e9b35a8d to your computer and use it in GitHub Desktop.

Select an option

Save cassiozen/d1011664f4afc7a3e5004e65e9b35a8d to your computer and use it in GitHub Desktop.

Revisions

  1. cassiozen created this gist Sep 21, 2016.
    16 changes: 16 additions & 0 deletions atomstyle.less
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    atom-text-editor {
    -webkit-font-smoothing: antialiased;
    }

    atom-text-editor::shadow{
    .storage.type.function.arrow, .operator {
    font-family: 'FiraCode-Retina';
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
    }

    .string.quoted, .string.regexp {
    -webkit-font-feature-settings: "liga" off, "calt" off;
    }

    }