Thanks, I also used Frontpage to make the html file. Maybe that has something to do with it? Oh, and Firefox version is 3.5.6.
Code:
<style>
body{
font-family:"Georgia", serif;
}
h1{
font-family:"Bookman Old Style", serif;
font-size:300%;
text-align:center;
}
span.decorate{
font-family:"Nymphette";
}
</style>
<body>
<h1><span class="decorate">e</span>1<span class="decorate">f</span></h1>
</body>