Font Sizes Explained
Most web users have different requirements for viewing the web. I personally know several people that increase their font size for one reason or another. As a web developer, it is our duty to ensure that this ‘simple luxury’ is not taken away.
Fonts can be set to pixels, ems, % or keywords. All methods have their place, but some are better than others. Pixels give the most consistency, but lack flexibility for the user, as we will discuss. Keywords are ‘small’, ‘x-small’, ‘large’ etc. Each computer has a default font size setting. Setting text with percentages or ems relates to this default font size -1em is the users’ default font size, which follows that it would also be equal to 100%.
Internet Explorer and Pixel Font Sizes
Good browsers like Firefox let the user resize the text by simply pressing ctrl+ or ctrl- no matter how the font size is specified. IE, however [Read more →]