<?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: Cufon: Custom Web Fonts the Easy Way</title>
	<atom:link href="http://www.sanneblad.com/2010/03/07/cufon-custom-web-fonts-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanneblad.com/2010/03/07/cufon-custom-web-fonts-the-easy-way/</link>
	<description>Mobile trends &#38; thoughts by Johan Sanneblad</description>
	<lastBuildDate>Sat, 28 Jan 2012 10:31:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fausto</title>
		<link>http://www.sanneblad.com/2010/03/07/cufon-custom-web-fonts-the-easy-way/comment-page-1/#comment-564</link>
		<dc:creator>Fausto</dc:creator>
		<pubDate>Thu, 25 Nov 2010 15:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanneblad.com/?p=88#comment-564</guid>
		<description>I followed all you tutorial, buti it does not work at all: the client-side HTML tell me this:

 &lt;!-- WP-Cufon Plugin 1.6.5 START  --&gt;
    
	 &lt;!-- WP-Cufon Plugin Replacements --&gt; 
	
        Cufon.set(&#039;fontFamily&#039;, &#039;DIN_400&#039;).replace(&#039;h1&#039;)(&#039;h2&#039;); 
                
	&lt;!-- WP-Cufon END  --&gt;	

The website is done with Calypso theme.
Cheers and thanks</description>
		<content:encoded><![CDATA[<p>I followed all you tutorial, buti it does not work at all: the client-side HTML tell me this:</p>
<p> <!-- WP-Cufon Plugin 1.6.5 START  --></p>
<p>	 <!-- WP-Cufon Plugin Replacements --> </p>
<p>        Cufon.set(&#8216;fontFamily&#8217;, &#8216;DIN_400&#8242;).replace(&#8216;h1&#8242;)(&#8216;h2&#8242;); </p>
<p>	<!-- WP-Cufon END  -->	</p>
<p>The website is done with Calypso theme.<br />
Cheers and thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono</title>
		<link>http://www.sanneblad.com/2010/03/07/cufon-custom-web-fonts-the-easy-way/comment-page-1/#comment-233</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Wed, 21 Jul 2010 03:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanneblad.com/?p=88#comment-233</guid>
		<description>Nice one man. This works perfectly.</description>
		<content:encoded><![CDATA[<p>Nice one man. This works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie M Swanson</title>
		<link>http://www.sanneblad.com/2010/03/07/cufon-custom-web-fonts-the-easy-way/comment-page-1/#comment-80</link>
		<dc:creator>Jamie M Swanson</dc:creator>
		<pubDate>Fri, 07 May 2010 01:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanneblad.com/?p=88#comment-80</guid>
		<description>Nope, didn&#039;t work for me, but oh well. I&#039;ll figure something out eventually...Thanks for responding.</description>
		<content:encoded><![CDATA[<p>Nope, didn&#8217;t work for me, but oh well. I&#8217;ll figure something out eventually&#8230;Thanks for responding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://www.sanneblad.com/2010/03/07/cufon-custom-web-fonts-the-easy-way/comment-page-1/#comment-77</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Thu, 06 May 2010 11:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanneblad.com/?p=88#comment-77</guid>
		<description>Hello Jamie,

I created three fonts: Myriad_Pro_300.font.js, Myriad_Pro_400.font.js and Myriad_Pro_600.font.js. These three fonts were uploaded to Wordpress and were automatically found by the WP-Cufón plugin.

In the Cufón settings under &quot;Your Cufón replacement-code&quot; I have the following code:
Cufon.replace(&#039;h1&#039;, { fontFamily: &#039;Myriad Pro&#039;, fontWeight: &#039;400&#039; });
Cufon.replace(&#039;h2&#039;, { fontFamily: &#039;Myriad Pro&#039;, fontWeight: &#039;400&#039; });
Cufon.replace(&#039;h3&#039;, { fontFamily: &#039;Myriad Pro&#039;, fontWeight: &#039;400&#039; });
Cufon.replace(&#039;h4&#039;, { fontFamily: &#039;Myriad Pro&#039;, fontWeight: &#039;400&#039; });
Cufon.replace(&#039;.drop_cap&#039;, { fontFamily: &#039;Myriad Pro&#039;, fontWeight: &#039;400&#039; });
Cufon.replace(&#039;#logo&#039;, { fontFamily: &#039;Myriad Pro&#039;, fontWeight: &#039;300&#039; });

That was all I did to Cufón-enable my blog.

I hope it helps!</description>
		<content:encoded><![CDATA[<p>Hello Jamie,</p>
<p>I created three fonts: Myriad_Pro_300.font.js, Myriad_Pro_400.font.js and Myriad_Pro_600.font.js. These three fonts were uploaded to WordPress and were automatically found by the WP-Cufón plugin.</p>
<p>In the Cufón settings under &#8220;Your Cufón replacement-code&#8221; I have the following code:<br />
Cufon.replace(&#8216;h1&#8242;, { fontFamily: &#8216;Myriad Pro&#8217;, fontWeight: &#8217;400&#8242; });<br />
Cufon.replace(&#8216;h2&#8242;, { fontFamily: &#8216;Myriad Pro&#8217;, fontWeight: &#8217;400&#8242; });<br />
Cufon.replace(&#8216;h3&#8242;, { fontFamily: &#8216;Myriad Pro&#8217;, fontWeight: &#8217;400&#8242; });<br />
Cufon.replace(&#8216;h4&#8242;, { fontFamily: &#8216;Myriad Pro&#8217;, fontWeight: &#8217;400&#8242; });<br />
Cufon.replace(&#8216;.drop_cap&#8217;, { fontFamily: &#8216;Myriad Pro&#8217;, fontWeight: &#8217;400&#8242; });<br />
Cufon.replace(&#8216;#logo&#8217;, { fontFamily: &#8216;Myriad Pro&#8217;, fontWeight: &#8217;300&#8242; });</p>
<p>That was all I did to Cufón-enable my blog.</p>
<p>I hope it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie M Swanson</title>
		<link>http://www.sanneblad.com/2010/03/07/cufon-custom-web-fonts-the-easy-way/comment-page-1/#comment-74</link>
		<dc:creator>Jamie M Swanson</dc:creator>
		<pubDate>Thu, 06 May 2010 02:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanneblad.com/?p=88#comment-74</guid>
		<description>Hi Johan!

I&#039;m trying to make this work with my thesis theme but can&#039;t seem to. I&#039;m wondering if I&#039;m incorrectly replacing my font name in the Cufon replacement code. The file is named Gnuolane_Rg_400.font.js so I&#039;m putting &#039;Gnuolane_Rg_400&#039; in my code, but it&#039;s not working. I tried a few variations with no luck. Did you need to put a hook in Thesis somewhere to get it to work &amp; over-ride the current settings? I&#039;m using the latest version of Thesis. Any suggestions? I appreciate your help - I&#039;m a newbie at all this stuff. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Johan!</p>
<p>I&#8217;m trying to make this work with my thesis theme but can&#8217;t seem to. I&#8217;m wondering if I&#8217;m incorrectly replacing my font name in the Cufon replacement code. The file is named Gnuolane_Rg_400.font.js so I&#8217;m putting &#8216;Gnuolane_Rg_400&#8242; in my code, but it&#8217;s not working. I tried a few variations with no luck. Did you need to put a hook in Thesis somewhere to get it to work &amp; over-ride the current settings? I&#8217;m using the latest version of Thesis. Any suggestions? I appreciate your help &#8211; I&#8217;m a newbie at all this stuff. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

