=== Font Stripper === Contributors: dannycooper Tags: fonts, typography Requires at least: 4.0 Tested up to: 6.7 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Removes inline font declarations from existing content. == Description == 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:** `

Hello world.

` **After:** `

Hello world.

` == Changelog == = 1.0.0 = * Initial release