Hello,
i'm trying to add some code to this TinyMCE property:
tinyMCE.init({
...
theme_advanced_fonts : "Andale Mono=andale mono,times;"+
"Arial=arial,helvetica,sans-serif;"+
...
});
But where I can find that code?
I can find a way to add some code at theme_advanced_fonts using the TinyMCE Advanced administration panel on WordPress back-end.
Thanks!