How to uncreate web console font size?

I was able to change the fonts to display marup elegant through addon etc.
Here is the code
@namespace url (http://www.w3.org/1999/xhtml);
@-moz - document url ("chrome://browser/content/devtools/markup-view.xhtml"),
URL ("chrome://browser/content/devtools/cssruleview.xhtml"),
URL ("chrome://browser/content/devtools/computedview.xhtml"),
{URL ("chrome://browser/content/devtools/fontinspector/font-inspector.xhtml")

  • {
   font-size:12px;
   font-family:'consolas';

}

I couldn't get the url for the web console fonts to change the font used.

Pleae help

The URL for the web console (src of iframe) is:

chrome://browser/content/devtools/WebConsole.XUL

However, I don't know if it can use the title in the HTML namespace.

Tags: Firefox

Similar Questions

Maybe you are looking for