<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[케이보드 tinymce 폰트 추가가 안되는데 방법이 있나요?]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/3503</link>
		<description><![CDATA[<p>$font_url = urlencode( 'http://fonts.googleapis.com/earlyaccess/nanumpenscript.css' );</p>

<p>add_editor_style( $font_url ) ;</p>

<p> </p>

<p>add_action( 'wp_enqueue_scripts', 'wpex_mce_google_fonts_styles' );</p>

<p> </p>

<p>이런 방법으로 폰트 추가를 하는데 폰트 추가가 안되네요</p>

<p>admin 글쓰기에서는 폰트 적용이 되고 케이보드에서는 적용이 안되네요</p>

<p>조언 부탁드립니다..</p>

<p> </p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[감사합니다^^
]]></title>
			<link>https://www.cosmosfarm.com/threads/document/3509</link>
			<description><![CDATA[<p>감사합니다^^</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Wed, 06 Aug 2014 01:51:47 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[혹시 궁금하실분이 있을까봐 댓글 남깁니다..

 

 

function add_editor_style2( $stylesheet = 'edit...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/3504</link>
			<description><![CDATA[<p>혹시 궁금하실분이 있을까봐 댓글 남깁니다..</p>

<p> </p>

<p> </p>

<p>function add_editor_style2( $stylesheet = 'editor-style.css' ) {</p>

<p> </p>

<p>    add_theme_support( 'editor-style' );</p>

<p> </p>

<p>    global $editor_styles;</p>

<p>    $editor_styles = (array) $editor_styles;</p>

<p>    $stylesheet    = (array) $stylesheet;</p>

<p>    if ( is_rtl() ) {</p>

<p>        $rtl_stylesheet = str_replace('.css', '-rtl.css', $stylesheet[0]);</p>

<p>        $stylesheet[] = $rtl_stylesheet;</p>

<p>    }</p>

<p> </p>

<p>    $editor_styles = array_merge( $editor_styles, $stylesheet );</p>

<p>}</p>

<p> </p>

<p>함수를 커스텀 해서 사용했더니 가능하군요...</p>
]]></description>
			<author>leehakjje</author>
			<pubDate>Tue, 05 Aug 2014 03:03:44 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>