Re: WebFonts ready for use

* Patrick Garies wrote:
>*Example 2*
>@font-face {
>    font-family: "MyFont";
>    src: hex-range(0 - 7f), url("MyFont-Basic-Latin.ttf");
>    src: hex-range(250 - 2af), url("MyFont-IPA-Extensions.ttf");
>    src: hex-range(4e00 - 9fff), url("MyFont-CJK-Unified-Ideographs.ttf");

There already is a unicode-range descriptor. It would be great if you
could have a look at the draft, or the equivalent section in CSS 2.0,
<http://www.w3.org/TR/css3-webfonts/#dataqual>, and tell us whether you
think there is anything that prevents this currently from working.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Wednesday, 30 April 2008 22:58:58 UTC