- From: Gustavo Ferreira via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Sep 2016 22:03:43 +0000
- To: public-css-archive@w3.org
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