Viewing 4 replies - 1 through 4 (of 4 total)
  • Edit style.css and change font-family:Arial,Verdana,Helvetica,Sans-Serif; to font-family:Verdana,Helvetica,sans-serif; in:

    body {
    color:#444444;
    font-family:Arial,Verdana,Helvetica,Sans-Serif;
    font-size:0.75em;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    }

    Thread Starter billybond

    (@billybond)

    That didn’t work…..this is what I have right now

    body {
    background: url(images/top.jpg) #191919 repeat-x top; ;
    color: #444444;
    font: .75em Arial, Verdana, Helvetica, Sans-Serif;
    padding: 26px 0 0;

    Try changing:
    font: .75em Arial, Verdana, Helvetica, Sans-Serif;
    to:
    font: .75em Verdana, Arial, Helvetica, sans-serif;

    Thread Starter billybond

    (@billybond)

    That changed the text to verdana alright !- but it made the top menu & the post headers go out of line !

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change font’ is closed to new replies.