Google Fonts to webfonts, put google URL here. Ex.: http://fonts.googleapis.com/css?family=Open+Sans:400|Roboto:400", array('@link' => 'https://www.google.com/fonts')); $form['misc']['teka_gfonts_id'] = array( '#type' => 'textfield', '#title' => t('Google Fonts URL'), '#default_value' => theme_get_setting('teka_gfonts_id'), '#size' => 60, '#maxlength' => 256, '#description' => $desc, ); // Typekit ID Field. $typekit_link = ''; $desc = t("If you are using Typekit to webfonts, put your ID here", array('@link' => 'https://typekit.com')); $form['misc']['teka_typekit_id'] = array( '#type' => 'textfield', '#title' => t('Typekit ID'), '#default_value' => theme_get_setting('teka_typekit_id'), '#size' => 7, '#maxlength' => 7, '#description' => $desc, ); }