<?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: @font-face in the wild</title>
	<atom:link href="http://www.css3.info/font-face-in-the-wild/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/font-face-in-the-wild/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:05:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: graeme</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-257896</link>
		<dc:creator>graeme</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-257896</guid>
		<description>is it just me or is this going to lead to some absolute web disasters?!?!?  </description>
		<content:encoded><![CDATA[<p>is it just me or is this going to lead to some absolute web disasters?!?!?  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax website styles</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-253089</link>
		<dc:creator>Ajax website styles</dc:creator>
		<pubDate>Mon, 24 Aug 2009 04:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-253089</guid>
		<description> hey man thats a nice trick to use the Font import from any other place thanks</description>
		<content:encoded><![CDATA[<p> hey man thats a nice trick to use the Font import from any other place thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC John Sese Cuneta</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-247133</link>
		<dc:creator>JC John Sese Cuneta</dc:creator>
		<pubDate>Sat, 20 Jun 2009 08:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-247133</guid>
		<description>@Robin: There&#039;s a way to minimize the download, add this to your @font-face

&lt;code&gt;
unicode-range: U+1700-171F;
&lt;/code&gt;

That&#039;s what I understood from the manuals and what not about that bit.  It will allow the browser to download only the specified unicode-range, this way the end-user doesn&#039;t have to download the whole font.

But then, on second thought, CJK, or just the Chinese glyphs alone is in itself huge even without the non-CJK ranges.  I guess in that case, the end-user should get his/her own copy of the font(s).

------------------------------
Anyway, here&#039;s an online sample of @font-face using the Filipino Baybayin writing script -&gt; http://laibcoms.asia/blog/xindao/general3/baybayin-typepad-fil-tglg

Use FF3.5 and Opera 10.  I haven&#039;t checked WebKit-browsers yet.  IE on the other hand won&#039;t work (ever, because they only want .EOT).

Fonts I used are downloadable free-of-charge ;)</description>
		<content:encoded><![CDATA[<p>@Robin: There&#8217;s a way to minimize the download, add this to your @font-face</p>
<p><pre><code>
unicode-range: U+1700-171F;
</code></pre></p>
<p>That&#8217;s what I understood from the manuals and what not about that bit.  It will allow the browser to download only the specified unicode-range, this way the end-user doesn&#8217;t have to download the whole font.</p>
<p>But then, on second thought, CJK, or just the Chinese glyphs alone is in itself huge even without the non-CJK ranges.  I guess in that case, the end-user should get his/her own copy of the font(s).</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Anyway, here&#8217;s an online sample of @font-face using the Filipino Baybayin writing script -&gt; <a href="http://laibcoms.asia/blog/xindao/general3/baybayin-typepad-fil-tglg" rel="nofollow">http://laibcoms.asia/blog/xindao/general3/baybayin-typepad-fil-tglg</a></p>
<p>Use FF3.5 and Opera 10.  I haven&#8217;t checked WebKit-browsers yet.  IE on the other hand won&#8217;t work (ever, because they only want .EOT).</p>
<p>Fonts I used are downloadable free-of-charge ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-217993</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 12 Dec 2008 06:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-217993</guid>
		<description>@font-face is Not suitable for CJK language. Because  CJK font always too big. download it is a nightmare for visitor.</description>
		<content:encoded><![CDATA[<p>@font-face is Not suitable for CJK language. Because  CJK font always too big. download it is a nightmare for visitor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Rodriguez</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-202573</link>
		<dc:creator>Adrian Rodriguez</dc:creator>
		<pubDate>Thu, 02 Oct 2008 12:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-202573</guid>
		<description>So instead of creating images, we can now just import fonts from folders in our server?</description>
		<content:encoded><![CDATA[<p>So instead of creating images, we can now just import fonts from folders in our server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC John SESE-Cuneta</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-195845</link>
		<dc:creator>JC John SESE-Cuneta</dc:creator>
		<pubDate>Thu, 28 Aug 2008 10:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-195845</guid>
		<description>Yah.  Personally, I do not think EOT is a good choice for the spread of &#039;Web Fonts&#039; (as W3C refers to it).  I even see it as the anti-thesis of Web Fonts and standards.</description>
		<content:encoded><![CDATA[<p>Yah.  Personally, I do not think EOT is a good choice for the spread of &#8216;Web Fonts&#8217; (as W3C refers to it).  I even see it as the anti-thesis of Web Fonts and standards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-195822</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-195822</guid>
		<description>That&#039;s the idea, but it&#039;s up to the browser to implement that check. And to support it, Firefox and Safari would need code to read in an EOT file and output a plain OpenType file, say bye-bye to any restrictions in the EOT file.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the idea, but it&#8217;s up to the browser to implement that check. And to support it, Firefox and Safari would need code to read in an EOT file and output a plain OpenType file, say bye-bye to any restrictions in the EOT file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC John SESE-Cuneta</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-195470</link>
		<dc:creator>JC John SESE-Cuneta</dc:creator>
		<pubDate>Tue, 26 Aug 2008 16:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-195470</guid>
		<description>The reason why MSIE only want EOT is because the browser still has to download the font in its cache/temporary directory for it to render the font on the user&#039;s end.  Making your URL to be the only to use it will be useless.

That is where EOT comes in.  It allows foundries and site authors to specify which URLs the font will be usable.  So even if it resides in your cache/temporary dir, the font will be unsusable because the URL it requires is not the one accessing the font (but instead your application or own sitet).

At least that&#039;s what I understood, I may be wrong.</description>
		<content:encoded><![CDATA[<p>The reason why MSIE only want EOT is because the browser still has to download the font in its cache/temporary directory for it to render the font on the user&#8217;s end.  Making your URL to be the only to use it will be useless.</p>
<p>That is where EOT comes in.  It allows foundries and site authors to specify which URLs the font will be usable.  So even if it resides in your cache/temporary dir, the font will be unsusable because the URL it requires is not the one accessing the font (but instead your application or own sitet).</p>
<p>At least that&#8217;s what I understood, I may be wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exec</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-195290</link>
		<dc:creator>Exec</dc:creator>
		<pubDate>Tue, 26 Aug 2008 05:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-195290</guid>
		<description>It&#039;s the client that needs the font file, not the server. It has to download the font file to be able to use it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s the client that needs the font file, not the server. It has to download the font file to be able to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alison</title>
		<link>http://www.css3.info/font-face-in-the-wild/comment-page-1/#comment-195257</link>
		<dc:creator>Alison</dc:creator>
		<pubDate>Tue, 26 Aug 2008 03:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=306#comment-195257</guid>
		<description>No I was talking more like stealing the font and using it in your designs without paying for it.

Well if you have a username and password for accessing it then perhaps you could make a script to access it via username and password within the php file. Like a database connection file?

Oh! well what if you did that. Put the font in a database with restricted access? Or would that just be too slow to load?</description>
		<content:encoded><![CDATA[<p>No I was talking more like stealing the font and using it in your designs without paying for it.</p>
<p>Well if you have a username and password for accessing it then perhaps you could make a script to access it via username and password within the php file. Like a database connection file?</p>
<p>Oh! well what if you did that. Put the font in a database with restricted access? Or would that just be too slow to load?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: css3.info @ 2010-07-30 19:10:32 -->