Font Stripper

Beschreibung

This plugin removes font-family, font-size, font-weight, line-height and color declarations from existing content.

This can be useful if you have published posts and pages with out of date styling. It also removes unwanted styles that may appear when copy and pasting from Microsoft Word or other text editors.

Before:

<p style="font-weight: bold; font-size: 24px">Hello world.</p>

After:

<p>Hello world.</p>

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„Font Stripper“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Font Stripper“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0.0

  • Initial release