Recently started using bootstrap for the first time. I included "bootstrap":"3.3.7" in my bower.json file as a dependency, which added it to my wwwroot/lib folder. However, I noticed that the fonts folder in the bootstrap directory was missing. I tried downloading the bootstrap.zip file from their official website, extracting it, and then adding the fonts folder to my bootstrap directory, but unfortunately, it did not fix the issue. I even examined the bootstrap.css file to find @font-face for glyphicons, but couldn't locate any. As I am new to implementing technologies in an ASP.Net Core app, I am still learning how everything fits together.