Skip to content

Instantly share code, notes, and snippets.

@adam-stokes
Created November 23, 2013 06:21
Show Gist options
  • Save adam-stokes/7611466 to your computer and use it in GitHub Desktop.
Save adam-stokes/7611466 to your computer and use it in GitHub Desktop.
stylish modification for google chrome and github.com
/*
* requires adobe source code pro and droid sans font installed on your system
* covers *.github.com including gists.
*/
body { font-family: 'Droid Sans', 'Ubuntu', sans-serif; }
tt,pre,code { font-family: 'Source Code Pro'; }
.file-data pre { font-family: 'Source Code Pro'; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment