View Full Version : Font Problem, please help


neverwinter
04-27-2003, 01:54 PM
I am having problems with fonts, i have created a page in Dreamweaver (Macromedia) MX version (Not important ne way). The Font that i Chose will not display when people otehr than myself view the page, how can i make it so others can see the font i have chosen (other than making them DL the font)? If u need to understand what i mean please PM me and i could send u the addy to teh site.

starlet
04-27-2003, 02:08 PM
http://codephobia.com/tutorials/view.php3?idnum=6

neverwinter
04-27-2003, 03:42 PM
here i will post what the sites codeing is, maybe you could help then, u have helped allready i know, but i cant seem to get it to work.

------------------------------------------------------------------------------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
@font-face {
font-family: "x-files";
src: url("http://www.angelfire.com/blog/neverwinter/x-files.ttf");
}
</style>

<style>
@font-face {
font-family: "xfiles";
src: url("http://www.angelfire.com/blog/neverwinter/xfiles.ttf");
}
</style>

</head>

<body>
<center><p><center><p><img src="starry_night_logo.gif" width="400" height="100" border="0" align="center"></center>
</p>
<pre>&nbsp;</pre>
<p><font color="#000000" size="4" face="x-files">Welcome to my page,<strong></font> <font color="#000000" size="6" face="xfiles">My</font><font color="#000000" size="6" face="x-files">My page</font></strong></font></p>

<p><font color="#000000" size="4" face="x-files">Hope you like my page here is the test of my page, this is all changed text.</font></p> <p><font color="#000000" size="4" face="x-files">More about my page.</font></p>
<p><font color="#000000" size="4" face="x-files">this isnt just my page, its more your page as its you who will look at it.</font></p>
<p><font color="#000000" size="4" face="x-files">Take alook around the site.</font></p>

<p><font color="#000000" size="4" face="x-files">Isnt my page great.</font></p>
<p><font color="#000000" size="4" face="x-files">TIsnt it though, well it is mighty (all text has been changed).</font></p>
<p><strong></strong></p>
<p><strong></strong> </p>
</body>
</html>



----------------------------------------------------------------------------------

I have changed what the writing says (for a reason) but you can see teh general lay out. The img at teh top has also been changed. The text on the page allso isnt centerd, incase u decide to view it in IE to see what the page looks like. Please please please help, i can send you to the original page if u want, if u must?

MaGiCSuN
04-28-2003, 10:11 AM
Remember that this is only supported in CSS2 and will not work in older browsers that use CSS1. However, in older browsers it will not cause errors because of the @ symbol in front.

Tha'ts on the site. So which browser are you using?

Love,
Mirna

neverwinter
04-28-2003, 04:33 PM
IE Version 6 with XPSP1 installed that i believe is the latest version of IE.

hamsterheart
05-01-2003, 02:14 AM
Doesn't someone have to download the font before they can see it? So I would try to have the font on a picture since everyone can see those...like a transparent picture...It would look the same. :)