While browsing with your browser, you have the ability to adjust the font size by using CTRL + + or CTRL + -.
Is there a way to replicate this functionality through code, such as with JavaScript?
I am looking to add buttons on my website that allow users to easily increase or decrease the font size. However, I understand that this will require dynamically changing various font-size properties (BODY, INPUT, OPTIONS etc...) in order to achieve the desired effect.