Last active
May 25, 2016 13:53
-
-
Save Adaephon-GH/2ee42a68263f7d5758d04672326b74ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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