Re: [csswg-drafts] [css-fonts-4] font-display: optional without relayout (#4108)

> I don't understand what you mean here; this seems obviously false. You know when a font is used after styling a document; the render is much later in the pipeline.

That's false. You need to do font fallback in order to know whether a font is used. So the trigger of the font load happens much later than styling.

You could eagerly download all the web fonts that appear in any family list for all possible unicode ranges, but that's obviously not great.

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

Received on Friday, 10 January 2020 22:06:14 UTC