Created
July 23, 2016 14:19
-
-
Save BanzaiMan/701320cad54445ae0f119049dd800e33 to your computer and use it in GitHub Desktop.
Disable BlinkMacSystemFont on GitHub.com
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
/* 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