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()
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!

fh123
 
CMSDeveloper replied on at Permalink Reply
CMSDeveloper
fh123 replied on at Permalink Reply
fh123
sorry but i still dont know where to alter this function but in c5 core modules.
kieranrushby replied on at Permalink Reply 1 Attachment
kieranrushby
I believe you can add font options by using the custom method in the rich text editor settings within your dashboard.

See attachment
fh123 replied on at Permalink Reply
fh123
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