Angela French wrote:
> I have recently taken over this site: http://checkoutacollege.com/.
>   

That is unfortunate.


> There have been complaints about the small font size on the body content
> so I'm looking at the CSS to see how I might easily remedy the
> situation.

There ain't no "easy" solution. Other than starting over with a clean 
sheet and ditching Verdana.


>   The body has a font-size of .625em. 


Re-set global.css and CheckOutACollege.css from:
body {
font-size: 0.625em;
}
To:
body {
font-size: 100%;
}

And remember not to forget the sole purpose of typography is to make 
stuff readable. On the Web, that means honor user default.

______________________________________________________________________
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