I have a lot of design now using large Label controls with text, but now of course someone wants these to have some minor formatting (bold, italic).
I'm hoping I can easily do this with TextType="Html", by just adding (bold tag)bold me(close bold tag) stuff... (sorry, markdown is interpretting my tags)
and IT WORKS, but ...
The text displayed now is smaller, and in Times Roman. I liked it with the original font (honestly, not sure what that is).
Is there any magic HTML I can put in that says "leave the font I started with"?