I'm migrating an ASP.NET MVC 5 web app to ASP.NET Core (with .NET 5). In the previous web app I used glyphicons, but in the new one it seems that there are no available.
I created a new ASP.NET Core Web App (Model-View-Controller) project with .NET 5. I didn't change anything about bootstrap, it is v4.3.1, and if I use this HTML code <span class="glyphicon glyphicon-pencil"> </span>
no icon is shown.
I tried this solution, adding a link to v3.4.0 stylesheet, but this changes the style of the current web page.
Is it possible to use glyphicons in ASP.NET Core project without changing web's main style?