You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we provide a way to get access to system fonts w/o a permission prompt?
This could be scoped down to be the same as "system-ui".
Depending on fingerprinting concerns... if the OS/version(/locale?) is already known, then exposing fonts known to be pre-installed on all Windows 10 en-us systems could be an acceptable amount of entropy as well. This would not expose manually installed fonts, which is a greater sense of entropy.
Maybe query({system:true}) or some such?
The text was updated successfully, but these errors were encountered:
Can we provide a way to get access to system fonts w/o a permission prompt?
This could be scoped down to be the same as "system-ui".
Depending on fingerprinting concerns... if the OS/version(/locale?) is already known, then exposing fonts known to be pre-installed on all Windows 10 en-us systems could be an acceptable amount of entropy as well. This would not expose manually installed fonts, which is a greater sense of entropy.
Maybe
query({system:true})
or some such?The text was updated successfully, but these errors were encountered: