Title: Bug, Missing https: in Google Fonts link
Last modified: April 4, 2022

---

# Bug, Missing https: in Google Fonts link

 *  [Ted Thompson](https://wordpress.org/support/users/yorokobi/)
 * (@yorokobi)
 * [4 years ago](https://wordpress.org/support/topic/bug-missing-https-in-google-fonts-link/)
 * Line 85 of inc/customizer/customizer-library/extensions/fonts.php
 * `$request = '//fonts.googleapis.com/css?family=' . implode( '|', $family );`
 * Needs to be
 * `$request = 'https://fonts.googleapis.com/css?family=' . implode( '|', $family);`
 * Unless somewhere else is supposed to prepend the https: to it. As written it 
   was producing
 *     ```
       <link rel='stylesheet' id='teletype-customize-fonts-css'  href='//fonts.googleapis.com/css?family=Special+Elite%3Aregular|Contrail+One%3Aregular%26subset%3Dlatin%2C' type='text/css' media='all' />
       ```
   

The topic ‘Bug, Missing https: in Google Fonts link’ is closed to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [Ted Thompson](https://wordpress.org/support/users/yorokobi/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/bug-missing-https-in-google-fonts-link/)
 * Status: not resolved