Removing template Fonts
-
Greetings,
So I am hosting my fonts locally and need to remove the templates fonts. I have tried the following code below in my custom functions plugin, but it did not work. Any suggestion on how to resolve this.
Thank you.
add_action( ‘wp_enqueue_scripts’, function() {
wp_dequeue_style( ‘font’ );
}, 99 );The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Removing template Fonts’ is closed to new replies.