xxxxxxxxxx
ClassicEditor
.create( document.querySelector( '#editor' ), {
fontFamily: {
options: [
'default',
'Ubuntu, Arial, sans-serif',
'Ubuntu Mono, Courier New, Courier, monospace'
]
},
toolbar: [
'heading', 'bulletedList', 'numberedList', 'fontFamily', 'undo', 'redo'
]
} )
.then( )
.catch( );