Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using WEFT embedded fonts (EOT)
Message
De
25/12/2004 12:06:45
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
HTML
Titre:
Using WEFT embedded fonts (EOT)
Divers
Thread ID:
00972141
Message ID:
00972141
Vues:
101
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>
Répondre
Fil
Voir

Click here to load this message in the networking platform