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

Using Google fonts with Telerik controls

2 Answers 115 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Neil N
Top achievements
Rank 1
Iron
Veteran
Iron
Neil N asked on 13 Aug 2015, 11:02 PM

Anyone have any experience with integrating Google fonts available from http://fonts.googleapis.com with Telerik's AJAX controls?  I've got a client who's wants to use these fonts instead of the fonts built into the various skins. Tips would be welcome.

2 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 19 Aug 2015, 05:35 AM
Hello, Neil.

All you need to do is override the font for the control. For instance, if you want to override the font for RadDropDownList, you would need to do:

html .RadDropDownList,
html .rddlPopup {
    font-family: inherit
}

In most controls that's what you need to do.

Do note, that depending on the control, you will need to have a different snippet. Also, light-weight controls are easier to cusomize.

Let me know if you encounter any issues.

Regards,
Ivan Zhekov
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Kelvin
Top achievements
Rank 2
answered on 25 Aug 2015, 08:36 AM

Take a look at following guide. You may find possible solution
http://developer.telerik.com/featured/improving-site-font-loader/​

Regards,
Kelvin Smith

Tags
General Discussions
Asked by
Neil N
Top achievements
Rank 1
Iron
Veteran
Iron
Answers by
Ivan Zhekov
Telerik team
Kelvin
Top achievements
Rank 2
Share this question
or