At some point (maybe in a recent update) the wrap that the bold button applies changed from:
<b>Text</b>
to:
<span style="font-weight:bold;">Text</span>
Is there a way to specify what the wrap is? My problem is that I need to change the font-family when it is bold and not the weight, so I would rather have it use the b tags...