I'm novice at html I thought this should be simple, but I've been wasting quiet sometime on this.
So, other than using a ui_template node, how do I force the value on a ui_text to appear in normal font, to not be bold?
Nothing seems to work, whether I change the font weight or the size or even making it italic, it still appears bold. Help?
I tried (none of them cancel boldness): <p style="font-weight:lighter;">{{msg.payload}}</p> <i">{{msg.payload}}</i> <p style="font-size:10px;">{{msg.payload}}</p>