Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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;
    }

    #724299

    Hey 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,
    Yigit

    #726083

    I wrote you with the credentials… did you try it? thanks!

    #726092

    Hey!

    No, we have not received them. Can you please try posting them once again?

    Cheers!
    Yigit

    #726152

    Wow! here they are!

    #726156

    Hi!

    I moved your code right below following line

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Please review your website now

    Regards,
    Yigit

    #726497

    Thanks 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!

    #726536

    Thanks 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.
    #726573

    Hi,

    Can you please elaborate on the issue? It does show up fine on my end. I am on a retina display as well

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.