L1 Info : Informatique et Document, CSS
 
◃  Ch. 2 Propriétés dédiées au texte et aux caractères  ▹
 

Propriétés de police de caractères (2)

  • font-weight : lighter | normal | bold | bolder | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
    Texte 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
  • Usage :
    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>

    Usage de cette propriété globale :
    p { font : italic bold 14pt/3 times, serif;}