I'm working in a project when I'm using angular-cli and materialize-css, for the styles I'm using sass by default. When I import the sass files from the lib: @import "~materialize-css/sass/materialize";
The app find the styles but not the roboto fonts
I tried to put it directly in the styles inside of the angular-cli.json file and I have the same error. I think that materialize-css sass cannot resolve the Fonts path.