TinyMCE default font
Permalink
Hello,
I'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()
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!
I'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!
sorry but i still dont know where to alter this function but in c5 core modules.
I believe you can add font options by using the custom method in the rich text editor settings within your dashboard.
See attachment
See attachment
thanks, I have tried it, but it didn't worked out.
And i know why. I have to set the font in page type to have it as standard in composer.
cheers, alex
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...