Skip to content

Instantly share code, notes, and snippets.

@codeprogression
Created April 10, 2012 01:23
Show Gist options
  • Save codeprogression/2347769 to your computer and use it in GitHub Desktop.
Save codeprogression/2347769 to your computer and use it in GitHub Desktop.
Chrome tools font size
/* larger font size */
body.platform-mac.platform-mac-snowleopard .monospace,
body.platform-mac.platform-mac-snowleopard .source-code,
body.platform-windows .monospace, body.platform-windows .source-code ,
body.platform-linux .monospace, body.platform-linux .source-code {
font-size: 20px !important;
}
@codeprogression
Copy link
Author

Windows:
%LOCALAPPDATA%\Google\Chrome\User Data\Default\User StyleSheets\Custom.css

Mac:
/Users/YourUsername/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css

Ubuntu:
~/.config/chromium/Default/User\ StyleSheets/Custom.css

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