diff options
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 875fe2a39..eb6a64ec3 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -791,8 +791,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 Mingti2L Big5,13" ], + 'gb2312' => [ "AR PL New Sung,14", "Monospace,12" ], + 'Big5' => [ "AR PL New Sung,14" ], 'tis620' => [ "Norasi,16", "Norasi,15" ], 'utf_ar' => [ "Roya,14", "Courier New,13", "Roya,13" ], 'utf_am' => [ "GF Zemen Unicode,15" ], |