- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Oct 2016 10:50:02 +0000
- To: public-css-archive@w3.org
@jpamental No. Read up on
[`@font-feature-values`](https://drafts.csswg.org/css-fonts-3/#font-variant-alternates-prop).
``` css
@font-feature-values MyFont {
@styleset { my-keyword: 1; another-keyword: 2; }
}
div { font-variant-alternates: styleset(my-keyword);}
p { font-variant-alternates: styleset(another-keyword);}
```
--
GitHub Notification of comment by Crissov
Please view or discuss this issue at
https://github.com/w3c/csswg-drafts/issues/552#issuecomment-251928931
using your GitHub account
Received on Thursday, 6 October 2016 10:50:15 UTC