Skip to content

Instantly share code, notes, and snippets.

@Adaephon-GH
Last active May 25, 2016 13:53
Show Gist options
  • Save Adaephon-GH/2ee42a68263f7d5758d04672326b74ed to your computer and use it in GitHub Desktop.
Save Adaephon-GH/2ee42a68263f7d5758d04672326b74ed to your computer and use it in GitHub Desktop.
/* Modified version of https://userstyles.org/styles/123560/fira-code-on-github-stackoverflow-and-beyond */
@-moz-document
domain("github.com"),
domain("stackoverflow.com"),
domain("stackexchange.com"),
domain('serverfault.com'),
domain('superuser.com'),
domain('askubuntu.com')
/*, domain("haskell.org"), domain("stackage.org"), domain("elm-lang.org"), domain("purescript.org"), domain("css-tricks.com"), domain("lpaste.net"), domain("jsfiddle.net"), domain("pastebin.com"), domain("codepen.io")*/
{
.blob-code-inner, code, pre, code, kbd, samp, tt, .src, input, .html-tag, a[href^="?hoogle"], .ans, .CodeMirror-line, #code_frame div, #paste_code, .self, .docs-annotation {
font-family : "Fantasque Sans Mono" !important;
text-rendering: optimizeLegibility;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment