-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Local Font Access API #160
Comments
I would vote against this. On Linux, I would need to drop my fonts in |
To clarify, nothing is ever being uploaded. That's the whole thing of Wakamai Fondue, it all happens in-browser. It doesn't modify the font or let you subset it. So I don't see how you'd break any license for local fonts. |
That's not what I'm concerned about. As far as I understand, local font access deals about fonts that are accessible locally (e.g. part of Libre Office font selection). If you remove the ability to pick a folder I would have no way to pick those fonts. |
Wait — Wakamai Fondue will still allow you to drop a file like it does today. On top of that it will let you select the fonts installed on your OS though the LFA API. So I'm not removing anything! |
Looks like I misinterpreted the „instead of” here. |
Gotcha, I see how my wording is ambiguous. I meant to emphasise the difference in how to access these fonts, not that drag-and-drop would be excluded! |
The local font access API will give access to locally installed fonts. So instead of manually dropping or "uploading" a file, you would be able to pick an installed font from a dropdown, and have Wakamai Fondue analyse that.
This would make it much easier to test/inspect local fonts, especially ones that live in obscure places on your filesystem. No more hunting for binary files in strange directories!
https://web.dev/local-fonts/
The text was updated successfully, but these errors were encountered: