|
Monday, 11 June 2007 |
I updated the Sharp Fonts in KDE article today with information on improving fonts within some GTK applications. Here it is, in case you don't want to scroll to the bottom of that article:
Some GTK Apps
For some GTK apps, it is possible to make the fonts look nice. For example, without the next tweak, Automatix's fonts would look like garbage. Open a terminal and type "sudo vim ~/.gtkrc.mine" then hit the "I" key. Copy and paste the below text into the terminal:
style "user-font"
{
fontset="-microsoft-tahoma-medium-r-normal-*-10--*-p-"
}
widget_class "*" style "user-font"
Then, hit the "Esc" key, and type :wq (colon "w" "q"), and hit enter. All done!
|