• Resolved jdaniel

    (@jdaniel)


    Hello,

    Your plugin loads Google fonts as default. It would be great to either host them locally or give us the option to remove them. Even if I select only local fonts such as Arial, this is still being loaded:

    <link rel=’stylesheet’ id=’ect-google-font-css’ href=’https://fonts.googleapis.com/css?family=&#8217; type=’text/css’ media=’all’ />

    So how can I remove it?

    Thanks,
    Daniel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @jdaniel,

    Thanks for detecting the issue.
    Go to main folder of plugin template-events-calendar >> includes >> ect-styles.php
    Replace line number 221 with the below-shared code:-
    $ff_names= array();
    Remove line number from 227-229 and paste this code there:-

    if(!empty($ff_names)){
                    $build_url.=implode("|",array_filter($ff_names));
                    wp_enqueue_style('ect-google-font',"$build_url", array(), null, null, 'all');
           }

    Hope this helps you.

    Thanks & Regards

    Hello,

    it is possible to localize the Google Font Requests to the own server, we have trouble with the GDPR Rules. We want to use the Google Fonts anymore, but in a local way and not request any fonts from Google servers.

    Thanks for your advice

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @mklier,

    Thanks for using our plugin.
    We have created settings for hiding Google fonts on a page.
    For more details Please check the given screenshot click here

    Thanks & Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove Google fonts?’ is closed to new replies.