Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created November 25, 2015 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agragregra/7eb970699dac1aa05ad2 to your computer and use it in GitHub Desktop.
Save agragregra/7eb970699dac1aa05ad2 to your computer and use it in GitHub Desktop.
Firefox DevTools Font-size
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("chrome://browser/content/devtools/**/.*"){
.devtools-monospace {
font-size: 11pt!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment