• Resolved oelki9

    (@oelki9)


    Hello!
    Due to the legal issues w/ Google Fonts I tried the plugin “Local Google Fonts” w/o success. From the developer of this plugin I got the following response:
    — 8< —
    EverPress wrote:

    Hi There!

    Thanks for the feedback!

    Looks like the theme uses
    @import url(//fonts.googleapis.com/css?family=Open+Sans:300&display=block);

    which cannot get handled by the plugin. Can you check with the theme author to fix this?

    Best Regards

    Post Link: https://www.ads-software.com/support/topic/not-working-under-vantage-premium-theme/#post-16178592
    ———–
    You are receiving this email because you subscribed to a forum topic.

    Log in and visit the topic to reply to the topic or unsubscribe from these emails. Note that replying to this email has no effect.

Viewing 1 replies (of 1 total)
  • Hi Oelki

    Thanks for getting in touch.

    Bunny Fonts is GDPR compatible. To switch to Bunny Fonts, the following can be added via Code Snippets:

    add_filter( 'siteorigin_web_font_url', function( $url ) {
    	return 'https://fonts.bunny.net/css';
    } );

    Alternatively, to disable Vantage Google Fonts, the following can be added:

    add_filter( 'vantage_import_google_fonts', '__return_false' );

    Reference:
    https://siteorigin.com/vantage-documentation/advanced-customizations/

    The above can be inserted into your child theme functions.php file if you’re using a child theme.

    Kind regards

    Andrew

Viewing 1 replies (of 1 total)
  • The topic ‘Local Google Fonts w/o effect under Vantage’ is closed to new replies.