Title: Font issues when content is servered under HTTPS
Last modified: August 21, 2016

---

# Font issues when content is servered under HTTPS

 *  Resolved [alfa42](https://wordpress.org/support/users/alfa42/)
 * (@alfa42)
 * [12 years ago](https://wordpress.org/support/topic/font-issues-when-content-is-server-on-https/)
 * Hello!
 * I’ve been using Flat theme these days, and i really like it 🙂
 * There is only one issue that i’ve found. When the content is servered through
   HTTPS the webpage is looking a bit different, the content does not use the theme
   fonts.
 * I reallized that this is becouse even if you view the page with HTTPS, some of
   the content of the theme is still being served through HTTP. Not a big deal really,
   but latest versions of IE (v11) and Firefox (v28) are blocking by default all
   the “insecure” content in HTTPS, so that is the reason of viewing a slight different
   version of the theme under HTTPS (the fonts actually).
 * Is there a way to rewrite te configuration in the theme to let it being served
   in both HTTPS and HTTP?
 * The blog in question is [http://devsysadmin.net/](http://devsysadmin.net/), but
   i imagine that is something that happens to everyone.
 * Regards,
 * alfa.

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

 *  [uni84x](https://wordpress.org/support/users/uni84x/)
 * (@uni84x)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/font-issues-when-content-is-server-on-https/#post-4847840)
 * +1 here. Will this be fixed in the next release? Is there a workaround?
 *  [YoArts](https://wordpress.org/support/users/yoarts/)
 * (@yoarts)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/font-issues-when-content-is-server-on-https/#post-4847841)
 * This issue has been fixed on the latest version of this theme. Thank for your
   report!
 *  Anonymous User 13889996
 * (@anonymized-13889996)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/font-issues-when-content-is-server-on-https/#post-4847853)
 * Hi guys,
 * You are still calling the Google Fonts API through http as you can see at the
   first line of template.css:
 * `@import url(http://fonts.googleapis.com/css?family=Roboto:300,700|Roboto+Slab:
   300|Roboto+Condensed|Amatic+SC)`
 * I suggest that you change this URL to a relative URL and protocol like:
 * `@import url(//fonts.googleapis.com/css?family=Roboto:300,700|Roboto+Slab:300
   |Roboto+Condensed|Amatic+SC)`
 * Keep in touch,
 * Pablo.

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

The topic ‘Font issues when content is servered under HTTPS’ is closed to new replies.

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

 * 3 replies
 * 4 participants
 * Last reply from: Anonymous User 13889996
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/font-issues-when-content-is-server-on-https/#post-4847853)
 * Status: resolved