How to change the weight text that is bound to a variable and is also using a typography setting?

I would think there is a simple solution here, but I’m not sure how to do this in WeWeb.

I have a Text object whose value is bound to a variable. The Text object also uses a Typography setting.

I want to make the text bold (change the font weight), but I can’t seem to do that because it is using a Typography set.

This is the format used for typography.

600 60px/72px Inter
Weight + Font Size/Line Height + Font Name

Thanks, Micah!

I don’t quite understand the image being shown.

Would I just add a font weight to the beginning of the Typography variable?

Realistically you should have a set of predefined typography styles that are already bolded, but for one off things, you just need to follow the format I mentioned

You can concatenate multiple pieces of text or variables to get that format.

If you need inspiration for how you should setup a sufficient list of typography styles, check out the link

The first part of your answer is what I was wondering, because it seems a bit overkill to be creating another typography style just to change the font-weight. But if that’s the only way to do it, then I’m happy to go that way.

Your other solution, the one that uses binding and following a syntax, it reminds me of hard-coding. It’s not really what I want to achieve.

I was hoping to be able to pick a Typography style and simplify modfiy its weight. I guess it’s not possible!