You are not logged in.
This is screwy, folks. I needed to install xorg-fonts-100dpi and xorg-fonts-75dpi in order to get KWord working properly, and now Konqueror is *always* using 75dpi fonts for *everything* on *all* web pages, even though my font configuration (the default!) looks like this:
Standard font: Bitstream Vera Sans
Fixed font: Bitstream Vera Sans Mono
Serif font: Bitstream Vera Serif
Sans serif font: Bitstream Vera Sans
Cursive tont: Bitstream Vera Sans
Fantasy font: Bitstream Vera Sans
Now, whatever bloody fonts Konqueror is using now, they look aliased and generally hideous and sure as hell are not Bitstream fonts! :x Could someone please help me sort this out?
Edit: here's a screenshot...
[URL=http://img296.imageshack.us/my.php?image=snapshot27jd.png][/URL]
Ugly or what?
Offline
Have you check the control center? There's a place where you can set the default fonts used by kde. I'm guessing that the ugly fonts used by konqueror are being set there.
Offline
Yes, I have, the Konqueror config panel is part of the control center. The default fonts used for widgets and terminals (Snap for the former, Monospace for the latter) have nothing at all to do with the fonts used for web pages. I can show you the part of the control panel you're talking about:
[URL=http://img496.imageshack.us/my.php?image=snapshot38of.png][/URL]
And the fonts for widgets and terminals (note that Monospace is AA):
[URL=http://img496.imageshack.us/my.php?image=snapshot47ka.png][/URL]
Offline
That looks like what I see on a fresh arch install if I haven't installed the webcore fonts.
Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein
Offline
I dont think this is a bug at all......
From what it looks like... Konqueror is doing the correct thing.
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
Those are the fonts specified to be used throughout the CSS of the site.
Load this up and see what you get. (yes its a hideous non standard mix of xhtml and html4 as well as using dirty <font> tags instead of css. shoot me.)
<html>
<body>
<font face="Verdana">Verdana. Is this aliased?</font><br />
<font face="Helvetica">Helvetica. Is this aliased?</font><br />
<font face="Arial">Arial. This is always aliased.</font><br />
</body>
</html>
My system doesnt seem to have Verdana and Arial, so I get a generic sans font for them. But it does have helvetica.
Konqueror is correctly noting that the system doesnt have verdana, and falling back to arial, which I also don't seem to have, and finally falling back to Helvetica, which by nature is an aliased font.
Your specified sans-serif font is only used when all three of the web page's specified fonts are unavailable.
So no bug on konqeror's behalf. It's behaving correctly. Maybe its that the primary listed fonts are incorrectly installed, not installed, or for some unforseen reason, unusable by kde.
AFAIK, Arial and Verdana are MS fonts, so installing webcore (ttf-ms-fonts) and restarting KDE/X ought to fix this problem.
iphitus
edit: and as expected, installing ttf-ms-fonts fixed it. you might need to wait a while for kde to pick em up though, or restart kde.
Offline
Thanks man, that looks much better.
Offline
Offline
Remember, that under KDE you must restart an application to use the new font settings.
And as for tht screenshot.. It looks awesome. Better than the aliased crap on this windows box im on at school here.
iphitus
Offline
It looks better than the ones at my school too, but those bloody 'k's are awful! And there are blank spaces in '2's and some other characters as well... What the heck is that about? :?
Offline