<?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>Blog d'Orditeck &#187; css</title>
	<atom:link href="http://blog.orditeck.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.orditeck.com</link>
	<description></description>
	<lastBuildDate>Mon, 04 May 2009 02:42:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Équivalence des polices Windows/Mac/Linux</title>
		<link>http://blog.orditeck.com/2009/05/equivalence-des-polices-windowsmaclinux/</link>
		<comments>http://blog.orditeck.com/2009/05/equivalence-des-polices-windowsmaclinux/#comments</comments>
		<pubDate>Sun, 03 May 2009 23:50:44 +0000</pubDate>
		<dc:creator>Orditeck</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[polices]]></category>

		<guid isPermaLink="false">http://blog.orditeck.com/?p=304</guid>
		<description><![CDATA[Trouver une police équivalente à celle que l&#8217;on utilise généralement peut rapidement devenir embêtant quand on veut que ce soit multi-plateformes.
Voici une liste des polices les plus courantes ainsi que leurs équivalents sous les différents OS.

font-family: Verdana,Geneva,Kalimati,sans-serif;
font-family: &#34;Lucida Sans Unicode&#34;,&#34;Lucida Grande&#34;,Garuda,sans-serif;
font-family: &#34;Arial Black&#34;,Gadget,sans-serif;
font-family: Arial,Helvetica,Garuda,sans-serif;
font-family: Georgia,&#34;Nimbus Roman No9 L&#34;,serif;
font-family: &#34;Palatino Linotype&#34;,&#34;Book Antiqua&#34;,Palatino,FreeSerif,serif;
font-family: Tahoma,Geneva,Kalimati,sans-serif;
font-family: &#34;Trebuchet MS&#34;,Helvetica,Jamrul,sans-serif;
font-family: &#34;Times [...]]]></description>
			<content:encoded><![CDATA[<p>Trouver une police équivalente à celle que l&#8217;on utilise généralement peut rapidement devenir embêtant quand on veut que ce soit multi-plateformes.<br />
Voici une liste des polices les plus courantes ainsi que leurs équivalents sous les différents OS.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Verdana<span style="color: #00AA00;">,</span>Geneva<span style="color: #00AA00;">,</span>Kalimati<span style="color: #00AA00;">,</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Lucida Sans Unicode&quot;</span><span style="color: #00AA00;">,</span><span style="color: #ff0000;">&quot;Lucida Grande&quot;</span><span style="color: #00AA00;">,</span>Garuda<span style="color: #00AA00;">,</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Arial Black&quot;</span><span style="color: #00AA00;">,</span>Gadget<span style="color: #00AA00;">,</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Arial<span style="color: #00AA00;">,</span>Helvetica<span style="color: #00AA00;">,</span>Garuda<span style="color: #00AA00;">,</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Georgia<span style="color: #00AA00;">,</span><span style="color: #ff0000;">&quot;Nimbus Roman No9 L&quot;</span><span style="color: #00AA00;">,</span><span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Palatino Linotype&quot;</span><span style="color: #00AA00;">,</span><span style="color: #ff0000;">&quot;Book Antiqua&quot;</span><span style="color: #00AA00;">,</span>Palatino<span style="color: #00AA00;">,</span>FreeSerif<span style="color: #00AA00;">,</span><span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Tahoma<span style="color: #00AA00;">,</span>Geneva<span style="color: #00AA00;">,</span>Kalimati<span style="color: #00AA00;">,</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Trebuchet MS&quot;</span><span style="color: #00AA00;">,</span>Helvetica<span style="color: #00AA00;">,</span>Jamrul<span style="color: #00AA00;">,</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Times New Roman&quot;</span><span style="color: #00AA00;">,</span>Times<span style="color: #00AA00;">,</span>FreeSerif<span style="color: #00AA00;">,</span><span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.orditeck.com/2009/05/equivalence-des-polices-windowsmaclinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
