Increase font size in infotext

Hi there!

I have unsuccesfully tried to increase the font size in an “infotext” box using the following code:

{::infotext} {::font size=“xl”} TEXT {:/font} {:/infotext}

Any ideas?

Thanks,
Borja

Hi @borjaGonzalez

At the moment, it’s not possible to increase the font-size in an infotext.

Kind regards
Sam

1 Like

Noted. Thanks for the quick reply Sam!

This works:

{::infotext} <font size="1">test</font> {:/infotext}

{::infotext} <font size="15">test</font> {:/infotext}
1 Like

Thank you Jelena, it does work.

Best,
Borja