Title: lithium is not https ready
Last modified: August 21, 2016

---

# lithium is not https ready

 *  [atao](https://wordpress.org/support/users/atao/)
 * (@atao)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/lithium-is-not-https-ready/)
 * When https is used to reach a web site with lithium, then not all ressources 
   are loaded, e.g. Coda font. To get this font I had to replace in lithium/header.
   php:
 *     ```
       <link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
       ```
   
 * by
 *     ```
       <link href='//fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
       ```
   
 * Now Coda font is loaded either with http or https protocoles.

The topic ‘lithium is not https ready’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/lithium/1.1/screenshot.png)
 * lithium
 * [Support Threads](https://wordpress.org/support/theme/lithium/)
 * [Active Topics](https://wordpress.org/support/theme/lithium/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/lithium/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/lithium/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [atao](https://wordpress.org/support/users/atao/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/lithium-is-not-https-ready/)
 * Status: not resolved