To prevent Google Chrome on Android devices from adjusting the font size, you can set the max-height of the relevant element or container to 99999px (or a similar value).
A global "one-size-fits-all" approach using the html or body element should be avoided. After changing the max-height, the website should be thoroughly tested again on both mobile and desktop devices, particularly in Apple's Safari browser.
