Hello,
I followed some instructions like https://mbaierl.com/google-fonts-lokal-einbinden to let google fonts load from local server, but it doesn’t work. Like in the instruction I used custom css in the theme options and added in functions.php from the theme (add_action( ‘wp_print_styles’, function() {wp_deregister_style(‘greenest-pro-gfonts-roboto’); wp_dequeue_style(‘greenest-pro-gfonts-roboto’); ….)
I setup each font to Poppins but it still loads it from Google servers.
What has to be done to install google fonts locally?