Font-size-adjust property

Last updated: 2026-09-13

font-size-adjust Font-size-adjust property

The font-size-adjust CSS property keeps the x-height (the height of a lowercase x) consistent when fonts fall back, preventing a large visual size jump when different fonts mix. It is a CSS3 property.

Category
Initial Valuenone
InheritedYes
Applies To
Animation Type
CSS VersionCSS3
StatusStandard

📝 Syntax

font-size-adjust: none | auto | <number>;

⚙️ Values

ValueTypeDescription
noneKeywordNo adjustment
<number>TypeAdjustment value (keeps the x-height consistent)

▶ Example

Edit the code below and see the live result in the playground:

🌐 Browser Support

Browser ChromeChrome EdgeEdge FirefoxFirefox SafariSafari OperaOpera
font-size-adjust v57 v12 v52 v10.1 v44
Supported in all major browsers
Tip: The value is usually set to the primary font's x-height ratio (x-height / font-size) so fallback fonts keep a consistent visual size.
Warning: Browser support is limited; verify that your target browsers support it before using it in production.

❓ FAQ

QWhat problem does the font-size-adjust property solve in web design?
ADifferent fonts have different x-heights (lowercase letter heights) at the same font size, so when the preferred font fails to load and a fallback is used, the visual size changes noticeably. font-size-adjust unifies the x-height-to-font-size ratio, making the fallback font look about the same size as the preferred one.
QHow do I pick the right value for the font-size-adjust property?
AThe value is the ratio of the font's x-height to its font size — roughly 0.58 for Verdana and 0.48 for Georgia. Measure the preferred font's ratio first, fill it in, then check how the fallback renders. The newer syntax also accepts auto, letting the browser compute the value.
QWhat is the current browser support for the font-size-adjust property?
ASafari and Firefox have supported it for years; Chrome and Edge only added support starting from version 127. Older Chrome ignores the property, so fallback fonts render at inconsistent sizes. Confirm your target browsers before going live.

📚 Related Tutorials

Web-Tutorial.com

Web-Tutorial Tech Team

A team of developers maintaining programming tutorials. Each tutorial is written and reviewed by developers with expertise in that field. We work to keep our content accurate and reliable — if you spot an issue, please let us know.

100%

🙏 帮我们做得更好

我们是刚上线的编程教程站,几个人的小团队,精力有限。页面虽经检查,难免还有疏漏——链接失效、排版错乱、内容有误、语言生硬……

如果您发现了,麻烦告诉我们,我们会在收到反馈后第一时间进行修复,再次感谢您的光临 🙏