while developing an ionic app I used some icons and images.The issue is now my app is not displaying icons properly .got these errors in the console
Failed to load resource: the server responded with a status of 404 (Not Found)----ionicons.woff2
these error exists for 'roboto-medium.ttf','roboto-regular.ttf','ionicons.woff','ionicons.woff','roboto-regular.woff '
localhost:portnumber/build/assets/fonts/roboto-light.ttf 404 (Not Found)
I didn't even use any of the fonts in my app,but why is this affecting in displaying icons
- Cordova CLI: 6.5.0
- Ionic Framework Version: 2.0.0
- Ionic CLI Version: 2.2.1
- Ionic App Lib Version: 2.2.0
- Ionic App Scripts Version: 1.0.0
- ios-deploy version: Not installed
- ios-sim version: Not installed
- OS: Linux 3.13
- Node Version: v7.7.2
- Xcode version: Not installed
i have cross checked with my previous copy of the same app,found that the path in main.css file for @font-face is changed to assets/fonts/ionicons.woff2 from ../assets/fonts .I think this is the root cause ,but i tried to change it,after runing the app the changes were not applied.how to resolve this issue.