Posted by Jonathan N. Little on 07/23/06 13:30
Newbie wrote:
> Sorry if this is really obvious... this is my first attempt to build a
> website using dreamweaver!
>
> The site is available to view at
> http://www.atregoning.pwp.blueyonder.co.uk/index.htm
>
> It views ok in IE and in Firefox on my PC, but the font is defaulting
> to another (Times New Roman we think) on a firends PC using Firefox.
>
> Any ideas what I'm doing wrong
Your friend does not have Verdana on his system and many of your CSS
classes do not provide alternate font, nor a generic font-family
"sans-serif"
..lefttext {
font-family: Verdana;
...
Such as this one from your stylesheet, if Verdana is not installed the
browser will use the default font which is normally a serf Roman font.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|