CSS Specs says: 
"Font names containing whitespace should be quoted" [1]

So, in your style sheet instead of:

font-family: Comic Sans MS;

write:

font-family: "Comic Sans MS";

[1] http://www.w3.org/TR/CSS21/fonts.html#font-family-prop

Regards,

Mauricio Samy Silva
http://www.maujor.com/



----- Original Message ----- 
From: "Jan Christian Anker" <[EMAIL PROTECTED]>
To: <css-d@lists.css-discuss.org>
Sent: Sunday, December 02, 2007 7:46 PM
Subject: [css-d] STILL PROBLEMS


> The site www.putti.no was subject of an earlier posting of mine!
> Problem: HTML and CSS validate.  The page displays correctly in
> IE 7.0, but in FireFox 2.0.010 & 11 not: I am not able to get
> "Comic Sans MS" fonts in FireFox.
> If I recall it correctly, it worked in FireFox 2.0.0.09.
> 
> Any ideas what may be going on?
> Thanks and Best Regards,
> 
> Jan Christian Anker
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to