Pro Firefox mám v souboru userContent.css tohle:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://pc.poradna.net") {
textarea {font: 15px "Segoe UI" !important;}
.p {font: 15px "Segoe UI" !important;}
span.string, .csharp {font: 16px "Segoe UI" !important;}
code {font: 15px "Segoe UI" !important;}
}
Ten soubor dáš do složky s profilem Firefoxu do podsložky chrome (tu musíš vytvořit). Velikost písma a fonty si můžeš změnit podle sebe.