What font and size does wikipedia uses ?

Discussion in 'HTML & Website Design' started by poseidon, Sep 11, 2006.

  1. #1
    well I also want to use the same fonts for my site but I am not sure what exactly are they ?

    Regards
     
    poseidon, Sep 11, 2006 IP
  2. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #2
    wikipedia.org intro page:
    font-size: 30px (top links)
    font-size: 1.2em (bottom links)
    font-family: 'Hoefler Text', 'Times New Roman', 'Times New Roman', Times, serif

    wikipedia.org main page and topics
    font-size:80%
    font-size: 95%
    font-size: 85%

    for each of the different page areas. Same font family implemented in cascade stylesheets.
     
    Pat Gael, Sep 11, 2006 IP