Html – How to change font-size by limiting it to increase or decrease twice using vanilla JS
Currently, I'm able to change the font size once: decrease (-A), default (A) or Increase (A+). If I click the buttons more than once, it does nothing. What I want is to be able to increase/decrease the font size but…