- From: John Daggett <jdaggett@mozilla.com>
- Date: Sun, 6 May 2012 07:27:30 -0700 (PDT)
- To: MURATA Makoto <eb2m-mrt@asahi-net.or.jp>
- Cc: www-style@w3.org
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