DESIGN INTERVIEW:
Fonts - tricky on the web! ...
Fonts can be used on printed documents to really accent your message - unfortunately
this is not true on the internet. There are some choices for font families that can be used, but different browsers, operating systems and configurations will cause
the fonts to be rendered differently. Here are some examples of the five primary
choices and how they appear on your browser.
FAMILY: sans-serif
FAMILY: serif
FAMILY: cursive
FAMILY: fantasy
FAMILY: monospace
Specific font choices can be made, but the browser displaying the web page will
make a substitution if the font is not available on the system. (For example a Windows
computer does not come standard with the Helvetica font, but the Arial or Tahoma
font on the PC will be used when a "sans-serif" font is called for.)
Beyond using these generic font families you have the choice of using "pictures
of words" to display your message so that every browser will render exactly the
same thing. This allows you exact control of the site visually but it does have
several disadvantages:
-
Search engines cannot read pictures making your site more difficult to rank.
- Updates to your site are more difficult because changes means uploading new images.
- Your site will take longer to load into a browser.