setType('css'); /* // Exmaples of usage Font Avesome: http://fontawesome.io/icons/ $this->add( array( 'handle' => 'font-awesome', 'src' => WPBM_PLUGIN_URL . 'assets/libs/font-awesome-4.3.0/css/font-awesome.css' , 'deps' => false, 'version' => '4.3.0', 'where_to_load' => array( 'admin' ), 'condition' => false ) ); // Exmaples of usage Font Avesome 3.2.1 (benefits of this version - support IE7): http://fontawesome.io/3.2.1/examples/ $this->add( array( 'handle' => 'font-awesome', 'src' => WPBM_PLUGIN_URL . '/assets/libs/font-awesome/css/font-awesome.css' , 'deps' => false, 'version' => '3.2.1', 'where_to_load' => array( 'admin' ), 'condition' => false ) ); $this->add( array( 'handle' => 'font-awesome-ie7', 'src' => WPBM_PLUGIN_URL . '/assets/libs/font-awesome/css/font-awesome-ie7.css' , 'deps' => array('font-awesome'), 'version' => '3.2.1', 'where_to_load' => array( 'admin' ), 'condition' => 'IE 7' // CSS condition. Exmaple: