Support » Plugin: WP Google Fonts » [Plugin: WP Google Fonts] Few Fixes

  • I was having trouble getting list attributes to work. It looks like under each Google Font Style in code it’s missing

    if ($this->options['googlefont2_li'] == "checked") { echo 'li 	{ font-family: \''; echo $shortfontname1[0]; echo '\', arial, serif; }
    '; }

    Also has anyone tried using 6 different fonts? From code it looks like line 141 has a typo it reads

    echo '<link href=\''.$http.'://fonts.googleapis.com/css?family='.$googlefont<strong>16</strong>.'\' rel=\'stylesheet\' type=\'text/css\' />';

    rather than googlefont6

    http://wordpress.org/extend/plugins/wp-google-fonts/

  • The topic ‘[Plugin: WP Google Fonts] Few Fixes’ is closed to new replies.