Sven Neumann writes: > style "font-style" { font_name = "sans 14" } > class "GtkWidget" style "font-style" Except he is talking about GIMP 1.2.3, which uses GTK+ 1.3.0 with GTK+ 1.2 -style gtkrc files. So it should be something like: style "font-style" { font = "-*-arial-medium-r-normal--*-160-*-*-*-*-*-*" } class "*" style "font-style" --tml