Re: [csswg-drafts] [css-fonts-4] [varfont] access to named instances

Another syntax idea, similar to font IDs in SVG fonts:

```
@font-face {
    font-family: "MyVariableFamily";
    src: url("MyVariableFamily.woff#Bold-Condensed");
    font-weight: bold;
    font-stretch: condensed;
}
```

-- 
GitHub Notification of comment by gferreira
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/525#issuecomment-250012844 
using your GitHub account

Received on Tuesday, 27 September 2016 22:03:55 UTC