How to change font size displayed by TinyMCE?
-
I know how to change what is displayed and add my own custom buttons for short-codes or anything else in TinyMCE using filters such as:
add_filter('tiny_mce_before_init', 'my_tiny_mce_before_init');
but I can’t figure out how change the font sizes in the fontsizeselect of TinyMCE, just have the option to add or remove it. I’d like to remove the option of 8pt, 10pt and add a different increment to maintain the styles used in the theme plus a few variations so no one can go too crazy with different font-sizes but do have some choice.
Cheers
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to change font size displayed by TinyMCE?’ is closed to new replies.