Christian Biesinger wrote:
> ...
> There is, however, a preference for a minimum text size.
> Try putting this in your prefs.js while Mozilla is not running:
> user_pref("font.min-size.variable.", 14);
> user_pref("font.min-size.fixed.", 14);

That format is deprecated, and supposedly will eventually stop working. 
The new format is:
user_pref("font.minimum-size.x-western", 14);


Reply via email to