Title: https error Mon Cahier Version: 2.8.5
Last modified: August 22, 2016

---

# https error Mon Cahier Version: 2.8.5

 *  [peterh62](https://wordpress.org/support/users/peterh62/)
 * (@peterh62)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/https-error-mon-cahier-version-285/)
 * In functions.php, function mon_cahier_scripts()
    There is a line: wp_enqueue_style(‘
   googleFonts’, ‘[http://fonts.googleapis.com/css?family=Cutive](http://fonts.googleapis.com/css?family=Cutive)
   |Reenie+Beanie’);
 * This gives problems when the website uses https.
    So, I changed it to: $protocol
   = is_ssl() ? ‘https’ : ‘http’; wp_enqueue_style(‘googleFonts’, $protocol.’://
   fonts.googleapis.com/css?family=Cutive|Reenie+Beanie’);
 * Regards,
    Peter Hofstee

Viewing 1 replies (of 1 total)

 *  Theme Author [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/https-error-mon-cahier-version-285/#post-5794197)
 * Thanks for the heads up on this. I’m currently really busy and may not have time
   to get around to updating the theme. I’ll try to get to this as soon as I can.

Viewing 1 replies (of 1 total)

The topic ‘https error Mon Cahier Version: 2.8.5’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mon-cahier/2.8.6/screenshot.png)
 * Mon Cahier
 * [Support Threads](https://wordpress.org/support/theme/mon-cahier/)
 * [Active Topics](https://wordpress.org/support/theme/mon-cahier/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mon-cahier/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mon-cahier/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/https-error-mon-cahier-version-285/#post-5794197)
 * Status: not resolved