> I am told repeatedly that my fonts are to larger. I use a screen reader with
> Firefox so I am not really concerned with font size. I have a lot of viewers 
> from
> perfect site to totally blind like myself. What is your advice on font size?

Hi Angus,

presumably the site in question has a similar font size to your site
Infoservice.

This site is indeed difficult to read for me as a sighted user; but
the font size itsself is not what troubles me, it is the line height
and line length. The height being too small so that lines are too
narrowly spaced and the line length to long.

If you would add something like

p {
    max-width: 60em;
    margin: 1.5em auto;
    line-height: 1.6em;
  }

to your CSS, the page becomes far more readable (at least for me).

Cheers,

jens

-- 
Jens Brueckmann
http://www.yalf.de
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to