caniuse
caniuse copied to clipboard
Add Local Font Access API
- https://wicg.github.io/local-font-access/
- Chromium 103: https://web.dev/local-fonts/
- https://twitter.com/tomayac/status/1520313247802564614
- "Local fonts"
Chrome status: https://chromestatus.com/feature/6234451761692672
NOTE: This may need to be a separate issue but is related (it's why the API exists).
In addition to just window.queryLocalFonts()
(which is found on the site), it'd be nice to see what browsers block/support using local()
within a @font-face
.
From really basic testing, it seems like Safari/WebKit blocks usage altogether, Chrome and Firefox allow usage, and others like Brave block usage in some circumstances.