I am going through my sites to update all links appropriate to https.
I found an issue with sites with fonts.googleapis.com links, example:-
http://fonts.googleapis.com/css?family=Montserrat:400,700" rel=“stylesheet”
type="text/css
which shows as a bad link.
I tried to change this to
'//fonts.googleapis.com/css?family=Montserrat:400,700" rel=“stylesheet”
type="text/css
as shown as a fix I found on one google search - but this solution also shows an error.
Would welcome ideas how I can change the http://fonts.googleapis.com/ font links to ones that are active.
Hi there sredhead,
this works OK for me…
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" media="screen">
The actual link, of my assertion, is created automatically
by “Google” in this app of mine…
http://coothead.co.uk/all-google-fonts/index.html
coothead
2 Likes
Hi coothead, thank you for your help once more, you helped in the past with ccs.
Yes, the link you gave worked, thank you.
Regards.
No problem, you’re very welcome. 
coothead
1 Like
system
Closed
5
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.