This is not an option that is configured out of the box in the Umbraco implementation of the TinyMCE plugin.
If you really reallly need it I guess it's possible to add this option using some of the documentation found here https://www.tinymce.com/docs/plugins/fullpage/#fullpagedefaultfont_family - But I must admit I can't quite remember how to extend the tinymce options anymore since the implementation has been rewritten through the later version of v7 so I can't currently offer you any guidance on that apart from that you should probably try having a look in the /config/TinyMceSettings.config file where you will definently need to do some of the setup.
However I don't see the use case for allowing the editors to change the font-family from within the RTE field? Can't you perhaps approach the issue from a different angle by using the "Formats" dropdown for instance, which will set a class on whatever you mark (If you have defined any) and then you can use a stylesheet to control, which font-family should be used?
After modifying the tinyMceConfig.config file as you mentioned, The Font Family, Font Color,Font Size features were added in the TinyMCE Editor plugin.
TinyMCE Editor Plugin Font Family Selection.
Umbraco CMS Version : 7.2.8
The TinyMCE Editor Plugin do not allow Changing Font - i.e. Font Family and Color for the Text Highlighted.
What is the solution for this ?.
Thanks & Regards, Prashant S Akerkar
Hi Prashant
This is not an option that is configured out of the box in the Umbraco implementation of the TinyMCE plugin.
If you really reallly need it I guess it's possible to add this option using some of the documentation found here https://www.tinymce.com/docs/plugins/fullpage/#fullpagedefaultfont_family - But I must admit I can't quite remember how to extend the tinymce options anymore since the implementation has been rewritten through the later version of v7 so I can't currently offer you any guidance on that apart from that you should probably try having a look in the /config/TinyMceSettings.config file where you will definently need to do some of the setup.
However I don't see the use case for allowing the editors to change the font-family from within the RTE field? Can't you perhaps approach the issue from a different angle by using the "Formats" dropdown for instance, which will set a class on whatever you mark (If you have defined any) and then you can use a stylesheet to control, which font-family should be used?
/Jan
Jan
Thanks.
After modifying the tinyMceConfig.config file as you mentioned, The Font Family, Font Color,Font Size features were added in the TinyMCE Editor plugin.
Code Snippet
Thanks & Regards, Prashant S Akerkar
is working on a reply...