百度编辑器 Ueditor 如何增加字体 ?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了百度编辑器 Ueditor 如何增加字体 ?相关的知识,希望对你有一定的参考价值。
在百度编辑器 Ueditor 如何增加字体 ?
要修改两个文件:
第一个文件:editor-config.js:
,
‘fontfamily‘
:[
{ label:
‘‘
,name:
‘songti‘
,val:
‘宋体,SimSun‘
},
{ label:
‘‘
,name:
‘kaiti‘
,val:
‘楷体,楷体_GB2312, SimKai‘
},
{ label:
‘‘
,name:
‘yahei‘
,val:
‘微软雅黑,Microsoft YaHei‘
},
{ label:
‘‘
,name:
‘heiti‘
,val:
‘黑体, SimHei‘
},
{ label:
‘‘
,name:
‘lishu‘
,val:
‘隶书, SimLi‘
},
{ label:
‘‘
,name:
‘andaleMono‘
,val:
‘andale mono‘
},
{ label:
‘‘
,name:
‘arial‘
,val:
‘arial, helvetica,sans-serif‘
},
{ label:
‘‘
,name:
‘arialBlack‘
,val:
‘arial black,avant garde‘
javascript plain" style="list-style: none; margin: 0px !important; padding: 0px !important; outline: 0px !important; border-radius: 0px !important; border: 0px currentColor !important; left: auto !important; top: auto !important; width: auto !important; height: auto !important; text-align: left !important; right: auto !important; bottom: auto !important; color: black !important; line-height: 1.1em !important; overflow: visible !important; font-family: Consolas, ‘Bitstream Vera Sans Mono‘, ‘Courier New‘, Courier, monospace !important; font-size: 1em !important; font-style: normal !important; font-weight: normal !important; vertical-align: baseline !important; float: none !important; white-space: nowrap; positi以上是关于百度编辑器 Ueditor 如何增加字体 ?的主要内容,如果未能解决你的问题,请参考以下文章