글꼴 크기 범위 추가
This commit is contained in:
+2
-1
@@ -31,7 +31,8 @@ jQuery(function($){
|
|||||||
['para', ['ul', 'ol', 'paragraph']],
|
['para', ['ul', 'ol', 'paragraph']],
|
||||||
['height', ['height', 'codeview']]
|
['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());
|
}).summernote('code', $noticeInput.val());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user