ckeditor中的内部/外部字体系列

时间:2017-08-01 12:59:59

标签: php jquery html ckeditor

我需要将内部/外部字体系列内容放入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>

0 个答案:

没有答案