remove google fonts in child theme functions.php
-
Hello,
due to GDPR restrictions, I want to disable google fonts. Only with Autoptimize plugin it is not working. I found a function in parent theme called function blask_fonts_url. And the last line is
if ( $fonts ) { $fonts_url = add_query_arg( array( 'family' => urlencode( implode( '|', $fonts ) ), 'subset' => urlencode( $subsets ), ), 'https://fonts.googleapis.com/css' ); }
How can I remove this function or overwrite in child theme? I have hosted the related google fonts local.
I want to cut the connection to google.Thanks in advance
feiaweng
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘remove google fonts in child theme functions.php’ is closed to new replies.