I have a few users who complain that the font size on my web application is too small to read. They aren’t happy with trying to resize the font setting on the browser because when they make the font larger the dimensions and layout of the application change. Are there any existing tools that give me a good way to let the end user pick a small/medium/large font size and have that change the .css of the site to a larger font size without affecting the layout of the page?
Share
Here’s code I use on some of my sites. Apply your HTML accordingly:
HTML:
Javascript: