Font Stripper

説明

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>

評価

このプラグインにはレビューがありません。

貢献者と開発者

Font Stripper はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Font Stripper” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • Initial release