Hi,

trying tu use this module just intalled ..don't work ..

"The list of Google Fonts could not be fetched. Verify that your server can connect the Google Servers (https://www.googleapis.com). Error: Bad Request"

something have i to do ?

I used this module under Drupal 7 without this trouble.

thanks for your help

 

Accepted answer

1) Yes, I believe the module would need updating.

2) It looks like maybe directly adding the font works, but in order to browse all fonts and query from Google Fonts, a developer API requires a key: https://developers.google.com/fonts

Most helpful answers

Looks like maybe related to Google changes requiring an API key? See:

Comments

This leads to two questions:

1 / it means that the module must evolve

2 / how to explain that if I add "// Add the Source Gabriela. backdrop_add_css ('https://fonts.googleapis.com, / css? family = Gabriela', array ('type' => 'external')); "in the template.php, I have the Google fonts and this without API key?

1) Yes, I believe the module would need updating.

2) It looks like maybe directly adding the font works, but in order to browse all fonts and query from Google Fonts, a developer API requires a key: https://developers.google.com/fonts

Thanks for your answer .. in any case I found a workaround .