I've been searching to find a way to use my own fonts, I have heard there is OET & PFR formats to do this.
I have found a site called true docs which seems to have a solution, but when I try the sample code in my html file nothing changes. any ideas why, here is my code.
but the text is displayed with the standard font in the css file.
why is this not working ?
I have found a site called true docs which seems to have a solution, but when I try the sample code in my html file nothing changes. any ideas why, here is my code.
Code:
<head>
<title>Interior design</title>
<LINK REL=FONTDEF SRC="[URL unfurl="true"]http://www.truedoc.com/pfrs/Amelia.pfr">[/URL]
<script language="JavaScript" src="[URL unfurl="true"]http://www.truedoc.com/activex/tdserver.js">[/URL]
</script>
<link>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
[code]
then I simply use the the font face command like so
[code]
<font face="Amelia BT">Company Name</font>
but the text is displayed with the standard font in the css file.
why is this not working ?