Not all ionicons showing in ionic2 rc.0

This is what it says on the console window on the chrome browser:
For an example of a ionicon missing is the windows. BTW I started a tabs ionic starter.

lang.js:250Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode.
(index):74 GET http://localhost:8100/assets/fonts/ionicons.woff2?v=3.0.0-alpha.3
plugin.js:33Native: tried calling StatusBar.styleDefault, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator
(index):74 GET http://localhost:8100/assets/fonts/ionicons.woff?v=3.0.0-alpha.3
(index):1 GET http://localhost:8100/assets/fonts/ionicons.ttf?v=3.0.0-alpha.3

1 Like

I think you can copy fonts to src\assets\fonts
You can find this in node_modules\ionicons\dist\fonts

3 Likes

Facing the exact same issueā€¦ I encountered it with ā€˜Side Menuā€™ starter exampleā€¦

Iā€™m facing the issue where I can see some icons but they donā€™t copy to the www folder sometime. :confused:

Will check the link when I get home. Thanks mate.

this worked great for me, thanks!

Hi, this problem to be continuedā€¦
I solved this only adding ā€œ$font-path: ā€œā€¦/assets/fontsā€ !default;ā€ on the file ā€œsrc>theme>variables.scssā€

1 Like