- From: Amelia Bellamy-Royds via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Mar 2019 19:00:44 +0000
- To: public-css-archive@w3.org
Another complication: you can have more than one `@font-face` rule with the same font-family name (and all other descriptors), which defines a composite font that uses the files specified in all those rules to get increased character coverage. With multiple family name descriptors per rule, would all the @-rules need to use the same sequence? If not, you could conceivable have one generic fallback font for a lot of different family names, even though they have distinct primary font files. But, this would only work for combining font-face rules that differ by family name, and not by other descriptors, so I'm not sure how helpful this would be…? -- GitHub Notification of comment by AmeliaBR Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3691#issuecomment-474984563 using your GitHub account
Received on Wednesday, 20 March 2019 19:00:46 UTC