From 77c4c35d76d816c6c2d6306dc5920c382d1e7423 Mon Sep 17 00:00:00 2001 From: "jshin%mailaps.org" Date: Sat, 1 Oct 2005 07:38:07 +0000 Subject: [PATCH] bug 222919 : change default font for zh-HK on OS X (r=me, pikerton, sr=sfraser, a=asa) patch by Smonkey Ardisson (alqahira%mindspring.com) --- modules/libpref/src/init/all.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index b1feffcf0fa4..4d6276a41410 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -1409,12 +1409,9 @@ pref("font.name.monospace.zh-TW", "Apple LiGothic Medium"); pref("font.name.cursive.zh-TW", "XXX.cursive"); pref("font.name.fantasy.zh-TW", "XXX.fantasy"); -// ming_uni.ttf (HKSCS-2001) -// http://www.info.gov.hk/digital21/eng/hkscs/download/uime.exe -// use Stuffit Expander to unzip it and install ming_uni.ttf -pref("font.name.serif.zh-HK", "Ming(for ISO10646)"); -pref("font.name.sans-serif.zh-HK", "Apple LiGothic Medium"); -pref("font.name.monospace.zh-HK", "Apple LiGothic Medium"); +pref("font.name.serif.zh-HK", "儷宋 Pro"); +pref("font.name.sans-serif.zh-HK", "儷黑 Pro"); +pref("font.name.monospace.zh-HK", "儷黑 Pro"); pref("font.name.cursive.zh-HK", "XXX.cursive"); pref("font.name.fantasy.zh-HK", "XXX.fantasy");