Announcement

Collapse
No announcement yet.

Mixed content in CSS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mixed content in CSS

    https://www.phoronix.com/forums/css....additional.css attempts to load webfonts over HTTP

    Code:
     
     @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
    which causes it be blocked

  • #2
    Still is the case as of today. The content _is_ available over https so it should be a quick fix.

    Comment

    Working...
    X