• Hi

    i have added a code in functions.php file to remove google fonts
    but i faced some issues

    issue 1: all Pages appear unbalanced on mobile
    screenshot: https://snipboard.io/8907dh.jpg

    how it was before i add the code
    screenshot: https://snipboard.io/Hik1DJ.jpg

    The code that i added:

    ( add_action( ‘wp_enqueue_scripts’, function() {
    wp_dequeue_style( ‘generate-fonts’ );
    } );

    any solution to remove google fonts without this issue?

    Thanks

    The page I need help with: [log in to see the link]

  • The topic ‘unbalanced Pages on Mobile’ is closed to new replies.