Tagged: Fonts, google font
Hi
I would like to add the Google Font “Museo” on the lists “Police Title” and “Police Body” in “Fonts” in “General Styles” (Enfold Settings)
I added this code in Quick CSS :
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Museo'] = 'Museo';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Museo'] = 'Museo';
return $fonts;
}
But I have no results. Can you explain me please what I must do ?
Thanks a lot for your help!
Best regards,
Jérôme – TechMyBiz Team
Hey Jérôme,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Here is an idea on how you can load the fonts, if you want to do it alone
Best regards,
Basilis
Hi Basilis,
Ok no problem, we understand, thanks for your answer!
Have a nice continuation,
Best regards,
TechMyBiz Team
Hi,
We appreciate for your understanding.
Best regards,
Basilis