From 66c7a5f2ba3426ed192efe52e57a74bd5baf3553 Mon Sep 17 00:00:00 2001 From: "alqahira@ardisson.org" Date: Wed, 9 Apr 2008 10:40:39 -0700 Subject: [PATCH] Bug 426957 - Add default Mac fonts for Telugu and Kannada. r=smontagu, sr=roc, a1.9=beltzner --- modules/libpref/src/init/all.js | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 1664b28ab37..be89a57d759 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -1694,10 +1694,24 @@ pref("font.name-list.monospace.x-guru", "Gurmukhi MT"); // add this section when fonts exist // no suitable fonts for telugu ship with mac os x -// add this section when fonts exist +// however one can be freely downloaded +// Pothana http://web.nickshanks.com/typography/telugu/ +pref("font.name.serif.x-telu", "Pothana"); +pref("font.name.sans-serif.x-telu", "Pothana"); +pref("font.name.monospace.x-telu", "Pothana"); +pref("font.name-list.serif.x-telu", "Pothana"); +pref("font.name-list.sans-serif.x-telu", "Pothana"); +pref("font.name-list.monospace.x-telu", "Pothana"); // no suitable fonts for kannada ship with mac os x -// add this section when fonts exist +// however one can be freely downloaded +// Kedage http://web.nickshanks.com/typography/kannada/ +pref("font.name.serif.x-knda", "Kedage"); +pref("font.name.sans-serif.x-knda", "Kedage"); +pref("font.name.monospace.x-knda", "Kedage"); +pref("font.name-list.serif.x-knda", "Kedage"); +pref("font.name-list.sans-serif.x-knda", "Kedage"); +pref("font.name-list.monospace.x-knda", "Kedage"); // no suitable fonts for sinhala ship with mac os x // add this section when fonts exist