Skip to content

Instantly share code, notes, and snippets.

@eins78
Last active May 25, 2018 04:28
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eins78/a8dde1eb0d10963a65e7 to your computer and use it in GitHub Desktop.
Save eins78/a8dde1eb0d10963a65e7 to your computer and use it in GitHub Desktop.
testing Input typeface with Atom editor
// * Download and install font from <http://input.fontbureau.com/download/>
// * Atom Editor: Atom > 'Open Your Stylesheet'
.workspace {
font-family: "Input Sans Condensed";
}
.tree-view {
font-family: "Input Sans Condensed";
}
.editor {
font-family: "Input Sans";
}
// use condensed font if there is more than 1 pane (Split Screen)
.pane-row .editor {
font-family: "Input Sans Condensed";
}
.comment, .string {
font-family: "Input Sans";
font-style: normal;
font-weight: 300;
}
.string {
font-family: "Input Sans";
}
.whitespace, .function {
font-family: "Input Mono";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment