Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active February 4, 2018 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save agragregra/55ef277afd5aeffb8f63926d576046bb to your computer and use it in GitHub Desktop.
Save agragregra/55ef277afd5aeffb8f63926d576046bb 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: 13pt!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment