J
joex01
I'm using the utility Microsoft WEFT 3.2 to create
embedded fonts in a page. the resulting EOT files have
been uploaded and the following stlye element has been
added to the page in the head portion:
<STYLE >
@font-face {
font-family: papyrus;
font-style: normal;
font-weight: bold;
src: url (PAPYRUS0.eot);
}
</style>
but it's not working (using IE 6.0 to view page)
Am i overlookin something?
embedded fonts in a page. the resulting EOT files have
been uploaded and the following stlye element has been
added to the page in the head portion:
<STYLE >
@font-face {
font-family: papyrus;
font-style: normal;
font-weight: bold;
src: url (PAPYRUS0.eot);
}
</style>
but it's not working (using IE 6.0 to view page)
Am i overlookin something?