How do you change the default font type and font size in TinyMCE?
I\'m using the advanced skin and I\'ve changed the body, td, pre style in default/cont
body, td, pre
Here's another way to resolve this problem.
By adding your own custom styles into our CSS file by defining tinymce id.
#tinymce .mceContentBody p { font-family: your_font_name !important; }