I want to remove this link from my wordpress site <link id=’wp-typo-google-font’ href=’\[[https://fonts.googleapis.com/css?family=Open+Sans:300\\\&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese\]\&subset=greek,cyrillic,greek-ext,latin,latin-ext,cyrillic-ext,vietnamese]’ rel=’stylesheet’ type=’text/css’>
I tried to add this script in the functions.php, but it doesn’t work:
function \_remove\_google\_fonts() {wp\_deregister\_style( ‘wp-typo-google-font’ );wp\_register\_style( ‘wp-typo-google-font’, ”);}add\_action( ‘wp\_enqueue\_scripts’, ‘\_remove\_google\_fonts’, 120 );
​
How can I solve it without using plugins
[ad_2]