<?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: Embedding fonts by name instead of location</title>
	<atom:link href="http://blog.flexexamples.com/2007/10/09/embedding-fonts-by-name-instead-of-location/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/10/09/embedding-fonts-by-name-instead-of-location/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dormouse</title>
		<link>http://blog.flexexamples.com/2007/10/09/embedding-fonts-by-name-instead-of-location/comment-page-1/#comment-1505</link>
		<dc:creator>dormouse</dc:creator>
		<pubDate>Wed, 10 Oct 2007 02:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/09/embedding-fonts-by-name-instead-of-location/#comment-1505</guid>
		<description>Very Well, use this:
&lt;pre lang=&quot;css&quot;&gt;
@font-face {
    src:local(&quot;Arial&quot;);
    fontFamily: ArialEmbedded;
    fontWeight: bold;
}
&lt;/pre&gt;

Is the compiled swf binding the Arial font or not?</description>
		<content:encoded><![CDATA[<p>Very Well, use this:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@font-face {</span>
    src<span style="color: #00AA00;">:</span>local<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;Arial&quot;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    fontFamily<span style="color: #00AA00;">:</span> ArialEmbedded<span style="color: #00AA00;">;</span>
    fontWeight<span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Is the compiled swf binding the Arial font or not?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

