15 Jan
2009
15 Jan
'09
7:48 p.m.
On Thu, Jan 15, 2009 at 10:41:59AM -0300, Jorge Arellano Cid wrote: * snip*
BTW, I have a question. How can a minimal font size be specified? Currently I have:
body {font-size: 18px !important}
in style.css, but often pages come with smaller fonts. e.g. http://www.linux.org.uk/Portaloo.cs
For me is important because I have a problems reading tiny fonts, and my working laptop has a high screen resolution.
I've just made a change that uses the existing prefs.font_factor value to scale the base font. However this only applies to relative font sizes. If someone specifies "font-size: 10px" you will still get 10px, but I think this is correct anyway. In addition we can add some minimal_fontsize option in the future. Cheers, Johannes