文章内容
2017/2/23 17:09:17,作 者: 黄兵
Summernote如何自定义字体
fontName
Set font family
// @param {String} fontName
$('#summernote').summernote('fontName', 'Arial');fontSize
Set font size
// @param {Number} font size - unit is px
$('#summernote').summernote('fontSize', 20);
评论列表