Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42960
    OhSweetPete
    Member

    Hey there, I’m new to this so I’m not sure if this is a ridiculous question or not (maybe I’m searching with the wrong terms). I’m wondering how can I change the font of my site title in the header do a different type? Right now, the title “Loggerhead Houses” is in a type of cursive font. Just wondering if there’s a simple solution or if someone has the css code. Thanks!

    loggerheadhouses.com

    #42990
    Sakin
    Keymaster

    @OhSweetPete: With CSS, you can only change the to Web safe font. You can add the the font css in the “Appearance => Theme Options => Custom CSS” box.
    #site-title { font-family: Arial, sans-serif; }

    But you can use google font plugins and other plugin which you can search at http://wordpress.org/plugins/ and change the font.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change site title font’ is closed to new replies.