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
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