We’re paying for Font Awesome Pro and would like to use v.6. How do we do that?
There’s a plugin for that:
Thanks @merefield. We’re using that but it downloads v.5 icons.
We haven’t officially updated to v6 yet… v6 changes some icons, renames many, and removes some… so it’s a decent bit of work to find everything that needs to be updated and replaced. Hopefully it’s something we can get to soon.
<link rel="stylesheet" href="path/to/font-awesome-pro-v6/css/all.min.css">
Obtain the Font Awesome Pro v6 package:
Sign in to your Font Awesome account. Download the Font Awesome Pro v6 package, which includes the necessary CSS and font files. Replace “path/to/font-awesome-pro-v6” with the actual path where you have stored the Font Awesome Pro v6 CSS file. By adding the <link>
tag to your Discourse theme’s “head_tag.html” file, you’re referencing the Font Awesome Pro v6 CSS file, which will load the necessary styles for the icons. Remember to adjust the path in the <link>
tag to point to the correct location of your Font Awesome Pro v6 CSS file.