diff --git a/hwe/js/dipcenter.js b/hwe/js/dipcenter.js index f3c5316b..4f9fcf4b 100644 --- a/hwe/js/dipcenter.js +++ b/hwe/js/dipcenter.js @@ -31,7 +31,8 @@ jQuery(function($){ ['para', ['ul', 'ol', 'paragraph']], ['height', ['height', 'codeview']] ], - fontNames: ['맑은 고딕', 'Nanum Gothic', 'Nanum Myeongjo', 'Nanum Pen Script', '굴림', '굴림체', '바탕', '바탕체', '궁서', '궁서체'] + fontNames: ['맑은 고딕', 'Nanum Gothic', 'Nanum Myeongjo', 'Nanum Pen Script', '굴림', '굴림체', '바탕', '바탕체', '궁서', '궁서체'], + fontSizes: ['8', '9', '10', '11', '12', '14', '16', '20', '24', '28', '32', '36', '40', '46', '52', '60'], }).summernote('code', $noticeInput.val()); }