X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Ffont%2Fplugin.js;h=8b3fb023c05d2ba709d227becdb04cbe9f7b19d5;hp=88aa38f1a72565272ccbd2224212accc229a673d;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/plugins/font/plugin.js b/_source/plugins/font/plugin.js index 88aa38f..8b3fb02 100644 --- a/_source/plugins/font/plugin.js +++ b/_source/plugins/font/plugin.js @@ -36,7 +36,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license panel : { - css : [ config.contentsCss, CKEDITOR.getUrl( editor.skinPath + 'editor.css' ) ], + css : [ CKEDITOR.getUrl( editor.skinPath + 'editor.css' ) ].concat( config.contentsCss ), voiceLabel : lang.panelVoiceLabel },