Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Icon font is not available when compiling SCSS with angular-cli #41

Closed
gyoshev opened this issue Oct 19, 2016 · 2 comments
Closed

Icon font is not available when compiling SCSS with angular-cli #41

gyoshev opened this issue Oct 19, 2016 · 2 comments

Comments

@gyoshev
Copy link
Contributor

gyoshev commented Oct 19, 2016

Applications generated with angular-cli does not embed the icon font, due to the default limit on the url-loader. This is explained as the in the sass-loader repo, with the suggested fix to provide a font icon path variable.

@gyoshev
Copy link
Contributor Author

gyoshev commented Oct 20, 2016

Further investigation has shown that the problem in applications created with angular-cli (logged issue). With the change introduced in 4a79422, a possible workaround is to set the font path to
$icon-font-dir: "https://unpkg.com/@telerik/kendo-theme-default/styles/icons/font/";

@gyoshev
Copy link
Contributor Author

gyoshev commented Nov 4, 2016

To resolve this issue and simplify theme usage in customer applications, assets are now embedded in the SCSS files. This is released in version 1.29.0 of the theme.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant