remove default font-weight
-
When pasting in from Word the editor is adding
<p style="font-weight: 400;">
to all normal paragraphs. It is not adding this code to any other elements. Is there a way to stop this behaviour? It is happening on all of our sites running current plugin and WP.This post has some Bold elements. Some Italic elements.
<p style="font-weight: 400;">This is a test post</p>
<p style="font-weight: 400;">This post has some <strong>Bold</strong> elements. Some <em>Italic</em> elements.</p>
<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
<li>Four</li>
</ul>
<p style="font-weight: 400;">And a <a >link</a>.</p>
- You must be logged in to reply to this topic.