Adding fontello in angular cli

2.5k views Asked by At

I want use in AngularCLI project one icon from fontello so I installed in npm: npm install --save fontello-cli

Result: New folder in node_modules so it's good but I don't see some css file. So how can I add some icon into my project without css file? When I installed font-awesome, there is css file so I know how I can add this into my project.

1

There are 1 answers

1
skiabox On BEST ANSWER

Put all the created files and folders inside the assets folder. Then add the following entry in the styles array inside .angular-cli.json :

"assets/css/fontello.css"

PS : I used http://fontello.com to create the two icons I used in my angular project