From 3a4dcacd56cf2f6c6131bd5a745cdc0d56ab1854 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 30 Aug 2018 22:06:37 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=80=EA=BC=B4=20=ED=81=AC=EA=B8=B0=20?= =?UTF-8?q?=EB=B2=94=EC=9C=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/dipcenter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()); }