Skip to content

Instantly share code, notes, and snippets.

@kevinburke
Created January 17, 2012 06:21
Show Gist options
  • Save kevinburke/1625136 to your computer and use it in GitHub Desktop.
Save kevinburke/1625136 to your computer and use it in GitHub Desktop.
/* Add these lines to
~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css
Other OSes here: http://darcyclarke.me/design/skin-your-chrome-inspector/
*/
#-webkit-web-inspector.platform-mac.platform-mac-snowleopard .monospace,
#-webkit-web-inspector.platform-mac.platform-mac-snowleopard .source-code
{
font-family: Consolas, Monaco, monospace !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment