Hi,
I would like to use a specific Google font, which is not in the drop down list of Enfold. I want to use it for main content, headings and the menu. I’ve tried to use this code (at General Styling >> Fonts >> Quick CSS) but the font is still not visible at the drop down font list.
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Alef’] = ‘Alef’;
$fonts[‘Futura’] = ‘Futura’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Alef’] = ‘Alef’;
$fonts[‘Futura’] = ‘Futura’;
return $fonts;
}
Kind regards,
Marca van den Broek
Hey MarcavandenBroek,
Did you try to upload the font under Enfold->Import/Export?
Best regards,
Rikard
I would love to, but I don’t have that option in my Import/export…
Best regards,
Marca
Hi MarcavandenBroek,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
see private content…..
Hi MarcavandenBroek,
Best regards,
Victoria
Thanks! I imported a zip file with the Futura font, but it still doesn’t show up in de the fonts list….
Fixe it, thanks!
Hi MarcavandenBroek,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria