tinymce 字体样式_TinyMCE的默认字体大小

How can I set the default font size of tinyMCE , I've a tinyMCE editor and I tried all the things to change the text-size to 14px and it always shows 10px. I'm using rails 3.1 and tinymce

major Version: '3', and minor Version: '4.4'.

I changed tinymce/themes/advanced/skins/default/content.css font-size to 14px

I even add

tinyMCE.init({

theme_advanced_font_sizes: "10px,12px,13px,14px,16px,18px,20px",

font_size_style_values: "12px,13px,14px,16px,18px,20px",

});

and

body, td, pre { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 14px; margin: 8px; }

解决方案

You need to empty you browser's cache. Sometimes you have to do that to ensure TinyMCE is not using an older file.

[As @Jona and @Nikola said, please make sure you are referencing a new CSS flle].


版权声明:本文为weixin_29115107原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。