I would like to increase the font size pretty much site wide, where are most of these defined? I'd at least like to start with increasing the font size in cart and checkout pages.
I would like to increase the font size pretty much site wide, where are most of these defined? I'd at least like to start with increasing the font size in cart and checkout pages.
Depends on the site version for the location but it will most likely be your style.css file.
You can set it for the whole site in the body CSS by adding
font-size: 1em;
You can increase that number to increase the size.
Good article on font size rules and best practices
http://www.w3.org/QA/Tips/font-size