• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Fonts are too small

the option isn't there right now, if it will ever be, I don't know. you also can't direct IE to change the font size because of CSS, opera has a nifty zoom feature you might try.
 
User-specified stylesheet should do the trick.

body.ftbody {
font-size: <put your size here>;
}

Save that in blah.css and point your browser at it.
 
Back
Top