Re: [csswg-drafts] [css-fonts][css-viewport] UAs inconsistent in how OS font settings affect the default font-size `medium` (#10674)

Are folks generally okay with pairing this with a non-auto value of `text-size-adjust` to disable automatic adjustment? Browsers may already the adjust font-size based on the os font scale factor on mobile operating systems, and we don't want to scale twice. For example, @JoshTumath's example would become:
```
:root {
  font-size: env(system-font-size);
  text-size-adjust: none;
}
```

-- 
GitHub Notification of comment by progers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10674#issuecomment-2542510334 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 13 December 2024 22:49:11 UTC