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

David Singer:
> 
> @font-face {
>   font-family: MyFancyFont;
>   font-variant: styleset(MyFancyFont , 1,3);
> }

This probably isn’t necessary inside ‘@font-face’, but might be advisable for font-specific values in normal rulesets. I’m thinking ‘font-feature-settings’ primarily, because I still dislike anything font-specific in ‘font-variant-*’. 

Conditional values with a more general syntax, such as foo: if(cond; then; else);” or “foo: then !cond? else;”, could be useful in other places, too, of course, but could easily become circular.

Received on Friday, 19 March 2010 17:19:41 UTC