Re: [csswg-drafts] [css-fonts-5] Dynamic text size (#3708)

>The solution was that Safari added a site-specific font size control that adjusts the font for any web text, regardless of how the author specifies the units.

That doesn't work on PWAs though. Personally, I only write Web Apps (PWAs) for businesses so nothing the "full browser" experience provides helps. So you still have to use `-apple-system-body` if you want proper accessibility support in Web Apps. Right now I'm using that for my users that need larger fonts. The moment the Web App opens, it's automatic and there's nothing more needed.

As for those on Android, I modify the `font-size` on `<html>`. It has to be configure manually, and I've even had to add the ability to remotely configure the user's font-size because forcing them to navigating at 16px `font-size` to enable said options in a custom UI was too stressful for some users.

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


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

Received on Tuesday, 21 December 2021 03:35:29 UTC