From d8032fdb2e6801d40c0cf916817edcd55784050d Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 26 Jun 2012 13:23:14 +0530 Subject: [PATCH] try adding more font sizes to editor --- edgware/static/ckeditor/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgware/static/ckeditor/config.js b/edgware/static/ckeditor/config.js index c2c6bf9..0f3d025 100755 --- a/edgware/static/ckeditor/config.js +++ b/edgware/static/ckeditor/config.js @@ -17,7 +17,7 @@ CKEDITOR.editorConfig = function( config ) config.contentsCss = ['/static/css/fonts.css', '/static/css/customck.css']; config.font_names = "Edgware Road;Berlin Safari;SG Grotesque;Tallys;GraublauWeb;Fontin;Tagesschrift;Neeon;"; - + config.fontSize_sizes = '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;36/36px;48/48px;72/72px;90/90px;'; // Define changes to default configuration here. For example: // config.language = 'fr';