LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Firefox fonts very large (https://www.linuxquestions.org/questions/linux-software-2/firefox-fonts-very-large-359762/)

Eerath 09-03-2005 04:04 AM

Firefox fonts very large
 
I've recently switched from WinXP to MEPIS, and I'm very impressed but one thing which really bugs me is the size of the fonts on the Firefox Browser! How do I adjust the browser fonts? I'm NOT talking about the size of the fonts which Firefox displays from web pages, but the size of the fonts it displays on the live bookmark links and toolbars. How do I change that?

SimplyMEPIS 3.3.1
KDE 3.3.2
1024x768

rtg 09-03-2005 07:06 AM

Firefox depends on GTK2 libs so try to run any GTK2 application.
If you get the same BIG font, try to tune up the resolution by adding
Code:

DisplaySize <width> <height>
with width and height expressed in millimeters to the ' Section "Monitor" ' in xorg.conf under /etc/X11

There exists one more way to tune by changing the default font size in
.mozilla/firefox/<nice weird string>/chrome/userCrome.css to something like the folowing

Code:

menubar, menubutton, menulist, menu,
menuitem, button, dialog, page, window {
  font-size: 11px !important;
}

Modify the font-size value to suit your needs.

cha0s_ 09-03-2005 08:41 AM

You can run 'switch2' and change the default font size in there aswell as the GTK theme.


All times are GMT -5. The time now is 05:24 PM.