I have noticed on some sites that there are three 'A's in a top corner. One small, medium and large. When you click on the letter it either enlarges or reduces the size of the font on the screen.
Wanted to revive this thread to get opinions about the best way to incorporate user-controlled ability to increase or decrease font size. Many of my users won't know how to change font size from within their browser so I'll be including buttons that will allow them to do this.
I've found descriptions of ways to do it with javascript and ways with CSS. Both seem to require setting cookies if one wants the change to apply to other pages on the site and return visits from the same user (which I do).