HTML / JS Trying to cycle through font options on website with a switch case but its not functioning
I have 6 different options for fonts and I created a button in HTML to call a function onclick. I click it once adn the change works, but when I click it again it does nothing. Definitely missing something and…