Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

reg sty

// Register Style
function custom_styles() {

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