Re: [csswg-drafts] [css-fonts] Clarification on behaviour when modifying @font-face rules (#3542)

If it helps, I found an overview of the font loading method: https://css-tricks.com/design-v17/#article-header-id-8

Digging into the implementation a little deeper, for any given document it looks like fonts are being loaded with:

* `<link preload="..." as="font">`
* `@font-face` defined in a `<style>` element
* with JavaScript using `FontFace()` / `document.fonts.add`

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

Received on Wednesday, 23 January 2019 09:20:59 UTC