<?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>Branberyheag!! Lab &#187; webfont</title>
	<atom:link href="http://lab.branberyheag.com/tag/webfont/feed" rel="self" type="application/rss+xml" />
	<link>http://lab.branberyheag.com</link>
	<description>ActionScript3.0やJavascriptを使っていろんなものを作ってみます。</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:28:02 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://lab.branberyheag.com/?pushpress=hub'/>
		<item>
		<title>WebFontの使い方</title>
		<link>http://lab.branberyheag.com/2010/06/10/webfont.html</link>
		<comments>http://lab.branberyheag.com/2010/06/10/webfont.html#comments</comments>
		<pubDate>Thu, 10 Jun 2010 13:42:10 +0000</pubDate>
		<dc:creator>isao</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[webfont]]></category>

		<guid isPermaLink="false">http://lab.branberyheag.com/?p=781</guid>
		<description><![CDATA[そのうち使ってみたいのがWebFontだ。 fontのライセンス次第だけど、サーバにアップロードして、CSSで指定すれば好みのフォントで表示できる。将来、画像で加工して見出しを作る行為自体がなくなるかもしれない。 指定の [...]]]></description>
			<content:encoded><![CDATA[<p>そのうち使ってみたいのがWebFontだ。</p>
<p>fontのライセンス次第だけど、サーバにアップロードして、CSSで指定すれば好みのフォントで表示できる。将来、画像で加工して見出しを作る行為自体がなくなるかもしれない。</p>
<p>指定の仕方は・・</p>
<p><span id="more-781"></span></p>
<pre class="brush: css; title: ; notranslate">

@font-face {
 font-family:TestFonts;
 src:url(フォントのURL) format(&quot;opentype&quot;);
}
body {
 font-family:TestFonts;
}
</pre>
<p><strong>関連した記事</strong>
<ul class="similar-posts">
<li><a href="http://lab.branberyheag.com/2010/05/21/google-font-api%e3%81%af%e3%81%99%e3%81%94%e3%81%84%e3%81%9e.html" rel="bookmark" title="2010年5月21日">Google font APIはすごいぞ</a></li>
<li><a href="http://lab.branberyheag.com/2009/08/20/as3_font_1.html" rel="bookmark" title="2009年8月20日">flashDevelopにおけるフォント埋め込みにハマった</a></li>
<li><a href="http://lab.branberyheag.com/2011/04/06/web-storage-%e3%81%ae%e4%bd%bf%e3%81%84%e6%96%b9.html" rel="bookmark" title="2011年4月6日">Web Storage の使い方</a></li>
<li><a href="http://lab.branberyheag.com/2010/03/31/dt%e3%82%bf%e3%82%b0%e3%81%ae%e3%83%95%e3%83%ad%e3%83%bc%e3%83%88%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6.html" rel="bookmark" title="2010年3月31日">dtタグのフロートについて</a></li>
<li><a href="http://lab.branberyheag.com/2010/09/06/adobe-air_wordpress.html" rel="bookmark" title="2010年9月6日">adobe AIRでwordpressのクライアントソフトを作ってみたくなった</a></li>
</ul>
<p><!-- Similar Posts took 3.123 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://lab.branberyheag.com/2010/06/10/webfont.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

