답변 2개
CKEDITOR.config.font_names 으로 ckeditor 또는 구글 검색 해보시면 나올겁니다.
</span></p><p><span style="font-size: 14px; color: rgb(51, 51, 51); font-family: sans-serif;">CKEDITOR.editorConfig = function (config) {</span> </p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> // Define changes to default configuration here. For example:</span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> config.uiColor = '#F0F0F0';</span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> config.skin = 'office2013';</span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> config.height = '400px';</span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> config.enterMode = CKEDITOR.ENTER_BR;</span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> config.shiftEnterMode = CKEDITOR.ENTER_P;</span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> config.startupFocus = true;</span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> config.font_defaultLabel = 'Gulim';</span></font></p><p><font color="#333333" face="sans-serif"><span style="background-color: rgb(255, 255, 255); font-size: 14px;"></span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;"> config.font_names = 'Gulim/Gulim;Dotum/Dotum;MsPMincho/MS PMincho;MsPGothic/MS PGothic;Batang/Batang;Gungsuh/Gungsuh;Arial/Arial;Tahoma/Tahoma;Verdana/Verdana';</span></font></p><p><font color="#333333" face="sans-serif"><span style="font-size: 14px;">};</span></font></p><p><span style="color: rgb(51, 51, 51); font-family: sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
답변에 대한 댓글 3개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인