
Code: Select all
include "/usr/share/themes/Mist/gtk/gtkrc"
style "user-font"
{
fontset="-monotype-arial-medium-r-normal-*-*-90-*-*-p-*-iso8859-15"
}
widget_class "*" style "user-font"
Code: Select all
include "/usr/share/themes/Mist/gtk-2.0/gtkrc"
gtk-font-name = "Arial 8"
include "/home/tenpin/.gtkrc.mine"
gtk-can-change-accels = 1



Code: Select all
include "/usr/share/themes/Mist/gtk-2.0/gtkrc"
gtk-font-name = "MS Sans Serif 7"
include "/home/tenpin/.gtkrc.mine"
gtk-can-change-accels = 1
Hi - no I actually do use anti-aliasing (sorry if any confusion) but exclude it for fonts between 6 and 12 points. The reason being that at those small font sizes anti-aliasing actually makes fonts less readable because they become "fuzzy". Anti-aliasing becomes very useful when fonts go above a certain size (lets say 16 points) but for 8/10/12 points it is not effective.jonaswidarsson wrote: So you have no anti-aliasing.
I actually think anti-aliasing is nicer. However, you have managed to do something I want to learn. I would like to enforce use of my truetype fonts from windows.

