• alex586

    (@alex586)


    I’m trying to deregister only Robot Slab Google font from my WordPress site. I use a child theme of Sparkling.

    On the main theme, I can see in functions.php:

    // Add Google Fonts
      wp_register_style( 'sparkling-fonts', '//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700|Roboto+Slab:400,300,700');
      wp_enqueue_style( 'sparkling-fonts' );

    How can I disable this on my child theme ?
    Thanks !

    • This topic was modified 8 years ago by alex586.
    • This topic was modified 8 years ago by alex586.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete Google Font ?’ is closed to new replies.