Skip to content

Instantly share code, notes, and snippets.

@charliewilco
Created December 16, 2017 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charliewilco/82f7ea6648f3f43dc8ad164f1cd158dd to your computer and use it in GitHub Desktop.
Save charliewilco/82f7ea6648f3f43dc8ad164f1cd158dd to your computer and use it in GitHub Desktop.
/*
facebook.github.io
reactjs.org
flow.org
graphql.org
draftjs.org
npmjs.com
*/
pre,
code,
.prism,
pre[class*="language-"],
li code, p code,
.hljs { font-family: 'Operator Mono' }
/*
npmjs.com
*/
.autoselect-wrapper > input[type=text],
code,
a code,
.mainContainer .wrapper a code, .mainContainer .wrapper a:focus code {
font-family: 'Operator Mono';
}
/* NPM */
body,
input[type=text],
input[type=search],
input[type=email],
input[type=password] {
font-family: Fira Sans, BlinkMacSystemFont;
}
/* GitHub */
.topic-tag,
.credit-card .cvv,
.credit-card .text,
.blob-code-inner,
.default-label .sha,
.CommunityTemplate-highlight,
.file-info,
.hook-delivery-guid,
.hook-delivery-response-status,
.news .alert .branch-link,
.export-phrase pre,
.tag-references > li.commit,
.uploaded-files .filename,
.oauth-app-info-container dl.keys dd,
.two-factor-recovery-codes,
.two-factor-secret,
.branch-name,
.commit-ref,
.commit-tease-sha,
.commit .sha-block,
.commit .sha,
.commit-desc pre,
.CodeMirror-dialog input,
.cm-s-github-light .CodeMirror-lines,
.input-monospace,
.blob-num,
tt,
code,
pre { font-family: 'Operator Mono', monospace; }
pre { font-size: 1rem; }
.tab-size,
pre {
tab-size: 2 !important;
}
/* Bitbucket */
body.adg3 ak-editor-bitbucket .code,
body.adg3 code,
body.adg3 pre {
font-family: 'Operator Mono', monospace
}
.tab-size,
pre {
tab-size: 2 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment