View previous topic :: View next topic |
Author |
Message |
eric_42 n00b
Joined: 23 Apr 2004 Posts: 29 Location: Northern British Columbia
|
Posted: Tue Jun 15, 2004 10:11 am Post subject: I'm having trouble with fonts. |
|
|
Hi, I'm using KDE 3.2.2 and the latest xfree86 (3.4.9 or something, it seems to be gone from portage since last sync)
The fonts I'm having trouble with are the interface fonts in Mozilla Firefox. The web page looks great, almost as good as Mac OSX font rendering. The UI fonts of firefox looks squished, blurry, and tiny. Probably an 8 point font. (Which looks terrible when anti-aliased. I can't seem to turn off the anti-aliasing either, without turning it off system-wide.)
Why is this font so small and ugly? Why can't I change it? Is this a firefox specific problem with KDE/QT?
I can set the font and size in the options. It seems to either pick the default serif, or sans serif font. It doesn't respond to the size setting no matter what I set it to.
It's not the biggest of concerns, but it's annoying and if anyone has experienced and/or fixed the same problem I'm having I could sure use help |
|
Back to top |
|
|
2sheds n00b
Joined: 27 Feb 2004 Posts: 48 Location: Sydney, Oz
|
|
Back to top |
|
|
peterton Tux's lil' helper
Joined: 20 Aug 2003 Posts: 110
|
Posted: Tue Jun 15, 2004 10:39 am Post subject: |
|
|
Also check ~/.phoenix/default/.../chrome, it contains userChrome.css and other .css files. With these files you can change UI items in CSS syntax. |
|
Back to top |
|
|
cbr Apprentice
Joined: 05 Jan 2004 Posts: 285 Location: Tallinn/Rakvere, Estonia
|
Posted: Tue Jun 15, 2004 11:07 am Post subject: |
|
|
I'm having the same problem. No matter what i change, the font size stays the same. Only the line spacing changes. Only setting the Minimum Font Size works, but that kills the point of smaller fonts in forums, etc. And, yes, I have all the paths etc. set correctly. I have freetype installed and just recompiled xorg, so that cant be the case |
|
Back to top |
|
|
MagnusBerg Guru
Joined: 07 Oct 2003 Posts: 370 Location: Burgsvik, Gotland, Sweden
|
Posted: Tue Jun 15, 2004 2:51 pm Post subject: |
|
|
This i just a copy from the FVWM thread and as I remember it since yesterday then I wrote it Firefox only needs and reads the .gtkrc-2.0 file. And most inportant only use fontsizes that you actually have, othervise the font vill be real ugly.
To change menufonts for your gtk apps and have a consistent environment you make two files in your homedirectory - '.gtkrc' and '.gtkrc-2.0'.
.gtkrc could look something like this.
Code: | style "myfonts" {
fontset = "-*-helvetica-bold-r-normal--17-*-*-*-*-*-iso8859-15,*-"}
class "GtkWidget" style "myfonts" |
.gtkrc-2.0 will be like this.
Code: | gtk-font-name = "helvetica bold 12" |
The size will be similar becuase one is in pixels and the other one is in points. (I suppose.)
Hurray, I have become Tux's lil' helper!!! |
|
Back to top |
|
|
|