Click to See Complete Forum and Search --> : Font-Family = Bad???


JDM71488
07-05-2003, 12:52 PM
When I validated my CSS by using W3C CSS Validator (http://jigsaw.w3.org/css-validator/validator-uri.html), it gave me this:

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

Is it bad to use font-family???

JDM

JDM71488
07-05-2003, 01:03 PM
Thanks for the clarifying that for me :)

JDM

Charles
07-05-2003, 01:04 PM
Originally posted by JDM71488
Is it bad to use font-family???No, it's bad to use "font-family" without specifying "a generic family as a last alternative." See http://www.w3.org/TR/REC-CSS2/fonts.html#generic-font-families.

font-faimly: 'Century Gothic', Verdana, sans-serif