<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Font Awesome &#8211; Other Things</title>
	<atom:link href="https://blog.adamzolo.com/tag/font-awesome/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adamzolo.com</link>
	<description>Blog about Things by Adam Zolotarev</description>
	<lastBuildDate>Sun, 08 Sep 2013 13:07:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Bootstrap Font Awesome Icons not working on IE9, IE10</title>
		<link>https://blog.adamzolo.com/bootstrap-icons-working-ie9-ie10-fontawesome-webfont-eot/</link>
					<comments>https://blog.adamzolo.com/bootstrap-icons-working-ie9-ie10-fontawesome-webfont-eot/#respond</comments>
		
		<dc:creator><![CDATA[Adam Zolo]]></dc:creator>
		<pubDate>Sun, 08 Sep 2013 13:07:37 +0000</pubDate>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Font Awesome]]></category>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=6</guid>

					<description><![CDATA[If you are using an older version of Font Awesome you may discover an issue occurring on IE 9 and IE 10, when font is displayed as squares without any text. After some extensive googling the issue was resolved by modifying font-awesome.css and changing the format('eot') to format('embedded-opentype') for the fontawesome-webfont.eot: from this: to this: Even&#8230;<p><a class="more-link" href="https://blog.adamzolo.com/bootstrap-icons-working-ie9-ie10-fontawesome-webfont-eot/" title="Continue reading &#8216;Bootstrap Font Awesome Icons not working on IE9, IE10&#8217;">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><del></del>If you are using an older version of <a title="Font Awesome" href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> you may discover an issue occurring on IE 9 and IE 10, when font is displayed as squares without any text. After some extensive googling the issue was resolved by modifying font-awesome.css and changing the <code>format('eot')</code> to <code>format('embedded-opentype')</code> for the fontawesome-webfont.eot:</p>
<p>from this:</p>
<pre class="brush: css; title: ; notranslate">
@font-face {
font-family: &quot;FontAwesome&quot;;
src: url('../font-awesome/fontawesome-webfont.eot');
src: url('../font-awesome/fontawesome-webfont.eot?#iefix') format('eot'), url('../font-awesome/fontawesome-webfont.woff') format('woff'), url('../font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../font-awesome/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}</pre>
<p><span style="line-height: 1.5;">to this:</span></p>
<pre class="brush: css; title: ; notranslate">
@font-face {
font-family: &quot;FontAwesome&quot;;
src: url('../font-awesome/fontawesome-webfont.eot');
src: url('../font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font-awesome/fontawesome-webfont.woff') format('woff'), url('../font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../font-awesome/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
</pre>
<p>Even better, you can update to the latest version of <a title="Font Awesome" href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a>, which already has this fix.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.adamzolo.com/bootstrap-icons-working-ie9-ie10-fontawesome-webfont-eot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
