From a90ad972156e9be8b34b29f34bcc5d31c00809a2 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 4 Dec 2002 14:43:34 +0000 Subject: try of Gtk2 font definitions --- perl-install/install_gtk.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 62fe43fb4..d231ebe4b 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -51,10 +51,12 @@ sub install_theme { style "default-font" { fontset = "$font,*" + font_name = "Helvetica 12" } style "small-font" { fontset = "$font2,*" + font_name = "Helvetica 10" } widget "*" style "default-font" widget "*Steps*" style "small-font" -- cgit v1.2.1