I cannot embed fonts to the HTMP page with type other then
"embedded-opentype" (.eot) font. The W3C CSS2 specification declares a
"format" property to declare the format of the downloadable file. This
"format" property of the "src" style attribute in the "@font-face"
declaration is not known by IE6.
The sample is on W3C page:
<STYLE TYPE="text/css">
@font-face {
font-family: "Robson Celtic";
src: url("http://site/fonts/rob-celt") format("truetype");
}
H1 { font-family: "Robson Celtic", serif; }
</STYLE>
What should I do to dowload of truetype fonts? I don't want to convert it to
.eot format.
Thanks a lot, best,
Áron Kolozs