Reputation: 177
How can I remove certain font size options from the font size selector in TinyMCE?
Regards Johan
Upvotes: 2
Views: 2168
Reputation: 177
Answering my own question.
You can select which font sizes you want to include with the theme_advanced_font_sizes option. I.e theme_advanced_font_sizes : "1,2,4,7"
Upvotes: 4