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

postscriptNames matching - case insensitive? #90

Open inexorabletash opened 2 years ago

inexorabletash commented 2 years ago

Spec text (and, as of this writing, Chrome's implementation) does matching of postscriptNames case-sensitively.

CSS mandates matching is case-insensitive: https://www.w3.org/TR/css-fonts-3/#font-style-matching

I'd lean towards making matches case-insensitive.