<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Webaide.net</title>
<link>http://www.webaide.net</link>
<description>Ressources pour webmaster, et sur l informatique en general</description>
<language>fr</language>
<generator>http://www.webaidenet/</generator>

<item>
  <title>CSS - Propriétés - font-weight</title>
  <link>http://www.webaide.net/font-weight-aide-132.html</link>
  <guid >http://www.webaide.net/font-weight-aide-132.html</guid>
  <dc:date>2007-02-16T10:27:47Z</dc:date>
  <dc:format>text/html</dc:format>
  <dc:language>fr-fr</dc:language>
  <dc:creator>spado</dc:creator>
  <category domain="http://www.webaide.nethttp://www.webaide.net/Propri-t-s-des-polices-dossier-8.html">Propriétés des polices</category>
  <description>Description de la balise font-weight, qui permet de specifier l'epaisseur de la police.</description>
<content:encoded><![CDATA[<strong>font-weight</strong> spécifie l'epaisseur de la police ( ex: en gras ), vous pouvez specifier une valeur numerique ou un nom :
100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900

<strong>normal</strong>&nbsp;: taille par defaut, equivalent à la valeure 400.
<strong>bold</strong>&nbsp;: Gras, equivalent à 700.
<strong>bolder</strong>&nbsp;: Taille superieur ( ex si 600, pass à 700, valeur max&nbsp;: 900 ).
<strong>lighter</strong>&nbsp;: Taille inferieure ( ex: si 500, passe a 400, valeur minimum&nbsp;: 100 ).

<code>h1 {
  font-weight&nbsp;: 800;
}</code>

@@h2 {
  font-weight&nbsp;: lighter;
}</div>>]]></content:encoded>
</item>
</channel>
</rss>


