Tagged: Fonts
-
AuthorPosts
-
December 12, 2016 at 10:31 pm #723416
Hi Kriesi
I installed some google fonts and some works really well and other simply don’t appear… Josefin Sans is ok but Cormorant isn’t available… any idea?
I used the method of editing functions.php and wrote:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Josefin Sans’] = ‘Josefin+Sans:400,600,800’;
$fonts[‘Cormorant Garamond’] = ‘Cormorant+Garamond’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Josefin Sans’] = ‘Josefin+Sans:400,600,800’;
$fonts[‘Cormorant Garamond’] = ‘Cormorant+Garamond:400,600,800’;
return $fonts;
}December 14, 2016 at 3:18 pm #724299Hey rudelabs,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitDecember 19, 2016 at 4:14 pm #726083I wrote you with the credentials… did you try it? thanks!
December 19, 2016 at 4:23 pm #726092Hey!
No, we have not received them. Can you please try posting them once again?
Cheers!
YigitDecember 19, 2016 at 5:34 pm #726152Wow! here they are!
December 19, 2016 at 5:38 pm #726156Hi!
I moved your code right below following line
if(isset($avia_config['use_child_theme_functions_only'])) return;
Please review your website now
Regards,
YigitDecember 20, 2016 at 10:42 am #726497Thanks Yigit but stilll doesn’t work… this header is a h2 and should be Cormorant Garamond. If you see, it’s not loading the tipo properly… check private content with image attached. Thanks!
December 20, 2016 at 1:30 pm #726536Thanks Ygit… i saw new font on advanced styling tab… everything is ok, unless it doesn’t work on my computer, but it doesn’t matter…
By the way, on retina displays I see a right grey sidebar… http://wp.rudelabs.com/homepage.jpeg
- This reply was modified 7 years, 11 months ago by rudelabs.
December 20, 2016 at 3:11 pm #726573 -
AuthorPosts
- You must be logged in to reply to this topic.