Changing fonts in Firefox 1.5 for a beginner

i've been searching around there was a few thread *code* how to replace font *FIREFOX 1.5* but those are for advance user, can someone give it alittle more specific, a tutorial or something for starter, i appreciate it!

once again! also the last, i hope.

#408142

type in "firefox skinning guide" in the search here and youll find it.

#408152

Is it not Tools > Options > Content > Fonts & Colors / Advanced?

#408157

^ I think he means changing the fonts in the Firefox application itself, not the fonts in web pages.

I think you can change the fonts in userchrome.css.

Have a look at this post

#408269

you want an easy way...so i guess this is the easiest way....you´ll be able to change all the fonts in firefox in a fly and go back in a fly too...

first download stylish extension here -->https://addons.mozilla.org/firefox/2108/... then insert a new style by copying and pasting this to a new style sheet:

@namespace url(http://www.mozilla.org/keymaster/gatekeepe...e.is.only.xul);

* {

font-family: Segoe UI !important;

color:#000000;

font-style:italic;

font-weight:bold;

font-size:11px;

}

then save it and apply...you have there font family, color, font style, font weight and font size that you can chose at your taste

hope this will help you

#408529

Put this in your userChrome.css

menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, .tab-text, tree, tooltip

{ font-size: 8pt !important; font-family: Segoe UI !important; }

#408552