w3cping / font-anti-fingerprinting

A system for preventing font fingerprinting
Other
14 stars 3 forks source link

Safari doesn't have a list of usable fonts #13

Closed litherum closed 4 years ago

litherum commented 4 years ago

This resembles Safari's list of fonts usable from CSS, which it receives from an OS API.

It isn't a list. We pass a bit to the OS font lookup routines which means "when you do the lookup, please disregard user-installed fonts."

We're in the process of exposing this bit as API for all applications to use.

JensenPaul commented 4 years ago

Is there a public issue (radar?) we can track to follow progress on exposing this bit?

@caraitto @asankah

litherum commented 4 years ago

Unfortunately there’s nothing public yet.