[Conkeror] Font customization
John J Foerch
jjfoerch at earthlink.net
Sat Feb 9 12:11:08 PST 2008
Jay Belanger <jay.p.belanger at gmail.com> writes:
> I have seen references to an 'M-x customize' command, but it doesn't
> seem to be in the latest version of Conkeror. Is there another way to
> increase the font sizes and the minimum font size?
>
> Thanks,
> Jay
I set minimum sizes for asian fonts. I will paste the relevant part
of my conkerorrc. In order to make testing simple, I always write a
`clear_pref' call after every `user_pref' call. That way, I can
comment or uncomment the `clear_pref' call to test, and my profile
does not end up with extra preferences set unintentionally. Please
experiment and post your results so we can figure out the canonical
way to set minimum font sizes.
--John
user_pref ("font.minimum-size.x-western", 32);
clear_pref ("font.minimum-size.x-western");
user_pref ("font.minimum-size.x-unicode", 32);
clear_pref ("font.minimum-size.x-unicode");
user_pref ("browser.display.use_document_fonts", 0);
clear_pref ("browser.display.use_document_fonts");
user_pref ("font.minimum-size.jp", 18);
clear_pref ("font.minimum-size.jp");
user_pref ("font.minimum-size.zh", 18);
clear_pref ("font.minimum-size.zh");
user_pref ("font.minimum-size.zh-CN", 18);
// clear_pref ("font.minimum-size.zh-CN");
user_pref ("font.minimum-size.zh-HK", 18);
// clear_pref ("font.minimum-size.zh-HK");
user_pref ("font.minimum-size.zh-TW", 18);
// clear_pref ("font.minimum-size.zh-TW");
More information about the Conkeror
mailing list