Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

upgrade from fontawesome 5 to fontawesome 6 pro


Hi
Can somebody guide me how I can use fontawesome pro in metronic8 html version?

Thanks


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)

hi. this is guide for to convert FA from free to pro.

  1. modified "@fortawesome" in gulp.config.js

"@fortawesome": { styles: [ "{$config.path.node_modules}/@fortawesome/fontawesome-pro/css/all.min.css", ], fonts: [ "{$config.path.node_modules}/@fortawesome/fontawesome-pro/webfonts/**", ], },

  1. adding file .npmrc @awesome.me:registry=https://npm.fontawesome.com/ @fortawesome:registry=https://npm.fontawesome.com/ //npm.fontawesome.com/:_authToken=your-auth-token

npmScopes: awesome.me: npmAlwaysAuth: true npmRegistryServer: "https://npm.fontawesome.com/" npmAuthToken: "your-auth-token" fortawesome: npmAlwaysAuth: true npmRegistryServer: "https://npm.fontawesome.com/" npmAuthToken: "your-auth-token"

  1. put .npmrc in tools folder. same folder of package.json
  2. change FA dependencies to "@fortawesome/fontawesome-pro": "^6.7.2",
  3. run npm install or yarn install.
  4. test the file. and you done.

Great tip, thanks for sharing this.



I have my own license of fontawesome 6 pro. I'll tried your suggestion.

Thanks



Hi,

Sorry, we don't have access to Fontawesome Pro and we can not include it in Metronic due to license limitations. If the usage of Fontawesome free and pro versions are same then you can probably replace the assets of the icons you can try to replace them.

Regards,
Sean


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(