JohnPaulDesign
1/10/2017 - 5:11 PM

Add custom font stylesheets to wordpress functions file

Add custom font stylesheets to wordpress functions file

function wpb_add_custom_fonts() {
	wp_enqueue_style('wpb-custom-font-200','/wp-content/themes/sixteen-nine-pro/fonts/sinkinsans_200xlight/stylesheet.css', false);
}
add_action('wp_enqueue_scripts', 'wpb_add_custom_fonts');