I’m developing a SaaS on Bubble where users can create an account to later design a menu for their restaurants. Among other features, I want them to be able to customize their menu page.
Specifically, I want users to be able to change the typography of certain texts on the menu page, such as the category names or item names. I have managed to allow customization of the colors of certain elements, but I haven’t been able to find a way for users to select the typography for the texts. Is this possible?
Any guidance or suggestions would be greatly appreciated!
Try to add an Option Set for Font. Then allow the use to save the OS.
Then, at the menu font level, add a condition to display the font based on the OS selected - saved by use.
This option is not dynamic to pull all fonts but if you add OS for 20 fonts for example, you can add 20 conditions that will display the font in that way of the OS value is set.
May not be the best way, but that is a method I have used to attain a similar font getting function which works fine for now.
Unlike colour which it can define dynamically, the font needs to be done as a condition.