-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
TinyMCE should have fontsize selector menu. This can be done in TinyMCE init.
tinymce.init({
selector: 'textarea', // change this value according to your HTML
toolbar: 'fontsizeselect',
fontsize_formats: '8pt 10pt 12pt 14pt 18pt 24pt 36pt'
});
https://www.tinymce.com/docs/configure/content-formatting/ under fontsize_formats