Re: [csswg-drafts] [css-fonts] Unknown fragment identifiers in @font-face src:

> src: url(SomeFont.otc#CondensedUltaSomething, CondensedUltaSomething.otf)

Also this syntax is probably not going to work anyway... You would need something like
```css
src: url("SomeFont.otc#CondensedUltaSomething", CondensedUltaSomething.otf);
```

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

Received on Thursday, 3 May 2018 00:03:03 UTC