You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm totally new at this (so sorry for stupid questions) and also a NPM/node newby. I was able to install the library (is that what it's called?) and ran my first subset and this gave me 2 font files (fa-solid-900.ttf and fa-solid-900.woff2), nice. I'm now trying to get the following icons from brands section:
facebook
x-twitter
instagram
youtube
How do I go about this? I've already ran the following command which seemed to work:
Hey, sorry for not replying the first time. I meant to take some time to look into this and forgot.
This package was designed to work with the merged / full versions of font awesome free or pro. I'm not sure how it will interact with the versions where the styles are separated out into different packages (such as brands being its own npm package). I would recommend trying to use the merged versions if possible.
I'm totally new at this (so sorry for stupid questions) and also a NPM/node newby. I was able to install the library (is that what it's called?) and ran my first subset and this gave me 2 font files (fa-solid-900.ttf and fa-solid-900.woff2), nice. I'm now trying to get the following icons from brands section:
How do I go about this? I've already ran the following command which seemed to work:
npm install --save-dev @fortawesome/fontawesome-free-brands
The text was updated successfully, but these errors were encountered: