remove all links to google fonts
Hi
living in Europe, there is this stupid discussion and laws about google fonts.
I need to remove all links to google fonts. Tried several plugins:
Like: disable and remove google fonts... and several others.
Also tried: in function.php
add_action('wp_print_styles', 'clean_journal_dequeue_styles', 100);
function clean_journal_dequeue_styles() {
wp_dequeue_style( 'clean_journal-fonts' );}
nothing changes.... Any ideas? Thanks in advance!!!