font-weight
:
lighter |
normal |
bold |
bolder
|
100 |
200 |
300 |
400 |
500 |
600 |
700 |
800 |
900Texte illustrant l'usage de font-weight
font-size
:
xx-small |
x-small |
small |
medium |
large |
x-large |
xx-large |
<relative-size>
|
<length> |
<percentage>
Texte illustrant l'usage de font-size
p { font-size : 12pt;} h2 { font-size : 150%;}
blockquote { font-size : large;} h3 { font-size : 1.5em;}
font
: [<font-style> || <font-variant> || <font-weight> ]? <font-size>
[/<line-height>]? <font-family>
p { font : italic bold 14pt/3 times, serif;}