• Hello! Hopefully someone can help me! I’ve been using the Autofocus theme on my blog for a little while now, and I love it. However I went to upload a post to the website yesterday and when I clicked to see the post the entire font style on the page had changed from the original style to what looks like a Calibri font. Does anyone know what might have done this, and is there anything I can do to change it back to the original font choice? You can see my website here: http://www.amorexplore.co.uk/blog/ thanks! 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • Why is this at the top of your stylesheet:

    google-site-verification: google644e9abc0fbd7a4a.html

    Thread Starter kirstenamor

    (@kirstenamor)

    I was trying to install google analytics to the page, and the instructions stated to add it to a certain part of the website. I’ve since figured it out and forgot to delete that, thanks!

    So did removing it fix the font problem?

    Right now the font is coming from here:

    html {
        font-family: helvetica,"microsoft sans serif",arial,sans-serif;
        font-size: 62.5%;
    }

    That theme is quite outdated, so that may a factor:

    http://wordpress.org/themes/autofocus

    Thread Starter kirstenamor

    (@kirstenamor)

    That might be it, I recently did some wordpress updates and the changes happened around the same time. Thanks for your help!

    Thread Starter kirstenamor

    (@kirstenamor)

    Also, eliminating the google code didn’t fix the problem, but I think its helpful getting rid of any unnecessary coding where it isn’t supposed to be.

    Thread Starter kirstenamor

    (@kirstenamor)

    Sorry, I know this is a stupid thing to ask, but where did you find that coding? I’ve been scouring the coding on the Edit Themes section and can’t find it anywhere!

    Firebug is the best tool for CSS work – http://getfirebug.com

    It’s in generic.css, but you should be able to override that by adding CSS to style.css or better yet via a custom CSS option or plugin.

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

The topic ‘Autofocus Theme sudden font change’ is closed to new replies.