Thêm font vào trong child theme

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.

Leave a Reply

Your email address will not be published. Required fields are marked *