Hi there!
Im using this module on a site and I was trying to use the "Architects Daughter" font and I see it isnt listed in the modules admin. Is there a way to add the missing fonts?
Thanks.
Hi there!
Im using this module on a site and I was trying to use the "Architects Daughter" font and I see it isnt listed in the modules admin. Is there a way to add the missing fonts?
Thanks.
Comments
Comment #1
BarisW commentedThe 6.x version still has the list of fonts hardcoded in the module. You can open the google_fonts.module file and add the font there yourself. Just copy/paste an existing font declaration and edit the names to get it working.
The 7.x version fetched the list dynamically, so the list of fonts is always up-to-date.
I'll backport the 7.x version to a 6.x-2.x branch in the near future (if I only had time..).
BarisW
Comment #3
gthing commentedRe-opening this issue and setting to feature request.
Would love 6.x support for dynamically loading the fonts. I'd rather not hack the module in case it needs to be updated at some point.
Comment #4
barbidouille commentedthanks for the question and ... the answer. I was looking for oswald font which was not listed and this helped me.
Comment #5
Krucial commentedHello Baris and others. Thanks for the answer an thank you so much for you work with this module! I´m using it a lot (version 6x) and i look forward to upgrade to 7 to use the dynamic updates. Kruse from Denmark.
Comment #6
Krucial commentedAnd great if the 7.x version could be backported to a 6.x-2.x branch as many of us are still using. Kruse from Denmark.
Comment #7
BarisW commentedBackported! See: http://drupal.org/node/1196076