How can I allow users to change web page -built with bootstrap- font size when clicking on a button? I would like to change all components font size relatively. Is this possible?
Thanks,
How can I allow users to change web page -built with bootstrap- font size when clicking on a button? I would like to change all components font size relatively. Is this possible?
Thanks,
Bootstrap uses global @baseFontSize
parameter that controls font size of all elements, but changing it would require re-compilation of the css with less.
This is usually done with Javascript and cookies. Here's an example using jQuery: