Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: add google font #199650

    thanks, that did the trick!

    in reply to: add google font #198696

    Thanks, I tried to add the below code to my functions.php but I don’t see it in the list of fonts to pick from still. Any ideas? Did I miss something? Thanks!

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Open Sans’] = ‘Open Sans:400&subset=latin,latin-ext’;
    $fonts[‘Oxygen’] = ‘Oxygen:400&subset=latin,latin-ext’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Open Sans’] = ‘Open Sans:400&subset=latin,latin-ext’;
    $fonts[‘Oxygen’] = ‘Oxygen:400&subset=latin,latin-ext’;
    return $fonts;
    }

    in reply to: increase logo size #189433

    Sure, lovinglightsanctuary.com
    I was using google chromes developer program to try and edit css but couldn’t figure it out for some reason. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)