Add Google Fonts To WordPress

[php]

///////////////////
// Add Google Fonts
//////////////////
function custom_add_google_fonts() {
wp_enqueue_style( ‘custom-google-fonts’, ‘https://fonts.googleapis.com/css?family=Lato:300,400,400i’, false );
}
add_action( ‘wp_enqueue_scripts’, ‘custom_add_google_fonts’ );

[/php]

Available for Amazon Prime