Steve Snyder wrote:
> I'm using Mozilla v0.9.3 on a Linux box. I find that setting the text size
> to 120% (View>>Text Size>>120%) is much more readable to my aging eyes than
> the default 100%. I've tried playing with the font sizes
> (Edit>>Preferences>Appearance>>Fonts) but haven't been able to get the same
> favorable appearance.
>
> It's annoying to have to manually set the text size on each browser windows
> that I open. Is there a way to tell Mozilla to always use TextSize=120%?
>
> Thanks.
I don't know the real answer to this, but a workaround would be to set a
minimum font-size instead. Exit mozilla first, add these lines to your
prefs.js
user_pref("font.min-size.variable.", 12);
user_pref("font.min-size.variable.x-western", 12);
Or whatever other minimum font-size that suits your vision best.
K.