Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #966422

    Hi There,

    Although we followed all advices here at the forum, there still is the font Roboto loaded from Google server: http://bruegger-legal.com

    1. We downloaded Open Sans and installed it locally as suggested.
    2. We set fonts to standard and Arial.
    3. We added the following code to child theme’s functions.php

    /* Google Fonts deaktivieren */
    add_action( 'init', 'enfold_customization_switch_fonts' );
    
    function enfold_customization_switch_fonts() {
    	global $avia;
    	$avia->style->print_extra_output = false;
    }

    How can Roboto still loaded?

    Thanks in advance.

    #966964

    Hey elbnetz,

    It’s likely because of the Google Maps element, what happens if you remove it?

    Best regards,
    Rikard

    #967057

    Thanks, that was it.

    #967278

    Hi,

    Great, thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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