Title: Typekit fonts on HTTPS WooCommerce checkout page
Last modified: August 24, 2016

---

# Typekit fonts on HTTPS WooCommerce checkout page

 *  Resolved [jennavery42](https://wordpress.org/support/users/jennavery42/)
 * (@jennavery42)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/)
 * I’m using the Typekit fonts plugin on my wordpress site and it’s working perfectly
   except when I get to the HTTPS page for my WooCommerce checkout.
 * You can compare the fonts on the shop page here:
    [http://jennaavery.com/w-store/wc-cart](http://jennaavery.com/w-store/wc-cart)
 * Versus the fonts on the checkout page here:
    [https://jennaavery.com/w-store/wc-checkout](https://jennaavery.com/w-store/wc-checkout)
 * When I looked at the details for the plugin, it says, “If the website is using
   HTTPS/SSL, the SSL version of the Typekit embed code is automatically used instead.”
 * Maybe the problem is that my website is only using HTTPS on certain pages?
 * Thank you!
 * [https://wordpress.org/plugins/typekit-fonts-for-wordpress/](https://wordpress.org/plugins/typekit-fonts-for-wordpress/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [James Collins](https://wordpress.org/support/users/jamescollins/)
 * (@jamescollins)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6072765)
 * Hi Jenna, thanks for choosing to use our Typekit plugin!
 * The plugin uses WordPress’ standard method of checking whether a page is loading
   over SSL, and it seems that method (the is_ssl() function) isn’t detecting HTTPS/
   SSL on your site.
 * Could you please install and activate this plugin for me: [https://wordpress.org/plugins/ssl-insecure-content-fixer/](https://wordpress.org/plugins/ssl-insecure-content-fixer/)?
 * Once installed, it will help me pinpoint what is causing the SSL detection mechanism
   in WordPress to not work correctly.
 * James
 *  Plugin Author [James Collins](https://wordpress.org/support/users/jamescollins/)
 * (@jamescollins)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6072766)
 * Also, do you mind telling me who your web host is?
 * James
 *  Thread Starter [jennavery42](https://wordpress.org/support/users/jennavery42/)
 * (@jennavery42)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6072769)
 * The plugin you asked for is activated, and my host is HostDuplex.com
 *  Plugin Author [James Collins](https://wordpress.org/support/users/jamescollins/)
 * (@jamescollins)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6072774)
 * Thanks Jenna.
 * Your Typekit embed code doesn’t seem to be getting output by our Typekit plugin.
 * In your case, your embed code is being output before the typekit plugin outputs
   its code.
 * Your site is outputting:
 *     ```
       <script type="text/javascript" src="http://use.typekit.com/dpj7frj.js"></script>
       <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
       ```
   
 * Whereas our plugin should output it in the following format:
 *     ```
       <!-- BEGIN Typekit Fonts for WordPress -->
       <script type="text/javascript" src="//use.typekit.net/dpj7frj.js"></script>
       <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
       ```
   
 * Note that your method uses a http:// prefix , whereas our plugin’s method uses
   a // prefix.
 * Are you sure you’re using our plugin to output your Typekit embed code, or are
   you using another method to do so? If you’re using another method, please disable
   it.
 * Then if you go to Dashboard, Settings, Typekit Fonts, and paste your embed code
   in there, save the page, then I think your fonts will display correctly.
 * James
 *  Thread Starter [jennavery42](https://wordpress.org/support/users/jennavery42/)
 * (@jennavery42)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6072777)
 * Hmm! I will investigate further!! Thank you.
 *  Plugin Author [James Collins](https://wordpress.org/support/users/jamescollins/)
 * (@jamescollins)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6072779)
 * The way to tell would be to go to Dashboard, Settings, Typekit Fonts.
 * If the “Typekit Embed Code” field (number 4) is empty, then it isn’t our plugin
   that is outputting your typekit fonts.
 * That field needs to contain your embed code in order for it to embed your Typekit
   fonts.
 * James
 *  Thread Starter [jennavery42](https://wordpress.org/support/users/jennavery42/)
 * (@jennavery42)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6072798)
 * Yep, I see that the code is not there. You are right!! I’ll try to figure out
   what else is outputting the fonts and go from there. THANK YOU for your help 
   and my apologies for not coming to the right place with the question.
 *  Plugin Author [James Collins](https://wordpress.org/support/users/jamescollins/)
 * (@jamescollins)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6073001)
 * Hi Jenna, I see that your fonts are now working on your checkout page. Great!
 * If you wouldn’t mind, it would be appreciated if you could submit a review of
   the plugin here: [https://wordpress.org/support/view/plugin-reviews/typekit-fonts-for-wordpress](https://wordpress.org/support/view/plugin-reviews/typekit-fonts-for-wordpress)
 * Thank you.
 * James
 *  Thread Starter [jennavery42](https://wordpress.org/support/users/jennavery42/)
 * (@jennavery42)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6073003)
 * Yes, thank you so much for your help!
 * It turns out that I had to republish my typekit fonts in order to make them SSL
   compatible.
 * Also, my theme designers had set up the typekit embed code to run through my 
   Genesis settings in the header, so that’s what was generating the code you saw.
 * I really really appreciate you helping me troubleshoot it, especially since it
   wasn’t the fault of your plugin at all!
 * And yes, I will post a review.
 *  Thread Starter [jennavery42](https://wordpress.org/support/users/jennavery42/)
 * (@jennavery42)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6073004)
 * p.s. Can we scrub the embed code from this thread somehow? Thanks!
 *  Plugin Author [James Collins](https://wordpress.org/support/users/jamescollins/)
 * (@jamescollins)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6073008)
 * Thank you Jenna! Unfortunately I don’t have any way of editing posts on these
   forums.
 * James

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Typekit fonts on HTTPS WooCommerce checkout page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/typekit-fonts-for-wordpress.svg)
 * [Adobe Fonts (formerly Typekit) for WordPress](https://wordpress.org/plugins/typekit-fonts-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/typekit-fonts-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/typekit-fonts-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/typekit-fonts-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/typekit-fonts-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/typekit-fonts-for-wordpress/reviews/)

## Tags

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

 * 11 replies
 * 2 participants
 * Last reply from: [James Collins](https://wordpress.org/support/users/jamescollins/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/typekit-fonts-on-https-woocommerce-checkout-page/#post-6073008)
 * Status: resolved