Cannot Display Kendo UI Web Font Icons in Telerik UI for ASP.NET MVC Projects
Environment
Product | Progress® Telerik® UI for ASP.NET MVC |
Description
The Kendo UI CDN loads the required glyph files automatically after including the CSS files. However, when I work with a local copy of the CSS files, the glyph files are missing.
Solution
When a new project is created or updated by using the Project Configuration Wizard, all of the files are expected to be automatically placed in the correct folders. If the CDN option is disabled, the themes and the font icons will be added to the project. The font icons are internally requested within the theme files and are loaded from the fonts/glyph
folder which has to be located in the same main folder where the theme files are.
To make the Web Font Icons available, either:
- Include the missing files in the
fonts/glyphs
folder. These files are located in the Kendo UI.zip
file, or - Disable the CDN support by using the Project Configuration Wizard.