Hi, I am using "RadControls for ASP.NET AJAX Q3 2009" version and on my form, I am using different Telerik controls like RadToolBar, RadGrid, RadMenu etc.
Now, I want to have the same font names to be applied through out my entire form. I am applying this CSS to my form.
But the problem is that I am using different SKINs to different Telerik control and it is not applying this font.
So what happens is that on my textbox or lables and Tables, I have "Times New Roman" but the Telerik controls have their own fonts as per applied SKIN.
So How do I apply "Times New Roman" fonts to all of the telerik controls on my page, RadToolBar, RadMenu, RadGrid etc. , basically want to apply SKIN but want to override fonts.
Any suggestions ?
Thanks in advance,
Now, I want to have the same font names to be applied through out my entire form. I am applying this CSS to my form.
body
{
margin-left: 0;
margin-top: 0;
margin-right: 0;
height: 100%;
font-family:Times New Roman;
}
But the problem is that I am using different SKINs to different Telerik control and it is not applying this font.
So what happens is that on my textbox or lables and Tables, I have "Times New Roman" but the Telerik controls have their own fonts as per applied SKIN.
So How do I apply "Times New Roman" fonts to all of the telerik controls on my page, RadToolBar, RadMenu, RadGrid etc. , basically want to apply SKIN but want to override fonts.
Any suggestions ?
Thanks in advance,