From 5083853c0250f917d899931d426dc4307ef58ea9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 26 Aug 2005 13:49:21 +0000 Subject: reduce font size (especially for latin scripts) at install time b/c of new gtk+/cairo --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 6e939c8b5..2c07f213c 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -871,7 +871,7 @@ my %charset2pango_font = ( #- Nimbus Sans L is missing some chars used by some cyrillic languages, #- but tose have not yet DrakX translations; it also misses vietnamese #- latin chars; all other latin and cyrillic are covered. - 'default' => "Sans 12" + 'default' => "Sans 10" ); sub charset2pango_font { -- cgit v1.2.1