Want to use your fave fonts on your site but can't cause users get your page all messed up if they don't have that font on their comp? We have a solution!
The first thing you should do is create a directory on your site and upload the font you want to use. You can usually find the font in your windows folder on your comp or in the folder for the html editor you are using. You'll have to locate it yourself..sorry.
Now place this piece of code between the head tags of your page:
Code:
<style>
@font-face {
font-family: "Font Name";
src: url("http://yourdomain.com/directoryYouCreated/yourfontfilename.ttf");
}
</style>
Change yourdomain.com to your website addy.
Change directoyYouCreated to that of the directory you created to place your fonts in on your site.
Change yourfontfilename.ttf to that of the font file name and extension.
That's it! Style your text away!



.com .info
We're the affordable, reliable place to host your site. And unlike the competition, there's no set up fee and no annual commitment.
Our highly trained, courteous support staff is waiting to help. We'll resolve any issue to your complete satisfaction.