Created
September 21, 2016 22:11
-
-
Save cassiozen/d1011664f4afc7a3e5004e65e9b35a8d to your computer and use it in GitHub Desktop.
Revisions
-
cassiozen created this gist
Sep 21, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; } }