<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Checking for installed fonts with @font-face and local()</title>
	<atom:link href="http://www.broken-links.com/2009/06/30/checking-for-installed-fonts-with-font-face-and-local/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broken-links.com/2009/06/30/checking-for-installed-fonts-with-font-face-and-local/</link>
	<description>Thoughts on web development and technologies by Peter Gasston</description>
	<lastBuildDate>Sun, 07 Mar 2010 16:33:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.broken-links.com/2009/06/30/checking-for-installed-fonts-with-font-face-and-local/comment-page-1/#comment-32526</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 03 Jul 2009 10:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=431#comment-32526</guid>
		<description>Hi Karl,

Yes, you&#039;ll have to declare it in the same way;

@font-face {
font-family: &#039;Graublau Sans Web&#039;;
font-weight: bold;
src:
    local(&#039;Graublau Web Bold&#039;),
    local(&#039;GraublauWeb-Bold&#039;),
    url(&#039;GraublauWebBold.otf&#039;);
}

You can get the PostScript name of a font by opening Font Book and clicking &#039;Show Font Info&#039;.</description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>Yes, you’ll have to declare it in the same way;</p>
<p>@font-face {<br />
font-family: ‘Graublau Sans Web’;<br />
font-weight: bold;<br />
src:<br />
    local(‘Graublau Web Bold’),<br />
    local(‘GraublauWeb-Bold’),<br />
    url(‘GraublauWebBold.otf’);<br />
}</p>
<p>You can get the PostScript name of a font by opening Font Book and clicking ‘Show Font Info’.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.broken-links.com/2009/06/30/checking-for-installed-fonts-with-font-face-and-local/comment-page-1/#comment-32525</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 03 Jul 2009 10:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=431#comment-32525</guid>
		<description>Hi Peter,

Graublau also has a bold version, do we need to do anything special for OS X as you did with the regular font?

Thanks, Karl</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Graublau also has a bold version, do we need to do anything special for OS X as you did with the regular font?</p>
<p>Thanks, Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.broken-links.com/2009/06/30/checking-for-installed-fonts-with-font-face-and-local/comment-page-1/#comment-32431</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 01 Jul 2009 08:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=431#comment-32431</guid>
		<description>Hi Neal,

The Blaugrau Web font family is very cool; I hope to see it used more often.

Out of interest, what platform are you on? I hadn&#039;t noticed that Firefox displays a serif font before loading in the new one.</description>
		<content:encoded><![CDATA[<p>Hi Neal,</p>
<p>The Blaugrau Web font family is very cool; I hope to see it used more often.</p>
<p>Out of interest, what platform are you on? I hadn’t noticed that Firefox displays a serif font before loading in the new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal G</title>
		<link>http://www.broken-links.com/2009/06/30/checking-for-installed-fonts-with-font-face-and-local/comment-page-1/#comment-32419</link>
		<dc:creator>Neal G</dc:creator>
		<pubDate>Wed, 01 Jul 2009 03:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=431#comment-32419</guid>
		<description>It seems that Firefox 3.5 renders the font for a second or two as Times New Roman, and then after the font is loaded, renders it properly (if you use the web only method). Safari on the other hand leaves a blank space and then renders the font.

I find Firefox&#039;s technique a bit annoying as it seems &#039;too noticeable&#039; almost like IE&#039;s old &#039;flash of unstyled content&#039; bug.

Most of the fonts I&#039;m testing with are from free font sites which I doubt many users have locally on their computers.</description>
		<content:encoded><![CDATA[<p>It seems that Firefox 3.5 renders the font for a second or two as Times New Roman, and then after the font is loaded, renders it properly (if you use the web only method). Safari on the other hand leaves a blank space and then renders the font.</p>
<p>I find Firefox’s technique a bit annoying as it seems ‘too noticeable’ almost like IE’s old ‘flash of unstyled content’ bug.</p>
<p>Most of the fonts I’m testing with are from free font sites which I doubt many users have locally on their computers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal G</title>
		<link>http://www.broken-links.com/2009/06/30/checking-for-installed-fonts-with-font-face-and-local/comment-page-1/#comment-32415</link>
		<dc:creator>Neal G</dc:creator>
		<pubDate>Wed, 01 Jul 2009 02:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=431#comment-32415</guid>
		<description>Peter, I&#039;m totally digging the font on your website using my shiny new version of Firefox 3.5!</description>
		<content:encoded><![CDATA[<p>Peter, I’m totally digging the font on your website using my shiny new version of Firefox 3.5!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
