As CSS allows developers to adjust a font’s weight, width, slant, and other axes using the `font-variation-settings` property on individual elements, Chromium-based browsers lack support for this property within `@font-face` declarations. This feature supports the string-based syntax for 'font-variation-settings' as defined in CSS Fonts Level 4. Invalid or unrecognized feature tags will be ignored per specification. No binary or non-standard forms are supported. As variable fonts become more widely adopted for both performance and typographic flexibility, adding support for this descriptor in Chromium would enhance control, reduce repetition, and support a more scalable, modern approach to web typography.
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
https://wpt.fyi/results/css/css-fonts/font-variation-settings-descriptor-01.html?label=experimental&label=master&aligned https://wpt.fyi/results/css/css-fonts/font-variation-settings-descriptor-02.html?label=experimental&label=master&aligned https://wpt.fyi/results/css/css-fonts/font-variation-settings-descriptor-03.html?label=experimental&label=master&aligned https://wpt.fyi/results/css/css-fonts/font-variation-settings-serialization-002.html?label=experimental&label=master&aligned
| Shipping on desktop | 140 |
| Shipping on Android | 140 |
| Shipping on WebView | 140 |
| Shipping on iOS | 140 |
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
None--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/686cb184.2b0a0220.3a1521.0004.GAE%40google.com.
LGTM1, I'm happy to see this ship too.I took a look at all tests with font-variation-settings in the path, and see that calc-in-font-variation-settings.html is still failing, but the same in all browsers. Can you take a look at this test before shipping this? If the test is wrong per spec, just updating it would be great.
On Tue, Jul 8, 2025 at 7:50 AM Chromestatus <ad...@cr-status.appspotmail.com> wrote:
WebKit: Positive (https://github.com/WebKit/standards-positions/issues/525)
LGTM3
/Daniel
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
Thank you all for your approvals.
@Chris Harrelson - have updated the signal.
@Philip Jägenstedt - After investigating the test, I found that it has been failing since last month after a new assert was added in this merge. I have created a bug to update the test and assigned it to myself.Shall I go ahead and ship this?