<?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>Font Burner &#187; Blog Entries</title>
	<atom:link href="http://www.fontburner.com/archive/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fontburner.com</link>
	<description>Free sIFR Fonts</description>
	<lastBuildDate>Mon, 25 Oct 2010 17:13:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Announcing a Major Change to How Font Burner Works</title>
		<link>http://www.fontburner.com/2010/09/22/announcing-a-major-change-to-how-font-burner-works/</link>
		<comments>http://www.fontburner.com/2010/09/22/announcing-a-major-change-to-how-font-burner-works/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 03:58:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=2097</guid>
		<description><![CDATA[I would like to announce a major change to the way Font Burner delivers fonts from now on. As of today, Font Burner will no longer allow &#8220;hotlinking&#8221; to the swf files hosted here. This isn&#8217;t the end of our service, just a change that will benefit all sites that use Font Burner. You can [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to announce a major change to the way Font Burner delivers fonts from now on. As of today, Font Burner will no longer allow &#8220;hotlinking&#8221; to the swf files hosted here. This isn&#8217;t the end of our service, just a change that will benefit all sites that use Font Burner. You can skip down to the &#8220;What this means for you&#8221; section below if you really want to cut to the chase. Otherwise, here is the play-by-play that has lead up to this decision to block hotlinking.</p>
<p><strong>What happened?</strong></p>
<p>In order to make it as easy as possible for websites to use a huge selection of fonts on there websites, Font Burner was built on a concept that allowed websites to hotline to the fonts hosted here. This reduced the number of steps to add fonts to your site to basically one. What does &#8220;hotlink&#8221; mean? This means that the fonts all live on the Font Burner servers. When you use one of our fonts, you are linking to our files. (The exception is users of the WordPress plugin. WordPress users can skip down to the WordPress section). This font (contained in a Flash .swf file) gets loaded every time someone views a page on your site. If your page gets viewed 100 times, the Font Burner server delivers the font 100 times. The steady growth of Font Burner over the last few years has steadily increased the demands on our server. Thousands of websites serving thousands of pageviews every day adds up. It is hard to estimate how many millions of files we serve up each month, but you can imagine that it is a huge number. Unfortunately, we have reached a point where it isn&#8217;t possible to support a hotlinking model any more.</p>
<p><strong>So what now?</strong></p>
<p>Fortunately, there is a solution that is a win for everyone involved. You can still use any of the 1000+ fonts found here, you simply have to host the font yourself! Rather than linking to the font on our servers you will link to a font that is stored on your website. I will explain how to do this in a moment, but first let me list the pros and cons of this new method.</p>
<p><strong>Pros:</strong><br />
1. <em>Less downtime</em>. Since you host the files yourself you are no longer at the mercy of Font Burner&#8217;s servers which have suffered from downtime due to the demands of hundreds of websites.</p>
<p>2. <em>Faster font loading</em>. Your server will be able to deliver your fonts faster than Font Burner can because, again, you won&#8217;t be limited by our stressed servers.</p>
<p><strong>Cons:</strong><br />
1. <em>More complicated setup</em>. Don&#8217;t worry, it isn&#8217;t hard, but it is one step further than before. Scroll down to see what exactly is involved in the new system</p>
<p><strong>What this means for you&#8230;</strong></p>
<p>If you are hotlinking to a swf font hosted on Font Burner your fonts will no longer show up. If you are panicking because your fonts dissappeared, there is a quick fix that will get your headlines to reappear. Simply remove the Font Burner code from the header of your page. This will cause your headlines to default back to there original styles. This should give you time to update your Font Burner settings without your headlines being gone in the meantime.</p>
<p><strong>How do you get your fonts working again?</strong></p>
<p>Unless you are using the WordPress plugin, here is what you need to do to get your fonts back online. Basically, you do two things. First you upload the font to your server, then you update the code so that your site links to the font in the right location. Here is how you do both:</p>
<p>1. The first step is to download the font and supporting files from Font Burner. Navigate to the page of Font Burner where the font you are using is located. Look towards the bottom of the page for download links. There are several files that you need. One is the SWF font file. The second is the font&#8217;s &#8220;javascript (php) file.&#8221; The final file is called the &#8220;core Font Burner CSS and Javascript files.&#8221; You don&#8217;t need to know what these files do.</p>
<p>2. Next, upload the files to your server. You should have 5 files total: 1 swf, 2 css, 1 php, and 1 js. Put these files in a place where you can find easily, like in a font folder or in your root directory.</p>
<p>3. Finally, update the Font Burner code that you have in the header of your pages. Look for a line that says something like, this:</p>
<pre>&lt;link rel="stylesheet" href="http://www.fontburner.com/css/fontburner.css" type="text/css" media="screen" /&gt;
&lt;link rel="stylesheet" href="http://www.fontburner.com/css/fontburner_print.css" type="text/css" media="print" /&gt;
&lt;script src="http://www.fontburner.com/fontburner.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://www.fontburner.com/js/black/fontname.php"&gt;&lt;/script&gt;
&lt;!-- sIFR fonts delivered by www.fontburner.com --&gt;</pre>
<p>and replace it with the code provided by Font Burner that looks like this:</p>
<pre>&lt;link rel="stylesheet" href="http://www.yourdomain.com/fontburner.css" type="text/css" media="screen" /&gt;
&lt;link rel="stylesheet" href="http://www.yourdomain.com/fontburner_print.css" type="text/css" media="print" /&gt;
&lt;script src="http://www.yourdomain.com/fontburner.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://www.yourdomain.com/fontname.php"&gt;&lt;/script&gt;
&lt;!-- sIFR fonts delivered by www.fontburner.com --&gt;</pre>
<p><strong>Note:</strong> your code will be a little different because you are going to be replacing &#8220;yourdomain.com&#8221; with your actual domain name. Also the &#8220;fontname&#8221; will be replaced by the name of the font you are using. That&#8217;s it. You can now check out your site and confirm that everything is working.</p>
<p><strong>WordPress Plugin Users:</strong></p>
<p>If you have the latest version of the Font Burner plugin or have installed the plugin recently you don&#8217;t need to do anything. If you are using an older version of the Font Burner plugin for WordPress and your fonts have dissappeared then you need to make a couple changes. Here is what you need to do:</p>
<p>1. Go to your WordPress plugin control panel and upgrade the plugin.</p>
<p>2. Once the plugin has been upgraded you will need to go to the Font Burner control panel. There should be a message on this screen that contains links to the fonts you were using. Click these links to download a zip file of each font. Unzip each file to get the .swf file contained in the zip file. These are the files that you will be hosting on your server.</p>
<p>3. Upload the .swf file(s) to the Font Burner plugin folder on your server. This is located somewhere like</p>
<p>/wp-content/plugins/font-burner-control-panel/fonts/</p>
<p>4. Once you have uploaded the .swf file into the &#8220;fonts&#8221; directory in the plugin folder the font will now appear in the dropdown menu in your Font Burner settings page. Select the font and save the options.</p>
<p><strong>In conclusion</strong></p>
<p>So as you can see, this is a bit more work than the original Font Burner concept, but I hope you agree that the tradeoff is worth it. As always, I am open to suggestions and feedback. Thanks for your support and I hope to continue to use Font Burner. Finally, I would like to point to another option for rich typography for your website. Google Fonts is a technology vastly superior to the sIFR system that makes Font Burner work. The selection of fonts is a bit small but it is growing. If you are using WordPress, I have a <a href="http://wordpress.org/extend/plugins/wp-google-fonts/stats/">Google Font plugin</a> that you can check out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2010/09/22/announcing-a-major-change-to-how-font-burner-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Suport Forum, and Other News</title>
		<link>http://www.fontburner.com/2009/11/07/new-suport-forum-and-other-news/</link>
		<comments>http://www.fontburner.com/2009/11/07/new-suport-forum-and-other-news/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:27:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=2064</guid>
		<description><![CDATA[It has been a while since I gave an update on what is happening in the world of Font Burner&#8230; New Font Burner Support Forum The biggest news is the new addition of a support forum to this site. The goal is that the forum will be a great resource for anyone struggling to get [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while since I gave an update on what is happening in the world of Font Burner&#8230;</p>
<p><strong>New Font Burner Support Forum</strong><br />
The biggest news is the new addition of a support forum to this site. The goal is that the forum will be a great resource for anyone struggling to get Font Burner working on their site. I am also looking to the Font Burner community to help each other out and share tips and suggestions. <a href="http://www.fontburner.com/forum/">Click here to visit the forum!</a></p>
<p>If you have insight into common problems encountered when using Font Burner, please make a post and share your expertise with the community. Your contributions to the forum would be greatly appreciated! Additionally, if you are interested in being a forum moderator, I am looking for help there, too.</p>
<p>I wish I could say that this was entirely unselfish, but the truth is that I am hoping this will help reduce the amount of technical support I do via email. I have been close to closing the doors on Font Burner, but just can&#8217;t pull the trigger. It is a labor of love, and sometimes it really feels like labor! I feel really guilty when someone sends me an email with a question that I don&#8217;t answer. I apologize if you are one of the people I have neglected! Please forgive me. Hopefully the forum will prevent me from being as big of a jerk to people who use my service.</p>
<p><strong>WordPress Plugin Update in Devleopment</strong><br />
In other news, I am working on a new version of the Font Burner WordPress plugin. While this release won&#8217;t introduce much (if any) new functionality, it is a major upgrade because it will address some of the performance issues happening behind the scenes. I am hoping to reduce the code size, and streamline how the Font Burner code is injected into the WordPress header. It is pretty much a rebuild from scratch and that is why it is taking so long. Stay tuned for the official release of the new and improved plugin.</p>
<p>That&#8217;s the news for now. Thanks to everyone who uses Font Burner and makes this site a success! I really appreciate your support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2009/11/07/new-suport-forum-and-other-news/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Feature: Download SWF Files, Free sIFR Fonts!</title>
		<link>http://www.fontburner.com/2009/06/21/new-feature-download-swf-files/</link>
		<comments>http://www.fontburner.com/2009/06/21/new-feature-download-swf-files/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 01:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=1970</guid>
		<description><![CDATA[I am proud to announce that each of the 1000+ sIFR fonts that power Font Burner are now available for download! You will now see a &#8220;Download SWF&#8221; link on every page that you can use to download all the free sIFR fonts available on Font Burner. To some of you that makes perfect sense, [...]]]></description>
			<content:encoded><![CDATA[<p>I am proud to announce that each of the 1000+ sIFR fonts that power Font Burner are now available for download! You will now see a &#8220;Download SWF&#8221; link on every page that you can use to download all the free sIFR fonts available on Font Burner. To some of you that makes perfect sense, but for most of you, swf font files require a little more explanation. Allow me to fill in the blanks for you&#8230;</p>
<p>Font Burner is powered by over 1000 sIFR font swf files. Until now these sIFR font files have been silently working behind the scenes to bring rich typography to your website. This is perfect for the average person, but there has been a growing demand for the ability to download the actual sIFR swf files so that people can host their own fonts rather than just linking to the font on Font Burner. Before I get to far ahead of myself let me define a few of the terms I keep using.</p>
<p><strong>What is a .swf font file?</strong><br />
An swf file is a shockwave filed, otherwise known as a Flash file. An swf can be anything from a video to a website, to animation. In the case of Font Burner, the swf is basically an empty Flash file that contains an embedded font. By using a technology called sIFR the swf font files are used to switch ordinary headlines into the font embedded in the swf.</p>
<p><strong>What is sIFR?</strong><br />
SIFR is what powers Font Burner. SIFR takes a .swf font file and uses it to switch your headlines from default fonts to the font of your choosing. </p>
<p>Now that we have defined sIFR and swf font files you may be asking what you would do next. Well, this is admittedly an advanced feature that will appeal to people that are comfortable customizing javascript. One of the challenges of siFR is that it requires you to own Flash and be able to create a sIFR swf file. These obstacles are what inspired Font Burner to create an easy way to add sIFR to your site without any of the hassle that typically accompanies using sIFR technology.</p>
<p>Unfortunately, in Font Burner&#8217;s current state it can be somewhat limiting in that the color choices and customizations just aren&#8217;t possible yet. Some people just want the .swf font files and can handle the customization on their own. For these power users the ability to download free swf font files is all they are really looking for. </p>
<p>All the .swf files are free for download. However, if you use a Font Burner Font it would be appreciated if you gave credit to Font Burner as well as the font designer on your site. I hope you enjoy this new feature!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2009/06/21/new-feature-download-swf-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>License Infringement and Font Burner</title>
		<link>http://www.fontburner.com/2009/01/17/license-infringement-and-font-burner/</link>
		<comments>http://www.fontburner.com/2009/01/17/license-infringement-and-font-burner/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 23:47:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=1874</guid>
		<description><![CDATA[I continue to be amazed by font comapanies that cry &#8220;Infringement&#8221; when they learn about sIFR. I have decided to make public all email correspondence with people who request to have their &#8220;free&#8221; fonts removed from Font Burner. Here is one from the protective folks at K-Type followed by my response&#8230; On Jan 10, 2009, [...]]]></description>
			<content:encoded><![CDATA[<p>I continue to be amazed by font comapanies that cry &#8220;Infringement&#8221; when they learn about sIFR. I have decided to make public all email correspondence with people who request to have their &#8220;free&#8221; fonts removed from Font Burner. Here is one from the protective folks at K-Type followed by my response&#8230;</p>
<p>On Jan 10, 2009, at 5:12 AM, Keith Bates wrote the following in an email titled &#8220;K-TYPE LICENCE INFRINGEMENT:&#8221;</p>
<p>Adrian,</p>
<p>I have not received a reply to the request I sent a few weeks ago asking you to remove my  K-Type fonts that appear on your FontBurner site. Please remove them immediately!</p>
<p>I was initially rather surprised that someone who purports to be helping font designers would not even credit each font foundry whose fonts are being used within FontBurner.</p>
<p>More importantly with regard to K-Type, you are failing to acknowledge or publicize the terms of our Licensing Agreement which allows K-Type &#8216;Freebies&#8217; to be used without a licence &#8216;for personal use only&#8217;.</p>
<p>The great problem with FontBurner is that although you are supplying this software free, it will be utilised by commercial concerns who will assumed that you have commercial clearance to use our fonts. You have not sought or been granted such permission. Indeed, the K-Type Licence Agreement, clearly visible on our website and available in the documentation within all current versions of K-Type fonts, clearly states that &#8216;Freebies used for commercial purposes must be licensed at the same rate as Pay Fonts&#8217;. Furthermore, K-Type fonts used within software products such as you are offering, need to be covered by an Enterprise Licence.</p>
<p>I trust you will quickly remove our intellectual property from your web site and FontBurner product and will advise me as soon as this is done. I attach a full list of K-Type &#8216;Freebies&#8217; below.</p>
<p>Failure to comply with this instruction will result in legal action.</p>
<p>Keith Bates</p>
<p>K-Type Freebies (Free for Personal Use)</p>
<p>3&#215;5<br />
Alex<br />
Anna<br />
Collegiate<br />
Dalek<br />
Designer Block<br />
Digitalis<br />
Flatpack<br />
Future Imperfect<br />
Gommogravure<br />
Greetings<br />
Insecurity<br />
Kato<br />
Klee Capscript<br />
Lexia Readable<br />
Magical Mystery Tour<br />
MailArt<br />
MailArt Graphics<br />
Mailart Rubberstamp<br />
Mandatory<br />
Max<br />
Ming<br />
Norton<br />
Pix-L<br />
Ray Johnson<br />
Roadway<br />
Sans Culottes<br />
Snippletweak<br />
Subway Ticker<br />
Susanna<br />
This Corrosion<br />
Victor Moscoso<br />
Wanda<br />
Waverley</p>
<hr />
<p>On Jan 10, 2009, at 12:02 PM, Adrian Hanft wrote:</p>
<p>Keith,</p>
<p>Somehow I missed your email from a few weeks ago. It either got filtered as spam or I missed it over Christmas when I was using my phone for email. Apologies.</p>
<p>Font Burner tries to make it simple for anyone to use freely available fonts on their websites. Since we have so many fonts in the system it is currently a little hard to credit the font designers as well as we would like. Hopefully we can improve that in the future because we really do respect font designers and thank them when they share their property freely. While we believe that it is within our legal rights to post any and all fonts on Font Burner, we try to respect the wishes of font owner such as yourself who ask us to remove a font. So, as a courtesy to you, I have turned off the following fonts within the Font Burner system:</p>
<p>Future Imperfect<br />
Greetings<br />
Lexia<br />
Mailart rubber stamp<br />
Mandatory<br />
Susanna<br />
This corrosion</p>
<p>As a point of clarity, I am curious how K-Type views sIFR in general? Do you restrict the use of sIFR completely with your fonts? I assume you realize that any time a sIFR file is posted online technically anyone could link to it and use it on their site, commercial or otherwise. If you demand that Font Burner remove the sIFR files off our server you are basically saying that it is illegal for anyone to use your fonts in sIFR even if they have purchased the font. That&#8217;s just something I want you to think about and I would be curious to know your thoughts in that matter.</p>
<p>Also, I want to alert you to the fact that I will be posting all our correspondence publicly and unedited on the Font Burner blog. I think it is important that all our users are aware of issues like this. Thanks for your email and let me know if there is anything else I can do for you.</p>
<p>Adrian Hanft</p>
<hr />
<p>I have yet to hear back from Keith, but when I do I will post it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2009/01/17/license-infringement-and-font-burner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Font Additions: Museo and Cuprum</title>
		<link>http://www.fontburner.com/2008/11/05/new-font-additions-museo-and-cuprum/</link>
		<comments>http://www.fontburner.com/2008/11/05/new-font-additions-museo-and-cuprum/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 05:48:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=1864</guid>
		<description><![CDATA[I recently added a couple great new fonts to Font Burner. (If you want to follow the latest fonts added to our system be sure to subscribe to our RSS feed.) Here is a little more about the latest additions&#8230; Museo This beautiful slab serif was designed by Jos Buivenga, maker of several of the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently added a couple great new fonts to Font Burner. (If you want to follow the latest fonts added to our system be sure to subscribe to our <a href="feed://www.fontburner.com/?feed=rss2&#038;cat=1">RSS feed</a>.) Here is a little more about the latest additions&#8230;</p>
<p><strong>Museo</strong><br />
This beautiful slab serif was designed by Jos Buivenga, maker of several of the best free fonts online. Check out <a href="http://www.josbuivenga.demon.nl/">josbuivenga.demon.nl</a> for several premium fonts. There are several weights of Museo available for free from <a href="http://www.myfonts.com/fonts/exljbris/museo/">myfonts.com</a>. I like this one because it is really readable without losing any character. <a href="http://www.fontburner.com/2008/10/30/museo_sans_500/">Click here to see a sample</a>.</p>
<p><strong>Cuprum</strong><br />
This san serif was designed by Jovanny Lemonad and can be downloaded from <a href="http://www.dafont.com/cuprum.font">dafont.com</a>. I don&#8217;t know much about it, but it is a simple and easy to read sans serif. I am definitely a fan of this one. <a href="http://www.fontburner.com/2008/11/05/cuprum/">Click here to see it in action on Font Burner</a>.</p>
<p>Both of these fonts were recommended to us by readers. Thanks! If you know of a great free font that is absent from our archives, please <a href="http://www.fontburner.com/forum/">visit our support forum</a> and request to have your font loaded into the system. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2008/11/05/new-font-additions-museo-and-cuprum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing a Font Burner WordPress Plugin!</title>
		<link>http://www.fontburner.com/2008/10/27/introducing-a-font-burner-wordpress-plugin/</link>
		<comments>http://www.fontburner.com/2008/10/27/introducing-a-font-burner-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 04:04:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=1857</guid>
		<description><![CDATA[I am proud to announce the release of a brand new WordPress plugin built just for Font Burner! The plugin is called Font Burner Control Panel and it allows you to easily add any Font Burner Font to your WordPress powered site. The plugin lets you control the color and size of your headlines in [...]]]></description>
			<content:encoded><![CDATA[<p>I am proud to announce the release of a brand new WordPress plugin built just for Font Burner! The plugin is called Font Burner Control Panel and it allows you to easily add any Font Burner Font to your WordPress powered site. The plugin lets you control the color and size of your headlines in addition to just choosing the font. That was the &#8220;missing link&#8221; of Font Burner since you used to be limited to black, white, and gray and the default sizes. The plugin also gives you a preview of your site so you can instantly see what your new headlines will look like.</p>
<p>Visit the plugins <a href="http://www.fontburner.com/the-font-burner-wordpress-plugin/">homepage</a> or download it from <a href="http://wordpress.org/extend/plugins/font-burner-control-panel/">the plugin directory at WordPress.org</a>. If you use the plugin please give me any feedback that you have. We hope you enjoy this new tool!</p>
<p>Learn all about wordpress plugins using <a href="http://www.testkingsite.com">testkings</a> free resources. Download the <a href="http://www.testkingsite.com/cisco/CCNP.html">testking ccnp</a> guide and <a href="http://www.testkingsite.com/cisco/CCDA.html">testking ccda</a> videos to learn how to create inspiring wordpress themes.</p>
<p>To do list:</p>
<ul>
<li><del datetime="2010-10-25T17:09:37+00:00">Allow different color for different headlines (H1 can be a different than H2)</del></li>
<li><del datetime="2010-10-25T17:09:37+00:00">Alignment options (right, left, center, justified)</del></li>
<li><del datetime="2010-10-25T17:09:37+00:00">Different fonts for H1, H2, H3, and H4</del></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2008/10/27/introducing-a-font-burner-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Font Industry Frustrations</title>
		<link>http://www.fontburner.com/2008/10/25/font-industry-frustrations/</link>
		<comments>http://www.fontburner.com/2008/10/25/font-industry-frustrations/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 21:03:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=1854</guid>
		<description><![CDATA[Font Burner was created so that there would be a really simple way to add rich typography to your website. You shouldn&#8217;t have to be a professional web designer to use fonts other than Times, Verdana, Arial, etc. on your site. I knew that font designers and font companies would be hesitant to this idea, [...]]]></description>
			<content:encoded><![CDATA[<p>Font Burner was created so that there would be a really simple way to add rich typography to your website. You shouldn&#8217;t have to be a professional web designer to use fonts other than Times, Verdana, Arial, etc. on your site. I knew that font designers and font companies would be hesitant to this idea, but I had a (perhaps naive) optimism that the value of the growth of typography online would win over the industry players. I might have been wrong.</p>
<p>Since the launch of Font Burner last April I have had several conversations with Font business people and I can&#8217;t point to a single person who has shown any interest in embracing sIFR. At best, they are willing to turn a blind eye to the use of sIFR. At worst, they expect an additional payment for a special sIFR license.</p>
<p>Think about that for a second. You legally purchase a font. You can use it freely anywhere you want. In advertising, on television, in a book, on the side of a plane, in your logo, anywhere. But if you want to use this font on your website, stop the presses! Oh, no! If you want to use the font that YOU PAID FOR on your website you will have to purchase an additional license. That is ridiculous. It is greedy, plain and simple.</p>
<p>This type of restrictive stance is a symptom of an industry that is only interested in turning a profit. This became even more clear to me when I had some correspondence with a representative from a relatively unknown font distribution website. I won&#8217;t give them the satisfaction of a link or mentioning them by name.</p>
<p>I was approached by this company because they wanted to know if I would be interested in promoting their free font of the month. At first I thought it would be a mutually beneficial partnership. I would promote their free font of the month and in exchange they would let me use the font within the Font Burner system. But when the details of how the arrangement would work were explained, the obvious one-sided arrangement became apparent.</p>
<p>The company had no interest in letting me use their free font on Font Burner. In fact, they don&#8217;t allow the use of any of their fonts with sIFR to anyone without an additional license. Yes, you heard that correctly. You would have to buy a license to use a sIFR version of a font that they are GIVING AWAY FOR FREE! To quote:</p>
<blockquote><p>We would not want our free font of the month posted to your site, either temporarily or permanently. Thus we were hoping that you would simply promote the free font, and link over to our site for users to download it.</p></blockquote>
<p>Can you believe that? They expect me to promote their products and send traffic to their site without getting anything in return. They expect something for free in one breath and then in the next they refuse to loosen their restrictive policies in the slightest bit! I can&#8217;t use the very font that they want me to promote on my site without being in violation of their license! Unbelievable.</p>
<p>I will end this post with my response to this unscrupulous solicitor:</p>
<blockquote><p>Thanks for clarifying your license restrictions. Unfortunately, I can&#8217;t endorse a company that takes such a limiting stance in regard to sIFR. I don&#8217;t agree with requiring additional licenses for using sIFR. If you purchase a font I believe you should legally be able to use it on your website without having to pay extra for that &#8220;luxury.&#8221; Frankly, I think you have more to gain from making it easier for people to use fonts online than by restricting them, but you guys have to run your business however you feel comfortable. Thanks again for contacting me, and keep me in mind if the licensing atmosphere loosens up at (campany name withheld).</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2008/10/25/font-industry-frustrations/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sIFR Generator</title>
		<link>http://www.fontburner.com/2008/10/16/sifr-generator/</link>
		<comments>http://www.fontburner.com/2008/10/16/sifr-generator/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 02:29:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=1853</guid>
		<description><![CDATA[The goal of Font Burner is to make it as easy as possible for people to incorporate rich typography into their websites. All the fonts found on this site use sIFR, a system for converting fonts into a form that can be used online. It can be a bit hard for a newcomer to get [...]]]></description>
			<content:encoded><![CDATA[<p>The goal of Font Burner is to make it as easy as possible for people to incorporate rich typography into their websites. All the fonts found on this site use sIFR, a system for converting fonts into a form that can be used online. It can be a bit hard for a newcomer to get it to work the first time and it can be expensive if you don&#8217;t own Adobe Flash. I wanted to point you towards a couple sites that help overcome those obstacles. </p>
<p>The first site is called <a href="http://www.sifrgenerator.com/">sIFR Generator</a>. It is an online tool that makes it easy to convert True Type fonts to a swf file that you can use with siFR. It is compatible with sIFR 3 and might just be the easiest way to generate sIFR font files. If you don&#8217;t want to shell out the cash for the arguably overpriced Flash software it is definitely your best option.</p>
<p>The second site I want to point you to is <a href="http://css-tricks.com/new-screencast-how-to-use-sifr-3/">css-tricks.com, where there is a video tutorial about how to use sIFR 3</a>. If you are a visual learner like myself, you are going to find this tutorial is for you. If you are lucky your days of stumbling through the sIFR documentation are over. And while I am on the topic of good sIFR tutorials, you might want to look at <a href="http://designintellection.com/2008/this-is-how-you-get-sifr-to-work/">these instructions on Design Intellection</a>. Good stuff.</p>
<p>I hope you find these links useful. Good luck with your sIFRing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2008/10/16/sifr-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apologies to Explorer Users</title>
		<link>http://www.fontburner.com/2008/05/24/apologies-to-explorer-users/</link>
		<comments>http://www.fontburner.com/2008/05/24/apologies-to-explorer-users/#comments</comments>
		<pubDate>Sat, 24 May 2008 14:55:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=1808</guid>
		<description><![CDATA[I wanted to say sorry to the Internet Explorer users who were experiencing browser crashes from Font Burner. I tackled the problem thinking it would be something major but it turned out that the crashes were due to an unclosed headline tag in my HTML. You wouldn&#8217;t think that wouldn&#8217;t be enough to kill a [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to say sorry to the Internet Explorer users who were experiencing browser crashes from Font Burner. I tackled the problem thinking it would be something major but it turned out that the crashes were due to an unclosed headline tag in my HTML. You wouldn&#8217;t think that wouldn&#8217;t be enough to kill a browser, but that&#8217;s Internet Explorer for you. Let me take this opportunity to encourage you to switch from Explorer to <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> or other modern browser. You will be glad you did and so will I!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2008/05/24/apologies-to-explorer-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it Legal?</title>
		<link>http://www.fontburner.com/2008/05/20/is-it-legal/</link>
		<comments>http://www.fontburner.com/2008/05/20/is-it-legal/#comments</comments>
		<pubDate>Tue, 20 May 2008 23:47:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Entries]]></category>

		<guid isPermaLink="false">http://www.fontburner.com/?p=1805</guid>
		<description><![CDATA[I am starting to get some feedback on Font Burner and the hot topic is whether or not this is legal. The FAQ&#8217;s were definitely lacking on this point and it deserves a more robust response. So here it goes. Font Burner respects the rights of font designers. We love fonts and want to make [...]]]></description>
			<content:encoded><![CDATA[<p>I am starting to get some feedback on Font Burner and the hot topic is whether or not this is legal. The FAQ&#8217;s were definitely lacking on this point and it deserves a more robust response. So here it goes.</p>
<p>Font Burner respects the rights of font designers. We love fonts and want to make font designers rich and famous. We also love the internet and want to expand the options for online fonts. There is a balancing act that has to happen that allows growth for online font usage as well as rewarding the hard working people who create fonts. Font Burner is right in the middle of it and unfortunately we won&#8217;t be able to please everyone.</p>
<p>Font Burner uses sIFR to render the fonts. Most commercial fonts require that you own a license for any font that you are using with sIFR. There is plenty of gray area in a statement like that, but Font Burner has decided to error on the side of safety and honor the font companies&#8217; wishes. For that reason, all the fonts available on Font Burner right now are copyright free fonts, the majority of which can be downloaded for free at <a href="http://www.dafont.com/">dafont.com</a>. At the launch of Font Burner there were some commercial fonts mixed in by mistake. We apologize for any oversight and if you see any more fonts that you believe shouldn&#8217;t be available here please let us know!</p>
<p>The hope is that Font Burner can expand beyond the free fonts and offer commercial fonts eventually with the font designer&#8217;s blessing. We are looking for a font company or a font designer that is willing to embrace this technology and give us a thumbs up for use on Font Burner. The exposure and publicity that comes with Font Burner has the potential to be a big boost to anyone who recognizes the advantage of being seen as a leader in this regard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fontburner.com/2008/05/20/is-it-legal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: fontburner.com @ 2012-02-09 01:39:10 -->
