• Resolved josmatic

    (@josmatic)


    I want to remove Google Fonts from file

    shortcode.php

    but I can’t:

    Line of code:
    wp_enqueue_style("wpm-google-font-{$ids}", "https://fonts.googleapis.com/css?family={$allStyle['17']}|{$allStyle['24']}");
    I tried wp_dequeue_style() and wp_deregister_style() inside functions.php but seems to not work for this style but for other one work fine.

    Do you have any suggestion?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can not remove Google Fonts’ is closed to new replies.