Skip to content

Font size setting in TinyMCE #82

@julianpoy

Description

@julianpoy

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions