Font family to be same as Body font

Hi,

I want the grid, menu font family to be same as the body font family specified in css
thus if I change the font from Arial to Tahoma at a Body level it should be reflected in all menus, grids, toolbar and other dhtmlx controls … How do I achieve this ?
body{
font-family: arial, sans-serif;
padding: 0;
margin: 1;
overflow:hidden;
height:100%;
}

Hi,

Can someone respond to this ? Is it possible?

Unfortunately such feature is not available.
The only way is to create a custom skin:
dhtmlx.com/docs/products/skinBuilder/