-
AuthorPosts
-
December 10, 2015 at 2:54 am #550098
Hi there,
I want to use Nunito fonts everywhere on my website. How can i do that? and how can I change the font size in different places of my website?
Cheers mate,
OmidDecember 10, 2015 at 9:10 am #550236Hi Omid,
Please try the following: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
RikardDecember 11, 2015 at 3:18 am #550827I am not really familiar with coding.
Can you please go to my website back end and do this for me if I provide you with my username and password?I really appreciate it .
Omid
December 11, 2015 at 3:13 pm #551111Hi!
Sure, please post login credentials here privately. Please post FTP access here as well if you do not mind, just in case :)
Best regards,
YigitDecember 12, 2015 at 12:51 am #551324Hi Yigit,
Thanks so much :)December 16, 2015 at 2:55 am #553416Hey!
We added this code in the 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'; $fonts['Nunito'] = 'Nunito:400,700,300'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; $fonts['Nunito'] = 'Nunito:400,700,300'; return $fonts; }You can now set Nunito on General Styling > Fonts panel. Please create a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
IsmaelDecember 16, 2015 at 3:01 am #553418Hi Ismael,
Thanks very much for that :)
Unfortunately I have tried creating a child theme and it didn’t work.
Is it possible you do that favor for me too?
Regards,
OmidDecember 17, 2015 at 5:01 am #554171Hi,
You can download a ready made child theme from here and upload it to your site: http://kriesi.at/documentation/enfold/downloads/
Thanks,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.
