I have insert this code to functions.php of child theme:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Lustria'] = 'Lustria:400';
return $fonts;
}
But it does not work. Where am I wrong?
Thank you
Hey etical,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi,
I adjusted the code in functions.php file and flushed cache. Please review your website :)
Best regards,
Yigit
Thank you ;)
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit