Alistapart font. need help in exchange for pr5 text link :)

Discussion in 'CSS' started by ichigo, Nov 13, 2006.

  1. #1
    I want to use the same font and font size in blogger beta. i know its easy for you guys to change this but im having a hard time..

    this is the alistapartcode
    body {font: 0.8125em Verdana, sans-serif; line-height: 1; color: #333; background: #FFF;}

    and in blogger beta

    <Variable name="bodyFont" description="Text Font"
    type="font" default="normal normal 100% Verdana, Arial, Sans-serif;" value="normal normal 100% Verdana, Arial, Sans-serif;">
    <Variable name="headerFont" description="Page Header Font"
    type="font" default="normal normal 210% Verdana, Arial, Sans-serif;" value="normal normal 68% Verdana, Arial, Sans-serif;">


    body {
    background: $bgColor;
    margin: 0;
    padding: 0px;
    font: x-small Verdana, Arial;
    text-align: center;
    color: $textColor;
    font-size/* */:/**/small;
    font-size: /**/small;
    }

    Ill your site in my pr5 blog in exchange :)
    Dp dot Blog
     
    ichigo, Nov 13, 2006 IP
  2. dp-user-1

    dp-user-1 Well-Known Member

    Messages:
    794
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Try using <big> or <small> tags?
     
    dp-user-1, Nov 13, 2006 IP
  3. ichigo

    ichigo Well-Known Member

    Messages:
    2,913
    Likes Received:
    116
    Best Answers:
    0
    Trophy Points:
    135
    #3
    what i want is to use the same font and font size alistapart.com use.
     
    ichigo, Nov 13, 2006 IP
  4. AdamSee

    AdamSee Well-Known Member

    Messages:
    422
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    135
    #4
    You're using the same font as a list apart.

    For the headings just add:

    h2 {font: 1.5em Georgia, "Times New Roman", serif; letter-spacing: 1px;}
    h3 {font: bold 1em Verdana, Arial, sans-serif; letter-spacing: 2px;
    text-transform: uppercase;}
    h4 {font: bold 1.1em Georgia, "Times New Roman", serif; letter-spacing: 1px;}
     
    AdamSee, Nov 15, 2006 IP
  5. dp-user-1

    dp-user-1 Well-Known Member

    Messages:
    794
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #5
    Oh, :p, never mind.
     
    dp-user-1, Nov 15, 2006 IP
  6. ichigo

    ichigo Well-Known Member

    Messages:
    2,913
    Likes Received:
    116
    Best Answers:
    0
    Trophy Points:
    135
    #6
    ok thanks. do you want me to add your site on my blog? :)
     
    ichigo, Nov 17, 2006 IP