From b5adb4fbf00e0c8a94bec8155eba3f936fbb4b32 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 14 Feb 2005 07:33:21 +0000 Subject: Modified font settings for zh_CN and zh_TW, 10pt would be fine to New Sung rather than 14pt. --- perl-install/lang.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index a15914837..8df5c59e9 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -798,8 +798,8 @@ my %charset2kde_font = ( 'iso-8859-13' => [ "Sans,10", "Monospace,10" ], 'jisx0208' => [ "Sazanami Gothic,13" ], 'ksc5601' => [ "Baekmuk Gulim,16" ], - 'gb2312' => [ "Nimbus Sans L,12", "Monospace,12" ], - 'Big5' => [ "AR PL New Sung,14" ], + 'gb2312' => [ "Nimbus Sans L,10", "Monospace,10" ], + 'Big5' => [ "Nimbus Sans L,10", "Monospace,10" ], 'tis620' => [ "Norasi,16", "Norasi,15" ], 'utf_ar' => [ "Terafik,14", "Courier New,13", "Terafik,13" ], 'utf_am' => [ "GF Zemen Unicode,15" ], -- cgit v1.2.1