Simon Kerr wrote:
> In my style sheet for the body tag I've said I want verdana then a list 
> of other fonts should the user not have verdana on their system. It 
> works in my browser but when I test it in IE and FF on a different 
> machine it only seems to display something like arial or times new 
> roman, even though verdana is installed on their system. Why does this 
> happen? Regards.
>
>
>   
Try:
body {
font: 100%/1.2 verdana, sans-serif;
}
with no other font-family stated anywhere in your style sheet. If you do 
not get Verdana, or a sans, in the problem machine, provide the page url 
to the list
Regards,
~dL

-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to