Forum Moderators: LifeinAsia
New site, owner is elderly, doesn't like "standard" font sizes because he can't read it...
Customer wants all his content in "HUGE" font sizes so that he can read it...
<point>it looks like trash</point>
He likes it...he hopes to make a few bucks on it...
nobody (I doubt) will have any confidence in a site that looks like it's for kindergardener's...
I don't want to hurt his feelings, I've brought up the issue "mildly" to him on other occasions, however, we're getting ready to go live, and it's just "wrong"...
any suggestions as to what line to follow to make him understand how this looks to others?
Thanks!
you guys ROCK!
(WMW software seems to eliminate the space before the exclaimation mark...You'll need to re-insert it):
* {font-size: 25pt!important;}
Point his browser to it (method varies by browser -- have a hunt around in tools or accessibility or some such menu).
Presto! He now sees all websites that big. Meanwhile, you can design his with the usual fluid font sizes.
If his vision is really poor and he needs higher contrast, you can do him an all-over favor by making it something like:
* {font-size: 25pt!important;
color: yellow!important;
background-color: black!important;
font-family: serif!important;
}
****
Text Size:
(s) (m) (l)
****
This type of thing.
I have placed this onto a few sites, the links just call in overriding css classes that have a bigger font definitions. This will accomodate not just your client but his audience as well.