- From: Keith Clark via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 Jan 2019 09:20:58 +0000
- To: public-css-archive@w3.org
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