Re: [css-fonts] Named Stylistic Sets

Christoph Päper <christoph.paeper@crissov.de>:

>  font-variant-alternates: character-variant("Font-defined Name") styleset(userdefinedname)

Should this also work?

  @font-feature-values Foont {
    @styleset {
      userdefinedname: "Font-defined Name";
    }
    @character-variant {
      userdefinedname: "Font-defined Name" 3;
    }
  }

If so, the grammar regarding ‘feature_value_definition’ would have to change.

Received on Monday, 28 April 2014 21:09:03 UTC