google Fonts on SSL site
-
I can not find where the link to cxall the Google fonts is to be found in the theme.
I need to change this on one site as it runs under an SSL.
The solution I found is as follows is to change the link;
Can some one point me to where I find it.?
<link href=’https://fonts.googleapis.com/css?family=Dosis:400,700′ rel=’stylesheet’ type=’text/css’>
and change it to this:
<link href=’//fonts.googleapis.com/css?family=Dosis:400,700′ rel=’stylesheet’ type=’text/css’>
This simple change will make your browser call the Google Font page in the applicable mode (HTTP vs HTTPS).
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘google Fonts on SSL site’ is closed to new replies.