• nicarlo

    (@nicarlo)


    Hi there.. i just installed wordpress today and i wanted to know how is it possible to change the font that i am using.. i check in the .css file and tried playing around with that but nothing has been working. My last resort is to use html tags in the article to tell it which font to use but i would kinda like to have a default font.

    https://wtf-daily.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • moshu

    (@moshu)

    Since WP puts everything in <p> tags… this is what you are looking for in your stylesheet:
    p, li, .feedback {
    font: 90%/175% Verdana, Arial, Helvetica, sans-serif;
    padding-left:20px;
    padding-right:20px;
    }

    Note there is also another more general font definition in the body tag.

    Thread Starter nicarlo

    (@nicarlo)

    Thank you very much ! that did it . Cheers mate

    spencerp

    (@spencerp)

    Nicarlo, hahaha…..I love the WTF articles on the index page! =)

    spencerp

    Thread Starter nicarlo

    (@nicarlo)

    ?? thanks Spencerp

    spencerp

    (@spencerp)

    No problem….we should exchange links lol!

    spencerp

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do you choose your font ?’ is closed to new replies.