Tabbar text styling

When I tried to change the font size to bold via template for tabbar, I got undefined. How to do it?.
http://webix.com/snippet/ea347c4a

There’s no template property for the tabbar tabs. Please use the CSS instead:

.webix_item_tab {
   font-weight: bold;
}