Hi,
i don’t understand how to import a new language like Old+Standard+TT
I Used this in Quick CSS
@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT);
But it seems not to work.
Hey breezemedia,
Try checking out this post: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Hope this helps. :)
Best regards,
Nikko
well yes, i’ve read this before i wrote this ticket. It feels a little stupid, but i don’t know what to type down in the function.php
Probably i write something wrong, or i have to define something else. I am sorry, but i don’t have a clou.
I use the plugin “Code Snippets” for the reason, that i don’t have to code in the function.php
Code Snippets works well, but with this code i don’t get the fonts.
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Old Std. TT’] = ‘Old Standard TT’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Old Std. TT’] = ‘Old Standard TT’;
return $fonts;
}
Hi,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,
Yigit
of course, here are the details.
you have every permission
but i guess, i found a solution to use the fonts.
thank you a lot. with all my projects and enfold, you are the best