WICG / local-font-access

Web API for enumerating fonts on the local system
https://wicg.github.io/local-font-access
Apache License 2.0
75 stars 16 forks source link

Matching the underlying OS increases fidelity, rather than reducing it it #38

Closed litherum closed 3 years ago

litherum commented 3 years ago

System font engines (and browser stacks) may handle the parsing and display of certain glyphs differently. These differences are necessary, in general, to create fidelity with the underlying OS (so web content doesn’t "look wrong"). These differences reduce fidelity.

Matching the underlying OS increases fidelity, rather than reducing it it. Or, put another way: Way more users use multiple apps on the same machine than use the same app on multiple machines.

oyiptong commented 3 years ago

fixed in #44