<h1>font shorthand ("abréviation") :</h1>
<p>
<code>
style="font:bold italic 2em arial; color:red;"
</code>
</p>
On doit au moins préciser le <u>font-size</u> et le <u>font-family</u> (Arial ici)<br>
<p><code>
[ <'font-style'> || <'font-variant'> || <'font-weight'> ]?<br>
<'font-size'> [ / <'line-height'> ]?<br>
<'font-family'><br>
</code></p>