Is this an Accessibility thing? Copilot says yes, but is it?

I saw a similar thread popup under this post created by yourself a few years back and wondered if the solution posted there fixes the issue? I.e. adding this to the page:

html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
3 Likes