Mine seems to follow the same style....
Have you done this?
Code:
yum install -y qtcurve-gtk2
---------- Post added at 11:02 PM ---------- Previous post was at 10:54 PM ----------
Also maybe try this. It's a tip I picked up years ago.... although I haven't had to do this in F17 KDE to get fonts looking good.
Code:
cd ~/.mozilla/firefox/*.default
* = whatever your default folder is called, it's unique for every profile.
Create a file called user.js and add this -
Code:
user_pref("font.FreeType2.enable", "true");
user_pref("font.FreeType2.autohinted", "true");
user_pref("font.FreeType2.printing", "true");
user_pref("font.FreeType2.unhinted", "false");