Re: [css3-fonts] truetype collection

Murata-san wrote:

> Does CSS3 Fonts support TrueType Collection (TTC)?

There's no explicit reference to TTC support in CSS3 Fonts.  The only
thing that would be needed was an explicit way to reference the
individual faces in the collection, for example:

  @font-face {
    font-family: MyFont;
    src: url(fonts/myfont.ttc#1); /* use the first font in the set of fonts */
  }

Regards,

John Daggett

Received on Sunday, 6 May 2012 14:28:00 UTC