TinyMCE default font
PermalinkI'm interested in how to set a default font like Times New Roman in tinyMCE. I found some help at tinyMCE site, but it guides me to alter a module within C5's core-environment ( /concrete/js/tiny_mce):
Add the following to tinyMCE.init()
content_css : "css/custom_content.css", theme_advanced_font_sizes: "10px,12px,13px,14px,16px,18px,20px", font_size_style_values : "10px,12px,13px,14px,16px,18px,20px",
I really have a problem to do so, since with the next update all will be gone i guess.
Is there any other way?
Thanks!
See attachment
And i know why. I have to set the font in page type to have it as standard in composer.
cheers, alex
http://www.tinymce.com/wiki.php/Configuration:font_formats...