Skip to content

Commit 717ded7

Browse files
foolipddbeck
andauthored
Add font-size-adjust (#748)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 66ca87c commit 717ded7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: font-size-adjust
2+
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.
3+
spec: https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop
4+
caniuse: font-size-adjust
5+
compat_features:
6+
- css.properties.font-size-adjust
7+
- css.properties.font-size-adjust.from-font
8+
- css.properties.font-size-adjust.none
9+
- css.properties.font-size-adjust.two-values

0 commit comments

Comments
 (0)