function myprefix_enqueue_google_fonts() { | |
wp_enqueue_style( 'Trade Winds', 'https://fonts.googleapis.com/css?family=Trade+Winds&display=swap' ); | |
} | |
add_action( 'wp_enqueue_scripts', 'myprefix_enqueue_google_fonts' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment