Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome doesn't support FontFace.featureSettings #24050

Open
maxesnee opened this issue Aug 6, 2024 · 0 comments
Open

Chrome doesn't support FontFace.featureSettings #24050

maxesnee opened this issue Aug 6, 2024 · 0 comments
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@maxesnee
Copy link

maxesnee commented Aug 6, 2024

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

FontFace.featureSettings is marked as supported since Chrome 35 (#3560) but it is not.

While the property actually exists in the FontFace object, setting it does not actually do anything.

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet)

What did you expect to see?

'No' for Chrome

Did you test this? If so, how?

Loading a font using the FontFace API and tring to activate any OpenType feature included in the font using the featureSettings property does not work in Chrome.

A small example to replicate the issue:
font-face-feature-settings.zip
The font should be displayed in small capitals. It is in Firefox and Safari, but not in Chrome.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

It might be related to the fact that font-features-settings is not supported either when used with @font-face:
https://caniuse.com/mdn-css_at-rules_font-face_font-feature-settings

Do you have anything more you want to share?

screenshot

MDN URL

No response

MDN metadata

No response

@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

No branches or pull requests

2 participants