[font-face] Implement @font-face descriptor 'font-variation-settings' #53592
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This CL introduces support for the font-variation-settings descriptor
within the @font-face rule, enabling authors to specify OpenType font
features directly at the font definition level.
'font-variation-settings' property is already implemented as CSS
property and it applies to the entire font rendering list, while the
font-variation-settings descriptor within the @font-face rule can only
apply to a certain font, which allows more detailed control of the
font's features.
Spec: https://www.w3.org/TR/css-fonts-4/#font-rend-desc
Bug: 40398871,41427637
Change-Id: Idea7dc5300d34ab9e50201f7a97222ec01af0190
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6582382
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Sejal Anand <sejalanand@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1482514}