I'm working on a very mature web app developed in ASP.Net MVC... and the app is used by old people (over 60 years), so they constantly complain that the size is small and they cannot see very well.
So I tried to start increasing font-size of button, text, and so on... but the web app is very mature and have thousand of view and items, other item depends on bootstrap and need to dig into bootstrap in order to change the font-size.
So I came up with an idea when the user access the website, the web app should zoom to 150% automatically. I tested it in google chrome (manual) zoom, and send the screenshot of this to the clients, they all agree with that size.
So please how do I automatically zoom to 150% on all browsers when the page load?