Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

// Register Style
function custom_styles() {

}
add_action( 'wp_enqueue_scripts', 'custom_styles' );