我需要将内部/外部字体系列内容放入ckeditor工具栏而不是内联。
#editor p span {
font-family: trebuchet ms,helvetica,sans-serif;
}
我的HTML代码是
<div id="editor" contenteditable="true" style="position: absolute; top: 150px; left: 40%;">
<p style="text-align: justify;"> <span style='font-size: 36px;'>Waqas Ahmed memon</span></p>
</div>