Skip to content

Instantly share code, notes, and snippets.

@Leandros
Last active July 12, 2016 07:48
Show Gist options
  • Save Leandros/10d298425451632448726074bf70b64c to your computer and use it in GitHub Desktop.
Save Leandros/10d298425451632448726074bf70b64c to your computer and use it in GitHub Desktop.
Fix Github
// ==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