Preferred Text Scale/OS-level font scale w/ env() and meta

Summary: Features to reflect OS text size settings (e.g., Android/iOS accessibility settings) in web content. Previously, browsers other than Safari ignored OS settings to avoid layout breakage.

Demos

Comparison of env(preferred-text-scale) and meta name="text-scale"
env meta
env(preferred-text-scale) is properly applied, and text is scaled meta name='text-scale' is properly applied, and text is scaled

This is a demo for env(preferred-text-scale) and <meta name="text-scale">

Try it in Chrome 138+ (env) / Chrome 139+ (meta).