I was searching through the forums and didnt notice a how to on inserting new google fonts using http://www.google.com/webfonts#
I want to add them to the drop down list on the evolution black template in the logo tab.
$googleFonts['FontName'] = 'FontName';
$googleFonts['FontName'] = 'FontName';
and add it into the correct location of the list on a new line under (../templates/j51_yourtemplate/elements/googlefonts.php).$googleFonts['FontName'] = 'FontName';
pasted to the file you will need to add the Merriweather Sans like this $googleFonts['Merriweather Sans, sans-serif'] = 'Merriweather Sans';
<link href='http://fonts.googleapis.com/css?family=Lato|Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel = 'stylesheet' type = 'text / css'>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=<?php echo $hornav_fontstyle ?>" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=<?php echo $hornav_fontstyle ?>&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic" />
body {
font-family: "Courier New", Courier, monospace;
}
.top-2 {
font-family: "Courier New", Courier, monospace !important;
}
$googleFonts['Bad+Script'] = 'Bad Script';
@import url(https://fonts.googleapis.com/css?family=Bad+Script);
.header-2 {
font-family: 'Bad Script', cursive !important;
}
<link href='https://fonts.googleapis.com/css?family=Bad+Script&subset=latin,cyrillic' rel='stylesheet' type='text/css'>