Re: [css3-fonts] font-specific feature handling

so, why doesn't the font-name appear in the font-variant rule?  I must be being dense...

instead of

On Mar 18, 2010, at 10:31 , John Daggett wrote:
>  @font-face {
>    font-family: MyFancyFont;
>    font-variant: styleset(1,3);
>  }
> 

we write
 @font-face {
   font-family: MyFancyFont;
   font-variant: styleset(MyFancyFont , 1,3);
 }

which leaves us open to different style-sets for different fonts, which means you could customize your fallbacks (or even your expected substitutions) through multiple font-variant rules...


David Singer
Multimedia and Software Standards, Apple Inc.

Received on Friday, 19 March 2010 04:14:44 UTC