Follow these steps to remove google fonts in your wordpress website:

    1. Open your theme file:
      wp-content/themes/pro/cornerstone/includes/classes/styling/class-font-manager.php
      comment or delete the following line in public function load_google_fonts( $fonts )function:
      wp_enqueue_style( ‘cs-google-fonts’, esc_url( $request ), NULL, $this->plugin->version(), ‘all’ );
    2. Open your theme file:
      \wp-content\themes\x\framework\functions\global\enqueue\styles.php
      comment or delete the following line:
      x_enqueue_google_fonts();

0 Comments

Leave a Comment