diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-12-04 16:22:05 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-12-04 16:22:05 +0000 |
commit | 469c60f394c7c76c765cd65bb9be247fa4df26a7 (patch) | |
tree | 9f16bc6a361ed6ee1b21aabce0ec3e3650b0b7e3 /perl-install/install_gtk.pm | |
parent | 984cc131ac2c6380eaaab5924208c6dc9a4c976a (diff) | |
download | drakx-469c60f394c7c76c765cd65bb9be247fa4df26a7.tar drakx-469c60f394c7c76c765cd65bb9be247fa4df26a7.tar.gz drakx-469c60f394c7c76c765cd65bb9be247fa4df26a7.tar.bz2 drakx-469c60f394c7c76c765cd65bb9be247fa4df26a7.tar.xz drakx-469c60f394c7c76c765cd65bb9be247fa4df26a7.zip |
put "Nimbus Sans L" as used font
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index d231ebe4b..8fcbb1b1f 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -51,12 +51,12 @@ sub install_theme { style "default-font" { fontset = "$font,*" - font_name = "Helvetica 12" + font_name = "Nimbus Sans L 12" } style "small-font" { fontset = "$font2,*" - font_name = "Helvetica 10" + font_name = "Nimbus Sans L 10" } widget "*" style "default-font" widget "*Steps*" style "small-font" |