Skip to content

Instantly share code, notes, and snippets.

@amiroff
Last active December 14, 2015 01:19
Show Gist options
  • Save amiroff/5005546 to your computer and use it in GitHub Desktop.
Save amiroff/5005546 to your computer and use it in GitHub Desktop.
Make Chrome dev tools look good under Linux
/**********************************************/
/*
/* Make Chrome dev tools look good under Linux
/* ~/.config/google-chrome/Default/User StyleSheets/Custom.css
/* chrome-devtools://devtools/devTools.css
/* See https://plus.google.com/115133653231679625609/posts/UZF34wPJXsL
/*
/**********************************************/
body.platform-linux .monospace, body.platform-linux .source-code {
font-size: 16px !important;
font-family: Inconsolata !important;
line-height: 19px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment