<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>おじさんの備忘録-番外編- &#187; フォント</title>
	<atom:link href="http://www.dxcode.com/archives/tag/%e3%83%95%e3%82%a9%e3%83%b3%e3%83%88/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dxcode.com</link>
	<description>個人的なメモ書き</description>
	<lastBuildDate>Fri, 13 Jan 2012 23:57:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WordPress 2.8.x ビジュアルエディタのフォント変更</title>
		<link>http://www.dxcode.com/archives/2009/10171105.html</link>
		<comments>http://www.dxcode.com/archives/2009/10171105.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 00:47:25 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[アップデート]]></category>
		<category><![CDATA[ビジュアルエディタ]]></category>
		<category><![CDATA[フォント]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=1105</guid>
		<description><![CDATA[WordPress2.8.4にアップデートしたらビジュアルエディタ使用時のフォントが明朝体に戻っていたので再度メイリオに変更した。 ただ2.7.ｘシリーズからはファイル構成がかなり変わっていたので、下記ファイルを探すだけ [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress2.8.4にアップデートしたらビジュアルエディタ使用時のフォントが明朝体に戻っていたので再度メイリオに変更した。<br />
ただ2.7.ｘシリーズからはファイル構成がかなり変わっていたので、下記ファイルを探すだけで時間を費やしてしまった。</p>
<p>wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css<br />
74行目から</p>
<pre>body.mceContentBody {
	font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	padding: 0.6em;
	margin: 0;
}

pre {
	font: 12px/18px Consolas, Monaco, "Courier New", Courier, monospace;
}</pre>
<p>変更後</p>
<pre>body.mceContentBody {
	font: 13px/19px "Meiryo", Arial, Helvetica, sans-serif;
	padding: 0.6em;
	margin: 0;
}

pre {
	font: 12px/18px "Meiryo", Arial, Helvetica, sans-serif;
}</pre>
<p>変更したもののビジュアルエディタを使用していないので意味はなし。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2009/10171105.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7.1にアップデート</title>
		<link>http://www.dxcode.com/archives/2009/0311336.html</link>
		<comments>http://www.dxcode.com/archives/2009/0311336.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 09:45:12 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[Memo]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[アップデート]]></category>
		<category><![CDATA[ビジュアルエディタ]]></category>
		<category><![CDATA[フォント]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=336</guid>
		<description><![CDATA[テスト環境では2.7リリース後すぐにインストールして遊んでいたものの、2.7.xx目玉である管理画面に違和感を覚えこのサイトに導入するのを見合わせていた。 最近ようやくその画面にも慣れてきたためアップデートしてみた。管理 [...]]]></description>
			<content:encoded><![CDATA[<p>テスト環境では2.7リリース後すぐにインストールして遊んでいたものの、2.7.xx目玉である管理画面に違和感を覚えこのサイトに導入するのを見合わせていた。<br />
最近ようやくその画面にも慣れてきたためアップデートしてみた。管理画面自体かなりカスタマイズ出来るみたいだが不要な物を２つほど非表示にしただけで殆どデフォルトでの使用。</p>
<p>ただビジュアルエディタ使用時のフォントだけは我慢できなかったのでメイリオに変更した。<br />
/wp-includes/js/tinymce/wordpress.css 54行目<br />
変更前</p>
<pre>body.mceContentBody {
	font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	padding: 0.6em;
	margin: 0;
}</pre>
<p>変更後</p>
<pre>body.mceContentBody {
	font: 13px/19px "Meiryo", Arial, Helvetica, sans-serif;
	padding: 0.6em;
	margin: 0;
}</pre>
<p>結果<br />
<img class="attachment wp-att-390" src="http://www.dxcode.com/wp-content/uploads/2009/03/wp_ve2.png" alt="WordPress 2.7.xx ビジュアルエディタ" width="500" height="400" /><br />
期待通りの表示にはなったもののバージョンアップ等でアップデートすれば、その都度書き直さなくてはいけないので根本的な解決にはなっていない。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2009/0311336.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ビジュアルエディタのフォントを変更</title>
		<link>http://www.dxcode.com/archives/2007/10106.html</link>
		<comments>http://www.dxcode.com/archives/2007/10106.html#comments</comments>
		<pubDate>Wed, 10 Oct 2007 03:59:59 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[ビジュアルエディタ]]></category>
		<category><![CDATA[フォント]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/archives/2007/10107.php</guid>
		<description><![CDATA[WordPressに標準で装備されているビジュアルエディタTinyMceの記事投稿画面のフォントはデフォルトの状態ではTimes New Romanになっている為、日本語を打ち込んだ際は少々違和感がある。 wp-incl [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressに標準で装備されているビジュアルエディタTinyMceの記事投稿画面のフォントはデフォルトの状態ではTimes New Romanになっている為、日本語を打ち込んだ際は少々違和感がある。</p>
<p>wp-includes/js/tinymce/plugins/wordpress.cssの28行目にフォントを設定する箇所があるのでお好みに変更すれば問題は解決。</p>
<pre>
body {
background: #fff;
font: 1em/1.3em Georgia, “Times New Roman“, Times, serif;
padding: .5em;
}</pre>
<p>修正後</p>
<pre>
body {
background: #fff;
font: 1em/1.3em Georgia, “MS UI Gothic“, Times, serif;
padding: .5em;
}</pre>
<p><a href="http://www.dxcode.com/wp-content/uploads/2009/03/tinymce_font.gif" title="TinyMceのフォント変更後" class="highslide" onclick="return hs.expand(this)"><img src="http://www.dxcode.com/wp-content/uploads/2009/03/tinymce_font.thumbnail.gif" alt="TinyMceのフォント変更後" width="450" height="225" class="attachment wp-att-547 " /></a></p>
<p>参考記事 &gt;&gt; <a href="http://d.halfmoon.jp/s/53" rel="bookmark" title="ビジュアルエディタのフォントの大きさ">ビジュアルエディタのフォントの大きさ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2007/10106.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

