Added support for custom CSS at /wp-content/uploads/custom.css

This commit is contained in:
Mickey Kay
2014-01-16 15:47:18 -08:00
parent a18809a8e8
commit fcaae044dc
+3
View File
@@ -22,6 +22,9 @@ function trestle_header_actions() {
// Google fonts
wp_enqueue_style( 'trestle-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,700,900' );
// Custom CSS if desired
wp_enqueue_style( 'trestle-custom-css', '/wp-content/uploads/custom.css' );
// Custom jQuery
wp_enqueue_script( 'trestle-jquery', get_stylesheet_directory_uri() . '/lib/js/theme-jquery.js', array( 'jquery' ), '1.0.0', true );
}