Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'change non-western font sizes as well' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
change non-western font sizes as well
Authored by: Typhoon14 on Sep 29, '02 06:23:42PM

For those who often visit sites containing non-latin characters (such as myself), you can set the minimum size for those as well by putting the following lines into user.js or prefs.js:

user_pref("font.minimum-size.x-western", 14);
user_pref("font.minimum-size.hi-IN", 14);
user_pref("font.minimum-size.ja", 14);
user_pref("font.minimum-size.ko", 14);
user_pref("font.minimum-size.tr", 14);
user_pref("font.minimum-size.x-baltic", 14);
user_pref("font.minimum-size.x-central-euro", 14);
user_pref("font.minimum-size.x-unicode", 14);
user_pref("font.minimum-size.x-user-def", 14);
user_pref("font.minimum-size.x-western", 14);
user_pref("font.minimum-size.zh-CN", 14);
user_pref("font.minimum-size.zh-TW", 14);



[ Reply to This | # ]