A certain trend among designers, believing that small text gives a Web page a sleek appearance and provides more space per "page" for actual content, sometimes results in the use of unreasonably small font sizes.
The problem here is a basic usability and accessibility issue: a good design should look good without requiring the user to enlarge or reduce the text size.
Obviously, these designers do not have my eyes that find it almost impossible to read this tiny, tiny text. Most of the time I can easily get around this by holding down Ctrl and at the same time press + to increase the size large enough for me to comfortably read. Since my default browser is Firefox, increasing the font-size is easy. Do you know how to increase the text size in your browser?
Cheryl Wise recently posted an article on her blog On Fonts and High Resolution Displays that is well worth reading.
I still see lots of web designers using the <font size="small"></font> tags to set the font size on their pages. The <font> tag is deprecated in HTML 4, and removed from HTML5.
In HTML 4, style sheets (CSS) should be used to define the layout and display properties for many HTML elements.
To set the overall font-size for your site, use the body selector. For example:
body {font-size: 1em;}
or
body {font-size: 100%;}
WARNING: If you are still using the formatting toolbar in Expression Web to style the font-size, you are going to end up with something like what is shown below:
<span class="auto-style1">For example:</span>
and the following will be added to the head section of your page:
<style type="text/css">
.auto-style1 {
font-size: xx-small; }
</style>
Instead of allowing this to happen, create a set of style rules that you can use if you MUST use small text
.smltxt { font-size: xx-small;}
The Care With Font Size article continues with a few basic rules that you should follow in order to create web pages that are easily readable:
Size: respect the users' preferences, avoid small size for content.
Units: Use relative font sizing, not absolute units for screen display.
legible font-family
If using a small font-size, prefer a legible font-family with a high aspect value which are more likely to be legible at such small sizes.
If the font size of a web page has been set using an adjustable font size, you can increase or decrease it depending on your needs. If you have older versions of these browsers, you may need to search for the instructions for increasing the font size.
WARNING: You may find that some web pages break as the font size increases.
If you are using Internet Explorer, click on 'View' from the toolbar > Select 'Text Size.' > Click on the text size that you want.
If you are using Firefox, press and hold Ctrl while pressing + to increase the font-size. the size, Press and hold Ctrl while pressing - to decrease the font-size.
If you are using Opera, press and hold Ctrl while pressing + to increase the font-size. the size, Press and hold Ctrl while pressing - to decrease the font-size.
If you are using Safari, press and hold Ctrl while pressing + to increase the font-size. the size, Press and hold Ctrl while pressing - to decrease the font-size.
If you are using Chrome, press and hold Ctrl while pressing + to increase the font-size. the size, Press and hold Ctrl while pressing - to decrease the font-size.
Written April 2012
Expression Web 4.0 Tutorials 2nd Edition from Install to Publish, a FREE EBook by Pat Geary.
Expression Web has a group on Facebook. If you are a FB user, come join us.
Disclosure: This is an affiliate link, which means that if you visit Bluehost.com through this link and purchase this product, I’ll get a commission.
April 2007 - April 2013
Privacy Policy | Migrating from FrontPage to Expression Web
Microsoft® and Expression Web® are registered trademarks of Microsoft® Corporation.
Site Design & Maintenance : Expression Web Tutorials & Templates