cristian *nix forums beginner
Joined: 06 Feb 2005
Posts: 1
|
Posted: Sun Feb 06, 2005 12:35 pm Post subject:
Font tip
|
|
|
On firefox (1.0), the fonts in the URL entry line, or any entry line are
very small. I have tried to change the font size in the "Control center" (KDE),
no effect. Any idea where I could enlarge the size of the fonts?
---
I think it is the ~/.gtkrc-2.0 file. Firefox is a Gnome app, so changing the
defaults in KDE won't affect it - strangely, changing the defaults in Gnome
and relogging into KDE also doesn't affect it, the file needs to be edited
manually and seems to be a "Gnome settings for when Gnome isn't being used"
configuration, which is different from the "Gnome settings when Gnome is
being used" configuration - why it need the two I don't know.
Put the font name and size you want here. Worked for me.
---
userContent-example.css
cp this to userContent.css and modify it to
/* Change Browser Fonts */
* { font-size: 9pt !important;
font-family: Times New Roman !important; }
change the font size and family to what you want. |
|