Hello,
I’ve added this code in functions.php file to import the font:
function wpb_add_google_fonts() {
wp_enqueue_style( 'wpb-google-fonts', 'http://fonts.googleapis.com/css?family=Give+You+Glory', false );
}
add_action( 'wp_enqueue_scripts', 'wpb_add_google_fonts' );
Please clear browser cache and check the site.
Best regards,
Jack Richardson.