mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
Changed font styles and extender home widget padding for :last-child elements.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
function trestle_header_actions() {
|
||||
// Google fonts
|
||||
wp_enqueue_style( 'theme-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,700,900' );
|
||||
wp_enqueue_style( 'theme-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,400,700' );
|
||||
|
||||
// Theme jQuery
|
||||
wp_enqueue_script( 'theme-jquery', get_stylesheet_directory_uri() . '/lib/js/theme-jquery.js', array( 'jquery' ), '1.0.0', true );
|
||||
|
||||
Reference in New Issue
Block a user