
Originally Posted by
Jay Gee
After reading all the messages in this thread I wanted to pass along a suggestion that might simplify things if you are looking to maintain uniform type face sizes for the customers visiting your store.
Use the named sizes defined in the HTML and CSS standards. They are:
xx-large
x-large
large
medium
small
x-small
xx-small
Because the perception of a font's size is controlled by the monitor definition settings on individual web users' computers, specifiying a 12px font looks larger to someone with 800x600 screen size than to someone with1024x768 screen size if they are using the same 21" monitor.
Browsers automatically set the font size using a visitor's preferences or default settings when named sizes are declared.
It also mekes keeping track of your settings easier to follow when reading through the stylesheet.