hi, I have to add the google font OVERLOCK to the list, both on securities that content, how can I do? Thank you
Hi albertobarch!
Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
Yigit
I don’t use child theme, I insert the code in functions.php, but it doesn’t work:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Overlock’] = ‘Overlock’;
$fonts[‘Overlock’] = ‘Overlock’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Overlock’] = ‘Overlock’;
$fonts[‘Overlock’] = ‘Overlock’;
return $fonts;
}
I’ve tried with this, at the end of functions.php (not child theme):
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Overlock’] = ‘Overlock:400,600,800′;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Overlock’] = ‘Overlock:400,600,800′;
return $fonts;
}
it doesn’t work, can you help me please? thank you
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
I give the permission to deactivate plugins
Hi,
I settled with plugin Easy Google Fonts