Skip to content

Instantly share code, notes, and snippets.

@CodinCat
Last active June 18, 2016 14:03
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 CodinCat/260c35b62e926b99fdceed1198acc998 to your computer and use it in GitHub Desktop.
Save CodinCat/260c35b62e926b99fdceed1198acc998 to your computer and use it in GitHub Desktop.
My custom github stylesheet for better readability. Stylish extension: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe Fira Mono font: https://mozilla.github.io/Fira/
td {
tab-size: 4;
}
body, .markdown-body {
font-family: Roboto;
-webkit-font-smoothing: antialiased;
}
pre,code, .markdown-body .highlight pre, .markdown-body pre, .blob-code-inner, .ace_editor.ace-github-light {
font-family: fira mono;
line-height: 1.8;
}
.blob-code-inner, .ace_editor.ace-github-light {
font-size: 13px;
}
@CodinCat
Copy link
Author

CodinCat commented May 16, 2016

Screentshot (Windows):

Windows_Screenshot

@CodinCat
Copy link
Author

Screentshot (Mac, 14px font):

Screenshot_Mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment