<?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>Kenneth D. Nordahl’s blog &#187; @font-face</title>
	<atom:link href="http://blog.nordahl.me/tag/font-face/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nordahl.me</link>
	<description>blog</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:59:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>@Font-Face in Internet Explorer</title>
		<link>http://blog.nordahl.me/design/webdesign/font-face-in-internet-explorer/</link>
		<comments>http://blog.nordahl.me/design/webdesign/font-face-in-internet-explorer/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 11:24:58 +0000</pubDate>
		<dc:creator>KDN</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://blog.nordahl.me/?p=519</guid>
		<description><![CDATA[Custom fonts in Internet Explorer have been around for ages with @font-face. As you all know Internet Explorer does bearly follow the last generation web standards. If you have read my previous post about @font-face, you know that the font format Embedded OpenType(.eot) works out of the box in IE.
Almost every font you buy/get is [...]]]></description>
			<content:encoded><![CDATA[<p>Custom fonts in Internet Explorer have been around for ages with @font-face. As you all know Internet Explorer does bearly follow the last generation web standards. If you have read my previous post about <a href="http://blog.nordahl.me/webdesign/font-face/">@font-face</a>, you know that the font format <a href="http://en.wikipedia.org/wiki/.eot">Embedded OpenType(.eot)</a> works out of the box in IE.</p>
<p>Almost every font you buy/get is in either <a href="http://en.wikipedia.org/wiki/.ttf">TrueType(.ttf)</a> or <a href="http://en.wikipedia.org/wiki/.otf">OpenType(.otf)</a> format. The first step to get your custom font going in IE is to convert your font into <a href="http://en.wikipedia.org/wiki/.eot">Embedded OpenType(.eot)</a>. </p>
<h5>Convert your font</h5>
<ul>
<li><a href="http://www.kirsle.net/wizards/ttf2eot.cgi">TrueType to Embedded OpenType</a></li>
<li><a href="http://onlinefontconverter.com/">All &#8211; OnlineFontConverter</a></li>
<li><a href="http://www.microsoft.com/typography/WEFT.mspx">Microsoft WEFT</a></li>
<li><a href="http://snook.ca/archives/html_and_css/screencast-converting-ttf2eot">Screencast by Snook &#8211; TTF/OTF to EOT</a>
<li>
</ul>
<p>Upload both your EOT file and your OTF/TTF file to your webserver and declare the CSS like this.</p>
<h5>The magic</h5>
<pre class="brush: css;">
/*
===========================================
Diavlo is a font by Jos Buivenga (exljbris) -&gt; www.exljbris.nl
===========================================
*/
@font-face { font-family: &quot;DiavloLight&quot;; src: url(diavlo_light.eot);  }
@font-face { font-family: &quot;DiavloLight&quot;; src: url(diavlo_light.otf); format(&quot;opentype&quot;); }
</pre>
<p>Remember to declare font-face for IE before you declare it for Firefox/Safari/Opera/All the other browsers that isn&#8217;t stuck in the 90s.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nordahl.me/design/webdesign/font-face-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@Font-Face</title>
		<link>http://blog.nordahl.me/design/webdesign/font-face/</link>
		<comments>http://blog.nordahl.me/design/webdesign/font-face/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 10:02:25 +0000</pubDate>
		<dc:creator>KDN</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[exljibris]]></category>

		<guid isPermaLink="false">http://blog.nordahl.me/?p=445</guid>
		<description><![CDATA[@Font-Face is only one of several technics to get selectable custom fonted text on websites. 

@Font-Face
sIFR
FLIR

Licensing
By adding custome fonts to your site you might run into truble if you don&#8217;t check the license on the font you want to use. Some font designers have restrictions so you have to buy a custome license, some arn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>@Font-Face is only one of several technics to get selectable custom fonted text on websites. </p>
<ul>
<li><a href="http://www.w3.org/TR/css3-fonts/">@Font-Face</a></li>
<li><a href="http://www.mikeindustries.com/blog/sifr/">sIFR</a></li>
<li><a href="http://facelift.mawhorter.net/download/">FLIR</a></li>
</ul>
<h5>Licensing</h5>
<p>By adding custome fonts to your site you might run into truble if you don&#8217;t check the license on the font you want to use. Some font designers have restrictions so you have to buy a custome license, some arn&#8217;t alowed at all. One of my favorite font designers exljibris alow @font-face usage of his fonts as long as you add a css comment close to your font declaration. </p>
<h5>Fileformats</h5>
<p>You can use a variety of different file formats when you embed a font. You can even serve the file as xml with svg directly into a xhtml page.</p>
<ul>
<li>TrueType(.ttf)</li>
<li>OpenType(.otf)</li>
<li>Embedded OpenType(.eot)</li>
<li>Scalable Vector Graphics(.svg)</li>
<li>TrueDoc(.pfr)</li>
</ul>
<p>There are however a restriction on what filetypes you can use. Check the compatibility chart below.</p>
<h5>Example</h5>
<pre class="brush: css;">
/*
===========================================
Diavlo is a font by Jos Buivenga (exljbris) -&gt; www.exljbris.nl
===========================================
*/
@font-face { font-family: &quot;DiavloLight&quot;; src: url(diavlo_light.otf); format(&quot;opentype&quot;); }
</pre>
<h5>Compatibility</h5>
<table>
<tbody>
<tr>
<th>&nbsp;</th>
<th><a title="Internet Explorer" href="http://en.wikipedia.org/wiki/Internet_Explorer">Internet Explorer</a></th>
<th><a title="Mozilla" href="http://en.wikipedia.org/wiki/Mozilla">Mozilla</a> family</th>
<th><a title="Safari (web browser)" href="http://en.wikipedia.org/wiki/Safari_(web_browser)">Safari</a></th>
<th><a title="Google Chrome" href="http://en.wikipedia.org/wiki/Google_Chrome">Chrome</a></th>
<th><a title="Opera (web browser)" href="http://en.wikipedia.org/wiki/Opera_(web_browser)">Opera</a></th>
<th><a title="Netscape Communicator" href="http://en.wikipedia.org/wiki/Netscape_Communicator">Netscape</a></th>
</tr>
<tr>
<th><a class="mw-redirect" title=".ttf" href="http://en.wikipedia.org/wiki/.ttf">.ttf</a></th>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;"><a title="Mozilla Firefox 3.5" href="http://en.wikipedia.org/wiki/Mozilla_Firefox_3.5">3.5</a></td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">3.1</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">2.0*</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;"><a title="Opera 10" href="http://en.wikipedia.org/wiki/Opera_10">10</a></td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
</tr>
<tr>
<th><a class="mw-redirect" title=".otf" href="http://en.wikipedia.org/wiki/.otf">.otf</a></th>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">3.5</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">3.1</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">10</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
</tr>
<tr>
<th><a class="mw-redirect" title=".eot" href="http://en.wikipedia.org/wiki/.eot">.eot</a></th>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;"><a title="Internet Explorer 4" href="http://en.wikipedia.org/wiki/Internet_Explorer_4">4</a></td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
</tr>
<tr>
<th><a class="mw-redirect" title=".svg" href="http://en.wikipedia.org/wiki/.svg">.svg</a></th>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">3.1</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">0.3</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">9.0</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
</tr>
<tr>
<th><a title="TrueDoc" href="http://en.wikipedia.org/wiki/TrueDoc">.pfr</a></th>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">4 (with plugin)</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-no" style="background: rgb(255, 144, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">No</td>
<td class="table-yes" style="background: rgb(144, 255, 144) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; color: black;">4-6</td>
</tr>
</tbody>
</table>
<p><cite>Table is licensed with <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creatice Commons 3.0 by-sa</a> from author <a href="http://en.wikipedia.org/wiki/@font-face#Browser_support">Wikipedia</a></cite></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nordahl.me/design/webdesign/font-face/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
