CSS Fault
-
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
needs to be
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
in style.css otherwise I get an mixed security content error.
Thx
- The topic ‘CSS Fault’ is closed to new replies.