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