Disable Google Fonts
-
Hello! first of all i would like to thank you for this wonderful theme, i would love to continue using it in the future.
Unfortunately I have problems with removing the Google Fonts.
Should these not be removed by the following command in the Functions.php ?
function newsium_remove_google_fonts() {
wp_dequeue_style(‘newsium_fonts_url’);
wp_deregister_style(‘newsium_fonts_url’);
}add_action(‘wp_enqueue_scripts’, ‘newsium_remove_google_fonts’, 100);
Greetings!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable Google Fonts’ is closed to new replies.