[Bug 818] font-family, wrong warning

http://www.w3.org/Bugs/Public/show_bug.cgi?id=818

gohankid7_7@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From gohankid7_7@yahoo.com  2004-07-08 16:34 -------
I offered a generic font-family, but still got the error "font-family: You are 
encouraged to offer a generic family as a last alternative". I am using an 
external style sheet. Could this be the problem? Please help! Here is my 
cool.css file:

    body , p , h1 , h2 , h3 , table , td , th , ul , ol , textarea , input
    {
    font-family : verdana, helvetica, arial, sans-serif;
    }

    @font-face
    {
    font-family: uni;
    src: url(unicode.eot);
    }

    .abra
    {
    font-family: uni;
    }

    @font-face
    {
    font-family: test;
    src: url(test.eot);
    }

    .kadabra
    {
    font-family: test;
    }

    table
    {
    margin: 0px;
    padding: 0px;
    }



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

Received on Thursday, 8 July 2004 16:41:22 UTC