NTSGuru
Programmer
- Jul 25, 2000
- 52
Someone please tell me i'm not an idiot.
I cannot seem to get a font to embed into a web page. Here's my code :
<html>
<head>
<STYLE TYPE="text/css">
<!--
@font-face {
font-family: Papyrus;
font-style: normal;
font-weight: normal;
src: url( }
.f1 { font-family: Papyrus; }
</style>
</head>
<body>
<span class=f1>This should be Papyrus Font</span>
</body>
</html>
I created the eot with MS WEFT (latest version). I don't understand why this isn't working, and it's causing me much frustration. Any help anyone can provide would be greatly appreciated.
TIA,
Fred
I cannot seem to get a font to embed into a web page. Here's my code :
<html>
<head>
<STYLE TYPE="text/css">
<!--
@font-face {
font-family: Papyrus;
font-style: normal;
font-weight: normal;
src: url( }
.f1 { font-family: Papyrus; }
</style>
</head>
<body>
<span class=f1>This should be Papyrus Font</span>
</body>
</html>
I created the eot with MS WEFT (latest version). I don't understand why this isn't working, and it's causing me much frustration. Any help anyone can provide would be greatly appreciated.
TIA,
Fred