FontAwesome Pro using Libman

631 Views Asked by At

How can I use FontAwesome Pro using Libman in Visual Studio?

I have access to the following, cdnjs, jsdelivr and unpkg, also file system, but the latter is not ideal.

Where would I put the pro licence key? Is this even supported?

1

There are 1 best solutions below

0
On

LibMan doesn't use NPM registries directly (as it's using the CDNs mentioned in your question), so it doesn't have a way to authenticate and download the FontAwesome Pro assets.

You could use an NPM based package manager (NPM, Yarn, etc) and configure it as documented here to get the FontAwesome packages, then you could use the LibMan filesystem provider to place the assets where you want them within your project.