Index: google_fonts.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/google_fonts/google_fonts.module,v
retrieving revision 1.9
diff -u -p -r1.9 google_fonts.module
--- google_fonts.module	6 Aug 2010 16:06:33 -0000	1.9
+++ google_fonts.module	18 Aug 2010 02:30:01 -0000
@@ -52,7 +52,7 @@ function google_fonts_init() {
   $fonts_to_load = array();
   $used_fonts = variable_get('google_fonts_enabled_fonts', array());
   foreach ($used_fonts as $font) {
-    if (is_array($font)) {
+    if (!empty($font)) {
       $font_info = _google_fonts_get_font_info($font);
       $fonts_to_load[] = $font_info['path'];
     }
