• Resolved maidsofglory

    (@maidsofglory)


    I can’t find if this has been particularly discussed before, but optimizing my CSS causes my Google Fonts API to default to “http:” and my page looses its security. Is there an easy fix for this?

    Thanks!

    • This topic was modified 9 years, 1 month ago by maidsofglory.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Goossens

    (@futtta)

    can you share your URL so I could have a quick look at how you’re loading google fonts and how AO affects that @maidsofglory?

    Thread Starter maidsofglory

    (@maidsofglory)

    Plugin Author Frank Goossens

    (@futtta)

    ok, the HTTP google font is in your theme’s stylesheet (/wp-content/themes/bluedream/style.css);

    /*
    Theme Name: Blue Dream
    Theme URI: http://themestreet.net
    Description: Theme street blue dream theme
    Author: Theme Street
    Author URI: http://www.themestreet.net
    Version: 1.0
    */
    /*!
     * inuitcss,  by @csswizardry
     *
     * github.com/inuitcss | inuitcss.com
     */@import url(http://fonts.googleapis.com/css?family=Lato:300, 700);

    fix it there (or ask the developer to fix it) and you’ll be fine 🙂

    hope this helps,
    frank

    Thread Starter maidsofglory

    (@maidsofglory)

    Ah! How simple! THANK YOU! It’s working fine now

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

The topic ‘CSS Optimization makes my Google Fonts API break SSL’ is closed to new replies.