Title: insecure stylesheet for https
Last modified: August 30, 2016

---

# insecure stylesheet for https

 *  Resolved [arbeca](https://wordpress.org/support/users/arbeca/)
 * (@arbeca)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/insecure-stylesheet-for-https/)
 * Hello,
 * I have an issue when my website tries to load woocommerce stylesheet code over
   https :
 * > Mixed Content: The page at ‘[https://&#8230](https://&#8230);.’ was loaded 
   > over HTTPS, but requested an insecure stylesheet ‘[http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200&#8217](http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200&#8217);.
   > This request has been blocked; the content must be served over HTTPS.
 * When I look at the code in my browser debug console, it points to this code :
 *     ```
       <!--/WooCommerce Colors-->
       	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
       	<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200' rel='stylesheet' type='text/css' />
       	<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
       	<link href='http://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,900' rel='stylesheet' type='text/css'>
       	<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300' rel='stylesheet' type='text/css'>
       ```
   
 * I would like to change “http” to “https” in those urls, but can’t find where 
   those googleapi lines are called in the woocommerce plugin code.
 * Where could I change this ? What is the best solution ?
 * Thanks for your help.
 * [https://wordpress.org/plugins/woocommerce-colors/](https://wordpress.org/plugins/woocommerce-colors/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [arbeca](https://wordpress.org/support/users/arbeca/)
 * (@arbeca)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/insecure-stylesheet-for-https/#post-6860721)
 * Ok, it was not related to Woocommerce colors, though the lines were under the
   comment <!–/WooCommerce Colors–>.
 * Still, I give my solution for this issue :
 * In the file header.php of my theme, I replaced the lines this way :
 *     ```
       -- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200' rel='stylesheet' type='text/css' />
       ++ <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200' rel='stylesheet' type='text/css' />
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘insecure stylesheet for https’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-colors/assets/icon-256x256.png?rev=1068048)
 * [WooCommerce Colors](https://wordpress.org/plugins/woocommerce-colors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-colors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-colors/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-colors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-colors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-colors/reviews/)

## Tags

 * [google font](https://wordpress.org/support/topic-tag/google-font/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 1 reply
 * 1 participant
 * Last reply from: [arbeca](https://wordpress.org/support/users/arbeca/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/insecure-stylesheet-for-https/#post-6860721)
 * Status: resolved