This question is locked. New answers and comments are not allowed.
Hi ,would you please tell mee how I can change font-family in css file in my application .
<telerik:RadTabStrip dir="rtl" runat="server" ID="RadTabStrip1" DataSourceID="EntityDataSource1"
SelectedCssClass="RadTabStrip1" DataTextField="Text" DataFieldID="id" DataFieldParentID="parentId" SelectedIndex="0">
</telerik:RadTabStrip>
<asp:EntityDataSource runat="server" ID="EntityDataSource1"
ConnectionString="name=MenuEntities" DefaultContainerName="MenuEntities"
EntitySetName="Links" EnableFlattening="False">
</asp:EntityDataSource>