当前位置:  开发笔记 > 开发工具 > 正文

summernote中的font-family选项不起作用

如何解决《summernote中的font-family选项不起作用》经验,为你挑选了1个好方法。

fontfamily选项在summernote中不起作用我试过了

$("#divCalltoactiontitle").summernote({
        toolbar: [

            ['font', ['bold', 'italic', 'underline', 'clear']],
            ['fontsize', ['fontsize']], 
        ],
        fontNames: [
    'Serif', 'Sans', 'Arial', 'Arial Black', 'Courier',
    'Courier New', 'Comic Sans MS', 'Helvetica', 'Impact', 'Lucida Grande',
    'Sacramento'
        ],

    } );

Hacker Wins.. 6

您似乎错过fontname了工具栏设置.fontNames选项只是设置字体项.

toolbar: [
  ['fontname', ['fontname']
]

http://summernote.org/deep-dive/#custom-fontnames

有关工具栏设置的更多信息,请参阅默认工具栏设置.

工具栏设置:https: //github.com/summernote/summernote/blob/develop/src/js/bs3/settings.js#L67

fontNames设置:https: //github.com/summernote/summernote/blob/develop/src/js/bs3/settings.js#L112



1> Hacker Wins..:

您似乎错过fontname了工具栏设置.fontNames选项只是设置字体项.

toolbar: [
  ['fontname', ['fontname']
]

http://summernote.org/deep-dive/#custom-fontnames

有关工具栏设置的更多信息,请参阅默认工具栏设置.

工具栏设置:https: //github.com/summernote/summernote/blob/develop/src/js/bs3/settings.js#L67

fontNames设置:https: //github.com/summernote/summernote/blob/develop/src/js/bs3/settings.js#L112

推荐阅读
和谐啄木鸟
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有