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
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?
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?
MDN URL
No response
MDN metadata
No response
The text was updated successfully, but these errors were encountered: