Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using WEFT embedded fonts (EOT)
Message
From
25/12/2004 12:06:45
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Internet
Category:
HTML
Title:
Using WEFT embedded fonts (EOT)
Miscellaneous
Thread ID:
00972141
Message ID:
00972141
Views:
102
I'm using the following HTML in a test page to try and get the WEFT embedded fonts to work. I created the EOT file on one PC that had the font installed, and am testing on another that doesn't. The page should appear with the Bradley font, but it just defaults to a generic one. Any ideas?
<html>
<head>
<title>Dynamic fonts: Microsoft WEFT</title>
<STYLE TYPE="text/css">
  @font-face {
    font-family: "Bradley Hand ITC";
    font-style:  normal;
    font-weight: normal;
    src: url(BRADLEY0.eot);
  }
  P {font-family: "Bradley Hand ITC";
  font-size: 34pt;}
</STYLE>
</head>
<body>
<h1>Embedded Fonts Example</h1>
<p>This is a simple example of dynamic fonts using 
Microsoft's WEFT application. The text in this paragraph
is displayed in large letters in a script font that was 
embedded into the document's style sheet.</p>
</body>
</html>
Reply
Map
View

Click here to load this message in the networking platform