I have implemented font resizing on the client side in a traditional web application with the help of local storage. You can increase and decrease font sizes as well as reset them.
Normally, without local storage, if you refresh the screen, the font size will return to the normal mode. However, after this implementation, if you refresh the page, the font size will remain the same in the web application using this Forge component.