Skip to content

Instantly share code, notes, and snippets.

@petervanderdoes
Last active August 29, 2015 14:16
Show Gist options
  • Save petervanderdoes/767cffa1f96b96674675 to your computer and use it in GitHub Desktop.
Save petervanderdoes/767cffa1f96b96674675 to your computer and use it in GitHub Desktop.
Change the font for Firefox Develop Tools panels

Install for Linux

Copy the file userChrome.css to ~/.mozilla/firefox/YOURPROFILE/chrome

Replace YOURPROFILE with the right directory. The directory chrome might not exist, you should create it.

.devtools-monospace {
font-family: 'Source Code Pro' !important;
font-size: 12px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment