How to add awesome font to .net core 2 spa with angular 4 project

I found this one , but I don't have the angular cli file, so I tried to install it with npm

and then add it using a statement import

in my wwwroot/css/style.css

file, but that didn't work either.

EDIT: My project is an angular 4 app with Asp.Net Core 2.0 web API, so the suggested guide could not solve the problem.

-1


source to share


1 answer


How to Add Font to ASP.NET Core Angular 2 Application in Visual Studio 2017 Using SpaTemplates I re-read the article and found I was missing something. I solved the problem.



0


source







All Articles