Last active
July 12, 2016 07:48
-
-
Save Leandros/10d298425451632448726074bf70b64c to your computer and use it in GitHub Desktop.
Fix Github
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
// ==UserScript== | |
// @name Fix Github | |
// @namespace https://arvid.io | |
// @version 0.1 | |
// @description Fix Githubs stupid font change | |
// @author Arvid Gerstmann | |
// @match https://github.com/* | |
// @match https://gist.github.com/* | |
// @grant GM_addStyle | |
// ==/UserScript== | |
GM_addStyle('body, .markdown-body { font-family: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; font-size: 14px; }'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment