Skip to content

Instantly share code, notes, and snippets.

@dunstontc
dunstontc / styles.less
Created April 28, 2017 07:09 — forked from peterpme/styles.less
Operator Mono and Fira Code working together in Atom
// ...
atom-workspace,
atom-text-editor {
font-family: "Fira Code";
text-rendering: optimizeLegibility;
font-size: 17px;
font-weight: 400;
line-height: 1.8;
}
@dunstontc
dunstontc / 0_reuse_code.js
Created July 29, 2017 17:46
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console