[thelist] CSS Validation - font-family

Manuel González Noriega manuel at simplelogica.net
Wed Jan 21 10:05:37 CST 2004


El mié, 21-01-2004 a las 16:57, Brian W. Reaves escribió:
> Looking for a font-family I can add to this style sheet so the following 
> error will be satisfied:
> 
> Warnings
> URI : http://eng.auburn.edu/users/reavebw/css/css2.css
> 
>      * Line : 0 font-family: You are encouraged to offer a generic 
> family as a last alternative
> 
> body {
> font-family : arial, helvetica, verdana, sans-serif, courier;
> }
> 

sans-serif is a correct generic family but it must be last in line.

Try

body {
 font-family : arial, helvetica, verdana, courier, sans-serif;
 }

-- 
Manuel González Noriega
Simplelógica, construcción web  
    URL: http://simplelogica.net
    EMAIL: simplelogica at simplelogica.net
    TELEFONO: (+34) 985 22 12 65
   
Logicola es el weblog de Simplelógica http://simplelogica.net/logicola/



More information about the thelist mailing list