Delete Google Font ?
-
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 !
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.