<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[글꼴 추가하는 법]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/50127</link>
		<description><![CDATA[<p>안녕하세요. </p>

<p>게시판 글을 쓸때 다양한 폰트를 쓰고 싶은데 혹시 폰트 추가 방법은 없나요? </p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요.

KBoard 플러그인에 적용된 썸머노트 에디터는

FTP로 접속해서 /wp-content/plugins/kboar...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/50179</link>
			<description><![CDATA[<p>안녕하세요.</p>

<p>KBoard 플러그인에 적용된 썸머노트 에디터는</p>

<p>FTP로 접속해서 /wp-content/plugins/kboard/template/js/script.js 파일에</p>

<p>아래의 코드로 설정하고 있습니다.</p>

<pre>
<code class="language-javascript">if(kboard_current.use_editor == 'snote'){ // summernote
	jQuery('.summernote').each(function(){
		var height = parseInt(jQuery(this).height());
		var placeholder = jQuery(this).attr('placeholder');
		var lang = 'en-US';
		
		if(kboard_settings.locale == 'ko_KR'){
			lang = 'ko-KR';
		}
		else if(kboard_settings.locale == 'ja'){
			lang = 'ja-JP';
		}
		
		jQuery(this).summernote({
			toolbar: [
				['style', ['style']],
				['fontsize', ['fontsize']],
				['font', ['bold', 'italic', 'underline', 'clear']],
				['fontname', ['fontname']],
				['color', ['color']],
				['para', ['ul', 'ol', 'paragraph']],
				['height', ['height']],
				['table', ['table']],
				['insert', ['link', 'picture', 'hr']],
				['view', ['fullscreen', 'codeview']],
				['help', ['help']]
			],
			fontNames: ['Arial', 'Arial Black', 'Comic Sans MS', 'Courier New', 'Helvetica Neue', 'Helvetica', 'Impact', 'Lucida Grande', 'Tahoma', 'Times New Roman', 'Verdana', 'Nanum Gothic', 'Malgun Gothic', 'Noto Sans KR', 'Apple SD Gothic Neo'],
			fontNamesIgnoreCheck: ['Arial', 'Arial Black', 'Comic Sans MS', 'Courier New', 'Helvetica Neue', 'Helvetica', 'Impact', 'Lucida Grande', 'Tahoma', 'Times New Roman', 'Verdana', 'Nanum Gothic', 'Malgun Gothic', 'Noto Sans KR', 'Apple SD Gothic Neo'],
			fontSizes: ['8','9','10','11','12','13','14','15','16','17','18','19','20','24','30','36','48','64','82','150'],
			lang: lang,
			height: height,
			placeholder: placeholder
		});
	});
}</code></pre>

<p>글꼴을 추가하시려면 코드를 수정해주셔야 할 듯합니다.</p>

<p>썸머노트 에디터에 글꼴을 추가하는 방법은</p>

<p>아래 링크들을 참고 부탁드립니다.</p>

<p><a href="https://stackoverflow.com/questions/38452756/add-custom-font-in-summernote" target="_blank">https://stackoverflow.com/questions/38452756/add-custom-font-in-summernote</a></p>

<p><a href="https://github.com/summernote/summernote/issues/651" target="_blank">https://github.com/summernote/summernote/issues/651</a></p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Mon, 08 Feb 2021 02:39:39 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[선생님 썸머노트 에디터를 깔았는데도 글꼴은  현재 기존 있는거 밖에 없는데요 ㅠ 

찾아보니까 어떤 ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/50161</link>
			<description><![CDATA[<p>선생님 썸머노트 에디터를 깔았는데도 글꼴은  현재 기존 있는거 밖에 없는데요 ㅠ </p>

<p>찾아보니까 어떤 코드를 입력하라고 하시는데 코드입력을 어떻게 하는지 알려주실 수 있으세요?</p>]]></description>
			<author>최명희문학관 </author>
			<pubDate>Sun, 07 Feb 2021 03:02:00 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[다음 글

https://www.cosmosfarm.com/threads/document/50131]]></title>
			<link>https://www.cosmosfarm.com/threads/document/50137</link>
			<description><![CDATA[<p>다음 글</p>

<p><a href="https://www.cosmosfarm.com/threads/document/50131" target="_blank">https://www.cosmosfarm.com/threads/document/50131</a></p>]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 05 Feb 2021 07:33:48 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요~^^

KBoard 플러그인에서 게시글 작성 시 글꼴을 설정하는 건

글 작성 에디터를 썸머노트로...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/50128</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>KBoard 플러그인에서 게시글 작성 시 글꼴을 설정하는 건</p>

<p>글 작성 에디터를 썸머노트로 설정하시면 가능합니다.</p>

<p>썸머노트 에디터의 경우 에디터 자체에서 글꼴을 선택하실 수 있습니다.</p>

<p>워드프레스 관리자 -&gt; KBoard -&gt; 게시판 목록 -&gt; 게시판 선택 -&gt; 기본설정 탭에서 설정하실 수 있습니다.</p>

<p> </p>

<p>워드프레스 내장 에디터의 경우 기본적으로는 글꼴 선택을 지원하진 않지만</p>

<p><a href="https://ko.wordpress.org/plugins/tinymce-advanced/" target="_blank">Advanced Editor Tools</a> 플러그인을 추가적으로 설치하시면</p>

<p>워드프레스 내장 에디터에 글꼴을 선택할 수 있는 메뉴 외에 다양한 기능을 추가적으로 사용하실 수 있습니다.</p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 05 Feb 2021 05:26:53 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>