Feras Odeh
Feras Odeh

Reputation: 9296

Change bootstrap webpage font size when

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,

Upvotes: 1

Views: 15631

Answers (2)

Judd Lyon
Judd Lyon

Reputation: 538

This is usually done with Javascript and cookies. Here's an example using jQuery:

Upvotes: 3

MikeAr
MikeAr

Reputation: 1051

Bootstrap uses global @baseFontSize parameter that controls font size of all elements, but changing it would require re-compilation of the css with less.

Upvotes: 3

Related Questions