<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Google Web Fonts with Fewer Requests	</title>
	<atom:link href="https://davekz.com/google-web-fonts-with-fewer-requests/feed/" rel="self" type="application/rss+xml" />
	<link>https://davekz.com/google-web-fonts-with-fewer-requests/</link>
	<description>The Trials and Tribulations of a Programming Ninja</description>
	<lastBuildDate>Thu, 31 Oct 2013 18:49:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>
		By: Dennis Sinacola		</title>
		<link>https://davekz.com/google-web-fonts-with-fewer-requests/#comment-481</link>

		<dc:creator><![CDATA[Dennis Sinacola]]></dc:creator>
		<pubDate>Thu, 31 Oct 2013 18:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.david.kryzaniak.com/?p=147#comment-481</guid>

					<description><![CDATA[Yeah I don&#039;t  this isn&#039;t a good idea Dave imho. I see why you&#039;re doing it, but that Google url will serve up different css for different browsers, and will bring in different font files dependent on the browser, including .woff, .ttf, .eot and .svg. If you copy all the relevant css, you&#039;re bringing in unnecessary font files which will be even slower since you&#039;d need to bring in all the font files, defeating the performance purpose. There&#039;s a reason Google&#039;s doing it this way. I think the best way to speed this up would be to serve the files locally and do your own browser detection.]]></description>
			<content:encoded><![CDATA[<p>Yeah I don&#8217;t  this isn&#8217;t a good idea Dave imho. I see why you&#8217;re doing it, but that Google url will serve up different css for different browsers, and will bring in different font files dependent on the browser, including .woff, .ttf, .eot and .svg. If you copy all the relevant css, you&#8217;re bringing in unnecessary font files which will be even slower since you&#8217;d need to bring in all the font files, defeating the performance purpose. There&#8217;s a reason Google&#8217;s doing it this way. I think the best way to speed this up would be to serve the files locally and do your own browser detection.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://davekz.com/google-web-fonts-with-fewer-requests/#comment-475</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Thu, 31 Oct 2013 03:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.david.kryzaniak.com/?p=147#comment-475</guid>

					<description><![CDATA[If we open the same stylesheet link from Safari, you will get the trutype (.ttf) file link. Including that also is a good option. If we don&#039;t have Safari installed, we could use the &quot;User Agent Switcher&quot; Firefox add-on to change the user agent to &quot;Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.54.16 (KHTML, like Gecko) Version/5.1.4 Safari/534.54.16&quot; and open the stylesheet to get the link to .ttf file.]]></description>
			<content:encoded><![CDATA[<p>If we open the same stylesheet link from Safari, you will get the trutype (.ttf) file link. Including that also is a good option. If we don&#8217;t have Safari installed, we could use the &#8220;User Agent Switcher&#8221; Firefox add-on to change the user agent to &#8220;Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.54.16 (KHTML, like Gecko) Version/5.1.4 Safari/534.54.16&#8221; and open the stylesheet to get the link to .ttf file.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced 

Served from: davekz.com @ 2024-07-11 06:09:45 by W3 Total Cache
-->