Load google fonts from relative protocol
-
Why do you have in the HTML this path
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" />What if my site is using HTTPS??? Please change it to
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" />
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Load google fonts from relative protocol’ is closed to new replies.