Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created July 23, 2016 14:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BanzaiMan/701320cad54445ae0f119049dd800e33 to your computer and use it in GitHub Desktop.
Save BanzaiMan/701320cad54445ae0f119049dd800e33 to your computer and use it in GitHub Desktop.
Disable BlinkMacSystemFont on GitHub.com
/* Create a Stylish style with this and apply to github.com
https://news.ycombinator.com/item?id=12110682 */
body, .intgrs-page .main-content, .blog-content, .migration-wrapper, .migrate-owners-wrapper, .setup-wrapper, .showcase-page-title, .tooltipped::after { font-family: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
.markdown-body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
body { font-size: 13px !important; line-height: 1.4 !important; }
.blob-code { line-height: 1.4 !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment