Hi man, your plugin is awesome but I noticed a little problem, when you apply a font to a paragraph the plugin wrap the text inside a span tag then next that span it add a break
which add an undesirable space, the following is the generated code
<span style="font-family:chewy;">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</span>
<br type="_moz">
Is there a way to remove the added br tag ?
Hi man, your plugin is awesome but I noticed a little problem, when you apply a font to a paragraph the plugin wrap the text inside a span tag then next that span it add a break
which add an undesirable space, the following is the generated code
Is there a way to remove the added br tag ?