Re: [csswg-drafts] [css-font-loading] Specify that preinstalled fonts should not be present in document.fonts

This is already specified. `.load()` is very explicit about this (it calls "find the matching font faces" without the "allow system fonts" flag), while the `FontFaceSet` itself implicitly defines this, in that it defines that @font-face rules get added to it, and allows authors to add more to it; there's no text defining how system fonts get put into it, or how they'd be represented.

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

Received on Friday, 1 December 2017 19:41:35 UTC