//Load Google Fonts
function ll_add_google_fonts() {
wp_register_style('ll-googleFonts', 'http://fonts.googleapis.com/css?family=Poppins:400,600');
wp_enqueue_style( 'll-googleFonts');
}
add_action('wp_print_styles', 'll_add_google_fonts');