• Resolved stefanimhoff

    (@stefanimhoff)


    Hi, in the style.css in the css Directory is following line:
    @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

    this leads to an mixed content Error in IE11 (Firefox seems to ignore it; there it is only in the console, not in the Frontend…)

    This line fixed it:
    @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);

    I would be very happy if you solve it in your code (beside the fact, that it could be a GDPR issue, loading fonts from external servers…).

    Best regard,

    Stefan Imhoff

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stefanimhoff

    (@stefanimhoff)

    Whats about enquing it with wp_enqueue_style?
    Then the admin of each site can decide by himself to store the Font local…

    Best Regards!

    Hey there @stefanimhoff!

    Thanks for pointing that out!

    I’ll make a note for the devs.

    Take care,
    Ed ✌️

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. 🙂

    Thanks
    Courtney 🙂

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

The topic ‘Mixed Content – in style.css’ is closed to new replies.