/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

function united_lp_fonts() {
    wp_enqueue_style(
        'noto-sans-jp',
        'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap',
        array(),
        null
    );
}
add_action( 'wp_enqueue_scripts', 'united_lp_fonts' );