Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Font embedding

0 views
Skip to first unread message

Áron Kolozs

unread,
Sep 15, 2005, 6:22:03 AM9/15/05
to
Hi Everybody,

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

0 new messages