/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
function add_google_fonts() {
  wp_enqueue_style('noto-serif-jp', 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap', array(), null);
}
add_action('wp_enqueue_scripts', 'add_google_fonts');