Skip to content

Instantly share code, notes, and snippets.

@two7sclash-zz
Forked from ryanpcmcquen/styles.less
Created January 4, 2017 16:25
Show Gist options
  • Save two7sclash-zz/132f2af09033a8c1459c9ee6e3d20eda to your computer and use it in GitHub Desktop.
Save two7sclash-zz/132f2af09033a8c1459c9ee6e3d20eda to your computer and use it in GitHub Desktop.
Ligature fonts for atom
atom-text-editor {
font-family: 'Fira Code';
font-style: normal;
text-rendering: optimizeLegibility;
}
atom-text-editor::shadow {
.string.quoted,
.string.regexp {
-webkit-font-feature-settings: "liga" off, "calt" off;
}
.source.js.jsx > .keyword.control.flow.js,
.storage,
.type .function {
font-family: 'flottflott';
font-size: 2.5rem;
line-height: 0.75;
}
.comment {
font-style: italic;
}
.indent-guide,
.source.js.jsx,
.storage.type.function.arrow.js,
.variable {
font-family: 'Fira Code';
font-style: normal;
}
.storage.type.function.arrow.js {
font-size: 2rem;
line-height: 0.75;
}
.string.unquoted.js {
color: #CDD3DE;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment