Hello,
please help with change my own font sizes.
I have this config in ../font/plugin.js:
CKEDITOR.config.fontSize_sizes =
'7/7px;8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px;22/22px;24/24px;26/26px;28/28px;30/30px;32/32px;34/34px;36/36px;40/40px;45/45px;48/48px;50/50px;55/55px;60/60px;65/65px;70/70px;72/72px';
but after refresh pages with ckeditor i see default sizes. What i am dooing wrong?
my ckeditor is CKEditor 3.2 (revision 5205).
thank you very much for help.
please help with change my own font sizes.
I have this config in ../font/plugin.js:
CKEDITOR.config.fontSize_sizes =
'7/7px;8/8px;9/9px;10/10px;11/11px;12/12px;14/14px;16/16px;18/18px;20/20px;22/22px;24/24px;26/26px;28/28px;30/30px;32/32px;34/34px;36/36px;40/40px;45/45px;48/48px;50/50px;55/55px;60/60px;65/65px;70/70px;72/72px';
but after refresh pages with ckeditor i see default sizes. What i am dooing wrong?
my ckeditor is CKEditor 3.2 (revision 5205).
thank you very much for help.

Re: config.fontSize_sizes not work
and its defined in php code, not in js.