<?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>the life of a web developer &#187; fonts</title>
	<atom:link href="http://gavtaylor.co.uk/blog/tag/fonts/feed" rel="self" type="application/rss+xml" />
	<link>http://gavtaylor.co.uk/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:46:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fonts&#8230;.coming to a site near you</title>
		<link>http://gavtaylor.co.uk/blog/fontscoming-to-a-site-near-you</link>
		<comments>http://gavtaylor.co.uk/blog/fontscoming-to-a-site-near-you#comments</comments>
		<pubDate>Wed, 31 Dec 2008 11:44:02 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[3.1]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://blog.gavtaylor.co.uk/?p=9</guid>
		<description><![CDATA[Just thought i would make a note to say Fonts are finally here&#8230;.no more putting up with arial, being funky with verdana or stuck with times new roman&#8230;. as Firefox 3.1 continues to be flooded with features we have been waiting an age for, P0RN mode, faster javascript, html 5. We are finally getting the [...]]]></description>
			<content:encoded><![CDATA[<p>Just thought i would make a note to say Fonts are finally here&#8230;.no more putting up with arial, being funky with verdana or stuck with times new roman&#8230;. as Firefox 3.1 continues to be flooded with features we have been waiting an age for, P0RN mode, faster javascript, html 5.<br />
We are finally getting the ability to use what ever font we wish, as part of our website designs, as long as its a public font of course.</p>
<p>Firefox 3.1 allows us to use the CSS3 rule <strong>@font-face</strong>, allowing us to specify a font not necessarily installed on a visitors system. The rule alerts the visiting browser a non-standard font is required and is given a location it can download the font into the temp files to display the website as intended.</p>
<h3 class="editable">Syntax</h3>
<pre>@font-face {
  font-family: &lt;a-remote-font-name&gt;;
  src: &lt;uri&gt;;
}</pre>
<h3 class="editable">Example</h3>
<pre>  &lt;style type="text/css" media="screen, print"&gt;
    @font-face {
      font-family: "Bitstream Vera Serif Bold";
      src: url("http://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf");
    }

    body { font-family: "Bitstream Vera Serif Bold", serif }
  &lt;/style&gt;</pre>
<p>More details on this can be found over at the <a href="https://developer.mozilla.org/en/CSS/@font-face" target="_blank">Mozilla Dev site</a> , they have also publised a <a href="https://developer.mozilla.org/en/Firefox_3.1_for_developers" target="_blank">list for developers</a> with all the features being added to 3.1</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/fontscoming-to-a-site-near-you/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
