Steve67 Posted March 5 Posted March 5 Hi, I can't figure out how to use the FontAwesome 6.7.2 web package instead of the standard one. There are some svgs that I would like to integrate into the application that I am developing. I have read all the posts on this topic but I have not been able to use the icons contained in this package. any help is appreciated
Sherzod Posted March 5 Posted March 5 Hello, To better understand your issue, could you clarify a few things: 1. Have you included FontAwesome 6.7.2 in your project? How did you do it (CDN or locally)? 2. Have you checked in DevTools (Network tab) to see if the new package is loading? 3. How exactly are you using the icons? Are you using <i class="fa-solid fa-..."> or SVG? 4. What specific issues are you facing – are the icons not displaying at all, is the old version loading instead, or something else? 1
Steve67 Posted March 6 Author Posted March 6 Hello, my problem is that I can't include the FontAweSome 6.7.2 package to use it locally. I checked and now I use the standard FontAweSome 4.7.0 package How can I include the FontAweSome 6.7.2 package for local use? For now I'm stuck at these first two steps Thanks
Recommended Posts