caniuse icon indicating copy to clipboard operation
caniuse copied to clipboard

Add Local Font Access API

Open Schweinepriester opened this issue 2 years ago • 1 comments

  • https://wicg.github.io/local-font-access/
  • Chromium 103: https://web.dev/local-fonts/
  • https://twitter.com/tomayac/status/1520313247802564614
  • "Local fonts"

Schweinepriester avatar Apr 30 '22 12:04 Schweinepriester

Chrome status: https://chromestatus.com/feature/6234451761692672

Schweinepriester avatar Jun 21 '22 21:06 Schweinepriester

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.

blakek avatar Apr 13 '23 12:04 blakek