Hi – adding a new font that was not listed in the Typography customizer and
here is the code i added to function file
// Additional Functions
// =============================================================================
add_action (‘wp_head’, ‘baskerville_google_font’, 9999 );
function baskerville_google_font() {
echo ‘<link href=”https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i” rel=”stylesheet” type=”text/css”>’;
}
where i get unexpected t string error. see pic.
ideally i would add the font to the customizer, with some alternative code, if you could provide it.
thanks,
ed