Descrizione
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>
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Font Stripper” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Font Stripper” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0.0
- Initial release