Skip to content

Commit

Permalink
Add font-size-adjust.dist.yml (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Apr 30, 2024
1 parent f217742 commit 00c9e48
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions feature-group-definitions/font-size-adjust.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated from: font-size-adjust.yml
# Do not edit this file by hand. Edit the source file instead!

name: font-size-adjust
description: The `font-size-adjust` CSS property preserves apparent text size, regardless of the font used, by scaling fonts to the same size with respect to a specific metric, such as x-height. This can help make fallback fonts look the same size.
spec: https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop
caniuse: font-size-adjust
status:
baseline: false
support:
firefox: "3"
firefox_android: "4"
safari: "16.4"
safari_ios: "16.4"
compat_features:
- css.properties.font-size-adjust
# TODO: include after https://github.com/mdn/browser-compat-data/pull/22936
# - css.properties.font-size-adjust.from-font
# - css.properties.font-size-adjust.none
# - css.properties.font-size-adjust.two-values
7 changes: 4 additions & 3 deletions feature-group-definitions/font-size-adjust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ spec: https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop
caniuse: font-size-adjust
compat_features:
- css.properties.font-size-adjust
- css.properties.font-size-adjust.from-font
- css.properties.font-size-adjust.none
- css.properties.font-size-adjust.two-values
# TODO: include after https://github.com/mdn/browser-compat-data/pull/22936
# - css.properties.font-size-adjust.from-font
# - css.properties.font-size-adjust.none
# - css.properties.font-size-adjust.two-values

0 comments on commit 00c9e48

Please sign in to comment.