我想使用正则表达式来查找给定的font-family并用我的字体替换该font-family;在我的字符串中删除它,因此返回值是没有应用新字体系列的原始字符串。
实施例
<span style="font-family: TimesNewRoman; font-size: 12"><p>My text<br /><br />
<span style="font-family: 'Georgia','serif'; color: #1a1a1a;">Description is here</span> Detail description</strong></p>
</span>
在这里,我想用TimesNewRoman编辑'Georgia'
注意:“Georgia
”将为dynamic