Hi,
I love this theme. I encountered a problem.
I tried to add a google font by pasting in the PHP snippet from the support forum exactly as instructed into the child theme and it broke the site with a syntax error. I restored the site. But I would still like to add the Lato 100 (really light weight font)
This is the code instructions that I followed and didn’t work (this was for PT Sans but I wanted to see if it worked before I changed anything for lato). Can you suggest something else for lato 100 please?
You can tell the Enfold theme to display additional google fonts as options in the General Styling font dropdowns using filters. Add this to the bottom of your child themes functions.php file: add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’); function avia_add_heading_font($fonts) { $fonts[‘PT Sans Narrow’] = ‘PT Sans Narrow:400,700’; $fonts[‘PT Sans’] = ‘PT Sans:400,700,400italic,700italic’; return $fonts; } add_filter( […]
Thanks you, Holly
Hey Holly,
Thanks for getting in touch with us!
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,
Jordan