Allow users to choose font

How could this be achieved?

Would it require multiple themes, each identical except for its font and name?

1 Like

I did some searching on the forum and didn’t really find a topic with information that could help you achieve this. You might need to request the feature to have the functionality written into a plugin. You might could request a plug-in that changes the font in the feature category.

1 Like

In a theme you could probably do this by adding a setting that saves to localStorage, the downside being that users would have to change the preference in each browser they use.

You could have multiple themes, but that would get complicated if you want to offer more themes that change styles beyond the font.

A plugin would be a little more complicated, but would probably be the most seamless way to do it, because you could add actual settings instead of relying on browser storage or having many themes.

2 Likes

Could it possible with adding a user field with modifying. somethong like your google font component to allow user to choose from a liat?

2 Likes