You have only specified tahoma as the font in your stylesheet.  (I think) the error is telling you to add a generic font such as 'sans-serif' or 'serif' ?  This way if the user doesn't have Tahoma the browser will use the system's default san-serif font...
 
E.g.
 
font-family: Tahoma, sans-serif;
-----Original Message-----
From: Chris Stratford [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 5:28 PM
To: [EMAIL PROTECTED]
Subject: [WSG] A Little CSS Help

Hey Everyone!

 

Well I have been soldering on with my first attempt at a fully CSS powered website.

I have the total layout setup: www.neester.com/index2.php

The only thing bugging me is this error:

 

Line : 0 font-family: You are encouraged to offer a generic family as a last alternative

 

How do I fix that?

I don’t know what it means, how does one offer a generic family?

 

Thanks in advance!

 

------------------------

Chris Stratford
• [EMAIL PROTECTED]
www.neester.com

------------------------

 

Reply via email to