<?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: Embed web page fonts using @font-face	</title>
	<atom:link href="https://blog.red7.com/embed-fonts-using-font-face/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.red7.com/embed-fonts-using-font-face/</link>
	<description>Communicating in a networked world</description>
	<lastBuildDate>Mon, 02 Jan 2017 20:15:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Bill Paladino		</title>
		<link>https://blog.red7.com/embed-fonts-using-font-face/#comment-125</link>

		<dc:creator><![CDATA[Bill Paladino]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 03:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://sky.dlfound.org/?p=2129#comment-125</guid>

					<description><![CDATA[Hi-

Re Embed web page fonts using @font-face

Below example is based on example at:

  http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

Mine will not display in EUROSTILE font.
I am just concerned with Firefox and Chrome now
and will address I-E later (eot).
---------------------------------------------------



   
@font-face {
font-family: EuroFont;

src: url(&#039;http://home.pipeline.com/~datapool/Eurosti.TTF&#039;) format(&#039;opentype&#039;);
}
div
{
font-family: EuroFont;
}

Test Bed for Euro Style Font



With CSS3, websites can use fonts other than the installed fonts.



-------------------------------------------------

Like you, I&#039;ve spent many hours but could not get it to work.

I will donate $20 to the Dalai Lama Foundation for your help.

Regards,

Bill Paladino
Kings Park, NY]]></description>
			<content:encoded><![CDATA[<p>Hi-</p>
<p>Re Embed web page fonts using @font-face</p>
<p>Below example is based on example at:</p>
<p>  <a href="http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp" rel="nofollow ugc">http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp</a></p>
<p>Mine will not display in EUROSTILE font.<br />
I am just concerned with Firefox and Chrome now<br />
and will address I-E later (eot).<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>@font-face {<br />
font-family: EuroFont;</p>
<p>src: url(&#8216;http://home.pipeline.com/~datapool/Eurosti.TTF&#8217;) format(&#8216;opentype&#8217;);<br />
}<br />
div<br />
{<br />
font-family: EuroFont;<br />
}</p>
<p>Test Bed for Euro Style Font</p>
<p>With CSS3, websites can use fonts other than the installed fonts.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Like you, I&#8217;ve spent many hours but could not get it to work.</p>
<p>I will donate $20 to the Dalai Lama Foundation for your help.</p>
<p>Regards,</p>
<p>Bill Paladino<br />
Kings Park, NY</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sky		</title>
		<link>https://blog.red7.com/embed-fonts-using-font-face/#comment-124</link>

		<dc:creator><![CDATA[Sky]]></dc:creator>
		<pubDate>Thu, 03 Feb 2011 06:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://sky.dlfound.org/?p=2129#comment-124</guid>

					<description><![CDATA[I&#039;m viewing this page in Firefox 3.6.13 and the headlines are in SF Cartoonist Hand and working fine.  Take a look at the HTML of this page (the one you&#039;re viewing) and see how it was done.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m viewing this page in Firefox 3.6.13 and the headlines are in SF Cartoonist Hand and working fine.  Take a look at the HTML of this page (the one you&#8217;re viewing) and see how it was done.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zamshed Farhan		</title>
		<link>https://blog.red7.com/embed-fonts-using-font-face/#comment-123</link>

		<dc:creator><![CDATA[Zamshed Farhan]]></dc:creator>
		<pubDate>Wed, 02 Feb 2011 03:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://sky.dlfound.org/?p=2129#comment-123</guid>

					<description><![CDATA[But it does not work for FireFox 3.6.13. Why? Please clear me.]]></description>
			<content:encoded><![CDATA[<p>But it does not work for FireFox 3.6.13. Why? Please clear me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sky		</title>
		<link>https://blog.red7.com/embed-fonts-using-font-face/#comment-122</link>

		<dc:creator><![CDATA[Sky]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 04:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://sky.dlfound.org/?p=2129#comment-122</guid>

					<description><![CDATA[Yeah, my code looks almost exactly like your original code doesn&#039;t it?  So it makes me scratch my head too.  

The issue was two fold - and mixed with a little confusion on my part from having read too many examples - so many examples given elsewhere, including hacks.mozilla.org and in some of the discussion/comments on the (your) Paul Irish blog, did not enclose the filename within the url() construct in quotes. The original example in your blog post does have quotes, but some of the comments just have a raw filename in the url() specification. I was working from some of the samples in the comments. And that didn’t work for me until I put the URL in quotes. 

In addition, I ended up using the entire URL, starting right from the &quot;http://&quot; although I probably could have just started from an initial &quot;/&quot; instead. I use the fonts within a WordPress blog and when a site visitor is viewing a page on my site, they&#039;re often a couple of page levels deep on the site and the browser can’t find the font file because it needs a full path, not a path relative to the current page. So my examples use full URLs and they work on all of the browsers and on my WordPress-powered blog.]]></description>
			<content:encoded><![CDATA[<p>Yeah, my code looks almost exactly like your original code doesn&#8217;t it?  So it makes me scratch my head too.  </p>
<p>The issue was two fold &#8211; and mixed with a little confusion on my part from having read too many examples &#8211; so many examples given elsewhere, including hacks.mozilla.org and in some of the discussion/comments on the (your) Paul Irish blog, did not enclose the filename within the url() construct in quotes. The original example in your blog post does have quotes, but some of the comments just have a raw filename in the url() specification. I was working from some of the samples in the comments. And that didn’t work for me until I put the URL in quotes. </p>
<p>In addition, I ended up using the entire URL, starting right from the &#8220;http://&#8221; although I probably could have just started from an initial &#8220;/&#8221; instead. I use the fonts within a WordPress blog and when a site visitor is viewing a page on my site, they&#8217;re often a couple of page levels deep on the site and the browser can’t find the font file because it needs a full path, not a path relative to the current page. So my examples use full URLs and they work on all of the browsers and on my WordPress-powered blog.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Irish		</title>
		<link>https://blog.red7.com/embed-fonts-using-font-face/#comment-121</link>

		<dc:creator><![CDATA[Paul Irish]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://sky.dlfound.org/?p=2129#comment-121</guid>

					<description><![CDATA[Interesting! What was the change you made for Firefox compatibility?]]></description>
			<content:encoded><![CDATA[<p>Interesting! What was the change you made for Firefox compatibility?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: blog.red7.com @ 2026-06-06 07:21:33 by W3 Total Cache
-->