<?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: Safari&#8217;s text-shadow anti-aliasing CSS hack Revision</title>
	<atom:link href="http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/</link>
	<description>blog, webdesign, illustration &#38; newsk00l javascript</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:09:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matan</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-354068</link>
		<dc:creator>Matan</dc:creator>
		<pubDate>Sat, 13 Feb 2010 02:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-354068</guid>
		<description>BWRic:
&quot;Also, is there similar fix for Firefox on the Mac?&quot;</description>
		<content:encoded><![CDATA[<p>BWRic:<br />
&#8220;Also, is there similar fix for Firefox on the Mac?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 New CSS Techniques For Your Next Web Design &#171; SUMERA&#8217;S Weblog</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-350701</link>
		<dc:creator>50 New CSS Techniques For Your Next Web Design &#171; SUMERA&#8217;S Weblog</dc:creator>
		<pubDate>Tue, 26 Jan 2010 11:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-350701</guid>
		<description>[...] is a revised version of the technique above to create a slightly different anti-aliasing effect, especially [...]</description>
		<content:encoded><![CDATA[<p>[...] is a revised version of the technique above to create a slightly different anti-aliasing effect, especially [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BWRic</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-340847</link>
		<dc:creator>BWRic</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-340847</guid>
		<description>Also, is there similar fix for Firefox on the Mac?</description>
		<content:encoded><![CDATA[<p>Also, is there similar fix for Firefox on the Mac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BWRic</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-340776</link>
		<dc:creator>BWRic</dc:creator>
		<pubDate>Mon, 18 Jan 2010 11:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-340776</guid>
		<description>What we need now is to detect if the user is running OS X or Windows, as the standard rendering in Safari 4 on Windows is okay. It&#039;s only a problem if they changed the preferences but I don&#039;t think many people will switch to fat text mode. Any clever ways to do this in CSS or do we need to load extra styles just for Mac Safari?</description>
		<content:encoded><![CDATA[<p>What we need now is to detect if the user is running OS X or Windows, as the standard rendering in Safari 4 on Windows is okay. It&#8217;s only a problem if they changed the preferences but I don&#8217;t think many people will switch to fat text mode. Any clever ways to do this in CSS or do we need to load extra styles just for Mac Safari?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Nielsen</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-334857</link>
		<dc:creator>Josh Nielsen</dc:creator>
		<pubDate>Wed, 13 Jan 2010 06:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-334857</guid>
		<description>Steve Smith from ordered list found something that worked for me in safari:
body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

http://orderedlist.com/our-writing/resources/html-css/thinning-text-in-webkit-safari/</description>
		<content:encoded><![CDATA[<p>Steve Smith from ordered list found something that worked for me in safari:<br />
body { -webkit-text-stroke:1px transparent; }<br />
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}</p>
<p><a href="http://orderedlist.com/our-writing/resources/html-css/thinning-text-in-webkit-safari/" rel="nofollow">http://orderedlist.com/our-writing/resources/html-css/thinning-text-in-webkit-safari/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Nielsen</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-322112</link>
		<dc:creator>Josh Nielsen</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-322112</guid>
		<description>I also don&#039;t see a difference until I set it to text-shadow:rgba(0,0,0,0.01) 0 0 1px; and even then It is only in Chrome that it works. Safari 4 and Firefox 3.5 both look really fat on my mbp.</description>
		<content:encoded><![CDATA[<p>I also don&#8217;t see a difference until I set it to text-shadow:rgba(0,0,0,0.01) 0 0 1px; and even then It is only in Chrome that it works. Safari 4 and Firefox 3.5 both look really fat on my mbp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 New CSS Techniques For Your Next Web Design &#124; Theme Center</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-300483</link>
		<dc:creator>50 New CSS Techniques For Your Next Web Design &#124; Theme Center</dc:creator>
		<pubDate>Sun, 13 Dec 2009 07:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-300483</guid>
		<description>[...] is a revised version of the technique above to create a slightly different anti-aliasing effect, especially [...]</description>
		<content:encoded><![CDATA[<p>[...] is a revised version of the technique above to create a slightly different anti-aliasing effect, especially [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-277983</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Wed, 29 Jul 2009 07:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-277983</guid>
		<description>Guys, if you take the screenshots into photoshop and zoom in, you&#039;ll see safari 3 is using LCD subpixel rendering (you see the green and red fringes). The safari 4 screenshot is using standard CRT font smoothing (grey scale anti aliasing). I&#039;m surprised none of you has noticed this

This hack is just disabling subpixel rendering. I&#039;m on windows and safari 4 has these font options in its preferences. On mac this is controlled by your OS system settings instead.

It looks like safari 3 wasnt respecting your OS prefs and now safari 4 does?

Apple&#039;s subpixel rendering makes the fonts too thick even on the &quot;light&quot; setting.</description>
		<content:encoded><![CDATA[<p>Guys, if you take the screenshots into photoshop and zoom in, you&#8217;ll see safari 3 is using LCD subpixel rendering (you see the green and red fringes). The safari 4 screenshot is using standard CRT font smoothing (grey scale anti aliasing). I&#8217;m surprised none of you has noticed this</p>
<p>This hack is just disabling subpixel rendering. I&#8217;m on windows and safari 4 has these font options in its preferences. On mac this is controlled by your OS system settings instead.</p>
<p>It looks like safari 3 wasnt respecting your OS prefs and now safari 4 does?</p>
<p>Apple&#8217;s subpixel rendering makes the fonts too thick even on the &#8220;light&#8221; setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 New CSS Techniques For Your Next Web Design &#124; Desinine</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-277736</link>
		<dc:creator>50 New CSS Techniques For Your Next Web Design &#124; Desinine</dc:creator>
		<pubDate>Thu, 23 Jul 2009 08:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-277736</guid>
		<description>[...] is a revised version of the technique above to create a slightly different anti-aliasing effect, especially [...]</description>
		<content:encoded><![CDATA[<p>[...] is a revised version of the technique above to create a slightly different anti-aliasing effect, especially [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 New CSS Techniques For Your Next Web Design - Programming Blog</title>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/comment-page-1/#comment-277624</link>
		<dc:creator>50 New CSS Techniques For Your Next Web Design - Programming Blog</dc:creator>
		<pubDate>Mon, 20 Jul 2009 23:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=1267#comment-277624</guid>
		<description>[...] is a revised version of the technique above to create a slightly different anti-aliasing effect, especially [...]</description>
		<content:encoded><![CDATA[<p>[...] is a revised version of the technique above to create a slightly different anti-aliasing effect, especially [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: komodomedia.com @ 2012-02-11 16:48:11 by W3 Total Cache -->
