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
UAs may choose to expose all installed fonts to the web,
3848
+
regardless of how that font was installed;
3849
+
doing so is likely to have good internationalization properties
3850
+
for users whose primary language is not supported
3851
+
by fonts shipping with their operating system.
3852
+
UAs may alternatively choose
3853
+
to not expose user-installed fonts to aid privacy on the web;
3854
+
for the set of installed fonts a user has installed
3855
+
is often used as a tracking vector to track users across the web.
3856
+
UAs may choose a hybrid approach, where some user-installed fonts
3857
+
are exposed for internationalization,
3858
+
but others aren't.
3859
+
UAs are expected to make informed decisions
3860
+
on which fonts they expose to the web,
3861
+
so as to balance between internationalization and privacy.
3862
+
3843
3863
3844
3864
fallback-remote-to-data-url.html
3845
3865
fallback-url-to-local.html
@@ -7770,8 +7790,6 @@ Installed Fonts
7770
7790
7771
7791
A font may be installed globally on a device. Such fonts are generally accessible in any application, even applications which have no concept of CSS. The file or files backing the font object exist on the user's device, not as a remote resource.
description of how user-installed fonts may interact with the font matching algorithm.
7802
7822
7803
7823
Any Installed Font which is not a User-Installed font is a Preinstalled Font. It is likely that all users of a particular version of a particular Operating System will have the same set of Preinstalled Fonts installed. As such, Web content authors targeting these Operating Systems may wish to use these fonts' family names inside 'font-family!!property' properties.
0 commit comments