Hardcoded Google Fonts
-
Hey there,
This line causes an error if you’re running SSL.
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic);If it needs to be there, a protocol relative URL should work:
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic);
The topic ‘Hardcoded Google Fonts’ is closed to new replies.