I'm trying to make part of text inside the label - bold. Here is a html code I'm using:
<style>body{line-height: 0;}</style><font face=\"Calibri\"><b>Get moving!</b> (and Sync to see your points.)</font>
But it's making all text bold. The same thing if HTML is using <b></b> tags. It will make all text regular.
Seems that it's checking only beginning.
Can anyone help me with that?
I'm using NSAtributedString for showing HTML text. Want to admit that it's working fine in HTML online editors.

