Skip to content

Instantly share code, notes, and snippets.

@tdd
Created April 24, 2017 15:20
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save tdd/6e99d1e29a84fee06ef351e2f2993388 to your computer and use it in GitHub Desktop.
Save tdd/6e99d1e29a84fee06ef351e2f2993388 to your computer and use it in GitHub Desktop.
Use Operator Mono Ssm font in GitHub code views (PRs, diffs, etc.)

So you love the Operator Mono font? I don't blame you! So do we! It's a bit pricey but worth every penny.

In fact, we're so used to it in our editors that we were a bit sad with GitHub's otherwise neat code views. When we review PRs in the web UI, we want our Operator Mono!

So, assuming you have it installed on your machine, you can put the JS bit in the other code snippet of this Gist in a bookmarklet, and click it when you're on a GitHub.com page you want to have switch over to our beloved font. We used the ScreenSmart variant here, which you get in the font package and have probably installed, as it's the more legible one on screens. Feel free to adjust the font name if needed.

javascript:!function(){var o='"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace',e=document.createElement("style");e.textContent='.blob-code-inner { font-family: "Operator Mono Ssm", '+o+" !important }",document.head.appendChild(e)}();void(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment