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

I honestly think making authors write
```
@media (min-width: calc(env(system-font-size) * 40)) { ... }
```
where they currently write
```
@media (min-width: 40em) { ... }
```
is pretty awful and we should try to come up with a better solution.

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


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

Received on Tuesday, 17 December 2024 20:44:16 UTC