<?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>Édipo Costa Rebouças - Desenvolvedor Web &#187; Artigos</title>
	<atom:link href="http://www.edipo.com.br/secao/artigos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edipo.com.br</link>
	<description>Portfolio e Blog</description>
	<lastBuildDate>Wed, 07 Dec 2011 04:08:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>@font-face já pode ser usado</title>
		<link>http://www.edipo.com.br/artigos/font-face-ja-pode-ser-usado/</link>
		<comments>http://www.edipo.com.br/artigos/font-face-ja-pode-ser-usado/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:23:43 +0000</pubDate>
		<dc:creator>Édipo Costa Rebouças</dc:creator>
				<category><![CDATA[Artigos]]></category>

		<guid isPermaLink="false">http://www.edipo.com.br/?p=145</guid>
		<description><![CDATA[O @font-face e a declaração standard no CSS para importação de fontes, se você esta cansado de usar image replacement, veja que já é possivel usar font-face para a grande maioria dos browsers incluindo o Internet Explorer 4 para fontes TrueType, isso mesmo, Internet Explorer 4. Nos browsers mais modernos(Excluindo o IE8), você consegue importar [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.edipo.com.br/wp-content/uploads/2010/02/font-face.jpg" alt="" title="@font-face" width="440" height="268" class="center" /><br />
O <a href="https://developer.mozilla.org/Pt/CSS/@font-face">@font-face</a> e a declaração standard no CSS para importação de fontes, se você esta cansado de usar image replacement, veja que já é possivel usar font-face para a grande maioria dos browsers incluindo o Internet Explorer 4 para fontes TrueType, isso mesmo, Internet Explorer 4.</p>
<p>Nos browsers mais modernos(Excluindo o IE8), você consegue importar fontes com seus arquivos originais, para o Interner Explorer você precisa transformar para o padrão eot(Embedded OpenType):</p>
<p>exemplo de font-face:<br />
<code><br />
@font-face{<br />
        font-family: "Arial Rondend";<br />
        font-style: normal;<br />
        font-weight: bold;<br />
        src: url("../fonts/arial_rounded_mt_bold.eot");<br />
}<br />
@font-face{<br />
        font-family: "Arial Rondend";<br />
        font-style: normal;<br />
        font-weight: bold;<br />
        src: url("../fonts/arial_rounded_mt_bold.ttf") format("truetype");<br />
}<br />
</code><br />
Primeiro você coloca o código para o Internet Explorer, depois você coloca para os outros browsers.</p>
<h3>Como transformar uma fonte TrueType para o padrão eot(Embedded OpenType)</h3>
<p>Use o software <a href="https://developer.mozilla.org/Pt/CSS/@font-face">ttf2eot</a>, com ele é muito simples fazer as conversões, a Microsoft disponibiliza um software para isso, que pelo menos aqui no meu serviço, com Windows XP SP3 eu não consegui rodar adequadamente, caso se interessem: <a href="http://www.microsoft.com/typography/web/embedding/default.aspx">WEFT</a>.</p>
<p>Cuidado no uso das fontes, pois muitas são pagas e para usá-las dessa maneira, tem que pagar por um tipo de licensa especial, procure usar fontes gratuitas com esse método.</p>
<p>Esta técnica esta em uso em http://www.winnerkids.com.br</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edipo.com.br/artigos/font-face-ja-pode-ser-usado/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

