Skip to content

Instantly share code, notes, and snippets.

@avanslaars
Last active April 5, 2017 19:44
Show Gist options
  • Select an option

  • Save avanslaars/1c6a4ee99f15b587754fa86fba0f44ee to your computer and use it in GitHub Desktop.

Select an option

Save avanslaars/1c6a4ee99f15b587754fa86fba0f44ee to your computer and use it in GitHub Desktop.

Revisions

  1. avanslaars revised this gist Apr 5, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions styles.less
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    atom-text-editor {
    /*font-family: "OperatorMono-Medium";*/
    font-family: "Fira Code";
    font-size: 18px;
    font-weight: normal;
    @@ -11,6 +12,7 @@ atom-panel.tool-panel {

    .syntax--entity.syntax--other.syntax--attribute-name.syntax--js
    {
    font-family: "OperatorMono-BookItalic";
    font-style: italic;
    }

  2. avanslaars created this gist Apr 5, 2017.
    21 changes: 21 additions & 0 deletions styles.less
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    atom-text-editor {
    font-family: "Fira Code";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
    }

    atom-panel.tool-panel {
    font-size: 0.88em;
    }

    .syntax--entity.syntax--other.syntax--attribute-name.syntax--js
    {
    font-style: italic;
    }

    .editor .comment,
    atom-text-editor.editor .syntax--comment {
    font-family: "OperatorMono-BookItalic";
    font-style: normal;
    }