Users cannot import your code as you have not wrapped it with backticks ``` code should be wrapped like this to maintain readability and importability ```
You have entered .
When <font size={{msg.font}}>{{msg.klok}} is sent values will end up like this <font size=7>hello << that is an incomplete HTML TAG and the size must be surrounded with quotes. Have a look at the example here
font is depreciated - you would be better off using a span tag with style set (e.g. "font-size:7px") See examples
Thanks for your reply, I will try your suggestion of span.
But I am trying to figure out why I can't go bigger then 7.
I first tried it by setting the value my self, like
And I can manually change it from 5 to 6 to 7 and that works, but from 8 and up it doesn't increase in size.
7 seems to be the maximum size limit.