Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311936
    matthiasw
    Participant

    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!!!

    #311943
    Sakin
    Keymaster

    @matthiasw: We have already updated all our themes and removed Google Font loading from CDN and now it will load all the fonts from your own site. We have already updated to comply with GDPR as per https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/.

    For the Clean Journal theme, we have updated it to version 2.8.1.

    Regards,
    Sakin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘remove all links to google fonts’ is closed to new replies.