Hi guys, i am having some trouble with Fonts for my web page, the font i want to display is called harrington, Now, people that view the site and dont have harrington installed get a basic poopy looking font.
Can someone tell me, Is there a way that you can get it to display on anyone's screen whether they have that specific font installed or not??
I have tried using a style sheet but that doesnt seem to make any difference, this is the code i used
Any help would be appreciated,
Thanks guys
Can someone tell me, Is there a way that you can get it to display on anyone's screen whether they have that specific font installed or not??
I have tried using a style sheet but that doesnt seem to make any difference, this is the code i used
<HTML>
<HEAD>
<TITLE>Clean Confections Soap Shop</TITLE>
<STYLE type="text/css">
BODY {font-family: Harrington}
</STYLE>
</HEAD>
<HEAD>
<TITLE>Clean Confections Soap Shop</TITLE>
<STYLE type="text/css">
BODY {font-family: Harrington}
</STYLE>
</HEAD>
Thanks guys
Comment