This is a migrated thread and some comments may be shown as answers.

How do you change a skin's font?

2 Answers 119 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 2
Andy asked on 26 Apr 2010, 10:37 AM
Hi

I've just update a site form Q3 2008 to Q1 2010.

Our users are quite unhappy about the new font (Segoe UI) and find it difficult to read.

If I wanted to change it to something else across all controls is there an easy way to do this?  I can't seem to find one.

I'm reluctant to use a custom skin as having tried this it's introduced several problems with other aspects of the skining and I really want to avoid customising/hacking the site to fit a specific version of radcontrols that may change in the future.

Thanks

Andy

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 Apr 2010, 12:31 PM
Hi Andy,

The easiest way is to use the following CSS rule:

*
{
      font-family: arial, sans-serif  !important;
}


This will enforce the specified font family on everything on the page.


Best wishes,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Andy
Top achievements
Rank 2
answered on 27 Apr 2010, 11:20 AM
Thanks for the swift response.

That's worked almost perfectly - I just had to re-style some non-telerik bits to fit with the font now being Arial for everything!

Andy
Tags
SkinManager
Asked by
Andy
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Andy
Top achievements
Rank 2
Share this question
or