added more font names to the editor

This commit is contained in:
hyung-hwan 2016-01-19 16:10:22 +00:00
parent 2ab771ce61
commit 67f331fa28

View File

@ -389,6 +389,10 @@ $(function () {
updateOnEmptySelection: false
},
fontName: {
fonts: ['', 'Arial', 'Times New Roman', 'Serif', 'Sans-serif', 'Monospace' ]
},
paste: {
forcePlainText: false,
cleanPastedHTML: true,