Chèn code vào file functions.php hoặc tương tự:
add_filter('codetot_google_fonts', function($font) {
$font = array(
'Playfair Display' => sprintf('Google: %s', 'Playfair Display')
);
return $font;
});
done.
Chèn code vào file functions.php hoặc tương tự:
add_filter('codetot_google_fonts', function($font) {
$font = array(
'Playfair Display' => sprintf('Google: %s', 'Playfair Display')
);
return $font;
});
done.