. */ add_theme_support( 'automatic-feed-links' ); /* Enable wraps */ add_theme_support( 'omega-wraps' ); /* Enable custom post */ add_theme_support( 'omega-custom-post' ); /* Enable custom css */ add_theme_support( 'omega-custom-css' ); /* Enable custom logo */ add_theme_support( 'omega-custom-logo' ); /* Enable child themes page */ add_theme_support( 'omega-child-page' ); /* Handle content width for embeds and images. */ omega_set_content_width( 640 ); } wp_register_style('googleFontsNovaSquare','http://fonts.googleapis.com/css?family=Nova+Square'); wp_enqueue_style( 'googleFontsNovaSquare'); add_action( 'after_setup_theme', 'omega_theme_setup' );